API 参考
获取短网址访问统计
返回指定短网址的访问数据,包括点击量、来源和地理分布等。
Query Parameters
domain*string
The domain of the short URL (e.g., s.ee)
slug*string
The slug of the short URL (e.g., abc123)
period?string
Statistics time range: daily (today), monthly (this month), or totally (all-time, default)
Header Parameters
Response Body
application/json
curl -X GET "https://example.com/api/v1/link/visit-stat?domain=string&slug=string" \ -H "Authorization: string"{ "code": 0, "data": { "visit_count": 0 }, "message": "string"}