Hi, I'm trying to get the TV show info by IMDd ID just like movies by using
http://api.themoviedb.org/3/tv/tt0773262?api_key=xxxxxxx
but, I get following error everytime
{"status_code":6,"status_message":"Invalid id - The pre-requisite id is invalid or not found"}
What am I doing wrong?
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 18, 2014 at 10:38 AM
Hi pimp4003,
This method of looking up an ID has never been officially supported. That's why it's not documented, even though it does work for movies. It is not ever planned to work on anything else.
In order to find an object by IMDB Id, use the /find method, then do a lookup with it's ID.
Cheers.