Pick a path
Server Owner
List your Discord server, tune your profile, and connect vote webhooks.
Bot Developer
Read Rankly data from your bot and process vote events in real time.
API Consumer
Use the public API to fetch server, bot, vote, and review data.
The shortest route
Server owners
1
Create or open your dashboard listing
Sign in at the dashboard, add your server, and fill in the details that make your listing useful.
2
Set the webhook URL
Add your vote webhook endpoint if you want Rankly to notify your own backend when a vote lands.
3
Check credits and growth options
Review your earned balance, spendable balance, and any growth tools you want to enable.
Bot developers
1
Keep your API key server-side
Use the public API from your backend or bot process only. Do not ship your key to the browser.
2
Call the exact endpoint you need
Most integrations only need server details, bot details, or vote status.
3
Handle webhook events if you need push updates
For real-time vote handling, use the bot vote webhook guide instead of polling.
If you only need the reference
Use the Public API Reference for exact request and response examples.What to read next
List Your Server
Start with the basics of a solid server listing.
Public API Reference
See authentication, response envelopes, and all supported endpoints.
Vote Webhooks
Receive vote notifications in your own backend.
Bot API Integration
Fetch Rankly data in your bot or service.