Api referenceRoutesVersion

Inspect daemon runtime

Returns daemon and runtime identity information, including Craftless driver, Java runtime, platform, and protocol details. Use it to confirm which local supervisor is answering before making lifecycle claims.

GET
/version

Returns daemon and runtime identity information, including Craftless driver, Java runtime, platform, and protocol details. Use it to confirm which local supervisor is answering before making lifecycle claims.

Response Body

application/json

curl -X GET "https://example.com/version"
{  "minecraft": "string",  "loader": "FABRIC",  "loaderVersion": "string",  "driver": "string",  "driverVersion": "string",  "java": "string",  "mappingsFingerprint": "string",  "openapiGeneratedAt": "string"}