API-Endpunkt:
https://analytic.icu/api/v1/websites
Anfrage-Beispiel:
curl --location --request GET 'https://analytic.icu/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
domain
für Domain. Standardmäßig: domain
.favorite
sort_by
id
für Erstellungsdatum, domain
für Domain. Standardmäßig: id
.sort
desc
für Absteigend, asc
für Aufsteigend. Standardmäßig: desc
.per_page
10
, 25
, 50
, 100
. Standardmäßig: 100
.API-Endpunkt:
https://analytic.icu/api/v1/websites/{id}
Anfrage-Beispiel:
curl --location --request GET 'https://analytic.icu/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://analytic.icu/api/v1/websites
Anfrage-Beispiel:
curl --location --request POST 'https://analytic.icu/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domain
privacy
0
für Öffentlich, 1
für Privat, 2
für Passwort. Standardmäßig: 0
.password
privacy
auf 2
gesetzt.email
0
für Deaktiviert, 1
für Aktiviert. Standardmäßig: 0
.exclude_bots
0
für Deaktiviert, 1
für Aktiviert. Standardmäßig: 1
.exclude_params
exclude_ips
API-Endpunkt:
https://analytic.icu/api/v1/websites/{id}
Anfrage-Beispiel:
curl --location --request PUT 'https://analytic.icu/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
für Öffentlich, 1
für Privat, 2
für Passwort.password
privacy
auf 2
gesetzt.email
0
für Deaktiviert, 1
für Aktiviert.exclude_bots
0
für Deaktiviert, 1
für Aktiviert.exclude_params
exclude_ips
favorite
API-Endpunkt:
https://analytic.icu/api/v1/websites/{id}
Anfrage-Beispiel:
curl --location --request DELETE 'https://analytic.icu/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'