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.
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on april 17, 2017 at 8:37 PM
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:Reply by tigers2020
on april 17, 2017 at 9:25 PM
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.