Get Images not working

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

Show a screenshot of your API and the API documentation that you are following.


Try with the language string included.

Life saver thank you Troy!