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.
Kan du ikke finde en film eller TV-serie? Log in og opret den.
Want to rate or add this item to a list?
Ikke medlem?
Svar af Travis Bell
d. 25 februar 2016 kl. 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.