API-Endpunkt:
https://www.webtracking.org/api/v1/websites
Beispiel für eine Anfrage:
curl --location --request GET 'https://www.webtracking.org/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
domain
for Domain. Standardmäßig ist: domain
.favorite
sort_by
id
for Erstellt am, domain
for Domain. Standardmäßig ist: id
.sort
desc
for Descending, asc
for Ascending. Standardmäßig ist: desc
.per_page
10
, 25
, 50
, 100
. Standardmäßig ist: 10
.API-Endpunkt:
https://www.webtracking.org/api/v1/websites/{id}
Beispiel für eine Anfrage:
curl --location --request GET 'https://www.webtracking.org/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://www.webtracking.org/api/v1/websites
Beispiel für eine Anfrage:
curl --location --request POST 'https://www.webtracking.org/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domain
privacy
0
for Öffentlich, 1
for Privat, 2
for Passwort. Standardmäßig ist: 0
.password
privacy
field set to 2
.email
0
for Disabled, 1
for Enabled. Standardmäßig ist: 0
.exclude_bots
0
for Disabled, 1
for Enabled. Standardmäßig ist: 1
.exclude_params
exclude_ips
API-Endpunkt:
https://www.webtracking.org/api/v1/websites/{id}
Beispiel für eine Anfrage:
curl --location --request PUT 'https://www.webtracking.org/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
for Öffentlich, 1
for Privat, 2
for Passwort.password
privacy
field set to 2
.email
0
for Disabled, 1
for Enabled.exclude_bots
0
for Disabled, 1
for Enabled.exclude_params
exclude_ips
favorite
API-Endpunkt:
https://www.webtracking.org/api/v1/websites/{id}
Beispiel für eine Anfrage:
curl --location --request DELETE 'https://www.webtracking.org/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'