{
  "title": "Carambola Golf Club Status API",
  "version": "2.0.0",
  "description": "Real-time status monitoring API for carambola.golf",
  "domain": "carambola.golf",
  "endpoints": {
    "/api/status": "Complete status overview with all components",
    "/api/services": "Individual service status checks",
    "/api/metrics": "Performance and usage metrics",
    "/api/incidents": "Recent incidents and maintenance",
    "/api/status/health": "API health check",
    "/api/cloudflare-zone-info": "Zone configuration information",
    "/api/cloudflare-proxy": "Cloudflare analytics proxy (POST)",
    "/health": "Simple health check"
  },
  "configuration": {
    "zone_configured": true,
    "api_token_configured": true,
    "real_time_enabled": true
  },
  "setup_instructions": {
    "step1": "Get Zone ID from Cloudflare Dashboard > Overview section",
    "step2": "Create API token with Analytics:Read permission",
    "step3": "Update CONFIG.ZONE_ID and CONFIG.CF_API_TOKEN in Worker code",
    "step4": "Redeploy Worker"
  },
  "timestamp": "2026-06-05T21:04:52.415Z"
}