Games & Comics · head-to-head
Dungeons and Dragons vs Geek-Jokes
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.
Geek-Jokes
Geek-Jokes is a small open-source Flask API, hosted on Railway, that returns a single random geeky or programming-themed joke per request. There's no authentication, rate-limit tier, or account required — call the endpoint and get a joke back as plain text or JSON.
| Dungeons and Dragons | Geek-Jokes | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON, GraphQL | JSON, plain text |
| CORS | yes | yes |
| HTTPS | Yes | Yes |