v1

latestOpenAPI 3.1.0Proprietary2026-08-06235779.1 KB
check

Check WHOIS

Get WHOIS registration data including registrant, registrar, and registration dates.

get/check/whois

Path parameters

querystring required

IP address or domain to check

enrichmentstring nullable required

Enrichment level: basic, standard, or full

track_reportsboolean nullable required

Track this check in reports history

Response

WHOIS data response

Example response

{
  "whois": {
    "created_date": "2020-01-15T00:00:00Z",
    "expires_date": "2025-01-15T00:00:00Z",
    "registrant": "Example Inc.",
    "registrar": "GoDaddy.com, LLC",
    "updated_date": "2023-06-20T00:00:00Z"
  }
}