Games & Comics · head-to-head

Dungeons and Dragons vs FFXIV Collect

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.

FFXIV Collect

FFXIV Collect is a community-run reference for Final Fantasy XIV's collectable content — mounts, minions, achievements, orchestrion rolls, and more — cross-referenced with each character's owned/missing status and rarity percentage. Its read-only REST API mirrors the site's own data, including per-character collection lookups by Lodestone ID. No key is required, and the full endpoint list is published as a Postman collection.

Dungeons and DragonsFFXIV Collect
AuthenticationNoneNone
Pricingfreefree
FormatsJSON, GraphQLJSON
CORSyesyes
HTTPSYesYes

Dungeons and Dragons supports 2 response formats, while FFXIV Collect offers fewer — pick Dungeons and Dragons for more integration flexibility.

More comparisons