This endpoint returns daily statistics calculated based on the data available for a specific time period. The data is aggregated for each day based on the user’s local timezone.
Refer to the different statistics types in the Statistics Types section for more information on how the data is aggregated for each type.
The /statistics/daily
endpoint uses the user’s local timezone for all its calculations. This approach ensures that the data reflects the user’s actual daily activity patterns, providing a more personalized view. By using the local timezone, the API tailors the data to the user’s specific context, which is particularly useful for applications that focus on individual user experiences. This approach contrasts with the /statistics
endpoint, which uses Coordinated Universal Time (UTC) for calculations, offering a standardized global view.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Start time of the query range in user's local timezone according to the provider
"2006-01-02"
End time of the query range in user's local timezone according to the provider
"2006-01-02"
Exclude manual metrics from the statistics
1
Provider slugs
Whether to include the record IDs in the response
Device types to include in the statistics
OK
The response is of type object
.