Patches

Imported game patches and release notes. Static game-data endpoints serve the latest patch and include its id.

GET/v2/patches

kindoptional
Patch-note category
pageglobal
limitglobal
Accepted
1 - 250
Default
25

GET/v2/patches/{id}

idpath
Pick any patch id from the list

{id} accepts the canonical version string (0.16.138.8712-2711), the raw version (version_raw), or the literal current for the latest patch.

GET/v2/patches/current

Convenience shortcut for the latest imported patch. Equivalent to /v2/patches/{id} with id=current.