Hello Sir,
I am using 'www.themoviedb.org' API for display Upcoming movie list. I have implemented one demo for searching movie by name. But I want to implement Upcoming movies list with release date. So please help me to which url is used for getting upcoming or latest movie list?
Thanks in advance.
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Anuradha님의 댓글
10월 2, 2016 at 11:49 오후
You could use http://api.themoviedb.org/3/movie/upcoming. It gives the release_date
Travis Bell님의 댓글
10월 3, 2016 at 5:21 오후
Hi Arjun,
The /upcoming/movie method or doing something custom with /discover/movie are your two options.
Cheers.