# Open5e D&D Spell Search

> Open5e D&D Spell 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 open-license Dungeons & Dragons spells by keyword, returning spell details including level, school, and available classes

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/open5e-spells
- 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-spell-search-d0ce399a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_i6jJREjfumG7UMUiNYR78

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-spell-search-d0ce399a -d '<json body>'
```

Example prompt: Can you find me all D&D 5e spells related to 'fire' and tell me what level they are, what school they belong to, and which classes can cast them?

## When to prefer this

Use this endpoint when you need to search D&D 5e spells from the Open5e open-license dataset by keyword, and need structured metadata including spell level, school, and class availability. Prefer this over scraping wikis or unofficial sources when you need clean JSON output for programmatic use.

## Known failure modes

- Empty result set if no spells match the keyword query
- Malformed or missing 'q' parameter returns error or empty response
- Network timeout or 402 payment failure if USDC payment is not processed
- Query too vague returning an overwhelming number of results

## How this service works

Search open-license D&D spells by keyword with level, school and classes (param q). Query: ?q= Returns JSON.

## Output

A JSON array of matching spells from the Open5e open-license dataset, each containing the spell name, level, school of magic, list of compatible character classes, and description text, filtered by the provided keyword query.

## More

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