Skip to content

Instantly share code, notes, and snippets.

@MM-coder
Last active May 16, 2022 15:55
Show Gist options
  • Save MM-coder/afab9eb3be83f626c0c5bd69eca5dbbe to your computer and use it in GitHub Desktop.
Save MM-coder/afab9eb3be83f626c0c5bd69eca5dbbe to your computer and use it in GitHub Desktop.
Temporary API documentation for MCversions

Get All Types

This endpoint retrieves all the different versions of a desired type, or if t is paper the build numbers.

HTTP Request GET https://mcversions.io/api/v1/versions/<t>

Query Parameters

Parameter Description
t Type of jarfile, the parameter can be either 'forge', 'paper', 'vanilla'.

Get File Download

This endpoint retrieves a valid download link for a version.

HTTP Request GET https://mcversions.io/api/v1/files/<t>/<v>

Query Parameters

Parameter Description
t Type of jarfile, the parameter can be either 'forge', 'paper', 'vanilla'.
v Version, the parameter can be the Minecraft versions number or in case of Paper the Build Number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment