Rotten Tomatoes · Schema

Cast

Full cast information for a movie returned by the Rotten Tomatoes API.

MoviesTelevisionReviewsRatingsTomatometerAudience ScoreEntertainmentMedia

Properties

Name Type Description
cast array Array of cast members for the movie.
links object Links to related resources.
View JSON Schema on GitHub

JSON Schema

cast.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/rottentomatoes/main/json-schema/cast.json",
  "title": "Cast",
  "description": "Full cast information for a movie returned by the Rotten Tomatoes API.",
  "type": "object",
  "properties": {
    "cast": {
      "type": "array",
      "description": "Array of cast members for the movie.",
      "items": {
        "$ref": "#/definitions/CastMember"
      }
    },
    "links": {
      "type": "object",
      "description": "Links to related resources.",
      "properties": {
        "self": {
          "type": "string",
          "format": "uri"
        },
        "movie": {
          "type": "string",
          "format": "uri"
        }
      }
    }
  },
  "definitions": {
    "CastMember": {
      "type": "object",
      "description": "A cast member appearing in a movie.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Full name of the cast member."
        },
        "id": {
          "type": "string",
          "description": "Unique identifier for the cast member in Rotten Tomatoes."
        },
        "characters": {
          "type": "array",
          "description": "List of character names this person portrays in the movie.",
          "items": {
            "type": "string"
          }
        }
      },
      "required": ["name"]
    }
  }
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/cast"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.