Patch List

CURRENTLY UNSUPPORTED

Patch information on XIVAPI is currently in "Limbo" status. This is because it the system I originally built is unreliable as part of the update pipeline. For the release of 5.0 I will be building a side-project that manages patch values and using this to back-port all content on XIVAPI.


The API keeps a track record of when a piece of content is updated, this is based on which patch version the ID appears; ignoring all "dummy" rows. This patch list is handled manually and has been curated over many years. Work is in progress to ensure an accurate patch version for all current game files.

You can keep a hash of this patch list to know if any new data has been added to the API.

This patch list will not be accurate for Korean or Chinese game content.

Response info

Field Details
Banner The banner from lodestone, this will only be on main patches and but sub-patches.
ExVersion The ID to the file: http://xivapi.com/ExVersion
ID This is an internal ID record.
Name The name of the patch in several languages, this has not yet been translated.
Release Date Unix timestamp of the patch release date.
Version A string that represents the version, eg: `3.55b`


Game Patch

A field on content that states which patch it was first added.

Example: Cronus Lux Replica http://xivapi.com/Item/21004?pretty=1.

{
    "GamePatch": {
        "Banner": "https:\/\/img.finalfantasyxiv.com\/lds\/h\/k\/i4m9KdxaQkwYVT_F6JOcytNdEs.png",
        "ExVersion": 2,
        "ID": 40,
        "Name": "Patch 4.1: The Legend Returns",
        "Name_cn": "Patch 4.1: The Legend Returns",
        "Name_de": "Patch 4.1: The Legend Returns",
        "Name_en": "Patch 4.1: The Legend Returns",
        "Name_fr": "Patch 4.1: The Legend Returns",
        "Name_ja": "Patch 4.1: The Legend Returns",
        "Name_kr": "Patch 4.1: The Legend Returns",
        "ReleaseDate": "1507622400",
        "Version": "4.0"
    }
}