- Previous: Top Rentals
- Up: API Homepage - v1.0.json
- Next: New Release DVDs
Current Release DVDs
Retrieves current release dvds. Results are paginated if they go past the specified page limit
URL
http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/current_releases.json?apikey=[your_api_key]
Parameters
| Parameter | Required | Default | Description |
|---|---|---|---|
| page_limit | false | 16 | The amount of new release dvds to show per page |
| page | false | 1 | The selected page of current DVD releases |
| 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/dvds/current_releases.json?apikey=[your_api_key]&page_limit=1
{
"total": 50,
"movies": [{
"id": "771203390",
"title": "Even the Rain (Meme La Pluie)",
"year": 2011,
"mpaa_rating": "Unrated",
"runtime": 103,
"release_dates": {
"theater": "2011-02-18",
"dvd": "2011-05-16"
},
"ratings": {
"critics_rating": "Certified Fresh",
"critics_score": 89,
"audience_rating": "Upright",
"audience_score": 83
},
"synopsis": "TAMBIEN LA LLUVIA sets up an intriguing dialogue about Spanish imperialism through incidents taking place some 500 years apart, while examining the personal belief systems of the members of a film crew headed by director Sebastian (Gael Garcia Bernal) and his producer Costa (Luis Tosar) who arrive in Bolivia to make a revisionist film about the conquest of Latin America. Set in February and March of 2000 when real-life protests against the privatization of water rocked the nation, the film reflexively blurs the line between fiction and reality in what Variety calls \"a powerful, richly layered indictment of the plight of Latin America's dispossessed.\" Carlos Aduviri is dynamic as a local who is cast as a 15th century native in the film, but when the make-up and loin cloth come off, he sails into action protesting his community's deprivation of water at the hands of the government. Meanwhile, Gael Garcia Bernal's Idealist film director is as relentless as Werner Herzog infamously was in making FITZCARALDO, pushing ahead against all odds, ignoring the prevailing danger about to disrupt at any moment. Despite the devastation emerging around him, Sebastian seems unable to engage with any emotion over than a dogmatic desire to get his film done. And of course, the film also recalls themes in Herzog's AGUIRRE, THE WRATH OF GOD and the film-within-a-film scenes are as brutal as any in APOCALYPTO. -- (C) Official Site",
"posters": {
"thumbnail": "http://content8.flixster.com/movie/11/15/55/11155586_mob.jpg",
"profile": "http://content8.flixster.com/movie/11/15/55/11155586_pro.jpg",
"detailed": "http://content8.flixster.com/movie/11/15/55/11155586_det.jpg",
"original": "http://content8.flixster.com/movie/11/15/55/11155586_ori.jpg"
},
"abridged_cast": [
{"name": "Gael Garcia Bernal"},
{"name": "Luis Tosar"},
{"name": "Najwa Nimri"}
],
"alternate_ids": {"imdb": "1422032"},
"links": {
"self": "http://api.rottentomatoes.com/api/public/v1.0/movies/771203390.json",
"alternate": "http://www.rottentomatoes.com/m/even_the_rain/",
"cast": "http://api.rottentomatoes.com/api/public/v1.0/movies/771203390/cast.json",
"clips": "http://api.rottentomatoes.com/api/public/v1.0/movies/771203390/clips.json",
"reviews": "http://api.rottentomatoes.com/api/public/v1.0/movies/771203390/reviews.json",
"similar": "http://api.rottentomatoes.com/api/public/v1.0/movies/771203390/similar.json"
}
}],
"links": {
"self": "http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/current_releases.json?page_limit=1&country=us&page=1",
"next": "http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/current_releases.json?page_limit=1&country=us&page=2",
"alternate": "http://www.rottentomatoes.com/dvd/current_releases.php"
},
"link_template": "http://api.rottentomatoes.com/api/public/v1.0/lists/dvds/current_releases.json?page_limit={results-per-page}&page={page-number}&country={country-code}"
}
- Previous: Top Rentals
- Up: API Homepage - v1.0.json
- Next: New Release DVDs
0 Comments
Please sign in to post a comment.