API endpoint:
https://dlx-rank.com/api/v1/reports
Beispiel Request:
curl --location --request GET 'https://dlx-rank.com/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
url
für URL. Standardmäßig ist: url
.project
result
good
für Gut, decent
für Befriedigend, bad
für Ungenügend.sort_by
id
für Erstellungsdatum, generated_at
für Erstellungsdatum, url
für URL, result
für Ergebnis. 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-rank.com/api/v1/reports/{id}
Beispiel Request:
curl --location --request GET 'https://dlx-rank.com/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://dlx-rank.com/api/v1/reports
Beispiel Request:
curl --location --request POST 'https://dlx-rank.com/api/v1/reports' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
privacy
0
für Öffentlich, 1
für Privat, 2
für Passwort. Standardmäßig ist: 0
.password
privacy
set to 2
.API endpoint:
https://dlx-rank.com/api/v1/reports/{id}
Beispiel Request:
curl --location --request PUT 'https://dlx-rank.com/api/v1/reports/{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
.results
0
für Nein, 1
für Ja. Standardmäßig ist: 0
.API endpoint:
https://dlx-rank.com/api/v1/reports/{id}
Beispiel Request:
curl --location --request DELETE 'https://dlx-rank.com/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'