Skip to main content
POST
Post the server count

Authorizations

Authorization
string
header
required

The bot's API token, generated on its edit page. Sent bare or as Bearer <token> -- both are accepted, because the libraries already posting to other lists send both. The token is shown once; generating a new one invalidates the old.

Path Parameters

id
string
required

The bot's Discord application id. It has to be the bot the token belongs to.

Pattern: ^\d{17,19}$

Body

application/json

One of the three field names is required. They are aliases; server_count is the canonical one and the other two exist because SDKs in the wild send them.

server_count
integer
Required range: 0 <= x <= 100000000
serverCount
integer
Required range: 0 <= x <= 100000000
guildCount
integer
Required range: 0 <= x <= 100000000

Response

Stored.

success
boolean
server_count
integer