API端点:
https://dwz.mk/api/v1/stats/{id}
请求示例:
curl --location --request GET 'https://dwz.mk/api/v1/stats/{id}?name={name}&from={from}&to={to}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
name
browser
, cities
, clicks
, clicks_hours
, country
, device
, language
, platform
, referrer
.from
Y-m-d
to
Y-m-d
search
search_by
value
为 值. 默认为: url
.sort_by
count
为 Count, value
为 值. 默认为: count
.sort
desc
为 降序, asc
为 升序. 默认为: desc
.per_page
10
, 25
, 50
, 100
. 默认为: 10
.