Domain Intelligence Updated May 18, 2026

Domain Intelligence API

Look up domain risk, DNS posture, registration age, and RDAP ownership signals.

Use domain endpoints to inspect registration, DNS, email posture, parking, malware, and risk signals for a hostname or domain.

Authentication is required.

Endpoints

GET /domain/{domain}
GET /domain/{domain}/rdap

Domain Risk

GET /domain/example.com

Returns domain intelligence used by RequestGuard assessments, including registration age, TLD risk, parking signals, DNS posture, email posture, malware resolver comparison, and decision context when available.

RDAP

GET /domain/example.com/rdap

Returns a normalized ownership summary for the domain, including registrar, status, registration dates, nameservers, and abuse-contact fields when available.

Response Shape

Common fields include:

FieldMeaning
domainQueried domain.
risk_scoreNormalized 0-100 risk score when available.
risk_levelLow, medium, high, or critical risk grouping.
is_new_domainNewly registered domain signal.
is_disposableDisposable or suspicious-use signal when applicable.
dnsDNS posture and resolver evidence.
emailMX, SPF, and DMARC posture when available.
sourcesSource metadata used to build the response.

For package-specific vulnerability intelligence, use npm Vulnerabilities instead of the general domain endpoint.