Statistics

DeleterApi/public/statistics

Get Statistics

GET https://api.deleter.xyz/stable/public/statistics

This endpoint allows you to get bot statistics.

Path Parameters

Name
Type
Description

just send request

string

and all will work.

{
  totalShards: 1,
  totalGuilds: 55,
  totalChannels: 1568,
  totalUsers: 3069,
  shards: [
    {
      id: 1,
      ready: true,
      status: 0,
      ping: 157,
      channels: 1568,
      guilds: 55,
      users: 3069
    }
  ]
}

Last updated