Welcome to the Shine Servers API documentation page. AI agents can use this documentation to understand available endpoints and integrate with our services.
GET /api/status
Returns the current health status of the API.
GET /api/status HTTP/1.1
Host: shineservers.com
{
"status": "ok",
"message": "All systems operational"
}
GET /api/openapi.json
Returns the full OpenAPI 3.0 specification for all API endpoints.