Mod Server
The rules behind the Mod Server
Get Mod
GET https://mods.kakara.org/v1/mods/:id
Path Parameters
Name
Type
Description
id
number
The mod ID
   {
     "name": "KVanilla",
     "id": 0,
     //TODO actually generate this
   }Get Mod List
GET https://mods.kakara.org/v1/mods/list
Query Parameters
Name
Type
Description
page
number
What page of the mod list. Starts at 0.
{
 "page": 0,
 "mods": [
   {
     "name": "KVanilla",
     "id": 0
   }
 ]
}Get Mod Server Details
GET https://mods.kakara.org/v1/mods/details
This endpoint will give you the details behind this mod server.
{
 "pages": 10
 "mods": 587
}Last updated
Was this helpful?