Skip to content

Bot


Get Information about a Bot

Get detailed information about your Bot.

POST /api/discord/bot
Terminal window
https://api.cookie-api.com/api/discord/bot


{
"bot_token": "Your Bot's Token",
}

curl --location 'https://api.cookie-api.com/api/discord/bot' \
--header 'Authorization: API_Key' \
--header 'Content-Type: application/json' \
--data '{
"bot_token": "Your Bot Token"
}'

Responses
{
"bot": {
"avatar_url": "None",
"bot": true,
"created_at": "2024-06-14T14:54:59.072000+00:00",
"discriminator": "1175",
"display_name": "Cooki080820",
"id": 1251188142283817051,
"invite_url": "https://discord.com/oauth2/authorize?client_id=1251188142283817051&scope=bot+applications.commands&permissions=8",
"latency": 0.12183359998743981,
"name": "Cooki080820",
"owner": {
"avatar_url": "https://cdn.discordapp.com/avatars/1115547577904013352/cd5009133aac5d0e4713afff24199812.png?size=1024",
"created_at": "2023-06-06T07:47:48.444000+00:00",
"discriminator": "0",
"display_name": "Potato",
"id": 1115547577904013352,
"is_bot": false,
"name": "potatoe_98",
"public_flags": 0
},
"status": "online"
},
"success": true
}