Punto finale API:
https://goo.vc/api/v1/stats/{id}?it
Esempio di richiesta:
curl --location --request GET 'https://goo.vc/api/v1/stats/{id}?name={name}&from={from}&to={to}&it' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
name
browser
, cities
, clicks
, clicks_hour
, country
, device
, language
, platform
, referrer
.from
Y-m-d
.to
Y-m-d
.search
search_by
value
per Valore. Il valore predefinito è: url
.sort_by
count
per Count, value
per Valore. Il valore predefinito è: count
.sort
desc
per In discesa, asc
per In salita. Il valore predefinito è: desc
.per_page
10
, 25
, 50
, 100
. Il valore predefinito è: 10
.