# toolvend.dev RDAP Domain Lookup

> toolvend.dev RDAP Domain Lookup is a paid API for AI agents from toolvend.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-16).

Returns modern WHOIS (RDAP) data for a domain: registrar, creation/expiry dates, status flags, nameservers, and DNSSEC info.

## Facts

- Endpoint: GET https://toolvend.dev/rdap/:var1
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/toolvend-dev-rdap-domain-lookup-ecdd440c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UnVP5KHfIxpFIA9o85jqf

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 toolvend-dev-rdap-domain-lookup-ecdd440c
```

Example prompt: Can you pull the RDAP registration details for example.com — I want to know the registrar, when it was created, when it expires, and whether DNSSEC is enabled?

## When to prefer this

Choose this endpoint when you need structured, machine-readable domain registration data (modern RDAP) rather than parsing legacy raw WHOIS text. It is ideal for automated pipelines doing domain due diligence, expiry monitoring, threat intelligence enrichment, or compliance checks where clean field-level data (registrar, dates, status, nameservers, DNSSEC) is required.

## Known failure modes

- Domain not found / unregistered — 404 or empty RDAP response
- Invalid domain format input — malformed query error
- RDAP registry timeout or upstream unavailability — 503 or timeout
- TLD not supported by RDAP bootstrap — partial or missing data
- Rate limiting from upstream RDAP server — throttled response

## How this service works

Domain registration data (modern WHOIS) via RDAP: registrar, created/expiry dates, status, nameservers, DNSSEC.

## Output

Returns structured RDAP data including registrar name, domain creation date, expiry date, current status codes (e.g. clientTransferProhibited), nameserver list, and DNSSEC signed delegation status.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/toolvend-dev-rdap-domain-lookup-ecdd440c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from toolvend.dev](https://www.zero.xyz/host/toolvend.dev/llms.txt)
