I am developing an iOS app which needs to display all details of a movie such as director,cast,plot, . The api is showing details such as poster_path,adult,overview,releasedate,original_title,genre_ids,media_type,title,backdrop_path,popularity.But I also want details such as director,cast .How to get these details also using id
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Christopher Komodromos
بتاريخ أكتوبر 15, 2016 في 7:35 مساءا
You can use this api call:
GET /movie/{movie_id}/credits
And then iterate through the results and look for a crew with:
"job": "Director"