API Endpoints

Download API

API endpoint to download a specific Magma version file

Download API

Direct download of a specific Magma version file.

Endpoint

GET /api/versions/{version}/download

Path Parameters

ParameterDescription
versionThe specific version string (e.g., "21.1.33-beta", "20.1.0")

Query Parameters

ParameterTypeDefaultDescription
typestring"installer"Type of file to download: "installer", "jar", or "changelog"

Response

This endpoint redirects to the actual file for download. No JSON response is provided unless an error occurs.

Error Responses

Status CodeDescription
400Bad Request - Missing version parameter or invalid type
404Not Found - The requested file was not found
500Server Error - Failed to process download request

On this page