Games & Comics · head-to-head
Dungeons and Dragons vs TCGdex
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.
TCGdex is a keyless, multilingual Pokémon TCG database exposing card, set, and series data via both REST and GraphQL over eight-plus languages. The old `tcgdex.net/docs` link stopped working after that domain was rebuilt as a separate consumer collection-manager app; the API's own docs and reference now live at `tcgdex.dev`.
| Dungeons and Dragons | TCGdex | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, GraphQL | JSON, GraphQL |
| CORS | yes | yes |
| HTTPS | Yes | Yes |