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)
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on April 2, 2016 at 10:59 AM
Hi Gianfranco_753,
Try using an uppercase country code like so:
Cheers.
Reply by Gianfranco_753
on April 4, 2016 at 11:15 AM
Thanks you, that was the solution :D