---
title: "Get Version Changelog"
method: GET
path: "/api/game-versions/{version}/changelog"
tags: ["Game Versions"]
---

# Get Version Changelog

`GET /api/game-versions/{version}/changelog`

Returns the changelog summary between the specified version and its predecessor.

## Path parameters

- `version` string, required

## Response `200`

Version changelog summary

- object
  - `data` VersionChangelog
    - `from_version` GameVersion
      - `code` string
      - `channel` string
      - `released_at` string, date-time
      - `is_default` boolean
    - `to_version` GameVersion
      - `code` string
      - `channel` string
      - `released_at` string, date-time
      - `is_default` boolean
    - `summary` object — Change counts keyed by entity type (item, vehicle, blueprint, mission, starmap_location)

## Other responses

- `404` — Version not found or no previous version

## Changes

- **2026-05-23** `67bfc426d2e8` — 1 breaking
  - the `path` request parameter `version` became required
- **2026-05-21** `af03a6ba771d` — 3 warning, 6 info
  - removed the optional property `from_version` from the response with the `200` status
  - removed the optional property `summary` from the response with the `200` status
  - removed the optional property `to_version` from the response with the `200` status
  - api operation id `714b128595cfa5df27438df4514a6273` removed and replaced with `getVersionChangelog`
  - …5 more
- **2026-05-08** `a8d734bda8e7` — 1 info
  - endpoint added
- **2026-03-29** `8ff40d443bb4` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/starcitizenwiki/apis/star-citizen-wiki-api/changes/api/game-versions/:version/changelog/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/c1df9b1bab38?raw)
