General

Endpoints that don't belong to a specific feature.

Status

GET https://sandrabot.com/api/v1/status

Retrieves basic statistics about the current session. This can also be used to track the bot's uptime.

{
    "memory": 1449, // Integer
    "guilds": 2362, // Integer
    "ping": 84.0, // Double
    "success": true, // Boolean
    "requests": 1496, // Integer
    "version": "...", // String
    "uptime": 484590 // Integer
}

Last updated