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...
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 23 martie 2017 la ora 3:25 PM
Hi there,
This request is returning French information for me:
And the content from hat request (slightly truncated):
Răspuns de Reynald
pe data de 23 martie 2017 la ora 5:05 PM
Not for me:
and part of response:
Răspuns de Reynald
pe data de 23 martie 2017 la ora 5:09 PM
OK, my curl command just needed some quotes to include the "&" correctly - sorry.
is OK
Răspuns de Travis Bell
pe data de 23 martie 2017 la ora 5:22 PM
No problem, happy to hear you figured it out.