tags

Get a list of game versions

Gets an array of game versions and information about them

get/tag/game_version

Response

Expected response to a valid request

versionstring required

The name/number of the game version

version_type'release' | 'snapshot' | 'alpha' | 'beta' required

The type of the game version

datestring ISO-8601 required

The date of the game version release

majorboolean required

Whether or not this is a major version, used for Featured Versions

Example response

[
  {
    "version": "1.18.1",
    "version_type": "release",
    "major": true
  }
]

Changes

No recorded changes to this endpoint across all 21 revisions of this API.