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 στις 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
στις 28 Μάιος 2015 στις 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
στις 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.