Domain WHOIS
Get fresh WHOIS data for any domain
Last updated
Get fresh WHOIS data for any domain
Last updated
Most fields are normalized to a common format, so dates, statuses, NS and more fields have same labels across different TLDs.
GET
https://api.dmns.co/domains/{domain}/whois
Use this endpoint if you need domain WHOIS data. Api Key is required in either apiKey query parameter or Authorization header.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
The successful response will be in JSON format, and is an Object with WHOIS servers as keys.
domain*
String
Valid domain name
apiKey
String
Your API Key
follow
Number
How many WHOIS servers to query. 1 is faster, 2 includes more data from Registrar. Default: 1
raw
Boolean
Set to 1 or true to return raw WHOIS data in text format
Authorization
String
Your API Key. Include it as Bearer sk_abc123