domains.lookup
Look up a domain and return normalized registration details.
Combines registry and registrar RDAP and WHOIS sources to return the most accurate normalized fields across TLDs: availability, domain status, created/updated/expiry dates, registrar data, contact records, and nameservers.
Use this when you need registrant-oriented summary data rather than raw WHOIS or RDAP payloads.
Cost = 5 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name to look up (for example example.com). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tld | No | Top-level domain suffix. | |
| dates | No | Registration lifecycle dates. | |
| domain | No | Looked-up domain name. | |
| source | No | Primary data source used for the normalized response. | |
| status | No | Normalized EPP status codes. | |
| keyword | No | Second-level domain label without the TLD. | |
| contacts | No | Registrant, admin, tech, and billing contact records. | |
| registrar | No | Registrar summary data. | |
| nameservers | No | Authoritative nameserver host names. | |
| availability | No | Availability state (for example registered or available). |