Domains: WHOIS
Get WHOIS profile
Retrieve a WHOIS contact profile.
Use this endpoint to view domain registration contact information.
get/api/domains/v1/whois/{whoisId}
Path parameters
whoisIdinteger required
Example:564651
WHOIS ID
Response
Success response
Example response
{
"id": 746263,
"tld": "com",
"country": "NL",
"entity_type": "individual",
"whois_details": {
"first_name": "John",
"last_name": "Doe",
"email": "john@doe.tld"
},
"created_at": "2025-02-27T11:54:22Z",
"updated_at": "2025-03-19T11:54:22Z"
}