Api referenceRoutesVersions
List runtime targets
Lists Minecraft Java versions from Mojang's live version index, including moving latest-release and latest-snapshot aliases. Use this before choosing a client or cache version instead of assuming a pinned historical release.
Lists Minecraft Java versions from Mojang's live version index, including moving latest-release and latest-snapshot aliases. Use this before choosing a client or cache version instead of assuming a pinned historical release.
Response Body
application/json
curl -X GET "https://example.com/versions/runtime-targets"{ "latest": { "release": "string", "snapshot": "string" }, "versions": [ { "id": "string", "type": "string", "url": "string" } ]}