Skip to main content
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/servers

List all servers with optional filters (game, map, page, limit).

GET
/api/servers/:id

Get detailed information about a specific server.

GET
/api/servers/featured

Get featured / top-voted servers.

GET
/api/creatures

Search creatures (query, game, page).

GET
/api/items

Search items (query, game, category, page).

POST
/api/servers/:id/vote

Cast a vote for a server. Requires authentication.

Auth

Need Help?

For API support, join our Discord and ask in the #developer channel. Full OpenAPI spec coming soon.

API Docs โ€” DodoReaper | DodoReaper