WHOIS Information

The WHOIS Information endpoint provides domain registration data including registrar information, creation date, expiration date, and ownership details.

Endpoint
GET /whois/{domain}

Replace {domain} with the domain name you want to check.

Response Format
{
  "domain": "example.com",
  "registrar": "Example Registrar, Inc",
  "registeredOn": "2015-09-14",
  "expiresOn": "2025-09-14",
  "lastUpdated": "2023-10-01",
  "nameservers": [
    "ns1.example.com",
    "ns2.example.com"
  ],
  "status": [
    "clientTransferProhibited"
  ],
  "privacyProtection": true
}

Example

WHOIS Information Example
curl -H 'Authorization: Bearer YOUR_API_KEY' \
  https://ipscanner.io/v1/whois/example.com
Response Parameters

domain

The domain that was checked

registrar

Domain registrar name

registeredOn

Domain creation date

expiresOn

Domain expiration date

lastUpdated

Last update date

nameservers

List of nameservers

status

Domain status codes

privacyProtection

Whether privacy protection is enabled