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!
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by ticao2 š§š· pt-BR
on April 29, 2022 at 10:52 AM
Are you using the Region parameter?
Maybe it solves part of the problem.
Reply by SaidThat
on April 29, 2022 at 10:58 AM
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?
Reply by ticao2 š§š· pt-BR
on April 29, 2022 at 11:13 AM
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.