This API provides the current WHOIS information for a specified domain, including details such as the registrar, registration dates, status, and contact information.
Replace {domain} with the domain you want to query, {timerange} with the desired time range (0 for real-time, 7 for one week, 30 for one month), 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 |
timerange | int | query | No | The time range for data: 0 (real-time), 7 (one week), 30 (one month). Defaults to 0 if not provided |