Hi ,
Is Get_Images method broken?
https://api.themoviedb.org/3/movie/675/images?api_key=REMOVED&language=en-US
I tried this within the documentation and in code, i always get 0 backdrops and 0 posters for every movie id i try
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 17 octobre 2016 à 18h41
Hi Kevin,
Make sure to take a read through the image language documentation. It explains what is happening. You're going to want to use the
include_image_language
param and do something like this:Or better yet, with
append_to_response
: