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?
Nem találsz egy filmet vagy egy sorozatot? Jelentkezz be és hozd létre.
Want to rate or add this item to a list?
Még nem tag?
Travis Bell válaszolt
Beküldve: 2013. január 21. 10:24
Hi,
You need to call the cast method.
As always, remember to check the documentation.
Cheers!
jhoward88 válaszolt
Beküldve: 2014. június 1. 17:15
Is there any way to search for movies directed by a certain director? Looking through the documentation I don't see that.
Travis Bell válaszolt
Beküldve: 2014. június 1. 18:25
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.
Lebowsky válaszolt
Beküldve: 2016. augusztus 17. 10:37
Hi jhoward88,
can you tell me where in the documentation I can find "casts" ???
Travis Bell válaszolt
Beküldve: 2016. augusztus 17. 10:52
Hi Lebowsky,
Casts is old and deprecated (the original post here is from Jan 2013), you should call /credits now.
Lebowsky válaszolt
Beküldve: 2016. augusztus 18. 06:13
Ahh OK thanks ;-)