requests per site across the bisks.net fleet, from cloudflare analytics. loading…
every site can read its own numbers with one fetch, no token needed:
const r = await fetch("https://stats.bisks.net/stats/<name>.json").then(r => r.json());
// r.days ["2026-08-19", …, "2026-09-17"] oldest first
// r.requests [12, 40, …] one number per day
// r.errors [0, 1, …]
// r.total7 requests in the last 7 days
// r.total requests in the whole window
the whole fleet at once is /stats.json. counts are cloudflare's request totals for the site's worker: every request the worker answered, assets and api calls alike, bots included. refreshed hourly.