← Back to catalog
whois.lookup
mock data$0.005 / callWHOIS Domain Lookup
Get WHOIS registration data for any domain — registrar, creation/expiry dates, nameservers, registrant contact, status across 374M+ domains and 7,596 TLDs (WhoisXML)
Input schema
domainrequired
stringDomain name, IPv4, IPv6, or email address for WHOIS lookup (e.g. "google.com", "8.8.8.8")
include_ips
booleanInclude resolved IP addresses for the domain (default false)
prefer_fresh
booleanGet latest WHOIS record even if incomplete (default false)
check_availability
booleanAlso check domain availability status (default false)
Call via REST
curl -X POST https://unifyapi.pro/api/call/whois.lookup \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"domain":"<domain>","include_ips":"<include_ips>","prefer_fresh":"<prefer_fresh>","check_availability":"<check_availability>"}'