Hi,
Using the search/movie API I have the impression that the language parameter is ignored, as the resulting 'title' fields are always returned in their original language, not the asked one. Actually it seems that 'title' and 'original_title' are always equals but I might be wrong.
For example let's search for the movie "Lone Ranger (2013)" https://api.themoviedb.org/3/search/movie?language=FR&api_key=xxx&query=Lone%20Ranger The call returns "original_title":"The Lone Ranger" / "title":"The Lone Ranger", while with the french parameter it should return "original_title":"The Lone Ranger" / "title":"Lone Ranger, Naissance d'un héros"
Am I doing something wrong?
Note that the /movie/id API is well taking into account the language parameter.
Many thanks.
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Pierre Dor
il 17 gennaio, 2016 alle 7:51AM
Found the issue by myself ;-) The language code is case sensitive on this API apparently, as using 'language=fr' instead of 'language=FR' works perfectly. Cheers.
Risposta da Travis Bell
il 17 gennaio, 2016 alle 11:47AM
Hi Pierre,
Good catch. It's not supposed to be but the search & discover API's were recently re-written and it looks like this is a regression. Until it's fixed, using lowercase is no doubt the easiest thing to do.
Cheers.