BotsList.net

1.0.0OAS 1.0

Use the BotsList API to check votes, retrieve bot info, post stats, and receive real-time vote webhooks in your Discord bot.

Base URLhttps://botslist.net/api/v1
πŸ”“ Authorize⚑ 1,000 req / hrπŸ“„ JSON responses
πŸ”’
Authentication Required

All endpoints (except the widget badge) require Authorization: Bearer bl_your_key. Generate a key from your Dashboard. Keys can be revoked at any time. Maximum 5 keys per account.

400Bad RequestMissing or invalid parameters
401UnauthorizedMissing, invalid, or revoked API key
403ForbiddenYou do not own the requested resource
404Not FoundResource does not exist or is not approved
429Too Many RequestsRate limit exceeded β€” 1,000 req/hr
500Server ErrorUnexpected internal error
Error Shape
{
  "statusCode": 401,
  "message": "Missing API key"
}