I am trying to search for actors by their ID (using http://api.themoviedb.org/3/search/person?api_key=###&query={person}), but I can't seem to find out getting their profile information. I have looked at http://docs.themoviedb.apiary.io/#people and attempted http://private-7b7c6-themoviedb.apiary.io/3/person/{id} but not knowing how to add my API key to it. I have also tried http://api.themoviedb.org/3/person/{id} with the same results. Can anybody help me out here?
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2014 年 02 月 04 日 12:48上午
Hi bladerx,
Is the correct call.
Cheers.
bladerx 的回复
于 2014 年 02 月 04 日 6:00上午
Thanks, that's the one.