Whois

Query domain registration information including registrar details, creation and expiration dates, nameserver configurations, and registrant information where available, supporting lookups for all major top-level domains.

Lookup a domain name

Lookup a domain name using multiple APIs. The first successful response will be returned.

GET
/ whois

Parameters

Name Type Description Required
domain string Optional

Response

{
  "type": "object",
  "properties": {
    "whois": {
      "type": "string",
      "description": "The details of the domain name",
      "example": "company name"
    }
  },
  "required": [
    "whois"
  ]
}
curl --request GET \
      --url https://apikiss.com/v1/chuck-norris-facts/ \
      --header 'Authorization: Bearer <token>'
{
      "fact": "Chuck Norris can divide by zero."
    }

Authorizations

Authorization
header
required

Authentication token in the format "Bearer <token>"

Try it out

Domain Lookup

// Result will appear here