Hi, I was wondering if there was an API call that can get a list of movies that were made by specific director.
Thanks in advance, Daniel
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 28 mai 2015 la ora 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.
Răspuns de dmarti98
pe data de 28 mai 2015 la ora 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?
Răspuns de Travis Bell
pe data de 29 mai 2015 la ora 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.