UnifyAPI
← Back to catalog

whois.lookup

mock data$0.005 / call

WHOIS 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)

Securityprovider: Whois#whois#security

Input schema

domainrequired

Domain name, IPv4, IPv6, or email address for WHOIS lookup (e.g. "google.com", "8.8.8.8")

string
include_ips

Include resolved IP addresses for the domain (default false)

boolean
prefer_fresh

Get latest WHOIS record even if incomplete (default false)

boolean
check_availability

Also check domain availability status (default false)

boolean

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.