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 的回复
于 2016 年 08 月 05 日 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.