Games & Comics · head-to-head
Disney vs Dungeons and Dragons
Disney API is a free, keyless catalog of roughly 9,800 Disney characters spanning films, shorts, TV shows, video games, and park attractions, sourced from the Disney Fandom wiki and maintained by a fan rather than Disney itself. It's served over both a paginated REST endpoint and a GraphQL endpoint at the same api.disneyapi.dev host.
The D&D 5e SRD API (the 5e-bits project) is a fully keyless reference for the System Reference Document — spells, classes, monsters, equipment, races, and rules — queryable through both a REST API and a GraphQL endpoint at the same host. Its old `/docs/` path now redirects to a rebuilt documentation site on GitHub Pages, but the underlying API itself is unchanged and still served over HTTPS from the original `dnd5eapi.co` domain.
| Disney | Dungeons and Dragons | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, GraphQL | JSON, GraphQL |
| CORS | yes | yes |
| HTTPS | Yes | Yes |