{{ JSON.stringify(whois_data, null, 2) }}
WHOIS is the public registration database that records who owns each internet domain, when it was created, and which registrar maintains it. Registrars publish this information under contract with the relevant top-level-domain registry, letting anyone confirm administrative contacts, technical delegates, critical lifecycle dates, and renewal obligations.
This tool submits your entered domain to a privacy-respecting WHOIS gateway, formats the returned JSON, and highlights the most useful fields—registrar, status codes, creation and expiry dates, nameservers, and registrant geography. Behind the scenes a proxy wrapper bypasses cross-origin restrictions, while a lightweight reactive engine updates the summary list instantly as soon as fresh data arrives.
Use it during security audits to confirm that a brand’s web presence is genuinely theirs, or before negotiating a domain purchase to inspect how close the registration is to expiring. WHOIS data may lag by several hours; always double-check critical deadlines directly with the registrar if an action window is narrow.
WHOIS queries traverse a hierarchical network of registries. A thin registry returns only referral pointers, while a thick registry stores full contact and lifecycle details. Each record follows RFC 3912 and the Registrar Accreditation Agreement, exposing domain name, registrar, status flags, timestamp trio (creation, update, expiry) and authoritative nameservers. Although privacy services can mask contact names, lifecycle timestamps and registrar identity remain public, enabling compliance checks and transfer planning.
https://api.ip2whois.com/v2?key=k&domain=d
wrapped by a CORS proxy.Status Code | Meaning |
---|---|
ok | Domain is active and unrestricted. |
clientTransferProhibited | Registrar blocks outbound transfer until lifted. |
renewPeriod | Domain is within its automatic renewal window. |
pendingDelete | Deletion initiated; restore possible only during redemption. |
Status flags originate from the Extensible Provisioning Protocol. Multiple flags may coexist; the strictest one governs transfer or update actions.
domain
– fully-qualified domain name to query (string).registrar
– registrar of record returned by the registry (string).status[]
– array of lifecycle flags (string list).timestamps
– create, update, expire ISO-8601 dates.nameservers[]
– authoritative DNS hosts (string list).Lookup for example.com
:
"Registrar": "IANA-Reserved"
.Concept is grounded in RFC 3912 (WHOIS Protocol) and ICANN Registrar Accreditation Agreement amendments (2013, 2023). Empirical studies on domain life-cycle behaviour by Verisign and CENTR corroborate status transitions and expiry timelines.
Only public registry information is processed; no personal data is stored or transmitted beyond the WHOIS gateway.
Follow these actions to retrieve a clean WHOIS summary.
example.net
) in the Domain field.Any active gTLD or ccTLD that publishes WHOIS data; a few privacy-centric registries offer only minimal records.
No. The tool performs a transient lookup in your browser and discards the response when you close or refresh the page.
Your connection to the proxy or WHOIS server was interrupted. Retry after a moment or verify local firewall rules.
Many registrars hide personal identity behind privacy proxies due to GDPR and other data-protection laws.
Monitor mission-critical domains monthly and again 45 days before their stated expiration to ensure timely renewal.