Keyboard Shortcuts
Advanced Search
Hello,
I'm here to ask you if it's possible to get the list of movies which are released between 2 dates ?
Youhou71
Hi youhou71,
Yes it is. Please take a look at the /discover/movie method. You use a number of different filters for release dates.
Cheers.
Thank you very much. But with this methods, with the URL: https://api.themoviedb.org/3/discover/movie?api_key=XXXXXXXXX&language=fr&release_date.gte=2015-06-13&release_date.lte=2015-07-19&sort_by=release_date.asc The release date of results are not between the release_date.gte and release_date.lte. I'm french and the release date of Ted 2 for example is not the right one for my country ;)
A few things to mention:
release_date.gte
release_date.lte
primary_release_date.gte
primary_release_date.lte
Thank you. I will test.
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 July 15, 2015 at 10:32 AM
Hi youhou71,
Yes it is. Please take a look at the /discover/movie method. You use a number of different filters for release dates.
Cheers.
Reply by youhou71
on July 15, 2015 at 10:42 AM
Thank you very much. But with this methods, with the URL: https://api.themoviedb.org/3/discover/movie?api_key=XXXXXXXXX&language=fr&release_date.gte=2015-06-13&release_date.lte=2015-07-19&sort_by=release_date.asc The release date of results are not between the release_date.gte and release_date.lte. I'm french and the release date of Ted 2 for example is not the right one for my country ;)
Reply by Travis Bell
on July 15, 2015 at 11:00 AM
Hi youhou71,
A few things to mention:
release_date.gte
/release_date.lte
look at all of the release dates added to a movie. You may or may not have better luck usingprimary_release_date.gte
/primary_release_date.lte
.Cheers.
Reply by youhou71
on July 15, 2015 at 11:09 AM
Thank you. I will test.