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.
찾으시는 영화나 TV 프로그램이 없나요? 로그인 하셔서 직접 만들어주세요.
이 항목을 평가하거나 목록에 추가할까요?
회원이 아닌가요?
Travis Bell님의 댓글
4월 17, 2017 at 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님의 댓글
4월 17, 2017 at 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.