API endpoint:
https://dlx-analytics.com/api/v1/websites
Request example:
curl --location --request GET 'https://dlx-analytics.com/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
domain
für Domain. Standardmäßig ist: domain
.favorite
sort_by
id
für Erstellt am, domain
für Domain. Standardmäßig ist: id
.sort
desc
für Absteigend, asc
für Aufsteigend. Standardmäßig ist: desc
.per_page
10
, 25
, 50
, 100
. Standardmäßig ist: 100
.API endpoint:
https://dlx-analytics.com/api/v1/websites/{id}
Request example:
curl --location --request GET 'https://dlx-analytics.com/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://dlx-analytics.com/api/v1/websites
Request example:
curl --location --request POST 'https://dlx-analytics.com/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 ist: 0
.password
privacy
set to 2
.email
0
für Deaktiviert, 1
für Aktiviert. Standardmäßig ist: 0
.exclude_bots
0
für Deaktiviert, 1
für Aktiviert. Standardmäßig ist: 1
.exclude_params
exclude_ips
API endpoint:
https://dlx-analytics.com/api/v1/websites/{id}
Request example:
curl --location --request PUT 'https://dlx-analytics.com/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
set to 2
.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 endpoint:
https://dlx-analytics.com/api/v1/websites/{id}
Request example:
curl --location --request DELETE 'https://dlx-analytics.com/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'