Skip to main content

Get Stats

Retrieve a bot's registered server count and shard count from Botliy.

GET /api/bots/:id/stats (No Auth Required)

Response​

{
"error": false,
"server_count": 1450,
"shard_count": 2
}