Comprehensive API documentation for integrating with the Recoil Network platform.
Standard HTTP methods with JSON responses
Secure authentication with OAuth2
Reliable API with guaranteed availability
API reference and examples
/api/v1/serversList all servers for authenticated user
Array of server objects
curl -X GET \
https://api.recoilhosting.com/api/v1/servers \
-H "Authorization: Bearer YOUR_API_KEY"