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
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 17 de octubre de 2016 a las 18:41
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
: