DEV Community

Cover image for WHOIS Is Dead, Long Live RDAP — How to Look Up Domain Data in 2026
Alex Spinov
Alex Spinov

Posted on • Edited on

WHOIS Is Dead, Long Live RDAP — How to Look Up Domain Data in 2026

WHOIS, the 40-year-old protocol for looking up domain registration data, is being replaced by RDAP (Registration Data Access Protocol). Here's how to use it.

RDAP vs WHOIS

Feature WHOIS RDAP
Format Plain text Structured JSON
Standard Ad-hoc IETF RFC 7480-7484
Auth None Optional OAuth
Encoding ASCII UTF-8
Discovery Manual Bootstrap via IANA

How to Query RDAP

  1. Get the RDAP server URL from IANA bootstrap:
https://data.iana.org/rdap/dns.json
Enter fullscreen mode Exit fullscreen mode
  1. Query the domain:
https://rdap.verisign.com/com/v1/domain/google.com
Enter fullscreen mode Exit fullscreen mode
  1. Parse the JSON response for:
  2. Registration date
  3. Expiration date
  4. Registrar name
  5. Nameservers
  6. Status codes
  7. DNSSEC info

Bonus: Combine with DNS

Google DNS API gives you A, MX, NS, TXT records:

https://dns.google/resolve?name=stripe.com&type=MX
Enter fullscreen mode Exit fullscreen mode

I built a WHOIS/RDAP + DNS lookup tool that combines both — free on Apify Store (search knotless_cadence whois).\n\n---\n\n*More tools:* 60+ free scrapers | Reports | MCP Servers

- NASA Has 5 Free APIs — track asteroids, Mars photos, space weather

Need data scraped or market research done? I offer web scraping ($20), market research reports ($20), and custom automation ($50+). 77 production scrapers. Hire me → or email Spinov001@gmail.com

Order custom data via Payoneer ($20)


What free API tool do you wish existed? Drop your idea below — I might build it next. 👇


More from me: 10 Dev Tools I Use Daily | 77 Scrapers on a Schedule | 150+ Free APIs
Also: Neon Free Postgres | Vercel Free API | Hetzner 4x More Server
NEW: I Ran an AI Agent for 16 Days — What Actually Works


Need data from the web without writing scrapers? Check my *Apify actors** — ready-made scrapers for HN, Reddit, LinkedIn, and 75+ more sites. Or email me: spinov001@gmail.com*

Top comments (0)