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
}
}