POST
/
moz-link-metrics
curl --request POST \
  --url https://api.growthmarketing.ai/moz-link-metrics \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "domains": [
    "example.com",
    "another.com"
  ]
}'
{
  "success": true,
  "data": [
    {
      "domain": "example.com",
      "data": {
        "page_rank": 5.24,
        "moz_domain_authority": 44,
        "moz_spam_score": 1,
        "moz_link_propensity": 2543,
        "moz_pages_to_subdomain": 704233,
        "moz_nofollow_pages_to_subdomain": 473821,
        "moz_redirect_pages_to_subdomain": 966,
        "moz_external_pages_to_subdomain": 506266,
        "moz_external_nofollow_pages_to_subdomain": 473506,
        "moz_external_redirect_pages_to_subdomain": 57,
        "moz_deleted_pages_to_subdomain": 538883,
        "moz_root_domains_to_subdomain": 8166,
        "moz_deleted_root_domains_to_subdomain": 3571,
        "moz_nofollow_root_domains_to_subdomain": 2221,
        "moz_da_history_values": "17|17|19|20|22|23|22|22|22|22"
      }
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Body

application/json
domains
required
Example:
["example.com", "another.com"]

Response

200
application/json
Successful response
success
boolean
Example:

true

data
object[]