The Movie Database Support

Hello everyone šŸ‘‹,

I know there is the Movie endpoint /upcoming and /now_playing but those return lists of EVERYTHING that's playing. While there's obviously a way we can ingest and parse that data to answer the question of what movies are currently in theaters or about to be, I was wondering if there's a better way to know if a specific movie (like when getting movie details by id) is in theaters. I know the two endpoints I mentioned claim to calculate movies that have release types 2 & 3 in a date range, but I honestly feel like it's (correctly) showing me movies that don't fit that range right now. Any help you can offer is appreciated!

3 replies (on page 1 of 1)

Jump to last post

@SaidThat said:
Detect if a specific movie is in theaters
Hello everyone šŸ‘‹,

I know there is the Movie endpoint /upcoming and /now_playing but those return lists of EVERYTHING that's playing.
While there's obviously a way we can ingest and parse that data to answer the question of what movies are currently in theaters or about to be,
I was wondering if there's a better way to know if a specific movie (like when getting movie details by id) is in theaters.
I know the two endpoints I mentioned claim to calculate movies that have release types 2 & 3 in a date range,
but I honestly feel like it's (correctly) showing me movies that don't fit that range right now.
Any help you can offer is appreciated!

Are you using the Region parameter?
Maybe it solves part of the problem.

https://api.themoviedb.org/3/movie/upcoming?api_key=THE_KEY&language=en-US&page=1&region=US  
https://api.themoviedb.org/3/movie/now_playing?api_key=THE_KEY&language=fr-FR&page=1&region=FR

You know I totally thought I did, but I wonder if I somehow had a stupid typo in my query. That definitely seems to make the date ranges at least match up, which is interesting... I guess just parsing through this data is considered the best method then?

@SaidThat said:
You know I totally thought I did, but I wonder if I somehow had a stupid typo in my query.
That definitely seems to make the date ranges at least match up, which is interesting...
I guess just parsing through this data is considered the best method then?

In the data here from TMDb I believe so.
In the case of now_playing it may not be very accurate.
We have the premiered release date but we don't have the date that ended in the cinema.

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