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.
Non riesci a trovare un film o una serie Tv? Accedi per crearlo.
Vuoi valutare o aggiungere quest'elemento a una lista?
Non sei un membro?
Risposta da Travis Bell
il 17 aprile, 2017 alle 8:37PM
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:Risposta da tigers2020
il 17 aprile, 2017 alle 9:25PM
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.