统计数据

注意
专享
在请求API中,API密钥需要发送到Bearer key 获取API key.
示例

API接口:

GET
https://8xhd.cc/api/v1/stats/{id}

请求示例:

curl --location --request GET 'https://8xhd.cc/api/v1/stats/{id}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
参数
类型
描述
from
必选 string
Y-m-d 格式的起始日期.
to
必选 string
Y-m-d 格式的结束日期.
name
必选 string
统计名称. 可选:browser, cities, clicks, clicks_hours, country, device, language, platform, referrer
search
可选 string
搜索查询
sort
可选 string
排序. 可选:访问最多 max, 访问最少 min 默认为:max.
per_page
可选 int
每页显示条数. 可选:10 发送到 100 默认为:10.