For the movies and TV API, can we add thumbnail pictures in every query, like Netflix. Right now Movies and TV on TMDB have posters only, but not landscape thumbnails of a movie still. It can be very useful
Thanks
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 12. August 2019 um 10:27
Hi @ridhwaans,
I'm not sure what you mean exactly. TMDb supports landscape images, we call them backdrops here.
They are returned via the /images method on the API, keyed under the
backdrops
field.Antwort von ridhwaans
am 25. August 2019 um 13:49
hi @travisbell ,
I have tried to fetch multiple movie ids at https://developers.themoviedb.org/3/movies/get-movie-images
however all of the responses are returning
I believe it should work, unless i did something wrong
I have tried lion king, kubo, hobbs and shaw, and more, but getting empty backdrops
Antwort von Travis Bell
am 26. August 2019 um 18:32
My guess if you need to include a
include_image_language
param. Give this document a read through.Request
Response
Antwort von ridhwaans
am 26. August 2019 um 19:32
thanks @travisbell exactly what I needed