API-Endpunkt:
https://rocketranker.com/api/v1/reports
Beispiel anfordern:
curl --location --request GET 'https://rocketranker.com/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
url
für URL. Standardmäßig: url
.project
result
good
für Gut, decent
für Akzeptabel, bad
für Schlecht.sort_by
id
für Datum erstellt, generated_at
für Datum der Erstellung, url
für URL, result
für Ergebnis. Standardmäßig: id
.sort
desc
für Absteigend, asc
für Aufsteigend. Standardmäßig: desc
.per_page
10
, 25
, 50
, 100
. Standardmäßig: 10
.API-Endpunkt:
https://rocketranker.com/api/v1/reports/{id}
Beispiel anfordern:
curl --location --request GET 'https://rocketranker.com/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API-Endpunkt:
https://rocketranker.com/api/v1/reports
Beispiel anfordern:
curl --location --request POST 'https://rocketranker.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: 0
.password
privacy
set to 2
.API-Endpunkt:
https://rocketranker.com/api/v1/reports/{id}
Beispiel anfordern:
curl --location --request PUT 'https://rocketranker.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: 0
.API-Endpunkt:
https://rocketranker.com/api/v1/reports/{id}
Beispiel anfordern:
curl --location --request DELETE 'https://rocketranker.com/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'