Skip to content

Get follower stats

Returns follower count history and growth metrics for connected social accounts. Requires analytics add-on subscription. Follower counts are refreshed once per day.

GET /v1/accounts/follower-stats

Returns follower count history and growth metrics for connected social accounts. Requires analytics add-on subscription. Follower counts are refreshed once per day.

Parameters

  • accountIds (query, string) — Comma-separated list of account IDs (optional, defaults to all user's accounts)

  • profileId (query, string) — Filter by profile ID

  • fromDate (query, string) — Start date in YYYY-MM-DD format (defaults to 30 days ago)

  • toDate (query, string) — End date in YYYY-MM-DD format (defaults to today)

  • granularity (query, string) — Data aggregation level

Responses

200 — Follower stats

  • accounts (array)
  • stats (object)
  • dateRange (object)
  • granularity (string)

401

403 — Analytics access required. Legacy plans need the Analytics add-on; included by default on usage-based plans.

  • error (string)
  • message (string)
  • requiresAddon (boolean)