# PeeringDB Internet Exchange Point Search

> PeeringDB Internet Exchange Point Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Search PeeringDB Internet Exchange Points (IXPs) by name, returning city and country metadata.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/peeringdb-ix-search
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/peeringdb-internet-exchange-point-search-d2528771
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jw1_2_4r4kL0qtNFpVbA_

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 peeringdb-internet-exchange-point-search-d2528771 -d '<json body>'
```

Example prompt: Can you search PeeringDB for internet exchange points matching 'AMS-IX' and tell me what cities and countries they're located in?

## When to prefer this

Use this endpoint when you need to find Internet Exchange Points (IXPs) by name and retrieve their geographic location (city/country) from PeeringDB. Ideal for network engineers, peering coordinators, or automation tools that need to identify where specific exchanges are located without a full PeeringDB account or API key.

## Known failure modes

- Empty results if query string matches no IXPs
- Malformed or missing q parameter returns an error
- Service unavailable or timeout if PeeringDB upstream is down
- Payment failure if USDC balance is insufficient

## How this service works

Search PeeringDB Internet Exchange Points (city, country) by name {q}. Query: ?q= Returns JSON.

## Output

A JSON array of matching Internet Exchange Points from PeeringDB, each including the IXP name, city, and country.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/peeringdb-internet-exchange-point-search-d2528771/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
