$ systemctl status api

Status

Every number below is measured by middleware in the API itself and persisted to SQLite — no Prometheus, no Grafana, no vendor. If the error rate is 0.3% because a crawler hit 404s, it says so. Honest beats impressive.

// live from /api/metrics — refreshes every 30s

uptime13h 24m
requests today300
avg latency17ms
p95 latency18ms
error rate0.00%

Per endpoint

routecounterrorsavgp50p95p99
GET /api/metrics100028ms28ms28ms28ms
GET /api/whoami6602ms2ms2ms2ms
GET /api/articles66018ms18ms18ms18ms
GET /api/projects66015ms15ms15ms15ms
GET /api/projects/{slug}2077ms39ms115ms115ms

/api/health is excluded — the Docker healthcheck shouldn't inflate traffic.

Live request feed

connecting…

Every request anyone makes to the API — including yours, right now — shows up here in real time. Anonymized: route template, status, and latency only. Open the raw stream.

Waiting for traffic — hit the playground to see it live.

Deploys

  1. devJul 29, 2026 3:13:26 PM← running