键盘快捷键
高级搜索
Hello,
I'm here to ask you if it's possible to get the list of movies which are released between 2 dates ?
Youhou71
Hi youhou71,
Yes it is. Please take a look at the /discover/movie method. You use a number of different filters for release dates.
Cheers.
Thank you very much. But with this methods, with the URL: https://api.themoviedb.org/3/discover/movie?api_key=XXXXXXXXX&language=fr&release_date.gte=2015-06-13&release_date.lte=2015-07-19&sort_by=release_date.asc The release date of results are not between the release_date.gte and release_date.lte. I'm french and the release date of Ted 2 for example is not the right one for my country ;)
A few things to mention:
release_date.gte
release_date.lte
primary_release_date.gte
primary_release_date.lte
Thank you. I will test.
找不到电影或节目?登录并创建它吧。
登录
注册
想给这个条目评分或将其添加到片单中?
还不是会员?
注册加入社区
Travis Bell 的回复
于 2015 年 07 月 15 日 10:32上午
Hi youhou71,
Yes it is. Please take a look at the /discover/movie method. You use a number of different filters for release dates.
Cheers.
youhou71 的回复
于 2015 年 07 月 15 日 10:42上午
Thank you very much. But with this methods, with the URL: https://api.themoviedb.org/3/discover/movie?api_key=XXXXXXXXX&language=fr&release_date.gte=2015-06-13&release_date.lte=2015-07-19&sort_by=release_date.asc The release date of results are not between the release_date.gte and release_date.lte. I'm french and the release date of Ted 2 for example is not the right one for my country ;)
Travis Bell 的回复
于 2015 年 07 月 15 日 11:00上午
Hi youhou71,
A few things to mention:
release_date.gte
/release_date.lte
look at all of the release dates added to a movie. You may or may not have better luck usingprimary_release_date.gte
/primary_release_date.lte
.Cheers.
youhou71 的回复
于 2015 年 07 月 15 日 11:09上午
Thank you. I will test.