Account Nutztungsstatistik

POST /musikbot/user/usage

Query parameters

  • username string Required

    Username des Accounts

Responses

  • 200

    Ok

    Hide response attributes Show response attributes object
    • storage integer
    • bots integer
    • storage_used integer
    • bots_used integer
    • storage_used_percent integer
    • bots_used_percent integer
POST /musikbot/user/usage
curl \
 -X POST https://api.famesystems.de/musikbot/user/usage?username=string \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "storage": "500000",
  "bots": "10",
  "storage_used": "100000",
  "bots_used": "1",
  "storage_used_percent": "20",
  "bots_used_percent": "10"
}
Response examples (200)
{
  "storage": "500000",
  "bots": "10",
  "storage_used": "100000",
  "bots_used": "1",
  "storage_used_percent": "20",
  "bots_used_percent": "10"
}