If you know the id (or can use search to search for their name then do a lookup) you can use the /person/{id}/movie_credits method and look at the crew field:
Person search would be where most people start. Otherwise, you could start at the movie side, pull the crew credits and lookup the director (or any person) that way.
Travis Bell 的回复
于 2015 年 05 月 28 日 11:08下午
Hi dmarti98,
If you know the id (or can use search to search for their name then do a lookup) you can use the
/person/{id}/movie_credits
method and look at thecrew
field:Cheers.
dmarti98 的回复
于 2015 年 05 月 28 日 11:32下午
Thank you for the quick reply Travis. I have one last question. Is there a place in this site that references the director's or person's id?
Travis Bell 的回复
于 2015 年 05 月 29 日 12:04下午
Person search would be where most people start. Otherwise, you could start at the movie side, pull the crew credits and lookup the director (or any person) that way.
Cheers.