{
  "ok": true,
  "service": "WHOIS Lookup API",
  "serviceName": "WHOIS Lookup API",
  "name": "WHOIS Lookup API",
  "endpoint": "https://tools.ipintel.ai/whois-lookup",
  "method": "POST",
  "x402": true,
  "price": "$0.001",
  "network": "eip155:8453",
  "input": {
    "bodyType": "json",
    "example": {
      "domain": "example.com"
    },
    "schema": {
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "domain": {
          "type": "string",
          "description": "Domain name to query, for example example.com"
        }
      },
      "required": [
        "domain"
      ]
    }
  },
  "description": "WHOIS Lookup API. Retrieve domain registration data including registrar, WHOIS server, creation date, expiration date, updated date, nameservers, domain status, and privacy/redaction signals. Useful for agents, developers, domain intelligence, expiry checks, registrar lookup, ownership investigation, and security workflows. Paid per call via x402.",
  "tags": [
    "whois",
    "domain-lookup",
    "domain-intelligence",
    "registrar",
    "developer-tools"
  ]
}