Studio Ghibli · Schema
Studio Ghibli Species
A species classification of a character or creature in the Studio Ghibli films.
AnimeStudio GhibliFilmCharactersLocationsSpeciesVehiclesPublic APIsOpen-SourceRead Only
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier representing a specific species. |
| name | string | Common name of the species. |
| classification | string | Biological classification (e.g. Mammal, Spirit, Cat). |
| eye_colors | string | Comma-separated list of eye colours observed within the species. |
| hair_colors | string | Comma-separated list of hair colours observed within the species. |
| people | array | Characters that belong to this species. |
| films | array | Films in which this species appears. |
| url | string | Canonical URL of the species resource. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/studio-ghibli/main/json-schema/studio-ghibli-species-schema.json",
"title": "Studio Ghibli Species",
"description": "A species classification of a character or creature in the Studio Ghibli films.",
"type": "object",
"required": ["id", "name"],
"properties": {
"id": { "type": "string", "format": "uuid", "description": "Unique identifier representing a specific species.", "example": "af3910a6-429f-4c74-9ad5-dfe1c4aa04f2" },
"name": { "type": "string", "description": "Common name of the species.", "example": "Human" },
"classification": { "type": "string", "description": "Biological classification (e.g. Mammal, Spirit, Cat).", "example": "Mammal" },
"eye_colors": { "type": "string", "description": "Comma-separated list of eye colours observed within the species.", "example": "Black, Blue, Brown, Grey, Green, Hazel" },
"hair_colors": { "type": "string", "description": "Comma-separated list of hair colours observed within the species.", "example": "Black, Blonde, Brown, Grey, White" },
"people": { "type": "array", "items": { "type": "string", "format": "uri" }, "description": "Characters that belong to this species." },
"films": { "type": "array", "items": { "type": "string", "format": "uri" }, "description": "Films in which this species appears." },
"url": { "type": "string", "format": "uri", "description": "Canonical URL of the species 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/studio-ghibli-species"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.