I know we have the excellent "Upcoming" movies query, but is it possible to set the end date later? For example, Wonder Woman is coming out June 2017, but is not on the list. If not, is there another way you can think of to get a list of movies that come out months into the future?
Thanks!
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 November 8, 2016 at 12:46 PM
Hi @icyplains
The upcoming query is actually just using discover behind the scenes so you are more than welcome to switch over to use discover and tweak the params to your liking. The upcoming method looks 4 weeks aheads so you can use the /discover/movie method and custom
primary_release_date.gte
andprimary_release_date.lte
dates to suit your own personal preference.Reply by icyplains
on November 8, 2016 at 1:27 PM
I totally missed discover in the api. Thanks!