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