Studio Ghibli · JSON Structure

Studio Ghibli Film Structure

Type: Properties: 0
AnimeStudio GhibliFilmCharactersLocationsSpeciesVehiclesPublic APIsOpen-SourceRead Only

Film is a JSON Structure definition published by Studio Ghibli.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Film",
  "structure": {
    "type": "object",
    "required": ["id", "title", "description", "director", "producer", "release_date"],
    "properties": {
      "id": { "type": "string", "description": "Unique identifier representing a specific film." },
      "title": { "type": "string", "description": "Title of the film in English." },
      "original_title": { "type": "string", "description": "Original Japanese title (Japanese characters)." },
      "original_title_romanised": { "type": "string", "description": "Original Japanese title romanised." },
      "image": { "type": "string", "description": "URL of the film poster image." },
      "movie_banner": { "type": "string", "description": "URL of the film banner image." },
      "description": { "type": "string", "description": "Plot summary or synopsis of the film." },
      "director": { "type": "string", "description": "Director of the film." },
      "producer": { "type": "string", "description": "Producer of the film." },
      "release_date": { "type": "string", "description": "Original theatrical release year (YYYY)." },
      "running_time": { "type": "string", "description": "Running time of the film in minutes." },
      "rt_score": { "type": "string", "description": "Rotten Tomatoes critical score." },
      "people": { "type": "array", "items": { "type": "string" } },
      "species": { "type": "array", "items": { "type": "string" } },
      "locations": { "type": "array", "items": { "type": "string" } },
      "vehicles": { "type": "array", "items": { "type": "string" } },
      "url": { "type": "string" }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/studio-ghibli-film-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.