# WhatChuNeed WHOIS Lookup

> WhatChuNeed WHOIS Lookup is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Performs a WHOIS lookup for a given domain name, returning registration and ownership metadata.

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/data/whois
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-whois-lookup-4f9537f9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LVfqMl4-2gUY9Vb34Vh6y

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 whatchuneed-whois-lookup-4f9537f9 -d '<json body>'
```

Example prompt: Can you run a WHOIS lookup on openai.com and tell me who registered it, when it expires, and which registrar they used?

## When to prefer this

Use this endpoint when you need programmatic WHOIS lookups for any domain via a simple pay-per-call API without needing to set up dedicated WHOIS infrastructure. Prefer this over manual WHOIS lookups or dedicated domain registrar APIs when you want a lightweight, on-demand lookup billed at $0.05 USDC per call via the x402 protocol.

## Known failure modes

- Domain not found or unregistered — result may be empty or return an error status
- WHOIS rate limiting or privacy protection (GDPR redaction) may hide registrant details
- Invalid or malformed domain input returns an error
- Timeout if WHOIS servers are slow to respond
- TLDs with non-standard or unsupported WHOIS servers may return incomplete data

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a structured WHOIS record including registrant name, registrar, registration and expiry dates, name servers, and domain status fields, wrapped in a result object with a status string.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-whois-lookup-4f9537f9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
