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

# Get Version Changelog Changes

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

Returns paginated diff entries for a version changelog. Filter by entity_type and change_type.

## Path parameters

- `version` string, required

## Query parameters

- `filter[entity_type]` string
- `filter[change_type]` string
- `page` integer
- `page[number]` integer
- `page[size]` integer

## Response `200`

Paginated list of changes

- object
  - `data` VersionDiffEntry[]
    - `entity_type` string
    - `entity_id` integer
    - `change_type` string
    - `column_changes` object
    - `data_changes` object
  - `links` PaginationLinks — Pagination navigation links.
    - `first` string, nullable — URL to the first page.
    - `last` string, nullable — URL to the last page.
    - `prev` string, nullable — URL to the previous page.
    - `next` string, nullable — URL to the next page.
  - `meta` PaginationMeta — Pagination metadata.
    - `current_page` integer — Current page number.
    - `from` integer — Index of the first item in this page.
    - `last_page` integer — Last available page number.
    - `per_page` integer — Number of items per page.
    - `to` integer — Index of the last item in this page.
    - `total` integer — Total number of items across all pages.
    - `links` object[] — Pagination navigation links with page URLs.
      - `url` string, nullable
      - `label` string
      - `active` boolean
    - `path` string — Base URL path for pagination.

## 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` — 1 breaking, 8 info
  - the response's body type changed from `array` to `object` for status `200`
  - api operation id `3d5e74217808c4b3c3cc65bfb717fda7` removed and replaced with `listVersionChangelogChanges`
  - api tag `Game Versions` added
  - api tag `Game Version` removed
  - …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/changes/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-service-production.skmtc.workers.dev/v1/apis/starcitizenwiki/star-citizen-wiki-api/revisions/8b259bb9a44c/schema)
