键盘快捷键
高级搜索
Hi,
How can I get an API from IMDB or TMDB to list all the upcoming movies in the year 2016 & 2017?
Thanks in advance.
satya
Hi Satya,
You can use discover for this.
https://api.themoviedb.org/3/discover/movie?api_key=###&primary_release_date.gte=2016-01-01&primary_release_date.lte=2017-01-01&sort_by=popularity.desc
This is searching for movies that have a release date greater than or equal to 2016-01-01 and less than or equal to 2017-01-01.
Cheers.
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Travis Bell 的回复
于 2016 年 03 月 23 日 9:34上午
Hi Satya,
You can use discover for this.
This is searching for movies that have a release date greater than or equal to 2016-01-01 and less than or equal to 2017-01-01.
Cheers.