Final Fantasy XIV
Final Fantasy XIV Game data API
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Yes
- Category
- Games & Comics
- Documentation / URL
- https://xivapi.com/
Overview
XIVAPI is the community-maintained database API for Final Fantasy XIV: items, characters, jobs, quests, achievements, market data, and more — keyless and CORS-enabled. The standard backend for FFXIV fan tools, market trackers, and character showcase apps.
Quick Start
An item (verified live — Item 1234):
curl "https://xivapi.com/Item/1234"
{
"ID": 1234,
"Name": "Crystal",
"Icon": "/i/020000/020001.png",
"Description": "A crystalline formation..."
}
Search items:
curl "https://xivapi.com/search?string=excalibur&indexes=Item"
Character search:
curl "https://xivapi.com/character/search?name=Ardbert&server=Omega"
Market board data (requires a public API key for most market endpoints):
curl "https://xivapi.com/market/1/1234" -H "X-API-Key: YOUR_KEY"
Authentication
- Public endpoints (items, search, characters) are keyless (verified).
- Market data and heavier endpoints need a free public API key (xivapi.com → login → get a key), sent as
X-API-Keyheader.
Rate Limits & Notes
- Keyless requests are limited (roughly 10/min anonymously); with a key ~60/min — cache responses.
- Data is scraped/curated from the game client files — fields follow the game’s internal structure (capitalized keys like
ID,Name). - Icons/images are served from
xivapi.com/i/...paths — hotlinkable. - The project is community-run; availability is generally good but not guaranteed.
FAQ
Is XIVAPI free? Yes — keyless for public data; a free key raises limits and unlocks market data.
Do I need a key? For market endpoints and higher limits, yes — registration is free.
Why are keys capitalized? The data mirrors the game client’s internal schema.
More in Games & Comics
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| AmiiboAPI Nintendo Amiibo Information | No auth | Yes | Yes | ↗ |
| Animal Crossing: New Horizons API for critters, fossils, art, music, furniture and villagers | No auth | Yes | Unknown | ↗ |
| Astroworld Free Minecraft data: mobs, biomes, items, enchantments, structures, commands, versions, achievements, trades | No auth | Yes | Yes | ↗ |
| Autochess VNG Rest Api for Autochess VNG | No auth | Yes | Yes | ↗ |
| Barter.VG Provides information about Game, DLC, Bundles, Giveaways, Trading | No auth | Yes | Yes | ↗ |