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?
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أغسطس 5, 2016 في 11:43 صباحا
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.