Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

TwoBogans/ServerAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

ServerAPI

ServerAPI is a REST API for 2b2t.au
Join the Discord https://discord.gg/popbob

Java SDK

For a Java wrapper go to ServerAPI-SDK

Usage

For a usage and a list of active endpoints, please visit the self hosted documentation.
https://api.2b2t.au/api-docs

Examples

$ curl https://api.2b2t.au/v1/server
{
  "name": "Dionysus",
  "version": "1.12.2-R0.1-SNAPSHOT",
  "uptime": "6 hours, 25 minutes, 3 seconds",
  "online": 28,
  "performance": {
    "tps": 19.87,
    "uptimeLong": 23103252,
    "totalMemory": 68719476736,
    "maxMemory": 68719476736,
    "freeMemory": 29102015144,
    "cpus": 12
  }
}