API 레퍼런스
단축 URL 방문 통계 조회
지정한 단축 URL의 방문 데이터를 반환합니다. 클릭 수, 유입 경로, 지역 분포 등을 포함합니다.
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
Authorization*string
Your API key
Response Body
application/json
curl -X GET "https://s.ee/api/v1/link/visit-stat?domain=string&slug=string" \ -H "Authorization: string"{
"code": 0,
"data": {
"visit_count": 0
},
"message": "string"
}