# SYNTHORA RDAP IP Network Allocation

> SYNTHORA RDAP IP Network Allocation is a paid API for AI agents from rdap-ip-network.hergertsynthora.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Looks up the RDAP network allocation record for an IP address, returning CIDR range, owning organization, RIR, registration events, and abuse contacts.

## Facts

- Endpoint: POST https://rdap-ip-network.hergertsynthora.com/service
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/synthora-rdap-ip-network-allocation-283e4fe7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qt5jfnuuRiqnmd2U6jt8C

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-rdap-ip-network-allocation-283e4fe7 -d '<json body>'
```

Example prompt: Can you look up who owns the IP address 203.0.113.42 — I need the CIDR range, the organization it's registered to, which RIR allocated it, and any abuse contact details?

## When to prefer this

Choose this endpoint when you need authoritative RDAP-standard network allocation data for an IP address, including ownership, CIDR range, RIR, and abuse contacts. Prefer over plain WHOIS tools when structured JSON output and A2A automation are required, or when building IP-reputation, geofencing, or ownership-attribution pipelines.

## Known failure modes

- IP address not found in RDAP — returns empty or null result object
- Invalid or malformed IP address input — may return error or empty result
- rdap.org upstream unavailable — service timeout or failure
- Private/reserved IP ranges (e.g. RFC 1918) may return no allocation record
- Rate limiting or payment failure — call rejected

## How this service works

Returns the RDAP network object for an IP address: CIDR range, allocated organization, RIR, registration/last-changed events and abuse contacts, via rdap.org. A2A use: IP-reputation, geofencing and ownership-attribution agents map an address to its owning network and responsible entity. First 3 calls FREE per wallet — send header X-WALLET: 0x<addr>. No charge on upstream failure.

## Output

A JSON object containing the RDAP network record for the queried IP, including the allocated CIDR prefix, the organization that holds the allocation, the Regional Internet Registry (RIR) that manages it, registration and last-changed event timestamps, and abuse contact information.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "ip": {
   "type": "string",
   "description": "ip"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "ok": true,
  "niche": "rdap-ip-network",
  "result": {}
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/synthora-rdap-ip-network-allocation-283e4fe7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rdap-ip-network.hergertsynthora.com](https://www.zero.xyz/host/rdap-ip-network.hergertsynthora.com/llms.txt)
