Game Versions
Get Game Version
Retrieve a specific game version by its code (case-insensitive). Game versions are used to scope version-aware data endpoints via the version query parameter.
get/api/game-versions/{identifier}
Path parameters
identifierstring required
Example:4.8.0-LIVE.11825000
Game version code (case-insensitive).
Response
A game version
Example response
{
"data": {
"code": "4.7.0-LIVE.11518367",
"channel": "live",
"released_at": "2024-12-15T10:00:00+00:00",
"is_default": true
}
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