Statistics
Link scan analytics aggregated by dimension.
GET/api/v1/statisticsAggregate statistics
| Name | Type | Required | Description |
|---|---|---|---|
| type | string | No | overview, country_code, device_type, … |
| project_id | integer | No | — |
| datetime_start | string | No | — |
| datetime_end | string | No | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics' \ -H 'Authorization: Bearer YOUR_API_KEY'
GET/api/v1/statistics/{link_id}Statistics for one link
| Name | Type | Required | Description |
|---|---|---|---|
| link_id | integer | Yes | — |
curl -X GET 'https://forqrcode.com/api/v1/statistics/{link_id}' \
-H 'Authorization: Bearer YOUR_API_KEY'Parameter names and JSON examples are shown in English. Replace YOUR_API_KEY with a key from your account.