Below is the response I’m getting from a GET movie images request from TMDB.com. Here is my call: https://api.themoviedb.org/3/movie/[313369]/images?api_key=myapikey
I guess my question is why is only returning the movie id and not the backdrop and poster fields? Thanks!
{
“backdrops”: [],
“id”: 313369,
“logos”: [],
“posters”: []
}
-Zach