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)
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أبريل 2, 2016 في 10:59 صباحا
Hi Gianfranco_753,
Try using an uppercase country code like so:
Cheers.
رد بواسطة Gianfranco_753
بتاريخ أبريل 4, 2016 في 11:15 صباحا
Thanks you, that was the solution :D