Rotten Tomatoes · Example Payload

Movie List

MoviesTelevisionReviewsRatingsTomatometerAudience ScoreEntertainmentMedia

Movie 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

totalmovieslinkslink_template

Example Payload

Raw ↑
{
  "total": 16,
  "movies": [
    {
      "id": "771355287",
      "title": "The Avengers",
      "year": 2012,
      "mpaa_rating": "PG-13",
      "runtime": "143",
      "critics_consensus": "Thanks to a script that never forgets to have fun with its superhero premise, and Joss Whedon's assured direction, Marvel's The Avengers is an ambitious comic book action blockbuster.",
      "release_dates": {
        "theater": "2012-05-04"
      },
      "ratings": {
        "critics_rating": "Certified Fresh",
        "critics_score": 92,
        "audience_rating": "Upright",
        "audience_score": 91
      },
      "synopsis": "When Thor's evil brother, Loki, gains access to the unlimited power of the energy cube called the Tesseract, Nick Fury, director of S.H.I.E.L.D., initiates a superhero recruitment effort to defeat the unprecedented threat to Earth.",
      "posters": {
        "thumbnail": "http://content9.flixster.com/movie/11/17/33/11173306_mob.jpg",
        "profile": "http://content9.flixster.com/movie/11/17/33/11173306_pro.jpg",
        "detailed": "http://content9.flixster.com/movie/11/17/33/11173306_det.jpg",
        "original": "http://content9.flixster.com/movie/11/17/33/11173306_ori.jpg"
      },
      "abridged_cast": [
        {
          "name": "Robert Downey Jr.",
          "id": "162660021",
          "characters": ["Tony Stark / Iron Man"]
        },
        {
          "name": "Chris Evans",
          "id": "355413377",
          "characters": ["Steve Rogers / Captain America"]
        }
      ],
      "alternate_ids": {
        "imdb": "0848228"
      },
      "links": {
        "self": "http://api.rottentomatoes.com/api/public/v1.0/movies/771355287.json",
        "alternate": "http://www.rottentomatoes.com/m/avengers_2012/",
        "cast": "http://api.rottentomatoes.com/api/public/v1.0/movies/771355287/cast.json",
        "reviews": "http://api.rottentomatoes.com/api/public/v1.0/movies/771355287/reviews.json",
        "similar": "http://api.rottentomatoes.com/api/public/v1.0/movies/771355287/similar.json"
      }
    }
  ],
  "links": {
    "self": "http://api.rottentomatoes.com/api/public/v1.0/lists/movies/box_office.json?limit=16&country=us",
    "next": "http://api.rottentomatoes.com/api/public/v1.0/lists/movies/box_office.json?limit=16&country=us&page=2"
  },
  "link_template": "http://api.rottentomatoes.com/api/public/v1.0/lists/movies/box_office.json?limit={limit}&country={country}&page={page}"
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/movie-list"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.