RDAPLook
Long Description: RDAPLook is a domain intelligence API built on RDAP — the official replacement for WHOIS since January 2025. Get clean, normalized JSON for any domain without parsing vcardArray hell or dealing with inconsistent registrar formats. What you get: Full domain registration data — registrar, dates, nameservers, EPP status, DNSSEC Complete DNS records — A, AAAA, MX, NS, TXT, CNAME,…
RDAPLook endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Domain Info /api/v1/domain/{domain} |
Returns full RDAP domain data — registrar, registration/expiry dates, nameservers, EPP status codes, DNSSEC, and contact info. Normalized flat JSON, consistent across all TLDs. |
| GET |
Get DNS Records /api/v1/dns/{domain} |
Returns all DNS record types for a domain — A, AAAA, MX, NS, TXT, CNAME, SOA — in a single normalized JSON response. |
| GET |
Check Domain Availability /api/v1/availability/{domain} |
Check if a domain is registered or available. Returns a boolean with expiry date if registered. Results cached for 1 hour for fast repeated lookups. |
| POST |
Bulk Domain Check /api/v1/bulk |
Check availability of up to 20 domains in a single request. Pass an array of domain names and get back registered/available status for each. |
RDAPLook pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $16 / month | — |
|