API Reference
MOZ Backlink Summary
API Reference
MOZ Backlink Summary
Retrieve MOZ metrics from any domains.
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
Body
application/json
Example:
["example.com", "another.com"]
Response
200
application/json
Successful response
Example:
true
Example:
"example.com"
Example:
5.24
Example:
44
Example:
1
Example:
2543
Example:
704233
Example:
473821
Example:
966
Example:
506266
Example:
473506
Example:
57
Example:
538883
Example:
8166
Example:
3571
Example:
2221
Example:
"17|17|19|20|22|23|22|22|22|22"
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"
}
}
]
}