Magma LogoMagma
API Endpoints

Version Details

Get details for a specific version

Version Details

GET /api/versions/{version}

Parameters

ParameterDescription
versionVersion string (e.g. 21.1.33-beta)

Response

{
  "groupId": "org.magmafoundation",
  "artifactId": "magma",
  "version": "21.1.33-beta",
  "minecraftVersion": "1.21.x",
  "installerUrl": "...",
  "launcherUrl": "...",
  "changelogUrl": "...",
  "isStable": false,
  "hasLauncher": true,
  "hasInstaller": true,
  "hasChangelog": true,
  "fileSize": "36.25 MB",
  "releaseDate": "2025-04-15"
}

Includes all fields from the versions list, plus hasInstaller, hasChangelog, fileSize, and releaseDate.

Errors

StatusDescription
400Missing or invalid version
404Version not found
Edit on GitHub

On this page