Hi, There is a list for box office movies in the index page of this site below search bar, How could i get the list using api ?
Thanks,
aboduo
Es fehlt ein Film oder eine Serie? Logge dich ein zum Ergänzen.
Diesen Eintrag bewerten oder zu einer Liste hinzufügen?
Kein Mitglied?
Antwort von Travis Bell
am 15. März 2013 um 10:08
Hi aboduo,
The only theatre list we maintain is our
/now-playing
method. You can read about it in the documentation here.Antwort von joemicelli
am 19. August 2014 um 19:26
I would like you to reconsider implementing a top box office method. This is the most important information for finding movies to go and see for the user; which is also how we make money. Now-playing method returns way too much noise that no one really cares about. Currently i have to down load all of the data and compute the top 20 myself which is slow. I assume that you have a database that could easily make that query? This would really help us out.
Thanks,
Joe
Antwort von Travis Bell
am 19. August 2014 um 21:15
We don't currently have any box office data. Now playing is a list ordered by popularity, of movies with a release date within the last 3 weeks including this week.
Until we have the data to differentiate between a theatrical release and not, this is the best we can do. The ticket for this is here.
Antwort von Travis Bell
am 13. Januar 2016 um 13:06
Hi guys,
While we still don't support specifying a country release filter on discover (this will be coming), we do now support multiple release dates per country and type. You can read more about his here.
There's a new API method that supports returning this data which is documented here.
Cheers.