domains.whois
ActiveTool of Vee3
Fetch WHOIS registration data for a domain. Returns a JSON object keyed by WHOIS server host name. Each value contains parsed fields such as Domain Name, registrar details, dates, name servers, domain status, DNSSEC data, and raw text lines. Set include_registrar to true to query registry and registrar servers (slower, more complete). Default false queries the registry server only. Cost = 4 tokens.
Parameters schema
{
"type": "object",
"title": "get_domain_whoisArguments",
"required": [
"domain"
],
"properties": {
"domain": {
"type": "string",
"title": "Domain",
"description": "Domain name to look up (for example example.com)."
},
"include_registrar": {
"type": "boolean",
"title": "Include Registrar",
"default": false,
"description": "When true, query registry and registrar WHOIS servers for more complete data. When false (default), query the registry server only."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries