统计数据

Notes
专家级
应用API接口密钥应该作为承载令牌在请求的授权头中发送 获取您的应用API接口密钥.
显示

API接口:

GET
https://sd.la/api/v1/stats/{id}

请求示例:

curl --location --request GET 'https://sd.la/api/v1/stats/{id}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
参数
类型
描述
from
需要 string
The starting date in Y-m-d format.
to
需要 string
The ending date in Y-m-d format.
name
需要 string
The name of the statistic. Possible values are: browser, cities, clicks, clicks_hours, country, device, language, platform, referrer.
search
可选择的 string
The search query.
sort
可选择的 string
分类. Possible values are: max for 最佳, min for 最差. Defaults to: max.
per_page
可选择的 int
链接列表每页显示数量. Possible values are: 10 to 100. Defaults to: 100.