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
example.com
WHOIS / RDAP

Registration, registrar, status, dates

DNS Records

A, AAAA, MX, NS, TXT, CNAME…

Monitoring

Track domain changes

History

Previous records and changes

WhoisJSONAPI Domain intelligence
JSON Response
{
  "domain": "example.com",
  "status": "active",
  "registrar":
    "Example Registrar"
}
Change Detected

Nameserver updated

2 minutes ago
Webhook Event

POST /webhook

✓ Delivered
Email Alert
✓ Delivered
store.io app.dev acme.net

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

Know when your domains change. Automatically.

Monitor WHOIS/RDAP and DNS continuously, see exactly what changed, and notify your team or application instantly.

  • Monitor WHOIS & DNS

    Track registration, nameserver, status, expiration, and DNS record changes.

  • See exactly what changed

    Compare previous and current values with a persistent change history.

  • React instantly

    Send email alerts or trigger your application through signed webhooks.

example.com

Monitoring active

WHOIS/RDAPDNS
Change detected 2 minutes ago

Nameserver changed

Previous value ns1.oldprovider.com
Current value ns1.newprovider.com

History

Saved

Change stored for later review.

Email alert

Sent

Notification sent to your team.

Webhook

Delivered

Event sent to your application.

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.