Rotten Tomatoes · Example Payload

Review List

MoviesTelevisionReviewsRatingsTomatometerAudience ScoreEntertainmentMedia

Review List is an example object payload from Rotten Tomatoes, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totalreviewslinkslink_template

Example Payload

Raw ↑
{
  "total": 209,
  "reviews": [
    {
      "critic": "Roger Ebert",
      "date": "2010-06-17",
      "freshness": "fresh",
      "publication": "Chicago Sun-Times",
      "quote": "Here is one of those rare sequels that surpasses its predecessors -- in a trilogy that earns the right to be compared with the Toy Story films.",
      "links": {
        "review": "http://rogerebert.suntimes.com/apps/pbcs.dll/article?AID=/20100617/REVIEWS/100619986"
      }
    },
    {
      "critic": "A.O. Scott",
      "date": "2010-06-17",
      "freshness": "fresh",
      "publication": "New York Times",
      "quote": "Toy Story 3 is a fairly serious — and, I think, seriously great — movie about loss, change and the pleasures and pains of human connection.",
      "links": {
        "review": "http://movies.nytimes.com/2010/06/18/movies/18toy.html"
      }
    }
  ],
  "links": {
    "self": "http://api.rottentomatoes.com/api/public/v1.0/movies/770672122/reviews.json?review_type=top_critic&page_limit=20&page=1&country=us",
    "next": "http://api.rottentomatoes.com/api/public/v1.0/movies/770672122/reviews.json?review_type=top_critic&page_limit=20&page=2&country=us"
  },
  "link_template": "http://api.rottentomatoes.com/api/public/v1.0/movies/770672122/reviews.json?review_type={review_type}&page_limit={page_limit}&page={page}&country={country}"
}