The discord.place API allows bot developers to keep their bot listings up to date, check voter status, and receive real-time vote notifications via webhooks.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/discordplace/discord.place/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
1.1.0Content-Type: All requests and responses use
application/json.
Response Format
Every response includes asuccess boolean at the top level. Error responses additionally include an error string describing the problem and a status integer matching the HTTP status code.
Available Endpoints
Update Bot Stats
PATCH /bots/{id}/statsUpdate your bot’s server count and command count.
Check Vote Status
GET /bots/{id}/voters/{user_id}Check whether a user has voted for your bot in the last 24 hours.
Webhooks
When a user votes for your bot or server, discord.place sends an HTTPPOST request to your configured webhook URL. This lets you reward voters in real time without polling.
See the Vote Webhooks page for the full payload reference and a ready-to-use handler example.
Quick Example
Update your bot’s server count with a singlecurl command:
Next Steps
Authentication
Learn how to generate and use your API key.
Rate Limits
Understand the rate limits that apply to all endpoints.

