When I do this query: https://api.themoviedb.org/3/movie/248507?api_key=###&language=fr the "language" parameter is ignored and I get a result with english overview and title. The movies I tried have a french translation in TMDB, so I should get it with the API...
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 23 março 2017 às 3:25 PM
Hi there,
This request is returning French information for me:
And the content from hat request (slightly truncated):
Resposta de Reynald
em 23 março 2017 às 5:05 PM
Not for me:
and part of response:
Resposta de Reynald
em 23 março 2017 às 5:09 PM
OK, my curl command just needed some quotes to include the "&" correctly - sorry.
is OK
Resposta de Travis Bell
em 23 março 2017 às 5:22 PM
No problem, happy to hear you figured it out.