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}'
searchsearch_byurl für URL. Standardmäßig ist: url.projectresultgood für Gut, decent für Befriedigend, bad für Ungenügend.sort_byid für Erstellungsdatum, generated_at für Erstellungsdatum, url für URL, score für Score. Standardmäßig ist: id.sortdesc für Absteigend, asc für Aufsteigend. Standardmäßig ist: desc.per_page10, 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}'
urlprivacy0 für Öffentlich, 1 für Privat, 2 für Passwort. Standardmäßig ist: 0.passwordprivacy field 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}'
privacy0 für Öffentlich, 1 für Privat, 2 für Passwort.passwordprivacy field set to 2.update0 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}'