# Open5e D&D 5e Feat Search

> Open5e D&D 5e Feat 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 D&D 5e feats by name from the Open5e database, returning prerequisites and effects as JSON

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/open5e-feats
- 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/open5e-d-d-5e-feat-search-bff16c9d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_k_IMNn6u9dAW48XhAxj6J

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 open5e-d-d-5e-feat-search-bff16c9d -d '<json body>'
```

Example prompt: What are the prerequisites and effects of the Great Weapon Master feat in D&D 5e? Search Open5e's feat database for it.

## When to prefer this

Use this endpoint when you need structured, rules-accurate D&D 5e feat data including prerequisites and effects from the Open5e dataset. Prefer this over generic web search when you need machine-readable JSON feat data for character builders, rule lookups, or 5e tools.

## Known failure modes

- No feats match the query string — returns empty results array
- Misspelled feat name yields no results
- Network or upstream Open5e API unavailability returns error
- Payment not processed — 402 response requiring USDC payment

## How this service works

Search Open5e's D&D 5e feats by name {q}, with prerequisites and effects. Query: ?q= Returns JSON.

## Output

Returns a JSON array of feat entries matching the query string, each including the feat name, any prerequisites required to take it, and a description of its mechanical effects.

## More

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