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...
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 23 l de 2017 a les 3:25 P.M.
Hi there,
This request is returning French information for me:
And the content from hat request (slightly truncated):
Resposta per Reynald
el 23 l de 2017 a les 5:05 P.M.
Not for me:
and part of response:
Resposta per Reynald
el 23 l de 2017 a les 5:09 P.M.
OK, my curl command just needed some quotes to include the "&" correctly - sorry.
is OK
Resposta per Travis Bell
el 23 l de 2017 a les 5:22 P.M.
No problem, happy to hear you figured it out.