content_metrics_channel_series
Daily snapshots of a channel itself — follower count and channel-level reach over time.
Daily snapshots of a channel itself — follower count and channel-level reach over time. Sampled once a day while the channel is publishing; a channel with nothing published in the last 30 days stops being sampled, and one whose network reports no analytics is never sampled at all.
Behavior
- HTTP
GET /content/metrics/channels/:id
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | • | The channel id, from content_channels_list. |
| to | string | — | ISO-8601 upper bound on capture time, inclusive. Omit for "up to now". |
| from | string | — | ISO-8601 lower bound on capture time, inclusive. Omit for "from the beginning". |
| limit | integer | — | Maximum number of snapshots to return, oldest first. |
Response
| Field | Type | Always | Description |
|---|---|---|---|
| points | array | • | Daily snapshots, oldest first. |
| network | string | • | The network the channel publishes to. |
| analytics | string | • | What this network reports for this account. "none" means no snapshot will ever be taken — a personal Instagram profile has no API at all; "basic" means fewer numbers than a business account gets, so an absent metric is the network's silence, not a zero. |
| channelId | string | • | The channel these snapshots belong to. |
Try it
Daily snapshots of a channel itself — follower count and channel-level reach over time.