API Endpoints

Update Servercount

PATCH https://api.discord-botlist.eu/v1/update

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Authorization*

string

Authentication token to identify your bot. We use Bearer as method

Request Body

Name
Type
Description

serverCount*

number

Your new servercount. MUST BE SEND AS JSON

{"updated": [ "SERVER_COUNT" ]}

Get all Votes

GET https://api.discord-botlist.eu/v1/votes

Headers

Name
Type
Description

Authorization

string

Authentication token to identify your bot. We use Bearer as method

[
    "2021-06-12T12:00:29.893Z",
    "..."
]

Get all botdata

GET https://api.discord-botlist.eu/v1/ping

Headers

Name
Type
Description

Authorization

string

Authentication token to identify your bot. We use Bearer as method

Last updated

Was this helpful?