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.

ffxivmmorpggame-datacommunity-api
AuthenticationNone requiredCall it straight away — no key, no signup.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score94out of 100
Authentication25/25No authentication required
Pricing20/20Free to use
Docs20/20Machine-readable spec file bundled
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 94 on greatapis.com
<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

  1. No key needed — call it now.
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.

Endpoints

assets2

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
NameInRequiredType
versionquerynostringnull
pathqueryyesstring
formatqueryyes
Responses
StatusDescriptionSchema
200byte stream
304not modified
defaultfailed operationErrorResponse
GET/asset/map/{territory}/{index}compose a map
Parameters
NameInRequiredType
territorypathyesstring
indexpathyesstring
versionquerynostringnull
formatqueryno
Responses
StatusDescriptionSchema
200byte stream
304not modified
defaultfailed operationErrorResponse
search1

Endpoints for seaching and filtering the game's static relational data store.

GET/searchexecute a search query
Parameters
NameInRequiredType
versionquerynostringnull
queryqueryno
sheetsquerynostringnull
cursorquerynostringnull
limitquerynointegernull
languagequeryno
schemaqueryno
fieldsqueryno
transientqueryno
Responses
StatusDescriptionSchema
200SearchResponse
defaultfailed operationErrorResponse
sheets3

Endpoints for reading data from the game's static relational data store.

GET/sheetlist sheets
Parameters
NameInRequiredType
versionquerynostringnull
Responses
StatusDescriptionSchema
200ListResponse
defaultfailed operationErrorResponse
GET/sheet/{sheet}list rows in a sheet
Parameters
NameInRequiredType
sheetpathyesstring
rowsquerynostring
limitquerynointegernull
afterqueryno
languagequeryno
schemaqueryno
fieldsqueryno
transientqueryno
Responses
StatusDescriptionSchema
200SheetResponse
defaultfailed operationErrorResponse
GET/sheet/{sheet}/{row}read a sheet row
Parameters
NameInRequiredType
sheetpathyesstring
rowpathyes
languagequeryno
schemaqueryno
fieldsqueryno
transientqueryno
Responses
StatusDescriptionSchema
200RowResponse
defaultfailed operationErrorResponse
versions1

Endpoints for querying metadata about the versions recorded by the boilmaster system.

GET/versionlist versions
Responses
StatusDescriptionSchema
200VersionsResponse

Try it

Developer reference

Base URLhttps://v2.xivapi.com/api
Key endpoints
  • GET/sheet/{sheet}
  • GET/search

Availability

Uptime100%
Median latency665 ms
Last checkUp · 400 · Sep 2026

5 checks since Aug 2026. A person runs this check by hand, not an automated monitor.

Changelog

Spec version1-f0d5f0a
Tracked paths7
  • Aug 2026gained an OpenAPI spec
  • Sep 2026version 1-78f6523 to 1-f0d5f0a

Tracking since Sep 2026. See every tracked change ↗ ·Subscribe with RSS ↗