Pull registration details — registrar, dates, name servers — for any domain.
Data is retrieved live from the domain's RDAP registration record (the modern replacement for classic WHOIS).
WHOIS Lookup retrieves the public registration record behind any domain name: who it's registered through, when it was created, when it was last updated, when it expires, what status flags are attached to it, and which name servers it delegates to. This is the same category of information system administrators, security researchers, buyers and lawyers have relied on for decades to understand who is behind a domain and how long it has existed.
Classic WHOIS was a plain-text protocol with no standard format — every registry answered slightly differently, which made it hard to parse reliably in a browser. RDAP (Registration Data Access Protocol) is the structured, JSON-based successor that ICANN has been pushing registries to adopt since 2019. This tool queries RDAP directly, which is why it can run entirely client-side without needing a server-side WHOIS proxy: the data comes back ready to read.
The registrar field tells you which company the domain was purchased through. The registration and expiration dates let you estimate how established a domain is and whether it's at risk of lapsing soon. The "last changed" timestamp flags recent ownership or configuration changes, which is often the first clue in a domain-hijacking or phishing investigation. The name servers reveal which DNS or hosting provider currently controls where the domain points, and the status codes (like clientTransferProhibited or pendingDelete) describe the domain's current lifecycle state at the registry.
Buyers use WHOIS data to gauge domain age and legitimacy before making an offer. Security teams use it to triage a suspicious domain seen in phishing emails or malware logs. Developers use it to confirm a client's domain is actually pointed at the name servers they were told. Journalists and researchers use it as a first, quick step in tracing ownership history of a site.
Since GDPR took effect in 2018, most registrars redact personal registrant contact details from public RDAP/WHOIS output by default. You'll typically see the registrar's own privacy proxy contact instead.
Most gTLDs (.com, .net, .org, .io, .dev, etc.) and a growing number of ccTLDs support RDAP. A few country registries still only offer classic WHOIS over port 43, which a browser cannot query directly — those will show as "no record found" here.
Every lookup is live — nothing is cached or stored on our end — so you're seeing the registry's current record at the moment you click the button.
It's a useful first step for spotting who owns a name and how long they've had it, but it isn't a substitute for a formal trademark clearance search.
It means the registry's RDAP response didn't include that particular data point — some registries omit certain fields by policy rather than by error.