Game Versions

Get Default Game Version

Returns the current default game version. This is the version used by default in version-scoped API queries (see the version query parameter on other endpoints).

get/api/game-versions/default

Response

The default game version

Example response

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

Changes

Changed in 2 of the 50 revisions of this API.1514

  • af03a6ba771d46See the full diff
    • removed the optional property channel from the response with the 200 status

      response-optional-property-removed

    • removed the optional property code from the response with the 200 status

      response-optional-property-removed

    • removed the optional property is_default from the response with the 200 status

      response-optional-property-removed

    • removed the optional property released_at from the response with the 200 status

      response-optional-property-removed

    • api operation id 4264185b623abd31430cebd231e316d8 removed and replaced with getDefaultGameVersion

      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 404

      response-media-type-added

    • added the optional property data to the response with the 200 status

      response-optional-property-added

  • 8ff40d443bb4118See the full diff
    • removed the media type application/json for the response with the status 404

      response-media-type-removed

    • removed the optional property data from the response with the 200 status

      response-optional-property-removed

    • api operation id getDefaultGameVersion removed and replaced with 4264185b623abd31430cebd231e316d8

      api-operation-id-removed

    • api tag Game Version added

      api-tag-added

    • api tag In-Game added

      api-tag-added

    • api tag Game Versions removed

      api-tag-removed

    • added the optional property channel to the response with the 200 status

      response-optional-property-added

    • added the optional property code to the response with the 200 status

      response-optional-property-added

    • added the optional property is_default to the response with the 200 status

      response-optional-property-added

    • added the optional property released_at to the response with the 200 status

      response-optional-property-added

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