v1

latestOpenAPI 3.0.0MIT (code only)2026-07-1783284693.9 KB
Game Versions

Get Version Changelog

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

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

Path parameters

versionstring required
Example:4.7.0-LIVE.11518367

Version code

Response

Version changelog summary

Example response

{
  "data": {
    "from_version": {
      "code": "4.7.0-LIVE.11518367",
      "channel": "live",
      "released_at": "2024-12-15T10:00:00+00:00",
      "is_default": true
    },
    "to_version": {
      "code": "4.7.0-LIVE.11518367",
      "channel": "live",
      "released_at": "2024-12-15T10:00:00+00:00",
      "is_default": true
    }
  }
}