Games & Comics · head-to-head
FFXIV Collect vs TCGdex
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.
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`.
| FFXIV Collect | TCGdex | |
|---|---|---|
| Authentication | None | None |
| Pricing | free | free |
| Formats | JSON | JSON, GraphQL |
| CORS | yes | yes |
| HTTPS | Yes | Yes |
TCGdex supports 2 response formats, while FFXIV Collect offers fewer — pick TCGdex for more integration flexibility.