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.