WHOIS / RDAP
RDAP is the structured successor to WHOIS. Paste a domain, an IP or an ASN and get its registration data: statuses, dates, registrar or organization, nameservers and DNSSEC.
Queries resolve via public RDAP (rdap.org and the authoritative registries) over HTTPS; they never pass through any redzilla server.
Look up a domain, IP or ASN to get started. Raw JSON · full RDAP response
Runs locally in your browser · no sign-up · nothing leaves your browser
How it works
The tool looks up the registration data of a domain, an IP address (IPv4 or IPv6) or an ASN using RDAP, the structured successor of WHOIS standardized by the IETF (RFC 7480 through 7484, JSON responses per RFC 9083). The query type is auto-detected: AS15169 is treated as an ASN, 8.8.8.8 as an IP and iana.org as a domain, though you can also set it manually.
Queries go over HTTPS to rdap.org, a bootstrap service that redirects to the authoritative RDAP server of each registry (registrars, RIRs such as ARIN or LACNIC). The useful fields are extracted from the response: domain statuses, registration and expiration dates, registrar or organization, nameservers, DNSSEC, and for IPs and ASNs the range, CIDR and country. The full RDAP JSON remains available for inspection.
Example: checking when a domain expires
- You enter
example.comand the tool detects it is a domain and queries the RDAP server of the corresponding registry. - The result shows the registration date, the expiration date, the registrar and the current nameservers.
- The statuses let you verify its protection:
clientTransferProhibitedmeans the domain is locked against unauthorized transfers.