v19

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-037759134.1 KB
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
  }
]