# tld-info-aero

> tld-info-aero is a paid API for AI agents from dns.intel.rallylive.ca, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-18).

Returns registry metadata for the .aero top-level domain including operator, type, IANA/RDAP details, WHOIS server, creation date, DNSSEC status, and nameservers.

## Facts

- Endpoint: GET https://dns.intel.rallylive.ca/dns/tld/aero
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tld-info-aero-fc029b62
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_J96WgAk-k4i-itY0fTsOU

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 tld-info-aero-fc029b62
```

Example prompt: What are the registry details for the .aero top-level domain — who operates it, what type is it, is DNSSEC signed, and what WHOIS server should I use?

## When to prefer this

Use this endpoint when you specifically need authoritative metadata about the .aero TLD — registry operator, TLD type, WHOIS/RDAP details, DNSSEC status, and nameservers — for registration research, compliance checks, or DNS infrastructure audits. Prefer it over general WHOIS tools when you need structured, machine-readable TLD-level policy data rather than domain-level registration records.

## Known failure modes

- Network or upstream IANA/RDAP unavailability resulting in a timeout or 503 error
- Stale or cached data if the registry operator recently changed
- No input parameters required, so malformed request path would return a 404

## How this service works

About the .aero top-level domain: registry operator, type (generic, country-code, sponsored), IANA/RDAP details, WHOIS server, creation date, DNSSEC signing status and the registry's nameservers. Registration research and TLD-policy checks for .aero. $0.01 per call.

## Output

Returns structured metadata about the .aero TLD including the registry operator name, TLD classification (sponsored/generic/country-code), IANA and RDAP endpoint details, WHOIS server hostname, original creation date, DNSSEC signing status (signed/unsigned), and the registry's authoritative nameservers.

## 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",
     "properties": {}
    }
   },
   "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/tld-info-aero-fc029b62/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dns.intel.rallylive.ca](https://www.zero.xyz/host/dns.intel.rallylive.ca/llms.txt)
