Disney API website screenshot

Disney API

Community-maintained RESTful and GraphQL API exposing a database of 9,820+ Disney characters and the films, short films, TV shows, video games, and park attractions they appear in. The project (BSD-3-Clause) is developed in the open by Manu Castrillon at https://github.com/ManuCastrillonM/disney-api and documented at https://disneyapi.dev. The REST surface is unauthenticated and read-only. Disney and Disney characters are trademarks of The Walt Disney Company; this project is community fan-content and is not affiliated with or endorsed by Disney.

Disney API publishes 2 APIs on the APIs.io network: Characters API and Index API. Tagged areas include Entertainment, Characters, Disney, Open Source, and Fan API.

The Disney API catalog on APIs.io includes 1 JSON-LD context and 2 Spectral governance rulesets.

Disney API’s developer surface includes documentation, signup flow, code examples, and 23 more developer resources.

37.0/100 thin ▼ -6.8 Agent 35/100 agent ready Full breakdown ↓
scored 2026-07-28 · rubric v0.6
3 APIs
EntertainmentCharactersDisneyOpen SourceFan APIRESTGraphQL

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-07-28 · rubric v0.6
Composite quality — 37.0/100 · thin
Contract Quality 12.7 / 25
Developer Ergonomics 1.7 / 20
Commercial Clarity 0.0 / 20
Operational Transparency 6.2 / 13
Governance 8.3 / 12
Discoverability 8.2 / 10
Agent readiness — 35/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 7 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/disney: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

Disney API (GraphQL)

GraphQL Disney character API hosted at /graphql. Single root field `characters(page, pageSize, filter)` returns a `CharacterPage` with `items` and `paginationInfo`. The `Charact...

Disney API Characters API

Endpoints that list, retrieve, and filter Disney characters.

Disney API Index API

Service discovery endpoint that enumerates available REST routes.

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Disney API

OPEN COLLECTION

GraphQL 1

GraphQL schemas published by this provider.

Disney API GraphQL API

GraphQL Disney character API hosted at /graphql. Single root field `characters(page, pageSize, filter)` returns a `CharacterPage` with `items` and `paginationInfo`. The `Charact...

GRAPHQL

Rate Limits 1

Documented rate limits and quota policies.

Disney Rate Limits

3 limits

RATE LIMITS

Semantic Vocabularies 1

JSON-LD contexts and semantic vocabularies used across these APIs.

Disney Context

9 classes · 15 properties

JSON-LD

Spectral Rules 2

Spectral governance rulesets for linting and validating these APIs.

Disney API API Rules

5 rules · 3 warnings 2 info

SPECTRAL

Disney API API Rules

41 rules · 12 errors 20 warnings 9 info

SPECTRAL

JSON Schema 4

Standalone JSON Schema definitions for this provider's data models.

CharacterPage

2 properties

JSON SCHEMA

Character

13 properties

JSON SCHEMA

PageInfo

4 properties

JSON SCHEMA

ServiceIndex

3 properties

JSON SCHEMA

JSON Structure 4

JSON Structure definitions describing this provider's data shapes.

Disney Character Page Structure

2 properties

JSON STRUCTURE

Disney Character Structure

13 properties

JSON STRUCTURE

Disney Page Info Structure

4 properties

JSON STRUCTURE

Disney Service Index Structure

3 properties

JSON STRUCTURE

Examples 3

Example request and response payloads for these APIs.

Disney Character Example

11 fields

EXAMPLE

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Disney Domain Security

TLSv1.3 · DNSSEC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Disney Agentic Access

4 operations

4 operations · 0 acting

AGENTIC

Resources

Get Started 1

Portal, sign-up, and the first successful call

Documentation 5

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 7

SDKs, sample code, and the tooling you integrate with

Scroll for all 7

Access & Security 1

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 1

Pricing, plans, and the legal terms of use

Company 1

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: disney
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source: []
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/disney.png
name: Disney API
description: Community-maintained RESTful and GraphQL API exposing a database of 9,820+ Disney characters and the films, short
  films, TV shows, video games, and park attractions they appear in. The project (BSD-3-Clause) is developed in the open by
  Manu Castrillon at https://github.com/ManuCastrillonM/disney-api and documented at https://disneyapi.dev. The REST surface
  is unauthenticated and read-only. Disney and Disney characters are trademarks of The Walt Disney Company; this project is
  community fan-content and is not affiliated with or endorsed by Disney.
