Game Versions

Get Version Changelog Changes

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

get/api/game-versions/{version}/changelog/changes

Path parameters

versionstring required
Example:4.7.0-LIVE.11518367

Version code

Query parameters

filter[entity_type]string
Example:item

Filter by entity type (item, vehicle)

filter[change_type]string
Example:modified

Filter by change type (added, removed, modified)

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.

Response

Paginated list of changes

Example response

{
  "data": [
    {
      "entity_type": "item",
      "entity_id": 42,
      "change_type": "modified"
    }
  ],
  "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 4 of the 50 revisions of this API.39

    • the path request parameter version became required

      request-parameter-became-required

  • af03a6ba771d18See the full diff
    • the response's body type changed from array to object for status

      response-body-type-changed

    • api operation id 3d5e74217808c4b3c3cc65bfb717fda7 removed and replaced with listVersionChangelogChanges

      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 media type application/json for the response with the status

      response-media-type-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • added the optional property to the response with the status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

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