Lamunix.com

1.0.0OAS 1.0

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

Base URLhttps://lamunix.com/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"
}