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
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on March 6, 2018 at 6:03 AM
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.