Star Wars API · Schema

Film

A Star Wars film

Star WarsScience FictionEntertainmentFilmCharactersPlanetsStarshipsVehiclesSpeciesOpen-Source

Properties

Name Type Description
title string The title of this film
episode_id integer The episode number of this film
opening_crawl string The opening paragraphs at the beginning of this film
director string The name of the director of this film
producer string The name(s) of the producer(s) of this film
release_date string The ISO 8601 date format of film release at original creator country
characters array URLs of People resources featured in this film
planets array URLs of Planet resources featured in this film
starships array URLs of Starship resources featured in this film
vehicles array URLs of Vehicle resources featured in this film
species array URLs of Species resources featured in this film
created string ISO 8601 date-time when this resource was created
edited string ISO 8601 date-time when this resource was last edited
url string The hypermedia URL of this resource
View JSON Schema on GitHub

JSON Schema

film.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/star-wars/main/json-schema/film.json",
  "title": "Film",
  "description": "A Star Wars film",
  "type": "object",
  "required": [
    "title",
    "episode_id",
    "opening_crawl",
    "director",
    "producer",
    "release_date",
    "characters",
    "planets",
    "starships",
    "vehicles",
    "species",
    "created",
    "edited",
    "url"
  ],
  "properties": {
    "title": {
      "type": "string",
      "description": "The title of this film"
    },
    "episode_id": {
      "type": "integer",
      "description": "The episode number of this film"
    },
    "opening_crawl": {
      "type": "string",
      "description": "The opening paragraphs at the beginning of this film"
    },
    "director": {
      "type": "string",
      "description": "The name of the director of this film"
    },
    "producer": {
      "type": "string",
      "description": "The name(s) of the producer(s) of this film"
    },
    "release_date": {
      "type": "string",
      "format": "date",
      "description": "The ISO 8601 date format of film release at original creator country"
    },
    "characters": {
      "type": "array",
      "description": "URLs of People resources featured in this film",
      "items": {
        "type": "string",
        "format": "uri"
      }
    },
    "planets": {
      "type": "array",
      "description": "URLs of Planet resources featured in this film",
      "items": {
        "type": "string",
        "format": "uri"
      }
    },
    "starships": {
      "type": "array",
      "description": "URLs of Starship resources featured in this film",
      "items": {
        "type": "string",
        "format": "uri"
      }
    },
    "vehicles": {
      "type": "array",
      "description": "URLs of Vehicle resources featured in this film",
      "items": {
        "type": "string",
        "format": "uri"
      }
    },
    "species": {
      "type": "array",
      "description": "URLs of Species resources featured in this film",
      "items": {
        "type": "string",
        "format": "uri"
      }
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 date-time when this resource was created"
    },
    "edited": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 date-time when this resource was last edited"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "The hypermedia URL of this resource"
    }
  }
}

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/film"
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.