Skip to main content

Endpoint

Overview

Get pre-aggregated daily statistics with all 8 metrics combined into a single response. Returns one record per day with total changes across all filtered accounts and posts. This endpoint is optimized for rendering dashboard charts — it returns ~30-90 rows covering the entire date range instead of per-account or per-post granular data. Metrics included:
  • Followers/Following — daily changes from account statistics
  • Views/Likes/Comments/Shares/Saves — daily changes from post statistics
  • Posts — count of posts created per day

Request Body

string
required
Start date in ISO 8601 format (e.g., 2024-01-01T00:00:00Z).
string
required
End date in ISO 8601 format (e.g., 2024-01-31T23:59:59Z).
string[]
Array of account IDs to filter by. Omit to include all accounts.
string
Filter by account tag
string
Filter by organization group
string
Filter by user group
string[]
Filter by account device type (e.g., physical_iphone, physical_android, emulated_android)
string
Filter by post type. One of video or slideshow.
string[]
Filter by audio IDs. Use none to include posts without audio.

Response

DashboardDailyStat[]
Array of daily aggregated statistics objects