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.
Un film, une émission télévisée ou un artiste est introuvable ? Connectez-vous afin de créer une nouvelle fiche.
Vous souhaitez évaluer ou ajouter cet élément à une liste ?
Pas encore membre ?
Réponse de Travis Bell
le 25 février 2016 à 14h03
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.