Query your website analytics programmatically, build internal dashboards, automate reporting, or feed traffic data into other tools without leaving the same privacy-first workflow.
All REST endpoints are served from the same versioned namespace.
Pass your API key in the Authorization header as a bearer token.
Requests are limited to 5,000 per hour. Response headers include the current window state so you can back off cleanly.
Start with traffic stats for a single website, then expand as more endpoints arrive.
Retrieve analytics data for a specific website across a selected time range.
Error responses follow a consistent JSON shape.
401Invalid or missing API key403Not on Business plan404Website not found429Rate limit exceededStart with a direct stats request in your language of choice.
The shortest path from dashboard access to a working request.
Use the ID shown in your dashboard URL, for example/dashboard/clx123....