Example: https://api.themoviedb.org/3/movie/upcoming?api_key=xxxxxx&language=te&page=1®ion=in
as per the query it should return only india & telugu movies. its returning all languages & region movies
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 5 martie 2018 la ora 5:03 PM
Hi @balaprasadp,
A few things:
language
parameter doesn't act as a filter on the results but rather just a language query for the data returned for thetitle
,overview
andposter_path
fields. It has no other impact.It sounds like you're thinking you're expecting something along the lines of the
with_original_language
filter that is available on discover. You can built your own discovery query to do this, something like this:Is what I suspect you're after.