{
  "status": "operational",
  "uptime": "99.98%",
  "lastUpdated": "2026-07-06T12:35:00Z",
  "services": [
    {
      "name": "Website",
      "status": "operational",
      "description": "FireAPI marketing website and blog",
      "uptime": "99.99%"
    },
    {
      "name": "Developer Dashboard",
      "status": "operational",
      "description": "Console for API developers",
      "uptime": "99.95%"
    },
    {
      "name": "Authentication",
      "status": "operational",
      "description": "OAuth and JWT authentication services",
      "uptime": "99.98%"
    },
    {
      "name": "API Marketplace",
      "status": "operational",
      "description": "Directory of available API products",
      "uptime": "99.97%"
    },
    {
      "name": "Documentation",
      "status": "operational",
      "description": "API document pages and reference manuals",
      "uptime": "100.00%"
    },
    {
      "name": "Billing",
      "status": "operational",
      "description": "Payment gateway and billing processing",
      "uptime": "99.96%"
    },
    {
      "name": "Search",
      "status": "operational",
      "description": "API marketplace and documentation search indices",
      "uptime": "99.98%"
    },
    {
      "name": "API Gateway",
      "status": "operational",
      "description": "Core routing and authorization engine",
      "uptime": "99.99%"
    },
    {
      "name": "Email",
      "status": "operational",
      "description": "Transactional emails and alert systems",
      "uptime": "99.95%"
    },
    {
      "name": "Database",
      "status": "operational",
      "description": "Core PostgreSQL cluster",
      "uptime": "99.99%"
    },
    {
      "name": "Redis",
      "status": "operational",
      "description": "Caching layer and session management",
      "uptime": "100.00%"
    }
  ],
  "incidents": [
    {
      "id": "inc-001",
      "title": "API Gateway Latency Spike",
      "status": "resolved",
      "impact": "partial-outage",
      "createdAt": "2026-06-28T14:20:00Z",
      "resolvedAt": "2026-06-28T14:45:00Z",
      "rootCause": "A bad deployment of a caching policy caused high latency on search routes. The update was rolled back, resolving the issue."
    }
  ],
  "maintenance": [
    {
      "id": "maint-001",
      "title": "Database Cluster Maintenance & Scaling",
      "status": "upcoming",
      "scheduledFor": "2026-07-15T02:00:00Z",
      "duration": "1 hour",
      "description": "We will be executing a rolling upgrade of our PostgreSQL cluster database instances. No downtime is expected, but minor latency variations might be experienced."
    }
  ],
  "changelog": [
    {
      "version": "v2.0.0",
      "date": "2026-07-01",
      "added": ["GraphQL API support in Marketplace", "Developer dashboard dark mode UI"],
      "improved": ["API gateway request routing latency reduced by 15%"],
      "fixed": ["Minor memory leak in Redis caching wrapper"],
      "security": ["Upgraded dependency libraries for token authentication"],
      "performance": ["Database index optimization for billing logs"]
    }
  ]
}
