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...
Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.
Хотите поставить оценку или добавить в список?
Нет аккаунта?
Ответ от Travis Bell
, 23 марта 2017 в 15:25
Hi there,
This request is returning French information for me:
And the content from hat request (slightly truncated):
Ответ от Reynald
, 23 марта 2017 в 17:05
Not for me:
and part of response:
Ответ от Reynald
, 23 марта 2017 в 17:09
OK, my curl command just needed some quotes to include the "&" correctly - sorry.
is OK
Ответ от Travis Bell
, 23 марта 2017 в 17:22
No problem, happy to hear you figured it out.