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.
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por Travis Bell
el 17 de abril de 2017 a las 20: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:Contestado por tigers2020
el 17 de abril de 2017 a las 21: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.