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
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Christopher Komodromos님의 댓글
10월 15, 2016 at 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"