Endpoints
Reference
© 2026 Chartex
Instagram Account Stats
Sign in to try the API directly from this page.
GET
/external/v1/instagram/accounts/{username}/stats/follower-countsInstagram Account Stats
Get historical follower count data for an Instagram account.
Path Parameters
Required
The Instagram username
String
Query Parameters
The start date for filtering the time series data
String
Possible values: Date in format YYYY-MM-DD or YYYYMMDD (e.g., 2024-01-01 or 20240101)
The end date for filtering the time series data
String
Possible values: Date in format YYYY-MM-DD or YYYYMMDD (e.g., 2024-12-31 or 20241231)
Limit the data to the latest N days from today
Integer
Possible values: Any positive integer (e.g., 7, 30, 90)
Required
The mode for returning follower count data
String
Available options
See Error Codes for possible error responses.
Try It Out
Required: username, mode