# Open5e Magic Items Search

> Open5e Magic Items 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 D&D 5e magic items by keyword, returning type and rarity information as JSON

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/open5e-magic-items
- 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-magic-items-search-43209ca2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lKgjFcRS8c9fFsLlS1BsS

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-magic-items-search-43209ca2 -d '<json body>'
```

Example prompt: Can you search the open-license D&D magic items database for anything related to 'flame' and tell me what types and rarities come up?

## When to prefer this

Use this endpoint when you need to search for D&D 5e magic items by keyword from open-license (SRD) sources, especially when building character sheets, dungeon master tools, or campaign planners. Prefer this over scraping wikis or homebrew databases when open-license compliance matters.

## Known failure modes

- No results found for obscure or misspelled keyword — returns empty array
- Query parameter q missing — may return error or empty response
- Items not found if they are not part of the open-license SRD dataset
- Non-D&D 5e system items will not be present

## How this service works

Search open-license D&D magic items by keyword with type and rarity (param q). Query: ?q= Returns JSON.

## Output

A JSON array of matching D&D 5e magic items from the Open5e dataset, each including the item name, type (e.g. weapon, wondrous item, armor), rarity (e.g. common, uncommon, rare, very rare, legendary), and descriptive text about the item's properties and effects.

## More

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