-
Notifications
You must be signed in to change notification settings - Fork 10
GetSummary
Robin B edited this page Mar 13, 2020
·
1 revision
Returns a summary of the following counter statistics:
- All-time clicks
- Today's clicks
- This week's clicks
- This month's clicks
- This year's clicks
- Average clicks this month.
This summary is not available for any other time than the time of the request, but you can use the data from the /statistics
endpoint and aggregate it like this endpoint's output format to achieve the same result for a different point in time.
Key | Value |
---|---|
Content-Type | application/x-www-form-urlencoded |
Key | Description | Format | Example |
---|---|---|---|
--- | ----------- | ------ | ------- |
Key | Description | Format | Example |
---|---|---|---|
--- | ----------- | ------ | ------- |
/statistics/summary
Output:
{
"alltime": 59206101,
"daily": 336,
"weekly": 336,
"monthly": 26462,
"yearly": 1706841,
"average": 4410
}