Skip to main content
GET
/
website-ratings
Website Ratings
curl --request GET \
  --url https://v3-api-beta.snowseo.com/snowseo/v2/website-ratings \
  --header 'Authorization: Bearer <token>'
Check how authoritative a domain is across multiple rating systems. This endpoint pulls data from OpenPageRank, Moz, and Majestic in parallel, giving you a complete picture of a domain’s reputation.

Request

url
string
required
The domain or full URL to look up (e.g., example.com or https://example.com).

Response

Returns ratings from multiple providers in a single response.
{
  "domain": "snowseo.com",
  "opr-score": 72,
  "opr-rank": "15432",
  "mozDA": 85,
  "mozPA": 78,
  "mozRank": 6.2,
  "mozTrust": 5.8,
  "mozSpam": 1,
  "mozLinks": 142000,
  "majesticCF": 45,
  "majesticTF": 38,
  "majesticRefDomains": 8500,
  "majesticLinks": 95000,
  "last_updated": "2025-03-15T08:00:00Z"
}

What the scores mean

FieldWhat It Tells You
opr-scoreOpenPageRank score (0–100) — overall page importance
mozDAMoz Domain Authority (0–100) — how likely the domain is to rank
mozTrustMoz Trust score — trustworthiness of the domain
majesticCFMajestic Citation Flow — link equity flowing into the domain
majesticTFMajestic Trust Flow — quality of backlinks pointing to the domain