Endpoints

BASE URL api.discord.place

Update Bot Stats

PATCH /bots/:bot_id/stats

Using this endpoint, you can update the command value that appear on the bot page. We recommend you to do this every 24 hours and keep the page updated with this endpoint.

Headers

NameValue

Content-Type

application/json

Authorization

YOUR_API_KEY

Body

NameTypeDescription

command_count

integer

Bot's commands size

server_count

integer

Bot's guilds count

Just a heads-up

Even though you set the server count, this value can only be at most 50 more or less than the actual server count of your bot.

Response

{
  "success": true
}

Fetch Vote Status

GET /bots/:bot_id/voters/:user_id

This endpoint returns 204 No Content if user has voted for your bot in the last 24 hours.

Headers

NameValue

Content-Type

application/json

Authorization

YOUR_API_KEY

Response

Last updated