Skip to main content
GET
/
domains
/
{domain}
/
whois
Domain WHOIS
curl --request GET \
  --url https://domains-api.com/domains/{domain}/whois \
  --header 'Authorization: Bearer <token>'
Use this endpoint if you need domain WHOIS data. WHOIS servers are auto-discovered, and there’s no need to specify a WHOIS server. Most fields are normalized to a common format, so dates, statuses, NS and more fields have same labels across different TLDs.

Path Parameters

domain
string
required
Valid top-level domain name for lookup

Query Parameters

follow
number
default:"1"
How many WHOIS servers to query. 1 Registry WHOIS server, 2 Registry + Registrar WHOIS servers
raw
string
Set to true to return the raw WHOIS data in the response
ignorePrivacy
string
Blank/Redacted data is removed by default. Set to true to disable this feature, and return the redacted data