๐Ÿ“š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:

๐Ÿ™ŽPlayer

Leaderboards

Everything related to leaderboards:

๐Ÿ…Leaderboards

Important: This API is still a work in progress. If you want to use it, consider contacting a staff member.

Last updated