https://api.themoviedb.org/3/discover/movie?api_key=api_key&language=en®ion=US&sort_by=popularity.desc&include_adult=false&include_video=false&page=1&release_date.gte=2017-04-17
So, this is a link I use for getting upcoming movies that not yet release in theater on 2017-04-17. But when I try it. There are movies already release in March or January even from September from last year.
找不到电影或节目?登录并创建它吧。
Travis Bell 的回复
于 2017 年 04 月 17 日 8:37下午
release_date.xxx
filters all release dates which is not what you're going to want. I would add awith_release_type
filter to force the query to only look up theatrical releases:tigers2020 的回复
于 2017 年 04 月 17 日 9:25下午
as suggest, I add with_release_type=3(basially copy pastes your code) but, still I can see the movies that already released like sings, boss baby, the founder(2016-11-24) etcs.