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.
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 28 mars 2017 à 11h34
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.