From d8cc95b22cfcbe5589bd6167bb53a656cee00b92 Mon Sep 17 00:00:00 2001 From: "Enot (ded) Skelly" Date: Thu, 4 Jun 2026 11:39:20 -0700 Subject: [PATCH] add scope stats api to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed0c1c0..a577d3e 100644 --- a/README.md +++ b/README.md @@ -316,6 +316,7 @@ GET /api/v1/packets?iata=YOW&afterId=12345&limit=100 | `GET` | `/stats/payload-breakdown` | Observation counts by payload type (last 24h by default) | | `GET` | `/stats/top-nodes` | Top N nodes by observation count (from materialized view) | | `GET` | `/stats/top-observers` | Top N observers by observation count (last 24h by default) | +| `GET` | `/stats/scopes` | Configured region scopes and breakdown of packets, nodes, observers | ---