Hi,
I'm encontering some issues using the /images/ endpoint, specifically the following request:
GET https://api.themoviedb.org/tv/52814/images?api_key={YOUR_API_KEY}
It's returning a 404 even though the ID exists and the request format appears to be correct based on the documentation available at https://developers.themoviedb.org/3/tv/get-tv-images. I've even tried the "try it out" section on the documentation page, which doesn't appear to be working either.
Have I improperly formatted my request, or is there an issue with this endpoint?
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 superboy97
on August 8, 2022 at 4:39 AM
The correct endpoint to get the images is https://api.themoviedb.org/3/tv/52814/images?api_key={YOUR_API_KEY} and not https://api.themoviedb.org/tv/52814/images?api_key={YOUR_API_KEY}
The try it out section isn't working since at least a few months.
Reply by maxhand
on August 8, 2022 at 4:40 AM
Whoops - thanks for clearing that up!