I need to retrieve the info of the movie "The Good Dinosaur", which in spanish (latam) is called "Un Gran Dinosaurio". If I search in the website, I find the correct title, but if I use the api, it returns the spanish (spain) title ("El viaje de Arlo"). The URL is: http://api.tmdb.org/3/search/movie?api_key=xxx&query=%22the%20good%20dinosaur%22&year=2015&language=es-mx It's like the api don't use the lenguaje parameter in this query. It's the normal behaviour? I doing it wrong? (sorry for my bad english)
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 Travis Bell
il 2 aprile, 2016 alle 10:59AM
Hi Gianfranco_753,
Try using an uppercase country code like so:
Cheers.
Risposta da Gianfranco_753
il 4 aprile, 2016 alle 11:15AM
Thanks you, that was the solution :D