I would think if I specify a language on the movie api - any related language specific parameters should be filtered.
I know it does not work that way, but would be nice.
for example:
https://api.themoviedb.org/3/movie/277216?api_key=[mykey]&language=en&append_to_response=releases returns all languages of releases.
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 25, 2016 at 2:03 PM
Any method that supports language will take the
language
parameter into account but since /releases has nothing to do with languages it would never filter by it anyways. They are keyed by country.The new /release_dates method has some language data but things are still keyed by
iso_3166_1
and not language.