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.