Walt Disney

The Walt Disney Company is a leading diversified international family entertainment and media enterprise with operations across media networks, parks and resorts, studio entertainment, and direct-to-consumer streaming. Disney's developer APIs and open source projects enable partners and developers to integrate Disney content, characters, and experiences into their applications.

1 APIs 0 Features
Fortune 100EntertainmentMediaStreamingParksContent

APIs

Disney Characters API

The Disney Characters API provides REST and GraphQL interfaces to a comprehensive database of 9,820+ Disney characters across all Disney brands including Walt Disney Animation, ...

Collections

GraphQL

Pricing Plans

Rate Limits

Walt Disney Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Walt Disney Context

6 classes · 11 properties

JSON-LD

API Governance Rules

Walt Disney API Rules

9 rules · 5 errors 4 warnings

SPECTRAL

JSON Structure

Walt Disney Character Structure

0 properties

JSON STRUCTURE

Example Payloads

Press

Disney's New Advertising Solutions from Global Tech & ...

2026-05-25

The Walt Disney Company and OpenAI reach landmark ...

2026-05-25

Disney has officially opened the floodgates on AI ...

2026-05-25

Disney's Groundbreaking AI Deal is Dead.

2026-05-25

The Walt Disney Company and OpenAI Reach Agreement ...

2026-05-25

Resources

🔗
DomainSecurity
DomainSecurity
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🌐
Portal
Portal
🔗
Documentation
Documentation
👥
GitHubOrganization
GitHubOrganization
👥
GitHubOrganization
GitHubOrganization
👥
GitHubOrganization
GitHubOrganization
📰
Blog
Blog
📰
BlogRSS
BlogRSS
🌐
Portal
Portal

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Disney Characters API
  version: 1.0.0
items:
- info:
    name: Characters
    type: folder
  items:
  - info:
      name: List All Characters
      type: http
    http:
      method: GET
      url: https://api.disneyapi.dev/character
      params:
      - name: page
        value: ''
        type: query
        description: Page number for pagination
      - name: pageSize
        value: ''
        type: query
        description: Number of characters per page
    docs: Retrieve a paginated list of all Disney characters. Each character includes associated films, short films, TV shows,
      video games, park attractions, and character alignment.
  - info:
      name: Get Character by ID
      type: http
    http:
      method: GET
      url: https://api.disneyapi.dev/character/:id
      params:
      - name: id
        value: ''
        type: path
        description: Unique identifier of the Disney character
    docs: Retrieve a specific Disney character by their unique identifier. Returns full character details including all associated
      media properties.
bundled: true