Hi Guys,
I could not find a way to fetch name of the movie director by making a simple call like below
http://api.themoviedb.org/3/movie/tt0213847?api_key=###.
Am i missing something or the api does not return director deatils?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on January 21, 2013 at 10:24 AM
Hi,
You need to call the cast method.
As always, remember to check the documentation.
Cheers!
Reply by jhoward88
on June 1, 2014 at 5:15 PM
Is there any way to search for movies directed by a certain director? Looking through the documentation I don't see that.
Reply by Travis Bell
on June 1, 2014 at 6:25 PM
Hi jhoward88,
You can’t search for a person by a job id, no. If you know the person ID, you can call any one of the person credit methods of course.
Reply by Lebowsky
on August 17, 2016 at 10:37 AM
Hi jhoward88,
can you tell me where in the documentation I can find "casts" ???
Reply by Travis Bell
on August 17, 2016 at 10:52 AM
Hi Lebowsky,
Casts is old and deprecated (the original post here is from Jan 2013), you should call /credits now.
Reply by Lebowsky
on August 18, 2016 at 6:13 AM
Ahh OK thanks ;-)