---
title: "List Game Versions"
method: GET
path: "/api/game-versions"
tags: ["In-Game", "Game Version"]
---

# List Game Versions

`GET /api/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` integer
- `page[number]` integer
- `page[size]` integer
- `filter[code]` string
- `filter[channel]` string
- `filter[is_default]` integer
- `sort` string

## Response `200`

List of Game Versions

- GameVersion[]
  - `code` string
  - `channel` string
  - `released_at` string, date-time
  - `is_default` boolean

## Changes

- **2026-03-29** `8ff40d443bb4` — 1 breaking, 3 warning, 4 info
  - the response's body type changed from `object` to `array` for status `200`
  - removed the optional property `data` from the response with the `200` status
  - removed the optional property `links` from the response with the `200` status
  - removed the optional property `meta` from the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/game-versions/get.md)

---

[API](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api.md) · [All operations](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/llms.txt) · [OpenAPI document](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/revisions/5cd81baa02cb?raw)
