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
Start date in ISO 8601 format (e.g.,
2024-01-01T00:00:00Z).End date in ISO 8601 format (e.g.,
2024-01-31T23:59:59Z).Array of account IDs to filter by. Omit to include all accounts.
Filter by account tag
Filter by organization group
Filter by user group
Filter by account device type (e.g.,
physical_iphone, physical_android, emulated_android)Filter by post type. One of
video or slideshow.Filter by audio IDs. Use
none to include posts without audio.Response
Array of daily aggregated statistics objects
