v1

latestOpenAPI 3.1.02026-07-244190162.0 KB

Get WHOIS

Returns the current WHOIS data about a given domain with the stats merged together

get/domain/{hostname}/whois

Path parameters

hostnamestring required

Query parameters

apikeystring required

Your SecurityTrails API key. See authentication documentation

Response

200

updatedDatestring
statusstring
registrarNamestring
nameServersstring[]
expiresDatestring
endpointstring
domainstring
createdDatestring
contactEmailstring

Example response

{
  "updatedDate": "2019-06-22T10:55:40Z",
  "status": "clientTransferProhibited clientUpdateProhibited clientRenewProhibited clientDeleteProhibited",
  "registrarName": "MONIKER ONLINE SERVICES LLC",
  "nameServers": [
    "NS0.DNSMADEEASY.COM"
  ],
  "expiresDate": "2020-06-21T07:45:18Z",
  "endpoint": "/v1/domain/securitytrails.com/whois",
  "domain": "securitytrails.com",
  "createdDate": "2017-06-21T07:45:18Z",
  "contacts": [
    {
      "type": "technicalContact",
      "countryCode": "US",
      "country": "UNITED STATES"
    }
  ],
  "contactEmail": "abuse@godaddy.com"
}