351c1f004617
Get click analytics
Retrieve click analytics for a workspace. Filter by link, date range, country, and more. Returns time-series data suitable for charting.
Path parameters
The id of the Workspace
Query parameters
The id of a single Link
Filter clicks by multiple links. Provide a hyphen-separated list of link IDs.
The start date for the date range (format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ)
The end date for the date range (format: YYYY-MM-DD or YYYY-MM-DDTHH:MM:SSZ)
Filter clicks by country using ISO 3166-1 alpha-2 country code e.g US
Filter clicks by browser name e.g Chrome, Firefox, Safari
Filter clicks by platform/operating system e.g Windows, Mac, iOS, Android
Filter clicks by referrer domain
Filter clicks by Internet Service Provider name
Set to false to exclude bot clicks from the results
Set to true to only include unique clicks in the results
Specify the format of the response. Available options are 'json' (default), 'csv', or 'tsv'.
Return data as a matrix. When pivot=link_id, returns dates as rows and links as columns. CSV/TSV includes header rows for name, full_url, and id.
The timezone to use for date/time calculations
The frequency of data points in the response. Available options are 'day' (default) or 'hour'.
Response
Click
Example response
{
"traffic": [
{
"t": "2026-06-01",
"y": 12
},
{
"t": "2026-06-02",
"y": 8
},
{
"t": "2026-06-03",
"y": 21
}
]
}