Get Bot Object

Get User Object

GET https://api.discord.wf/v2/bots/:id

This endpoint gives the public info of a bot from Discord. A bot get cached for 12 hours, and get refreshed for the next request.

Path Parameters

Query Parameters

{
  "discord": {
    "id": "159985870458322944",
    "username": "MEE6",
    "avatar": "b50adff099924dd5e6b72d13f77eb9d7",
    "discriminator": "4876",
    "public_flags": 65536,
    "bot": true
  },
  "censored": false,
  "presence": {
    "status": "online",
    "activities": []
  },
  "guilds": 27,
  "common_guilds": 27,
  "users": 0,
  "avatarurl": "https://cdn.discordapp.com/attachments/749754059782750289/820977251327672320/b50adff099924dd5e6b72d13f77eb9d7.png"
}

Last updated