About this endpoint
What it does
Calculates the age of a domain from its WHOIS creation date. It accepts a domain query parameter and returns a JSON object with the domain plus its age in days, age in years, and creation date when available.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| domain | String | Yes | The domain name to evaluate. |
Response
Returns a JSON object with domain as a string, age_days as an integer or null, age_years as a number or null, and creation_date as a string or null. The response reflects the domain that was evaluated together with its computed age details when available.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| domain | String | No | The domain that was evaluated. |
| age_days | Integer | No | The domain age in days, or null if it cannot be determined. |
| age_years | Number | No | The domain age in years, or null if it cannot be determined. |
| creation_date | String | No | The WHOIS creation date, or null if it cannot be determined. |