Presence

Get the presence of a bot

GET https://overwatch.wtf/api/v2/presence/:id

Path Parameters

Name
Type
Description

id*

Snowflake

id of the bot

{
  "status": "online",
  "activities": [
    {
      "name": "someone reading the docs",
      "type": 3
    }
  ],
  "client_status": {
    "web": "online"
  },
  "user_id": "943131723481350145",
  "found": true
}

Last updated

Was this helpful?