WHOIS & RDAP API
Query structured registration data for ownership, registrar, nameserver, status, and date fields.
View WHOIS docsarrow_forwardDomain intelligence platform
Query structured WHOIS/RDAP and live DNS data through developer APIs, then monitor configured domain changes in the signed-in Dashboard.
Start with lookup APIs, then use Domain Monitoring in the Dashboard for configured change awareness.
Query structured registration data for ownership, registrar, nameserver, status, and date fields.
View WHOIS docsarrow_forwardUse the signed-in Dashboard to watch configured WHOIS/RDAP and/or DNS sources for changes.
Learn about monitoringarrow_forwardFetch live DNS answers grouped by type for A, AAAA, MX, NS, TXT, CNAME, SOA, and CAA.
View DNS docsarrow_forwardSubmit up to 20 domains in one request and receive per-domain WHOIS results for batch workflows.
Explore bulk lookuparrow_forwardCheck whether a domain is available for registration in domain search and acquisition flows.
Check availabilityarrow_forwardDomain Monitoring
Watch configured WHOIS/RDAP and/or DNS sources, review a durable change timeline, and see previous/current values when available.
DNS Records API
Query live DNS answers through the authenticated REST API and receive records grouped by type in structured JSON.
A focused response for application code
{
"requested_types": ["A", "MX", "TXT"],
"records": {
"A": [{ "value": "93.184.216.34" }],
"MX": [],
"TXT": []
},
"status": "success"
}Use registration and DNS context to evaluate new domains, enrich investigations, and support security workflows.
Inspect registration details, nameservers, mail routing, TXT records, and renewal-relevant dates.
Enrich onboarding, transaction review, and abuse triage with domain context.
Build lookup, enrichment, and domain-search products with bearer-token APIs and structured JSON.
Choose the plan that fits your domain intelligence workload.
DNS Records API access is included in Premium and Enterprise plans.
Best for solo entrepreneurs and small startups
$49 /month
Most Popular
Good for small companies working with a large number of domains
$129 /month
Best for enterprise level companies and projects
$299 /month
WHOIS/RDAP, DNS, and Dashboard monitoring details.
Domain Monitoring is a signed-in, owner-scoped Dashboard product that watches configured WHOIS/RDAP and/or DNS sources for changes over time. It is not a bearer-token REST API.
The Dashboard records a change timeline. When available, an event includes customer-facing previous and current values.
Eligible email alerts are sent immediately. Entitled accounts can configure one signed outbound webhook endpoint for monitoring events.
Bulk import is available when your plan enables it. Monitoring capacity, imports, and webhooks depend on your plan and permissions.
The DNS Records API returns live DNS records for a hostname through the authenticated REST API in structured JSON grouped by record type.
The supported DNS record types are A, AAAA, MX, NS, TXT, CNAME, SOA, and CAA.
Each accepted DNS lookup consumes one shared request credit, regardless of the number of requested record types.
Start with structured domain APIs and use the Dashboard to keep configured domains in view.