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
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 August 12, 2019 at 10:27 AM
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.Reply by ridhwaans
on August 25, 2019 at 1:49 PM
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
Reply by Travis Bell
on August 26, 2019 at 6:32 PM
My guess if you need to include a
include_image_language
param. Give this document a read through.Request
Response
Reply by ridhwaans
on August 26, 2019 at 7:32 PM
thanks @travisbell exactly what I needed