View detailed information about a specific domain, such as owner, registrar, and expiration date. The endpoint returns a unique ID needed for follow-up calls related to domain status or management.
domain string required Accept Example Content-Type Example success boolean timestamp string requestId string data object error string message string code string timestamp string requestId string https://cloud.hostup.se/api/whois curl -X GET "https://cloud.hostup.se/api/whois?domain=string" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"success": true,
"cached": true,
"domain": "string",
"registrar": "string",
"expiryDate": "string",
"createdDate": "string",
"updatedDate": "string",
"status": [
"string"
],
"nameServers": [
"string"
],
"dnssec": "string",
"transferLocked": true,
"timestamp": "string"
}
}