Game Versions

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.

get/api/game-versions

Query parameters

pageinteger

Page number for pagination (starts at 1). Prefer using page[number] instead.

page[number]integer

Page number for pagination (starts at 1).

page[size]integer

Number of results per page. Maximum 200.

filter[code]string

Filter by exact version code. Example: 4.8.0-LIVE.11825000

filter[channel]string

Filter by release channel (live, ptu, eptu), lowercase. Example: live

filter[is_default]integer

Filter by default status. Example: 1

sortstring
Example:-released_at

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

  • af03a6ba771d17See the full diff
    • the response's body type/format changed from array/ to object/ for status 200

      response-body-type-changed

    • api operation id d50197240879fbad3c30053885d65b9c removed and replaced with listGameVersions

      api-operation-id-removed

    • api tag Game Versions added

      api-tag-added

    • api tag Game Version removed

      api-tag-removed

    • api tag In-Game removed

      api-tag-removed

    • added the optional property data to the response with the 200 status

      response-optional-property-added

    • added the optional property links to the response with the 200 status

      response-optional-property-added

    • added the optional property meta to the response with the 200 status

      response-optional-property-added

  • 8ff40d443bb4134See the full diff
    • the response's body type/format changed from object/ to array/ for status 200

      response-body-type-changed

    • removed the optional property data from the response with the 200 status

      response-optional-property-removed

    • removed the optional property links from the response with the 200 status

      response-optional-property-removed

    • removed the optional property meta from the response with the 200 status

      response-optional-property-removed

    • api operation id listGameVersions removed and replaced with d50197240879fbad3c30053885d65b9c

      api-operation-id-removed

    • api tag Game Version added

      api-tag-added

    • api tag In-Game added

      api-tag-added

    • api tag Game Versions removed

      api-tag-removed

    This revision also has 95 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog