first of all sorry for my english a little bad. Hi, good day.
Well, I'm trying to get the posters/backgrounds from Movies and TV Shows using IMDB ID but only works with movies. With TV returns a 404 error. My query is the next.
http://api.themoviedb.org/3/movies/tt0831387/images?api_key='+api_key'
This works perfectly for me.
The query of TV Shows:
http://api.themoviedb.org/3/tv/tt0944947/images?api_key='+api_key'
Return a 404 Error.
I tried with more shows but nothing. :(
Thank you very much for your attention
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 January 6, 2015 at 11:09 AM
Querying by IMDB ID is not supported on TV. It's not truly supported on movies either but as you have discovered, does work.
The proper supported way is to use the find method, and then query the id.
Then query 1399:
Cheers.
Reply by Creaticode
on January 6, 2015 at 7:16 PM
I supposed that it would have to do that. But was hoping there was a short form of do it or some error in my query.
thank you very much.