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.
找不到电影或节目?登录并创建它吧。
Anuradha 的回复
于 2016 年 10 月 02 日 11:49下午
You could use http://api.themoviedb.org/3/movie/upcoming. It gives the release_date
Travis Bell 的回复
于 2016 年 10 月 03 日 5:21下午
Hi Arjun,
The /upcoming/movie method or doing something custom with /discover/movie are your two options.
Cheers.