List Game Versions
Returns paginated game versions sorted by release date (newest first by default). Useful for discovering available game versions for version-scoped API queries.
Query parameters
Page number for pagination (starts at 1). Prefer using page[number] instead.
Page number for pagination (starts at 1).
Number of results per page. Maximum 200.
Filter by exact version code. Example: 4.8.0-LIVE.11825000
Filter by release channel (live, ptu, eptu), lowercase. Example: live
Filter by default status. Example: 1
Sort by field. Prefix with - for descending. Supported: code, channel, released_at.
Response
Paginated list of Game Versions
Example response
{
"data": [
{
"code": "4.7.0-LIVE.11518367",
"channel": "live",
"released_at": "2024-12-15T10:00:00+00:00",
"is_default": true
}
],
"meta": {
"current_page": 1,
"from": 1,
"last_page": 5,
"per_page": 30,
"to": 30,
"total": 150,
"path": "https://api.star-citizen.wiki/api/vehicles"
}
}Changes
Changed in 2 of the 50 revisions of this API.2311
- ▲
the response's body type/format changed from
array/toobject/for status200response-body-type-changed
- ○
api operation id
d50197240879fbad3c30053885d65b9cremoved and replaced withlistGameVersionsapi-operation-id-removed
- ○
api tag
Game Versionsaddedapi-tag-added
- ○
api tag
Game Versionremovedapi-tag-removed
- ○
api tag
In-Gameremovedapi-tag-removed
- ○
added the optional property
datato the response with the200statusresponse-optional-property-added
- ○
added the optional property
linksto the response with the200statusresponse-optional-property-added
- ○
added the optional property
metato the response with the200statusresponse-optional-property-added
- ▲
- ▲
the response's body type/format changed from
object/toarray/for status200response-body-type-changed
- ●
removed the optional property
datafrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
linksfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
metafrom the response with the200statusresponse-optional-property-removed
- ○
api operation id
listGameVersionsremoved and replaced withd50197240879fbad3c30053885d65b9capi-operation-id-removed
- ○
api tag
Game Versionaddedapi-tag-added
- ○
api tag
In-Gameaddedapi-tag-added
- ○
api tag
Game Versionsremovedapi-tag-removed
This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