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.
Cheers.
Can't find a movie or TV show? Login to create it.
Reply by Travis Bell
on May 28, 2015 at 11:08 PM
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.
Reply by dmarti98
on May 28, 2015 at 11:32 PM
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?
Reply by Travis Bell
on May 29, 2015 at 12:04 PM
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.