-
Notifications
You must be signed in to change notification settings - Fork 0
Minecraft Jar Downloader (mcjardownloader.php)
Andrew edited this page Mar 21, 2024
·
2 revisions
This API allows you to easily download both Client and Server JARs from any version.
Parameters:
version: Target Minecraft version, eg. 1.20.1.
action: Either getserverjar or getclientjar.
Usage:
Send a GET request to the script with the variables above.
Use the Testing Service to try this API now!
Send your GET request(s) to https://bastionmc.epizy.com/mcapi/mcjardownloader.php,
Eg. https://bastionmc.epizy.com/mcapi/mcjardownloader.php?version=1.20.4&action=getclientjar
to get Vanilla 1.20.4's Client JAR.