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
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on October 17, 2016 at 6:41 PM
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
: