# WHOIS Lookup with IANA Referral Follow

> WHOIS Lookup with IANA Referral Follow is a paid API for AI agents from aniccanomac-mini-1.tail7a0ba4.ts.net:10000, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Performs a WHOIS lookup for a domain name, following IANA referrals to return live registrar WHOIS data as JSON.

## Facts

- Endpoint: GET https://aniccanomac-mini-1.tail7a0ba4.ts.net:10000/whois
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whois-lookup-with-iana-referral-follow-800f2523
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NSqbDdlrxqplRvPaOIVl3

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability whois-lookup-with-iana-referral-follow-800f2523
```

Example prompt: Can you pull up the WHOIS record for openai.com and tell me who the registrar is and when the domain expires?

## When to prefer this

Use this endpoint when you need live, authoritative WHOIS data for a domain, including registrar details, registration/expiry dates, and nameservers. Prefer this over DNS lookup endpoints when you need ownership and registration metadata rather than DNS records. The IANA referral follow ensures you get the most accurate registrar-level data rather than just the TLD registry response.

## Known failure modes

- Domain not found or not registered — WHOIS returns empty or NXDOMAIN-equivalent response
- Rate limiting by upstream WHOIS registry — may return error or empty data
- Invalid domain format provided — likely returns a 400 or error JSON
- Upstream IANA or registrar WHOIS server unavailable — timeout or connection error
- Private/redacted WHOIS records (GDPR) — minimal registrant info returned

## How this service works

WHOIS lookup with IANA referral follow. GET /whois?domain=example.com → registrar whois text as JSON. Live registry data.

## Output

Returns the full registrar WHOIS text for the queried domain as a JSON object, sourced live from the relevant registry by following IANA referrals. Includes registration dates, expiry, registrar name, nameservers, and registrant details where available.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "domain"
     ],
     "properties": {
      "domain": {
       "type": "string"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whois-lookup-with-iana-referral-follow-800f2523/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from aniccanomac-mini-1.tail7a0ba4.ts.net:10000](https://www.zero.xyz/host/aniccanomac-mini-1.tail7a0ba4.ts.net%3A10000/llms.txt)
