Analytics overview

Live aggregate metrics for posts published through Social0.

GET /v1/analytics/overview

Live metrics for posts published through Social0 in the window. Fetched from each network at request time — not stored. API keys see the personal / main account pool only.

Live today: X, Bluesky, YouTube, TikTok, Pinterest.

Auth: Bearer API key (required)

Query parameters

ParamTypeDefaultDescription
rangestring7d7d, 14d, 28d, 90d, 365d, or custom
sincedatetimeISO 8601 start; only with range=custom (max 365 days)
untildatetimeISO 8601 end; only with range=custom
account_iduuidRestrict to one connected account
freshbooleanfalseBypass warm cache. Entries younger than 90s are still cached.

Coverage flags

Check these separately before quoting totals. Do not fold them into one caveat.

FlagMeaning
sampledThe page was capped. Only the latest sample_limit publications were read. Totals are not lifetime numbers.
partialThe live request budget ran out before every publication was read.

Response 200

{
  "range": "7d",
  "since": "2026-08-29T00:00:00.000Z",
  "until": "2026-09-05T00:00:00.000Z",
  "fetched_at": "2026-09-05T12:00:00.000Z",
  "sampled": false,
  "sample_limit": 50,
  "partial": false,
  "totals": {
    "views": 1200,
    "likes": 80,
    "comments": 12,
    "shares": 4,
    "engagement": 96
  },
  "by_platform": [],
  "series": [],
  "top_posts": [],
  "accounts_needing_reconnect": []
}

cURL

curl "https://api.social0.app/v1/analytics/overview?range=28d" \
  -H "Authorization: Bearer sk_live_YOUR_KEY"

Related: List analytics accounts · Per-post analytics