About this endpoint
What it does
Looks up domain authority metrics for the domain you provide in the query string and returns whether a result was found. When a result is available, the response includes the queried domain, the original query string, and a metrics object.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| domain | String | Yes | Domain to look up. Minimum length: 1. |
Response
Returns a JSON object with query as a string, found as a boolean, and result as a nullable object. query is required in the response schema, and found indicates whether metrics were found; result is present when available and contains the authority-metrics fields declared in the schema.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| query | String | Yes | The query string used for the lookup. |
| found | Boolean | Yes | Indicates whether a result was found. |
| result | Object | No | Metrics object returned when available. Contains entity_type, entity, domain, source_graph, pr_pos, pr_val, pr_score_10, pr_score_10_bucket, harmonic_val, and authority_weight. host is also defined and may be null. |