API endpoint:
https://webinfo.me/api/v1/websites
Request example:
curl --location --request GET 'https://webinfo.me/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
search_by
domain
for Domen. Defaults to: domain
.sort_by
id
for Date created, domain
for Domen. Defaults to: id
.sort
desc
for Opadajuće, asc
for Uzlazno. Defaults to: desc
.per_page
10
, 25
, 50
, 100
. Defaults to: 10
.API endpoint:
https://webinfo.me/api/v1/websites/{id}
Request example:
curl --location --request GET 'https://webinfo.me/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://webinfo.me/api/v1/websites
Request example:
curl --location --request POST 'https://webinfo.me/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'domain={domain}'
domain
privacy
0
for Javno, 1
for Privatno, 2
for Lozinka. Defaults to: 1
.password
privacy
postavljenim na 2
.email
0
for Disabled, 1
for Enabled. Defaults to: 0
.exclude_bots
0
for Disabled, 1
for Enabled. Defaults to: 1
.exclude_params
exclude_ips
API endpoint:
https://webinfo.me/api/v1/websites/{id}
Request example:
curl --location --request PUT 'https://webinfo.me/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy
0
for Javno, 1
for Privatno, 2
for Lozinka.password
privacy
postavljenim na 2
.email
0
for Disabled, 1
for Enabled.exclude_bots
0
for Disabled, 1
for Enabled.exclude_params
exclude_ips
API endpoint:
https://webinfo.me/api/v1/websites/{id}
Request example:
curl --location --request DELETE 'https://webinfo.me/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'