Total Member Count

This endpoint is pretty straight forward, just returns the combined member count of all the servers (guilds) your discord bot is in. There is no server maximum/cap, works for any amount of servers.

Endpoint

  • URL: https://api.erensko.xyz/v1/total-member-count

  • Method: GET

  • Description: Retrieves the combined member count of your bot's servers.

Headers

Key
Value

Authorization

Your own personal API key, create one by clicking here.

bot-token

The plain raw token of your Discord bot

We require your bot token to authenticate with Discord's API and fetch audit logs from your server. You can generate or retrieve your bot token in the Discord Developer Portal under the Bot section of your application.

Request Example

GET https://api.erensko.xyz/v1/total-member-count

Response Example

{
    "success": true,
    "totalMemberCount": 7457415
}

Last updated