Analytics — Anomalia API
Search docs… &Cmd;K

Analytics

Engagement analytics and content calendar.

GET /brands/:slug/analytics

Engagement analytics for published posts.

Responses
200Analytics
curl -X GET \
  https://anomalia.so/api/v1/brands/:slug/analytics \
  -H "Authorization: Bearer $TOKEN"
GET /brands/:slug/calendar

Monthly content calendar.

Query
?month=2026-06
Responses
200Calendar
curl -X GET \
  https://anomalia.so/api/v1/brands/:slug/calendar \
  -H "Authorization: Bearer $TOKEN"