Instagram Sound Stats
Sign in to enable Try it out and enable params input fields.
GET/external/v1/instagram-sounds/{sound_id}/stats/video-counts
Instagram Sound Stats
Get historical video count data for an Instagram sound.
Path Parameters
Required
The Instagram sound ID
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 video count data
String
Available options
Responses
200OK
400Bad Request
401Missing or invalid credentials
403Forbidden
404Instagram sound not found
500Internal Server Error
Try It Out
Please fill the required fields: sound_id, mode