cURL
Stats API
Get Creators 24h
Retrieves daily creator metrics tracking both new creators (who joined your database) and active creators (who made posts) with comparison to previous period
GET
cURL
Retrieves daily creator metrics with comparison to previous period. This endpoint tracks both new creators (who joined your database) and active creators (who made posts) for each date.
Key Definitions
- New Creators: Creators who joined your database on that specific date
- Active Creators: Creators who made at least one post on that specific date
Request Parameters
| Parameter | Type | Description | Required |
|---|---|---|---|
start_date | String | Start date in MM/DD/YYYY format | Yes |
end_date | String | End date in MM/DD/YYYY format | Yes |
Response Fields
| Field | Description |
|---|---|
date | Date string for the current day (YYYY-MM-DD format) |
last_date | Date string for the comparison day from the previous period (YYYY-MM-DD format) |
current_new | Number of new creators who joined on the current date |
last_new | Number of new creators who joined on the comparison date |
total_new | Cumulative total of new creators in the current period |
last_total_new | Cumulative total of new creators in the comparison period |
current_active | Number of creators who made posts on the current date |
last_active | Number of creators who made posts on the comparison date |
total_active | Cumulative total of active creators in the current period |
last_total_active | Cumulative total of active creators in the comparison period |
Request Example
Response Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Start date in MM/DD/YYYY format
End date in MM/DD/YYYY format