API Reference
MOZ Backlink Summary
Retrieve MOZ metrics from any domains.
POST
/
moz-link-metrics
Copy
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"
]
}'
Copy
{
"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
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.
Copy
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"
]
}'
Copy
{
"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"
}
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.