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
Non podes atopar unha película ou serie? Inicia sesión para creala.
Queres valorar ou engadir o elemento a unha listaxe?
Non es membro?
Resposta de Travis Bell
no 28 de maio do 2015 ás 11:08PM
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.
Resposta de dmarti98
no 28 de maio do 2015 ás 11:32PM
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?
Resposta de Travis Bell
no 29 de maio do 2015 ás 12:04PM
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.