The Movie Database Support

Hello Team, I am using your API for my movies review and rating app but on all movies and movie details page I am getting different data for few movies. Here we have applied a country check to get the release date country wise. Please let me know why I am getting different release date of following movie:

  1. The New Mutant,
  2. Once Upon a Time in Hollywood

Expecting a quick reply.

Thanks

4 replies (on page 1 of 1)

Jump to last post

Could you provide exact URL of your API calls (without API key) and the dates that you think are wrong for both movies?

Hi, thanks for response.

Please review the below link:
https://api.themoviedb.org/3/movie/upcoming?api_key=***&language=en-US&page=1&region=US {"release_date": "2019-07-19"}
http://api.themoviedb.org/3/movie/420818?api_key=***&language=en-US&append_to_response=videos {"release_date": "2019-07-12"}

Thanks again.

See here:
https://www.themoviedb.org/movie/420818-the-lion-king/edit?active_nav_item=release_information

2019-07-12 - China = World Premiere (first release date in the world)
2019-07-19 - USA = USA premiere - (upcoming in &region=US)

If you use upcoming without setting the &region=US, will see that the date changes to the date of China.
https://api.themoviedb.org/3/movie/upcoming?api_key=[MY_KEY]&language=en-US&page=1

I see!

The first API method "movie/upcoming" lets you filter release dates with "&region=" parameter just to US, so the only release date you get really is 2019-07-19, which is the only release date available for US (see the method description here).

The second API method "movie" however is just generic method to get details of the movie, which isn't designed to let you filter regional data. So the release date this method returns is the world premiere, in this case in China on 2019-07-12 (see the method description here).

If you need to get specific regional release date with the "movie" method, you need to use "&append_to_response=release_date" parameter. That way you will get all 39 release dates for that movie and you can look for the one you need:

https://api.themoviedb.org/3/movie/420818?api_key=###&language=en-US&append_to_response=release_dates,videos

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