Hello. I think "/movie/{movie_id}/alternative_titles" is not returning every title.
$response['title']
is in Portuguese but $response['alternative_titles']['titles']
does not.
I think you guys need to change your API. (I can help if you want)
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 February 3, 2018 at 6:48 AM
Hi @costapombo1997,
There's a few things to mention,
pt_pt
is not a valid language. You're looking forpt-PT
.Secondly, the
alternative_titles
method does not return all of the translation data which is what it sounds like you're looking for. It only returns the data you can see here: https://www.themoviedb.org/movie/198663-the-maze-runner/edit?active_nav_item=alternative_titlesHope that explains everything.