MCJARFILES DOCUMENTATION
  • Reference
    • API Reference
      • Get Versions
      • Get Version info
      • Get jar file
      • Get latest jar
Powered by GitBook
On this page
  1. Reference
  2. API Reference

Get jar file

This feature allows you to download the latest build for the specifc version you choose.

GET https://mcjarfiles.com/api/get-jar/{type}/{category}/{version}

Path Parameters

Name
Type
Description

type*

String

The type of jar file you want to get. Example: vanilla, servers, proxies, modded etc

category*

String

The category of jar file you want to get. Example: paper, purpur, release, snapshot, velocity, bungeecord etc

version*

String

The version of the jar files you want. Example: 1.16.2, 1.19.4, 1.20.1 etc

{
    status: 200
}

PreviousGet Version infoNextGet latest jar

Last updated 1 year ago