Patches
Imported game patches and release notes. Static game-data endpoints serve the latest patch and include its id.
GET/v2/patches
GET/v2/patches/{id}
idpathPick 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.