Pterodactyl APIv1 Reference
Unofficial API documentation for the Pterodactyl Panel, maintained by Red Banana.
Client API
Server management, files, schedules, backups, network, databases, and account endpoints.
69 endpoints →Application API
Admin endpoints for users, nodes, servers, locations, nests, eggs, and allocations.
42 endpoints →Authentication
All requests require a bearer token. Client keys are generated at /account/api, application keys at /admin/api.
curl "https://panel.example.com/api/client"
-H "Authorization: Bearer <API-Key>"
-H "Content-Type: application/json"
-H "Accept: Application/vnd.pterodactyl.v1+json"Rate limit: 256 requests/minute by default (configurable per panel). Check x-ratelimit-remaining in response headers.