url: https://disneyapi.dev
baseURL: https://api.disneyapi.dev
specificationVersion: '0.20'
created: '2026-05-29'
modified: '2026-05-29'
x-source: manual-create
x-type: opensource
x-category: Entertainment
x-tier: 3
x-tier-reason: community-fan-api-disney-character-db
tags:
- Entertainment
- Characters
- Disney
- Open Source
- Fan API
- REST
- GraphQL
apis:
- name: Disney API (GraphQL)
  description: GraphQL Disney character API hosted at /graphql. Single root field `characters(page, pageSize, filter)` returns
    a `CharacterPage` with `items` and `paginationInfo`. The `CharacterFilterInput` accepts id, name, films, shortFilms, tvShows,
    videoGames, alignment, parkAttractions, allies, and enemies as substring filters. Schema is derived directly from the
    published source.
  humanURL: https://disneyapi.dev/docs/
  baseURL: https://api.disneyapi.dev/graphql
  tags:
  - Characters
  - GraphQL
  properties:
  - type: Documentation
    url: https://disneyapi.dev/docs/
  - type: SourceCode
    url: https://github.com/ManuCastrillonM/disney-api/blob/main/src/graphql/typeDefs.js
  - type: Authentication
    url: https://disneyapi.dev/docs/
    title: No authentication required
  - url: graphql/disney-graphql.md
    type: GraphQL
- aid: disney:disney-characters-api
  name: Disney API Characters API
  description: Endpoints that list, retrieve, and filter Disney characters.
  humanURL: https://disneyapi.dev/docs/
  baseURL: https://api.disneyapi.dev
  tags:
  - Characters
  properties:
  - type: OpenAPI
    url: openapi/disney-characters-api-openapi.yml
  - type: Documentation
    url: https://disneyapi.dev/docs/
  - type: APIReference
    url: https://disneyapi.dev/docs/
  - type: SourceCode
    url: https://github.com/ManuCastrillonM/disney-api
  - type: Authentication
    url: https://disneyapi.dev/docs/
- aid: disney:disney-index-api
  name: Disney API Index API
  description: Service discovery endpoint that enumerates available REST routes.
  humanURL: https://disneyapi.dev/docs/
  baseURL: https://api.disneyapi.dev
  tags:
  - Index
  properties:
  - type: OpenAPI
    url: openapi/disney-index-api-openapi.yml
  - type: Documentation
    url: https://disneyapi.dev/docs/
  - type: APIReference
    url: https://disneyapi.dev/docs/
  - type: SourceCode
    url: https://github.com/ManuCastrillonM/disney-api
  - type: Authentication
    url: https://disneyapi.dev/docs/
common:
- type: AgenticAccess
  url: agentic-access/disney-agentic-access.yml
- type: DomainSecurity
  url: security/disney-domain-security.yml
- type: Website
  url: https://disneyapi.dev
- type: Documentation
  url: https://disneyapi.dev/docs/
- type: SourceCode
  url: https://github.com/ManuCastrillonM/disney-api
  title: Disney API (RESTful and GraphQL server)
- type: SourceCode
  url: https://github.com/ManuCastrillonM/disneyapi.dev
  title: disneyapi.dev documentation site (Gatsby)
- type: License
  url: https://github.com/ManuCastrillonM/disney-api/blob/main/LICENSE
  title: BSD-3-Clause
- type: StatusPage
  url: https://status.disneyapi.dev/
- type: Signup
  url: https://disneyapi.dev/support-us/
  title: Support Us (donations to underwrite hosting)
- type: GitHubRepository
  url: https://github.com/ManuCastrillonM/disney-api
- type: GitHubRepository
  url: https://github.com/ManuCastrillonM/disneyapi.dev
- type: SpectralRules
  url: rules/disney-rules.yml
- type: Vocabulary
  url: vocabulary/disney-vocabulary.yml
- type: JSONLD
  url: json-ld/disney-context.jsonld
- type: JSONSchema
  url: json-schema/disney-character-schema.json
  title: Character
