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.
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 25 februarie 2016 la ora 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.