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
Не можете найти фильм или сериал? Войдите на сайт, чтобы добавить его.
Хотите поставить оценку или добавить в список?
Нет аккаунта?
Ответ от Travis Bell
, 28 мая 2015 в 23: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
, 28 мая 2015 в 23: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
, 29 мая 2015 в 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.