The Movie Database Support

Hello,

Just been testing some date filtering methods using:

https://api.themoviedb.org/3/discover/movie?with_genres=16&api_key=xxx&page=1&release_date.gte=2015-01-18&release_date.lte=2015-02-18&sort_by=release_date.desc

Results returned were as followed (Notice Big Hero 6 release date is 7th November 2014, whereas the date query is asking between 2 dates in 2015):

{"page":1,"results":[{"adult":false,"backdrop_path":null,"id":302960,"original_title":"Scooby-Doo! Moon Monster Madness","release_date":"2015-02-17","poster_path":"/Mx9dBrZaVJlFmdebfao08FO6Z.jpg","popularity":0.148931664691812,"title":"Scooby-Doo! Moon Monster Madness","video":false,"vote_average":0.0,"vote_count":0},{"adult":false,"backdrop_path":null,"id":296918,"original_title":"Aoki Hagane no Arpeggio: Ars Nova DC","release_date":"2015-01-31","poster_path":"/6zotTztsrSGe9r7Rf2Xt6DpXwvS.jpg","popularity":0.177791037433986,"title":"Arpeggio of Blue Steel: Ars Nova Movie 1","video":false,"vote_average":0.0,"vote_count":0},{"adult":false,"backdrop_path":"/9kD98x8gX8NbkmATKjHE41lAvRe.jpg","id":297556,"original_title":"Justice League: Throne of Atlantis","release_date":"2015-01-27","poster_path":"/d4a9L9tW26JIgxJvbd5ok6xkNqV.jpg","popularity":2.671217003726,"title":"Justice League: Throne of Atlantis","video":false,"vote_average":7.5,"vote_count":3},{"adult":false,"backdrop_path":"/yFAvLoOl4313nkV9wuOyTTq9bJ.jpg","id":302429,"original_title":"Strange Magic","release_date":"2015-01-23","poster_path":"/c7LqBTRJIuZb7bz1w02to4Ydx4d.jpg","popularity":0.815184341251919,"title":"Strange Magic","video":false,"vote_average":0.0,"vote_count":0},{"adult":false,"backdrop_path":null,"id":316068,"original_title":"Madea's Tough Love","release_date":"2015-01-20","poster_path":"/AoYB91t9Gf8IHhSyACTD8okygMJ.jpg","popularity":1.33619612095987,"title":"Madea's Tough Love","video":false,"vote_average":0.0,"vote_count":0},{"adult":false,"backdrop_path":"/1WNayre36yQ2ZBNXzXksQotoK25.jpg","id":228165,"original_title":"The SpongeBob Movie: Sponge Out of Water","release_date":"2015-02-06","poster_path":"/1Rl8x6aZOEAAFYjOa97PBJ2RmFb.jpg","popularity":0.635657291511883,"title":"The SpongeBob Movie: Sponge Out of Water","video":false,"vote_average":4.9,"vote_count":5},{"adult":false,"backdrop_path":"/2BXd0t9JdVqCp9sKf6kzMkr7QjB.jpg","id":177572,"original_title":"Big Hero 6","release_date":"2014-11-07","poster_path":"/3zQvuSAUdC3mrx9vnSEpkFX0968.jpg","popularity":20.830350390602,"title":"Big Hero 6","video":false,"vote_average":8.4,"vote_count":316},{"adult":false,"backdrop_path":null,"id":292795,"original_title":"Gus","release_date":"2014-10-11","poster_path":"/c3syOAjhFvUG9xhZOHS8gcfxUaI.jpg","popularity":0.0648673899214548,"title":"Yellowbird","video":false,"vote_average":0.0,"vote_count":0},{"adult":false,"backdrop_path":"/lVshZpxU5EB8zXJrnXxblaDps6m.jpg","id":228326,"original_title":"The Book of Life","release_date":"2014-10-17","poster_path":"/fhq87M6NNXqYH4OUoIfsM6oDUA3.jpg","popularity":5.31146288347545,"title":"The Book of Life","video":false,"vote_average":7.7,"vote_count":76}],"total_pages":1,"total_results":9}

What could be the reason for this? Is there a second date being included too?

Cheers, David

2 replies (on page 1 of 1)

Jump to last post

Hi aceofpack,

Filtering by release_date.gte and release_date.lte filters by looking at every single release date added to a movie. In Big Hero 6's case, you can see that there are a number of countries that have it being release in 2015.

You might find it more useful to filter on primary_release_date.gte and primary_release_date.lte instead. This will only look at the date marked as primary.

Cheers.

Ahh! Brilliant thanks for the clarification.

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login