HTTP API

GET /api/sites/{id}/breakdown

Top sources, pages, countries, or devices for a period and actor.

field=

source · page · country · device. Combine with days and actor. MCP maps this to top_pages and sources.

curl
curl -H "Authorization: Bearer $V5_API_KEY" \
  "$V5_API_URL/api/sites/$SITE_ID/breakdown?field=page&days=30&actor=human_via_ai"

Something off? Open an issue · Edit on GitHub