ਅੰਕੜੇ
ਆਯਾਮ ਅਨੁਸਾਰ ਲਿੰਕ ਸਕੈਨ ਐਨਾਲਿਟਿਕਸ।
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 ਨੂੰ ਆਪਣੀ ਕੁੰਜੀ ਨਾਲ ਬਦਲੋ।