API endpoint:
https://seo.ro/api/v1/reports
Exemplu de solicitare:
curl --location --request GET 'https://seo.ro/api/v1/reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
url
pentru URL. Implicit: url
.project
result
good
pentru Bun, decent
pentru Decent, bad
pentru Rau.sort_by
id
pentru Data crearii, generated_at
pentru Data generarii, url
pentru URL, result
pentru Rezultat. Implicit: id
.sort
desc
pentru Descendent, asc
pentru Ascendent. Implicit: desc
.per_page
10
, 25
, 50
, 100
. Implicit: 10
.API endpoint:
https://seo.ro/api/v1/reports/{id}
Exemplu de solicitare:
curl --location --request GET 'https://seo.ro/api/v1/reports/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://seo.ro/api/v1/reports
Exemplu de solicitare:
curl --location --request POST 'https://seo.ro/api/v1/reports' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
url
privacy
0
pentru Public, 1
pentru Privat, 2
pentru Parola. Implicit: 1
.password
privacy
set to 2
.API endpoint:
https://seo.ro/api/v1/reports/{id}
Exemplu de solicitare:
curl --location --request PUT 'https://seo.ro/api/v1/reports/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
pentru Public, 1
pentru Privat, 2
pentru Parola.password
privacy
set to 2
.results
0
pentru Nu, 1
pentru Da. Implicit: 0
.API endpoint:
https://seo.ro/api/v1/reports/{id}
Exemplu de solicitare:
curl --location --request DELETE 'https://seo.ro/api/v1/reports/{id}' \ --header 'Authorization: Bearer {api_key}'