# clonecho Open5e D&D Armor Search

> clonecho Open5e D&D Armor 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-13).

Search open-license Dungeons & Dragons armor by keyword, returning matching armor entries with category and armor class data.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/open5e-armor
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-open5e-d-d-armor-search-b348021c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ojy0820Bin3-QAb3v3rBL

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 clonecho-open5e-d-d-armor-search-b348021c -d '<json body>'
```

Example prompt: Search the Open5e armor database for 'chain mail' and give me its armor class and category.

## When to prefer this

Use this endpoint when you need structured D&D 5e armor data from open-license sources, particularly when searching by name or keyword and needing armor class and category details. Prefer over manual lookup when building character tools, encounter planners, or equipment reference apps.

## Known failure modes

- No results found for the given keyword — returns empty array or 404
- Missing or empty q parameter — may return error or all results
- Keyword too broad — returns large unfiltered result set
- Service unavailable — returns 5xx error
- Payment not processed — returns 402 Payment Required

## How this service works

Search open-license D&D armor by keyword with category and armor class (param q). Query: ?q= Returns JSON.

## Output

A JSON array of matching D&D armor entries from open-license sources, each including armor name, category (e.g. light, medium, heavy), and armor class value, filtered by the provided keyword query.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-open5e-d-d-armor-search-b348021c/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)
