Keyboard Shortcuts
Advanced Search
Hi,
How can I get an API from IMDB or TMDB to list all the upcoming movies in the year 2016 & 2017?
Thanks in advance.
satya
Hi Satya,
You can use discover for this.
https://api.themoviedb.org/3/discover/movie?api_key=###&primary_release_date.gte=2016-01-01&primary_release_date.lte=2017-01-01&sort_by=popularity.desc
This is searching for movies that have a release date greater than or equal to 2016-01-01 and less than or equal to 2017-01-01.
Cheers.
Can't find a movie or TV show? Login to create it.
Login
Sign Up
Want to rate or add this item to a list?
Not a member?
Sign up and join the community
Reply by Travis Bell
on March 23, 2016 at 9:34 AM
Hi Satya,
You can use discover for this.
This is searching for movies that have a release date greater than or equal to 2016-01-01 and less than or equal to 2017-01-01.
Cheers.