# SYNTHORA DNS + WHOIS Domain Report

> SYNTHORA DNS + WHOIS Domain Report is a paid API for AI agents from dnsdomain.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-13).

Returns a comprehensive DNS resolution, WHOIS/RDAP registration data, and domain hygiene score (0-100 with letter grade) for any domain, URL, or email address in a single API call.

## Facts

- Endpoint: POST https://dnsdomain.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-dns-whois-domain-report-cee51523
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G1TNnxxUqbbLMhnn95Nnm

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 synthora-dns-whois-domain-report-cee51523 -d '<json body>'
```

Example prompt: Can you run a full DNS and WHOIS report on example.com — I want to see all the DNS records, registrar info, expiration date, and a hygiene score so I know if the domain is properly configured?

## When to prefer this

Use this endpoint when you need a single, comprehensive domain report combining DNS records, WHOIS/RDAP registration data, and a computed hygiene score in one call. Prefer it over separate DNS or WHOIS tools when you want a holistic view of domain health, including security posture (DNSSEC, SPF, DMARC, registrar lock). The Ed25519 signature makes it suitable for audit or compliance contexts requiring verifiable results.

## Known failure modes

- Domain not found or does not exist — empty or error response for unregistered domains
- Invalid input format — malformed domain, URL, or email address rejected
- DNS resolution failure — upstream DNS-over-HTTPS provider unavailable
- RDAP/WHOIS data unavailable — some TLDs or registrars may not support RDAP
- Payment failure — x402 USDC payment not processed or insufficient balance

## How this service works

Full DNS + WHOIS/RDAP domain report in one call. Resolves A, AAAA, MX, TXT, NS, CNAME, SOA and DNSSEC over DNS-over-HTTPS, plus structured WHOIS via RDAP (registrar, registration/expiration/updated dates, EPP status, nameservers), and returns a 0-100 domain-hygiene score with letter grade (age, days-to-expiry, nameserver redundancy, MX presence, DNSSEC, SPF/DMARC, registrar lock). Deterministic, Ed25519-signed. $0.001 USDC via x402 on Base. SYNTHORA.

## Output

A signed JSON report containing resolved DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA, DNSSEC), structured WHOIS/RDAP data (registrar, registration/expiration/updated dates, EPP status, nameservers), and a 0-100 domain hygiene score with a letter grade reflecting age, days-to-expiry, nameserver redundancy, MX presence, DNSSEC, SPF/DMARC, and registrar lock status. The response is deterministic and Ed25519-signed.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "domain": {
   "type": "string",
   "description": "Domain, URL or email address to report on"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "dnsdomain",
  "result": {
   "dnssec": false,
   "domain": "stripe.com",
   "created": "1995-09-12T04:00:00Z",
   "expires": "2027-09-11T04:00:00Z",
   "age_days": 11256,
   "ns_count": 4,
   "a_records": [
    "198.202.176.231"
   ],
   "registrar": "SafeNames Ltd.",
   "mx_present": true,
   "hygiene_grade": "A",
   "hygiene_score": 98,
   "days_to_expiry": 430
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-dns-whois-domain-report-cee51523/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dnsdomain.hergertsynthora.com](https://www.zero.xyz/host/dnsdomain.hergertsynthora.com/llms.txt)
