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.
¿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 28 de marzo de 2017 a las 11:34
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.