Hi
https://api.themoviedb.org/3/tv/1412/images?api_key=my_key&language=en-US
Getting no images in backdrops and posters for every tv show id. Always below response: { "backdrops": [], "id": 1412, "posters": [] }
Any clue?
Thanks in advance.
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 March 28, 2017 at 11:34 AM
Hi there,
You should read through this document, it outlines why. If you specify a
language
parameter, you'll probably also want to include theinclude_image_language
param.Cheers.