Skip to content

Page Stats

Returns engagement statistics for a single Link-in-Bio page, including total page views and total link clicks.

GET /v1/bio/pages/{page_id}/stats
analytics:read

Parameters

Path parameters

ParameterTypeRequiredDescription
page_idstringYesThe unique identifier of the page.

Request examples

Terminal window
curl https://xqr.co/api/v1/bio/pages/bio_abc123/stats \
-H "Authorization: Bearer YOUR_API_KEY"

Response

200 OK
{
"data": {
"page_id": "bio_abc123",
"view_count": 1247,
"click_count": 892
},
"meta": {
"request_id": "req_k1l2m3",
"rate_limit": {
"remaining": 92,
"reset_at": "2026-03-21T13:01:00Z"
}
}
}

Was this page helpful?