fetchJar fetchLatest fetchAll fetchTypes fetchDetails

Downloading Jars

GET

/api/fetchJar/{type}/{category}/{version}

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 Version The version of the jar.

Latest Details

GET

/api/fetchLatest/{type}/{category}

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..)

All Details

GET

/api/fetchAll/{type}/{category}

Fetch details on the all the jars for a type (Shows top 5)

Parameter Type Description
type String The type of jars (servers, proxies, modded, etc..)
category String The category of jars (spigot, bukkit, paper, etc..)

Jar Types

GET

/api/fetchJar/fetchAllTypes.php

Fetch a list of all possible jar types.

Jar Details

GET

/api/fetchJar/{type}/{category}/fetchAllDetails.php

Fetch the details of all jars for a type.

Parameter Type Description
type String The category of jars (spigot, bukkit, paper, etc..)
category String The type of jars (servers, proxies, modded, etc..)