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
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de Travis Bell
em 5 março 2018 às 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.