GET
/api/v0/stats/hitsgetStatsHitsGet an overview of pageviews.
Parameters
| Name | In | Required | Description |
|---|---|---|---|
| start | query | No | Start time, should be rounded to the hour. |
| end | query | No | End time, should be rounded to the hour. |
| limit | query | No | Maximum number of pages to get. |
| daily | query | No | Group by day instead of hour. |
| include_paths | query | No | Only include these paths. |
| exclude_paths | query | No | Exclude these paths. |
Responses
| Status | Description |
|---|---|
| 200 | Successful response |
