Dashboard JSON

{
  "ok": true,
  "generatedAt": "2026-03-03T05:12:25.902Z",
  "summary": {
    "ok": true,
    "generatedAt": "2026-03-03T05:12:25.902Z",
    "api": {
      "ok": true,
      "error": null,
      "data": {
        "ok": true,
        "games": {
          "count": 4,
          "source": "seed"
        },
        "rooms": {
          "count": 3,
          "realtimeOk": true
        }
      }
    },
    "realtime": {
      "ok": true,
      "error": null,
      "data": {
        "ok": true,
        "rooms": {
          "total": 3,
          "open": 2,
          "closed": 1
        },
        "seats": {
          "total": 6,
          "taken": 5,
          "occupancyRate": 0.833
        }
      }
    }
  },
  "details": {
    "ok": true,
    "generatedAt": "2026-03-03T05:12:25.910Z",
    "stats": {
      "ok": true,
      "error": null,
      "data": {
        "ok": true,
        "games": {
          "count": 4,
          "source": "seed",
          "categories": [
            {
              "category": "puzzle",
              "total": 2,
              "ranked": 0,
              "casual": 2
            },
            {
              "category": "strategy",
              "total": 2,
              "ranked": 2,
              "casual": 0
            }
          ]
        },
        "realtime": {
          "ok": true,
          "source": "realtime",
          "rooms": {
            "total": 3,
            "open": 2,
            "closed": 1
          },
          "seats": {
            "total": 6,
            "taken": 5,
            "occupancyRate": 0.833
          }
        }
      }
    },
    "health": {
      "ok": true,
      "error": null,
      "data": {
        "ok": true,
        "services": {
          "api": {
            "ok": true
          },
          "realtime": {
            "ok": true,
            "url": "http://127.0.0.1:3002/health"
          },
          "db": {
            "configured": false,
            "ok": false,
            "mode": "seed-only"
          }
        }
      }
    }
  },
  "health": {
    "ok": true,
    "services": {
      "api": {
        "ok": true
      },
      "realtime": {
        "ok": true,
        "url": "http://127.0.0.1:3002/health"
      },
      "db": {
        "configured": false,
        "ok": false,
        "mode": "seed-only"
      }
    }
  },
  "errors": []
}

Back dashboard