# D&D 5e SRD Magic Items Search

> D&D 5e SRD 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-15).

Search the D&D 5th Edition SRD magic items index by name, returning item metadata from the dnd5eapi.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-magic-items-index
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/d-d-5e-srd-magic-items-search-08d79cf3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SibVf4t8VDGS6M_fivlfI

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 d-d-5e-srd-magic-items-search-08d79cf3 -d '<json body>'
```

Example prompt: Can you look up 'Bag of Holding' in the D&D 5e SRD magic items index and give me its reference details?

## When to prefer this

Use this endpoint when you need to search or look up D&D 5th Edition SRD magic items by name and retrieve their index references, particularly when integrating with dnd5eapi or building D&D tooling. Prefer over manual lookups or scraping the SRD website.

## Known failure modes

- No matching magic items found for the given query — returns empty results list
- Query parameter missing — may return all items or an error
- Item name misspelled — returns no results
- API upstream (dnd5eapi) unavailable — returns error or timeout
- Payment not processed — returns 402 Payment Required

## How this service works

Search the D&D 5e SRD magic items reference by name {q} from the dnd5eapi. Query: ?q= Returns JSON.

## Output

A JSON response containing a list of matching D&D 5e SRD magic items with their names and API index references/URLs, filtered by the provided name query.

## More

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