Hi!
for Movie we can use this method to grab movie detailes using an external id:
http://api.themoviedb.org/3/movie/tt0944947?api_key=####
what about tv shows?
I tried this:
https://api.themoviedb.org/3/find/tt0944947?external_source=imdb_id&api_key=#####
but i want full detailes Is it impossible?
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 August 5, 2016 at 11:43 AM
Hi bshsbr,
No, this is not supported on TV (technically it's not officially supported on movies either which is why it's not documented).
You'll have to grab the id from the
/find
method and then do a query for the details.