- type: JSONSchema
  url: json-schema/disney-character-page-schema.json
  title: CharacterPage
- type: JSONSchema
  url: json-schema/disney-page-info-schema.json
  title: PageInfo
- type: JSONSchema
  url: json-schema/disney-service-index-schema.json
  title: ServiceIndex
- type: JSONStructure
  url: json-structure/disney-character-structure.json
  title: Character
- type: JSONStructure
  url: json-structure/disney-character-page-structure.json
  title: CharacterPage
- type: JSONStructure
  url: json-structure/disney-page-info-structure.json
  title: PageInfo
- type: JSONStructure
  url: json-structure/disney-service-index-structure.json
  title: ServiceIndex
- type: Examples
  url: examples/disney-character-example.json
  title: Character Example
- type: Examples
  url: examples/disney-character-page-example.json
  title: CharacterPage Example
- type: Examples
  url: examples/disney-service-index-example.json
  title: ServiceIndex Example
- type: RateLimits
  url: rate-limits/disney-rate-limits.yml
features:
- name: 9,820+ Disney Characters
  description: Database of nearly ten thousand Disney character records harvested from the Disney Fandom Wiki.
- name: Rich Cross-Reference Fields
  description: Each character lists their films, shortFilms, tvShows, videoGames, parkAttractions, allies, and enemies as
    named string arrays.
- name: Substring Filtering On Every Field
  description: Every character field can be filtered by case-insensitive substring through query parameters, enabling targeted
    lookups (e.g., all characters in a specific film).
- name: Page-Based Pagination
  description: Standard `page` + `pageSize` pagination with previousPage and nextPage URLs returned inline in the `info` envelope.
- name: REST And GraphQL
  description: The same backing data is exposed both as a REST API and as a GraphQL endpoint at /graphql.
- name: No Authentication
  description: All endpoints are publicly accessible — no API key, OAuth, or signup is required.
- name: Open Source (BSD-3-Clause)
  description: Server source is available at github.com/ManuCastrillonM/disney-api and documentation source at github.com/ManuCastrillonM/disneyapi.dev.
- name: Service Index At Root
  description: A `GET /` discovery endpoint enumerates the available REST routes as a JSON map.
useCases:
- name: Disney Fan Apps And Character Browsers
  description: Powers casual fan apps that let users browse, search, and bookmark Disney characters and their appearances.
- name: Trivia And Quiz Games
  description: Provides ground truth for Disney trivia games (which films features which character, who are X's allies, etc.).
- name: Bot And Chatbot Integrations
  description: Plain JSON payloads are easily injected into Discord, Slack, and Twitter bots that respond to Disney character
    lookups.
- name: Frontend Tutorial Fixture
  description: Richer than typical Hello-World APIs, useful for teaching pagination, filtering, and image rendering in React/Vue/Svelte
    tutorials.
- name: Data Exploration And Visualization
  description: The cross-reference arrays (films / TV / games / attractions / allies / enemies) make the dataset a natural
    fit for graph and network-visualization demos.
- name: API Profiling And Mocking Demos
  description: A small but realistic public API surface that is commonly used to demonstrate OpenAPI generation, Spectral
    linting, and Microcks mocking.
integrations:
- name: Disney Fandom Wiki
  description: Source of truth — character names, films, TV shows, images, and source URLs are harvested from disney.fandom.com.
- name: Heroku
  description: Historical hosting platform for the API and MongoDB instance (per upstream README and Procfile).
- name: MongoDB
  description: Backing data store; characters are modeled as Mongoose documents with mongoose-sequence numeric ids.
- name: GitHub
  description: Source of truth for the BSD-3-Clause licensed implementation, contributors, releases, and Gatsby documentation
    site.
- name: Cloudflare (Disney Parks MCP)
  description: A related (but unaffiliated) Disney Parks MCP server (`cameronsjo/mouse-mcp`) exposes Disney parks attractions
    and dining data; not the same API as disneyapi.dev but a sibling Disney data source useful for agent workflows.
solutions:
- name: Public Disney Character Reference
  description: A donation-funded, community-maintained reference dataset for Disney characters that fills the absence of any
    official Disney developer API.
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com