Skip to content

api-evangelist/disney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disney API (disney)

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.

APIs.json: https://disneyapi.dev

Tags

  • Entertainment
  • Characters
  • Disney
  • Open Source
  • Fan API
  • REST
  • GraphQL

Timestamps

  • Created: 2026-05-29
  • Modified: 2026-05-29

APIs

Disney API (REST)

RESTful Disney character API. Four GET endpoints: a service index at the root, a paginated character list at /character, and two by-id endpoints (/character/:id and the plural alias /characters/:id). Supports field-level substring filters on name, films, shortFilms, tvShows, videoGames, parkAttractions, allies, enemies, and alignment.

Tags

  • Characters
  • REST

Properties

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 CharacterFilterInput accepts id, name, films, shortFilms, tvShows, videoGames, alignment, parkAttractions, allies, and enemies as substring filters. Schema is derived directly from the published source.

Tags

  • Characters
  • GraphQL

Properties

Common Properties

Maintainers

FN: Kin Lane Email: kin@apievangelist.com

Releases

No releases published

Packages

 
 
 

Contributors