-
Notifications
You must be signed in to change notification settings - Fork 10
Statistics
Robin B edited this page Jun 24, 2017
·
13 revisions
GET /stats
Returns an object containing the website's statistics, mapped by their corresponding date.
Key | Description | Format | Example |
---|---|---|---|
from | First day of statistics to be returned | YYYY-MM-DD | 2017-05-27 |
to | Last day of statistics to be returned | YYYY-MM-DD | 2017-06-05 |
Example request:
/stats?from=2017-05-10&to=2017-06-23
Output:
{
"2017-05-27":529745,
"2017-05-28":3694,
"2017-05-29":3148,
"2017-05-30":3296,
"2017-05-31":2725,
"2017-06-01":14945,
"2017-06-02":12012,
"2017-06-03":1518,
"2017-06-04":2214,
"2017-06-05":14534
}
GET /counter?statistics
Returns an object containing the overall statistics, seperated into all-time clicks, today's clicks, this week's clicks, this month's clicks and average clicks this month. Not available for any other time than the current.