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
{
"discord": {
"id": "1234324234234234,
"username": "TestBot",
"discriminator": "2998",
"tag": "TestBot#2998"
},
"botlist": {
"serverCount": null,
"developer": {
"main": "843567384657832342",
"additional": [
""
]
},
"upvotes": [
"2021-06-12T12:00:29.893Z",
"2021-07-11T13:25:33.807Z",
"2021-07-12T02:32:53.840Z",
"2021-07-12T02:35:39.727Z",
"2021-08-01T15:44:23.285Z"
],
"flags": [
"CERTIFIED",
"BANNER_GIF"
],
"banner": "https://example.com",
"website": "https://example.com",
"prefix": "!",
"longdesc": "Longdesc",
"shortdesc": "Shortdesc",
"invite": "https://example.com",
"vanity": "test_bot",
"theme": "#0073ff"
}
}
Last updated
Was this helpful?