Documentation
Overview
Anchorora Analytics API is a read-oriented HTTP API. All responses are JSON encoded in UTF-8.
Quick start
Every resource is reachable under https://son.skunkeu.win/api/v1. No SDK is required.
Authentication
Requests carry a project key in the Authorization header. Keys are scoped per environment and may be rotated without downtime.
Errors
Errors return a JSON object with an error.code and error.message. The HTTP status carries the same meaning as the code.
Rate limits
Limits are applied per key. Exceeding a limit returns 429 with a Retry-After header.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1 | Version index and resource map. |
| GET | /api/v1/events | Event types and their volume for the period. |
| GET | /api/v1/metrics | Metrics available for aggregation. |
| GET | /api/v1/dimensions | Dimensions by which metrics may be grouped. |
| GET | /api/v1/usage | Ingested event volume for the period. |
| GET | /api/v1/status | Machine-readable service status. |