Koal Developers
Koal HomepageDiscord ServerStatus
  • Welcome to the Developer Hub
  • Documentation
    • MyBoosts
Powered by GitBook
On this page

Was this helpful?

  1. Documentation

MyBoosts

Learn how to use our Discord Boosting API!

Get Booster Status

GET https://myboostslegacy.apis.koal.us/api/myboosts/:guildId/:rblxUid

Path Parameters

Name
Type
Description

guildId

number

ID of the Discord Guild where you'd like to check the booster status.

rblxUID

number

ID of the specific Roblox User that you'd like to check booster status.

Headers

Name
Type
Description

Content-Type

string

application/json

Authorization

string

Authentication token to keep track of API usage.

{
  "boosting": false,
  "discUID": "289894338132180992",
  "requestsLeft": 100,
  "status": "ok",
  "userRoles": [
    "💼 Team Lead",
    "✅ Verified",
    "🛠️ Research & Engineering",
    "🌟",
    "🪁 Founder",
    "Poll Pings",
    "Development Pings",
    "Partner Pings"
  ]
}
{"status": "error", "message": "Unauthorized"}
{"status": "error", "message": "50/50 of free requests allocated"}
MEMBER NOT FOUND: {"status": "error", "message": f"User not found"}
MEMBER NOT VERIFIED: {"status": "error", "message": f"User not verified"}
GUILD NOT FOUND: {"status": "error", "message": f"Unable to access guild"}
BOT RESOURCE NOT FOUND: {"status": "error", "message": f"Bot token invalid"}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<title>429 Too Many Requests</title>
<h1>Too Many Requests</h1>
<p>60 per 1 minute</p>

DISCORD RATELIMIT: {"status": "error", "message": f"Ratelimited from Discord, request again"}

PreviousWelcome to the Developer Hub

Last updated 2 years ago

Was this helpful?