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...
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 23. März 2017 um 15:25
Hi there,
This request is returning French information for me:
And the content from hat request (slightly truncated):
Antwort von Reynald
am 23. März 2017 um 17:05
Not for me:
and part of response:
Antwort von Reynald
am 23. März 2017 um 17:09
OK, my curl command just needed some quotes to include the "&" correctly - sorry.
is OK
Antwort von Travis Bell
am 23. März 2017 um 17:22
No problem, happy to hear you figured it out.