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.
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 25 de febreiro do 2016 ás 2:03PM
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.