Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Walt Disney Characters API

Disney character data including films, TV shows, and park attractions

Walt Disney Characters API is published by Walt Disney on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Characters. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and 1 JSON Schema.

This API exposes 2 operations across 2 paths, and defines 4 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://api.disneyapi.dev.

2 operations 2 paths 4 schemas 2 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://api.disneyapi.dev
Contact
License
Resource Areas
1

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 GET. Each is listed below with its method, path, parameters, and response codes.

Characters 2

Disney character data including films, TV shows, and park attractions

GET
/character
List All Characters
listCharacters 2 params → 200400429
GET
/character/{id}
Get Character by ID
getCharacterById 1 param → 200404429

Schemas 4

The contract defines 4 schemas that model the data the API accepts and returns. The most detailed are Character (13 properties), PaginationInfo (4 properties), CharacterListResponse (2 properties), CharacterResponse (2 properties). Each schema is shown below with its type and property counts.

PaginationInfo
object
4 properties
CharacterResponse
object
2 properties
CharacterListResponse
object
2 properties
Character
object
A Disney character with all associated media appearances
13 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

walt-disney-characters-api-openapi.yml Raw ↑