统计
按维度聚合的链接扫描分析。
GET/api/v1/statistics聚合统计
| 名称 | 类型 | 必填 | 描述 |
|---|---|---|---|
| type | string | 否 | overview, country_code, device_type, … |
| project_id | integer | 否 | — |
| datetime_start | string | 否 | — |
| datetime_end | string | 否 | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics' \ -H 'Authorization: Bearer YOUR_API_KEY'
GET/api/v1/statistics/{link_id}单个链接的统计
| 名称 | 类型 | 必填 | 描述 |
|---|---|---|---|
| link_id | integer | 是 | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics/{link_id}' \
-H 'Authorization: Bearer YOUR_API_KEY'参数名与 JSON 示例为英文。请将 YOUR_API_KEY 替换为您的密钥。