About this endpoint
What it does
Retrieves the full WHOIS record for a domain and returns it as a JSON object with the domain-level registration details captured in the output schema.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| domain | String | Yes | The domain name to look up. |
Response
Returns a JSON object with these top-level fields: org, domain, emails, status, country, registrar, expiry_date, name_servers, and creation_date. The schema does not define a more specific structure for emails, status, or name_servers, so those fields should be treated according to the actual API response.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| org | String | No | The organization associated with the WHOIS record. Nullable. |
| domain | String | No | The domain name. |
| emails | Object | No | WHOIS email data. The schema does not define its internal shape. |
| status | Object | No | WHOIS status data. The schema does not define its internal shape. |
| country | String | No | The country associated with the WHOIS record. Nullable. |
| registrar | String | No | The registrar name. Nullable. |
| expiry_date | String | No | The domain expiry date. Nullable. |
| name_servers | Object | No | WHOIS name server data. The schema does not define its internal shape. |
| creation_date | String | No | The domain creation date. Nullable. |