This API provides the current WHOIS information for a specified domain, including details such as the registrar, registration dates, status, and contact information.
Replace example.com with the domain you want to query, and your_api_key with your actual API key.
| Parameter | Type | Location | Required | Description |
|---|---|---|---|---|
| domain | string | query | Yes | The domain to query, e.g., example.com |
The response contains the following fields:
| Field | Type | Description |
|---|---|---|
| status | string | Response status, e.g., "ss_success" |
| whois | object | Parsed WHOIS information including domain details, registrar information, registration dates, contact information, and name servers |
| whois.Domain Name | string | The domain name in uppercase |
| whois.Registrar | string | The registrar name |
| whois.Creation Date | string | Domain creation date in ISO 8601 format |
| whois.Updated Date | string | Last update date in ISO 8601 format |
| whois.Registrar Registration Expiration Date | string | Domain expiration date (may be "-" if not available) |
| whois.Domain Status | string | Domain status codes and descriptions |
| whois.Registrant* | string | Registrant contact information (Name, Organization, Street, City, Postal Code, Country, Phone, Email) |
| whois.Admin* | string | Administrative contact information (Name, Organization, Street, City, Postal Code, Country, Email) |
| whois.Tech* | string | Technical contact information (Name, Organization, Street, City, Postal Code, Country, Email) |
| whois.Name Server | array | Array of name server hostnames |
| raw | string | Raw WHOIS data as returned from the registry |
* Contact information fields may contain "-" if the data is not publicly available or has been redacted for privacy.