We make no monetary gain from these advertisements and are simply promoting these organizations out of the kindness of our hearts.
Fetch a direct download link to a specific jar type with either the latest version or a specified one.
| Parameter | Type | Description |
|---|---|---|
| type | String | The type of jars (servers, proxies, modded, etc..) |
| category | String | The category of jars (spigot, bukkit, paper, etc..) |
| version Optional | Version | The version of the jar (don't provide for latest) |
Fetch details on the latest jar for a type
| Parameter | Type | Description |
|---|---|---|
| type | String | The type of jars (servers, proxies, modded, etc..) |
| category | String | The category of jars (spigot, bukkit, paper, etc..) |
Fetch details on the all the jars for a type
| Parameter | Type | Description |
|---|---|---|
| type | String | The type of jars (servers, proxies, modded, etc..) |
| category | String | The category of jars (spigot, bukkit, paper, etc..) |
| max Optional | Integer | The maximum amount of results to respond with. (Default: 5) |
Fetch a list of the possible jar types.
| Parameter | Type | Description |
|---|---|---|
| type Optional | String | The type of jars (bedrock, proxies, servers, etc...). Leave empty to see the list of all types and subcategories |
Fetch the details of a single jar.
| Parameter | Type | Description |
|---|---|---|
| category | String | The type of jars (servers, proxies, modded, etc..) |
| type | String | The category of jars (spigot, bukkit, paper, etc..) |
| version Optional | String | The version of the jar (don't provide for latest) |