Developers
API Docs
DodoReaper public REST API
Base URL
https://dodoreaper.com/api
Rate Limit
60 req/min (public), 300 req/min (authenticated)
Auth
Bearer token via Discord OAuth or API Key
Authentication
Some endpoints require authentication. Pass your API key as a Bearer token in theAuthorizationheader. You can generate an API key from your profile settings.
Authorization: Bearer YOUR_API_KEY
Endpoints6
GET
/api/serversList all servers with optional filters (game, map, page, limit).
GET
/api/servers/:idGet detailed information about a specific server.
GET
/api/servers/featuredGet featured / top-voted servers.
GET
/api/creaturesSearch creatures (query, game, page).
GET
/api/itemsSearch items (query, game, category, page).
POSTAuth
/api/servers/:id/voteCast a vote for a server. Requires authentication.
Need Help?
For API support, join our Discord and ask in the #developer channel. Full OpenAPI spec coming soon.