键盘快捷键
高级搜索
Hi there Sorry for what may seem a silly question,
Is there a way to search for an actor and come up with the movies they have anything to do with? Or movies they have just appeared in?
Many thanks
Just did a bit of digging
I found this link http://www.themoviedb.org/talk/50d17bad760ee35261180dc5
When I followed it I cant make head or tails of how to use the info from the link that i provides
There don't seem to be a working example.
I tried to used the following template from your site http://themoviedb.apiary.io/3/person/{id}/credits
But there is nothing that gives me a clue on how to use it
Can you please point me in the right direction just a simple example url would be great
Hi Mrbronz,
You need to first search for a person:
http://api.themoviedb.org/3/search/person?api_key=###&query=brad+pitt
With some results, you can grab the id of the person you are looking for. In Brad Pitt's case his id is 287. Then, make the /person/credits call:
http://api.themoviedb.org/3/person/287/credits?api_key=###
Cheers.
Perfect just what I was looking for
Cheers to you too!
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Mrbronz 的回复
于 2013 年 05 月 24 日 8:58上午
Just did a bit of digging
I found this link http://www.themoviedb.org/talk/50d17bad760ee35261180dc5
When I followed it I cant make head or tails of how to use the info from the link that i provides
There don't seem to be a working example.
I tried to used the following template from your site http://themoviedb.apiary.io/3/person/{id}/credits
But there is nothing that gives me a clue on how to use it
Can you please point me in the right direction just a simple example url would be great
Many thanks
Travis Bell 的回复
于 2013 年 05 月 24 日 10:12上午
Hi Mrbronz,
You need to first search for a person:
With some results, you can grab the id of the person you are looking for. In Brad Pitt's case his id is 287. Then, make the /person/credits call:
Cheers.
Mrbronz 的回复
于 2013 年 05 月 24 日 10:29上午
Many thanks
Perfect just what I was looking for
Cheers to you too!