Get complete WHOIS registration data for any domain. Registrar, creation date, expiration, name servers, and registrant details in one API call.
Send any domain name via the API. Supports .com, .org, .net, .io, country codes, and 1,000+ TLDs.
The API queries authoritative WHOIS servers directly for the most up-to-date registration data.
Receive parsed, structured JSON with all WHOIS fields normalized across different registrars.
{
"domain": "example.com",
"registrar": "GoDaddy.com, LLC",
"registrarUrl": "https://www.godaddy.com",
"creationDate": "1997-09-15T04:00:00Z",
"expirationDate": "2028-09-14T04:00:00Z",
"updatedDate": "2024-08-14T07:01:44Z",
"domainAge": {
"years": 28,
"days": 10586
},
"nameServers": [
"ns1.example.com",
"ns2.example.com"
],
"status": ["clientTransferProhibited"],
"registrant": {
"organization": "Example Inc.",
"country": "US",
"state": "California"
},
"dnssec": "unsigned",
"rawWhois": "..."
}
No rate limits. No monthly subscriptions. Pay per query.