API endpoint:
https://rlnk.xyz/api/v1/stats/{id}
Request example:
curl --location --request GET 'https://rlnk.xyz/api/v1/stats/{id}?name={name}&from={from}&to={to}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
name
browser
, cities
, clicks
, clicks_hour
, country
, device
, language
, platform
, referrer
.from
Y-m-d
format.to
Y-m-d
format.search
search_by
value
for Value. Defaults to: url
.sort_by
count
for Count, value
for Value. Defaults to: count
.sort
desc
for Descending, asc
for Ascending. Defaults to: desc
.per_page
10
, 25
, 50
, 100
. Defaults to: 10
.