API endpoint:
https://analyticsforweb.com/api/v1/websites
Request example:
curl --location --request GET 'https://analyticsforweb.com/api/v1/websites' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
                searchsearch_byurl for URL. Defaults to: url.sort_byid for Date created, url for URL. Defaults to: id.sortdesc for Descending, asc for Ascending. Defaults to: desc.per_page10, 25, 50, 100. Defaults to: 10.API endpoint:
https://analyticsforweb.com/api/v1/websites/{id}
Request example:
curl --location --request GET 'https://analyticsforweb.com/api/v1/websites/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
API endpoint:
https://analyticsforweb.com/api/v1/websites
Request example:
curl --location --request POST 'https://analyticsforweb.com/api/v1/websites' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
urlprivacy0 for Public, 1 for Private, 2 for Password. Defaults to: 1.passwordprivacy set to 2.email0 for Disabled, 1 for Enabled. Defaults to: 0.exclude_bots0 for Disabled, 1 for Enabled. Defaults to: 1.exclude_paramsexclude_ipsAPI endpoint:
https://analyticsforweb.com/api/v1/websites/{id}
                    Request example:
curl --location --request PUT 'https://analyticsforweb.com/api/v1/websites/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}'
privacy0 for Public, 1 for Private, 2 for Password.passwordprivacy set to 2.email0 for Disabled, 1 for Enabled.exclude_bots0 for Disabled, 1 for Enabled.exclude_paramsexclude_ipsAPI endpoint:
https://analyticsforweb.com/api/v1/websites/{id}
                    Request example:
curl --location --request DELETE 'https://analyticsforweb.com/api/v1/websites/{id}' \ --header 'Authorization: Bearer {api_key}'