Skip to content

Usage API

Read your account’s event usage for the current billing period against the plan limit, with a per-site breakdown. Requires the management key vsk_live_….

Base URL: https://statskit.ai/api/v1

GET /usage

Terminal window
curl https://statskit.ai/api/v1/usage \
-H "Authorization: Bearer vsk_live_..."
{
"plan": "Growth",
"interval": "month",
"used": 128400,
"limit": 500000,
"pct": 26,
"state": "ok",
"periodEnd": "2026-07-31",
"sites": [
{ "name": "versuch.ai", "used": 91200 },
{ "name": "docs.versuch.ai", "used": 37200 }
]
}
FieldMeaning
planPlan name
intervalBilling interval (e.g. month)
usedEvents counted this period
limitPlan event limit
pctPercent of the limit used
stateUsage state (e.g. ok, approaching, over)
periodEndEnd of the current billing period (YYYY-MM-DD)
sitesPer-site event counts