- Previous: Movie Lists Directory
- Up: API Homepage - v1.0.json
- Next: In Theaters Movies
Box Office Movies
Displays Top Box Office Earning Movies, Sorted by Most Recent Weekend Gross Ticket Sales
URL
http://api.rottentomatoes.com/api/public/v1.0/lists/movies/box_office.json?apikey=[your_api_key]
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
| limit | false | 10 | Limits the number of box office movies returned |
| country | false | us | Provides localized data for the selected country (ISO 3166-1 alpha-2) if available. Otherwise, returns US data. |
Example Call and Response
http://api.rottentomatoes.com/api/public/v1.0/lists/movies/box_office.json?apikey=[your_api_key]&limit=1
{
"movies": [{
"id": "770687943",
"title": "Harry Potter and the Deathly Hallows - Part 2",
"year": 2011,
"mpaa_rating": "PG-13",
"runtime": 130,
"critics_consensus": "Thrilling, powerfully acted, and visually dazzling, Deathly Hallows Part II brings the Harry Potter franchise to a satisfying -- and suitably magical -- conclusion.",
"release_dates": {"theater": "2011-07-15"},
"ratings": {
"critics_rating": "Certified Fresh",
"critics_score": 97,
"audience_rating": "Upright",
"audience_score": 93
},
"synopsis": "Harry Potter and the Deathly Hallows - Part 2, is the final adventure in the Harry Potter film series. The much-anticipated motion picture event is the second of two full-length parts. In the epic finale, the battle between the good and evil forces of the wizarding world escalates into an all-out war. The stakes have never been higher and no one is safe. But it is Harry Potter who may be called upon to make the ultimate sacrifice as he draws closer to the climactic showdown with Lord Voldemort. It all ends here. -- (C) Warner Bros",
"posters": {
"thumbnail": "http://content8.flixster.com/movie/11/15/86/11158674_mob.jpg",
"profile": "http://content8.flixster.com/movie/11/15/86/11158674_pro.jpg",
"detailed": "http://content8.flixster.com/movie/11/15/86/11158674_det.jpg",
"original": "http://content8.flixster.com/movie/11/15/86/11158674_ori.jpg"
},
"abridged_cast": [
{
"name": "Daniel Radcliffe",
"characters": ["Harry Potter"]
},
{
"name": "Rupert Grint",
"characters": [
"Ron Weasley",
"Ron Wesley"
]
},
{
"name": "Emma Watson",
"characters": ["Hermione Granger"]
},
{
"name": "Helena Bonham Carter",
"characters": ["Bellatrix Lestrange"]
},
{
"name": "Ralph Fiennes",
"characters": ["Lord Voldemort"]
}
],
"alternate_ids": {"imdb": "1201607"},
"links": {
"self": "http://api.rottentomatoes.com/api/public/v1.0/movies/770687943.json",
"alternate": "http://www.rottentomatoes.com/m/harry_potter_and_the_deathly_hallows_part_2/",
"cast": "http://api.rottentomatoes.com/api/public/v1.0/movies/770687943/cast.json",
"clips": "http://api.rottentomatoes.com/api/public/v1.0/movies/770687943/clips.json",
"reviews": "http://api.rottentomatoes.com/api/public/v1.0/movies/770687943/reviews.json",
"similar": "http://api.rottentomatoes.com/api/public/v1.0/movies/770687943/similar.json"
}
}],
"links": {
"self": "http://api.rottentomatoes.com/api/public/v1.0/lists/movies/box_office.json?limit=1&country=us",
"alternate": "http://www.rottentomatoes.com/movie/box_office.php"
},
"link_template": "http://api.rottentomatoes.com/api/public/v1.0/lists/movies/box_office.json?limit={num-results}&country={country-code}"
}
- Previous: Movie Lists Directory
- Up: API Homepage - v1.0.json
- Next: In Theaters Movies
6 Comments
Jenko – 1 year ago
GB is the official country code for United Kingdom according to ISO 3166-1 alpha-2, you use UK for United Kingdom, please can you change this to use UK or both?
Gaurang Jadia – 1 year ago
I would like to do pagination with this endpoint. Is it possible to pass PageNumber and PageSize as arguments?
Dave – 7 months ago
Why doesn't this show the gross ticket sales?
sjrasimons – 5 months ago
I am also very much interested in box office grossing, any way to get this number?
Andreas Nauleau – 3 months ago
Is there any way to get back gross ticket sales in the object?
brbcoding – 2 months ago
Are gross ticket sales available in the API anywhere?
Please sign in to post a comment.