Glossary
DOMAINS

RDAP

Registration Data Access Protocol — the modern JSON-over-HTTPS replacement for WHOIS. Structured, authenticated, internationalized.

RDAP (Registration Data Access Protocol, RFCs 7480-7484) is the modern replacement for WHOIS. It uses HTTPS + JSON + structured data + optional authentication — everything WHOIS lacks.

Query Format

GET https://rdap.verisign.com/com/v1/domain/example.com
Accept: application/rdap+json

Improvements Over WHOIS

AspectWHOISRDAP
Transportplain TCP port 43HTTPS
Formatfree-textJSON
AuthnoneOAuth / TLS client cert
I18NASCII-onlyFull Unicode
Rate limitsunspecifiedHTTP 429 responses
Referralsserver-definedRDAP bootstrap file at IANA

Bootstrap File

IANA publishes a JSON file at https://data.iana.org/rdap/dns.json mapping every TLD to its authoritative RDAP endpoint. RDAP clients read this first, then query the correct server directly — no whois.iana.org referral chain needed.

Adoption

All gTLDs are RDAP-mandated as of 2019. ccTLDs vary. Most modern tools (including whois on macOS) will query RDAP first and fall back to WHOIS if RDAP is unavailable.

Check the WHOIS glossary entry, the EPP glossary entry, and the TLD entry.