๐API Reference
Dive into the specifics of each API endpoint by checking out our complete documentation.
Response Format
Every response is in the JSON format and looks similar to the following example, where status is always present:
{
"status": 200,
"data": { ... }
}Unsuccessful requests may also return an additional message field, explaining what went wrong. For example, attempting to get a player using an invalid UUID will return the following:
{
"status": 400,
"message": "Bad Request"
}Player
All the methods associated with players:
๐PlayerLeaderboards
Everything related to leaderboards:
๐ LeaderboardsLast updated