Atlas / Categories / Games & Comics / Final Fantasy XIV Games & Comics — entry 023 of 75
Final Fantasy XIV Verified Aug 2026
XIVAPI is a community-maintained search and data API covering Final Fantasy XIV's full game sheet data — items, actions, quests, achievements, and more — sourced from the client's own datamined tables. It now runs as XIVAPI v2, with the original xivapi.com endpoints redirecting to the new host and a migration guide for callers still on v1. No API key is required for reads, and the team asks production users to check in on Discord.
ffxiv mmorpg game-data community-api
Authentication None required Call it straight away — no key, no signup.
HTTPS Supported Traffic is encrypted in transit.
CORS Enabled Callable directly from browser JavaScript.
Pricing Free No paid tier — free for the documented use case.
Formats JSON Responses can be requested as JSON.
GreatAPIs Score Score 94 out of 100
Authentication 25/25 No authentication required
Pricing 20/20 Free to use
Docs 20/20 Machine-readable spec file bundled
Formats 9/15 Single response format
Freshness 20/20 Verified within 6 months
Embed this badge <a href="https://greatapis.com/api/final-fantasy-xiv/"><img src="https://greatapis.com/badge/final-fantasy-xiv.svg" alt="Scored 94 on greatapis.com"></a>
Auth quickstart No key needed — call it now. Stored key No key stored Clear key
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Endpoints assets 2 Endpoints for accessing game data on a file-by-file basis. Commonly useful for fetching icons or other textures to display on the web.
GET /assetread an asset Parameters Name In Required Type versionquery no stringnull pathquery yes string formatquery yes —
Responses Status Description Schema 200byte stream — 304not modified — defaultfailed operation ErrorResponse
GET /asset/map/{territory}/{index}compose a map Parameters Name In Required Type territorypath yes string indexpath yes string versionquery no stringnull formatquery no —
Responses Status Description Schema 200byte stream — 304not modified — defaultfailed operation ErrorResponse
search 1 Endpoints for seaching and filtering the game's static relational data store.
GET /searchexecute a search query Parameters Name In Required Type versionquery no stringnull queryquery no — sheetsquery no stringnull cursorquery no stringnull limitquery no integernull languagequery no — schemaquery no — fieldsquery no — transientquery no —
Responses Status Description Schema 200SearchResponsedefaultfailed operation ErrorResponse
sheets 3 Endpoints for reading data from the game's static relational data store.
GET /sheetlist sheets Parameters Name In Required Type versionquery no stringnull
Responses Status Description Schema 200ListResponsedefaultfailed operation ErrorResponse
GET /sheet/{sheet}list rows in a sheet Parameters Name In Required Type sheetpath yes string rowsquery no string limitquery no integernull afterquery no — languagequery no — schemaquery no — fieldsquery no — transientquery no —
Responses Status Description Schema 200SheetResponsedefaultfailed operation ErrorResponse
GET /sheet/{sheet}/{row}read a sheet row Parameters Name In Required Type sheetpath yes string rowpath yes — languagequery no — schemaquery no — fieldsquery no — transientquery no —
Responses Status Description Schema 200RowResponsedefaultfailed operation ErrorResponse
versions 1 Endpoints for querying metadata about the versions recorded by the boilmaster system.
GET /versionlist versions Responses Status Description Schema 200VersionsResponse
Developer reference Base URL https://v2.xivapi.com/api
Key endpoints GET /sheet/{sheet} GET /search
Availability Uptime 100%
Median latency 665 ms
Last check Up · 400 · Sep 2026
5 checks since Aug 2026. A person runs this check by hand, not an automated monitor.