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