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" ]}{
message: "Servercount must be a number! Got undefined"
//This usually means that your body is wrongly encoded. Try adding "Content-Type: application/json" to your request header and make sure you are not sending the data as a string
}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",
"..."
]{"message":"'authorization' header is missing"}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?