DataSiteMetricsDistributionsFetch

⌘K

Use this endpoint to get information about how links to one or more target sites are distributed based on the source site's metrics, such as Domain Authority.

Each distribution is named with the pattern METRIC_BY_MEASURE, where METRIC has the same meaning as the stand-alone metric with the same name, and MEASURE determines how that metric is split into buckets. MEASURE can have the following values:

  • root_domains metric is bucketed by the number of root domains linking to the source of each link. The ranges represented in each bucket are: - [0, 1-9, 10-99, 100-999, 1000-9999, 10000-99999, 100000-999999, 1000000-9999999, 10000000-99999999, 100000000+]
  • domain_authority metric is bucketed by the domain authority of the source root domain of each link. The ranges represented in each bucket are: - [1-10, 11-20, 21-30, 31-40, 41-50, 51-60, 61-70, 71-80, 81-90, 91-100]
  • spam_score metric is bucketed by the spam score of the source root domain of each link. The ranges represented in each bucket are: - [1-10, 11-20, 21-30, 31-40, 41-50, 51-60, 61-70, 71-80, 81-90, 91-100]

For some source root domains, a spam score is not available. Links from these domains are not counted in the response distribution.

JSON-RPC Method:

data.site.metrics.distributions.fetch
Go to Example Code

Request

site_query

object

A SiteQuery provides a target URL along with a scope to define how the query is parsed.


Response

site_query

object

Represents a parsed site query.

site_metrics_distributions

object

Represents a Site Metrics Distribution object.

1{2"site_query":{3"query":"https://moz.com",4"scope":"domain"5},6"site_metrics_distributions":{7"root_domains_to_page_by_root_domains":[820993,953357,1039763,1135898,1221599,135898,14864,1561,1611,17018],19"root_domains_to_root_domain_by_root_domains":[2034239,21105888,2286245,2378604,2445604,259317,261128,2771,2814,29030],31"nofollow_root_domains_to_root_domain_by_root_domains":[324575,3321287,3420473,3520430,3613822,372329,38188,3912,403,41042],43"root_domains_to_page_by_domain_authority":[44112607,4525379,4615208,479859,485712,494467,502192,511512,521010,5349854],55"root_domains_to_subdomain_by_domain_authority":[56133631,5731621,5818842,5912238,606981,615305,622525,631699,641125,6552666],67"root_domains_to_root_domain_by_domain_authority":[68221189,6957409,7033171,7121346,7211227,738792,743770,752216,761382,7760878],79"nofollow_root_domains_to_root_domain_by_domain_authority":[8045841,8115383,828666,835973,843230,852226,86951,87468,88274,8910790],91"pages_to_root_domain_by_spam_score":[9271801563,9311137580,946004361,956916159,964496245,972694223,981621052,994531426,100576916,101245654102],103"nofollow_pages_to_root_domain_by_spam_score":[1044555388,105762635,106556323,107238022,10898816,10976580,11050641,111798280,112327778,11313755114],115"root_domains_to_page_by_spam_score":[11674166,11725512,11812151,1198552,1206511,1215329,1223520,1232758,1242175,1251350126],127"root_domains_to_subdomain_by_spam_score":[12889553,12930189,13014725,13110320,1328075,1336851,1344596,1353519,1362655,1371471138],139"root_domains_to_root_domain_by_spam_score":[140156089,14148474,14224953,14317385,14413206,14511197,1467846,1476160,1484473,1492248150],151"nofollow_root_domains_to_root_domain_by_spam_score":[15237714,15310480,1545463,1553435,1562355,1572119,1581462,1591034,160589,161142162]163}164}

Example Code

Quota Usage

Uses one row per successful call.

api.limits.data.rows

AltStyle によって変換されたページ (->オリジナル) /