Games & Comics · head-to-head

Dungeons and Dragons vs Rick and Morty

Dungeons and Dragons

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.

Rick and Morty

The Rick and Morty API is a free, keyless catalog of every character, location, and episode from the show, cross-linked so each character record lists its episode appearances and vice versa. It's fully mirrored between a paginated REST API and a GraphQL endpoint, both live and CORS-open, so browser clients can query either directly.

Dungeons and DragonsRick and Morty
AuthenticationNoneNone
Pricingfreefree
FormatsJSON, GraphQLJSON, GraphQL
CORSyesyes
HTTPSYesYes

More comparisons