# Analytics

Engagement analytics and content calendar.

GET `/brands/:slug/analytics`

Engagement analytics for published posts.

Responses

200 Analytics

```
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

200 Calendar

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

[

← Previous

Strategy

](/docs/api/strategy)[

Next →

Products

](/docs/api/products)

---
Source: https://www.anomalia.so/docs/api/analytics
