Domain intelligence platform

WHOIS API, DNS API & Domain Monitoring for Developers

Query structured WHOIS/RDAP and live DNS data through developer APIs, then monitor configured domain changes in the signed-in Dashboard.

  • check_circleWHOIS and RDAP data
  • check_circleLive DNS records API
  • check_circleDashboard domain monitoring
  • check_circleStructured JSON responses
GET /v1/example.com
{
  "domain": {
    "id": "2336799_DOMAIN_COM-VRSN",
    "name": "EXAMPLE",
    "dnssec": true,
    "domain": "example.com",
    "status": [
      "client delete prohibited",
      "client transfer prohibited",
      "client update prohibited"
    ],
    "extension": ".COM",
    "created_date": "1995-08-14T04:00:00Z",
    "name_servers": [
      "***.CLOUDFLARE.COM",
      "***.CLOUDFLARE.COM"
    ],
    "updated_date": "2026-01-16T18:26:50Z",
    "expiration_date": "2026-08-13T04:00:00Z",
    "created_date_in_time": "1995-08-14T04:00:00Z",
    "updated_date_in_time": "2026-01-16T18:26:50Z",
    "expiration_date_in_time": "2026-08-13T04:00:00Z"
  },
  "registrar": {
    "id": "376",
    "name": "RESERVED-Internet Assigned Numbers Authority"
  },
  "technical": []
}

Products for Domain Data and Change Awareness

Start with lookup APIs, then use Domain Monitoring in the Dashboard for configured change awareness.

manage_search

WHOIS & RDAP API

Query structured registration data for ownership, registrar, nameserver, status, and date fields.

View WHOIS docsarrow_forward
dns

DNS Records API

Fetch live DNS answers grouped by type for A, AAAA, MX, NS, TXT, CNAME, SOA, and CAA.

View DNS docsarrow_forward

Domain Monitoring

See important domain changes in one Dashboard

Watch configured WHOIS/RDAP and/or DNS sources, review a durable change timeline, and see previous/current values when available.

  • check_circleEligible email alerts are sent immediately.
  • check_circleEntitled accounts can configure one signed outbound webhook endpoint.
  • check_circleBulk import is available when your plan enables it.
Fabricated example of a Domain Monitoring dashboard showing an example.com change timeline, values when available, and eligible immediate email alerts.
Example-only preview: configured WHOIS/RDAP and/or DNS sources, a change timeline, values when available, eligible immediate email alerts, signed outbound webhook events, and plan-gated bulk import.

DNS Records API

Live DNS Records API

Query live DNS answers through the authenticated REST API and receive records grouped by type in structured JSON.

AAAAAMXNSTXTCNAMESOACAA
  • check_circleRequest a focused set of supported records with the optional types parameter.
  • check_circleReceive grouped JSON responses with a records object keyed by DNS type.
  • check_circleUse fetched_at and expires_at to understand collection and expiry times.
  • check_circleHandle the public success, no_data, nxdomain, and partial statuses.
  • check_circleEach accepted DNS lookup uses one shared request credit, regardless of record-type count.
View DNS API Docs
hub

Grouped DNS JSON

A focused response for application code

{
  "requested_types": ["A", "MX", "TXT"],
  "records": {
    "A": [{ "value": "93.184.216.34" }],
    "MX": [],
    "TXT": []
  },
  "status": "success"
}

Built for Domain, Security, and Developer Workflows

security

Security & Threat Intelligence

Use registration and DNS context to evaluate new domains, enrich investigations, and support security workflows.

settings_suggest

Domain Operations

Inspect registration details, nameservers, mail routing, TXT records, and renewal-relevant dates.

policy

Fraud and Risk Analysis

Enrich onboarding, transaction review, and abuse triage with domain context.

developer_mode

Developer Tools

Build lookup, enrichment, and domain-search products with bearer-token APIs and structured JSON.

Simple, Transparent Pricing

Choose the plan that fits your domain intelligence workload.

DNS Records API access is included in Premium and Enterprise plans.

Basic

Best for solo entrepreneurs and small startups

$49 /month

  • check_circle100,000 API credits / month
  • check_circleNo credit card required
  • check_circle7-day free trial
  • check_circleCancel anytime
  • check_circleCheck over 500 million domain names
  • check_circleDomain availability API
  • check_circleRegular support
  • cancelBulk WHOIS API
  • cancelDNS Records API: Not included

Domain Monitoring

  • check_circleMonitor 10 domains
  • check_circleDaily checks
  • cancelMonitoring webhooks unavailable
Start free trial

Most Popular

Premium

Good for small companies working with a large number of domains

$129 /month

  • check_circle500,000 API credits / month
  • check_circleNo credit card required
  • check_circle7-day free trial
  • check_circleCancel anytime
  • check_circleCheck over 500 million domain names
  • check_circleBulk WHOIS API
  • check_circleDNS Records API included
  • check_circleDomain availability API
  • check_circlePriority support

Domain Monitoring

  • check_circleMonitor 100 domains
  • check_circleChecks every 6 hours
  • check_circle1 monitoring webhook endpoint
Start free trial

Enterprise

Best for enterprise level companies and projects

$299 /month

  • check_circle2,000,000 API credits / month
  • check_circleNo credit card required
  • check_circle7-day free trial
  • check_circleCancel anytime
  • check_circleCheck over 500 million domain names
  • check_circleBulk WHOIS API
  • check_circleDNS Records API included
  • check_circleDomain availability API
  • check_circlePriority support

Domain Monitoring

  • check_circleMonitor 1,000 domains
  • check_circleHourly checks
  • check_circle1 monitoring webhook endpoint
Start free trial

Frequently Asked Questions

WHOIS/RDAP, DNS, and Dashboard monitoring details.

What is Domain Monitoring?

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.

What happens when a monitored value changes?

The Dashboard records a change timeline. When available, an event includes customer-facing previous and current values.

How are monitoring notifications sent?

Eligible email alerts are sent immediately. Entitled accounts can configure one signed outbound webhook endpoint for monitoring events.

Can I import a large set of domains?

Bulk import is available when your plan enables it. Monitoring capacity, imports, and webhooks depend on your plan and permissions.

What is the DNS Records API?

The DNS Records API returns live DNS records for a hostname through the authenticated REST API in structured JSON grouped by record type.

Which DNS record types are supported?

The supported DNS record types are A, AAAA, MX, NS, TXT, CNAME, SOA, and CAA.

How are DNS API requests counted?

Each accepted DNS lookup consumes one shared request credit, regardless of the number of requested record types.

Build with WHOIS, DNS, and Domain Monitoring

Start with structured domain APIs and use the Dashboard to keep configured domains in view.