# D&D 5e Magic Item Lookup

> D&D 5e Magic Item Lookup 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).

Returns the category, rarity, and description of a Dungeons & Dragons 5th Edition magic item by its index identifier.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-magic-item
- 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/d-d-5e-magic-item-lookup-f650f854
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QO1URzzjN7pne1jvI_-P5

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-magic-item-lookup-f650f854 -d '<json body>'
```

Example prompt: Can you look up the D&D 5e magic item with index 'bag-of-holding' and tell me its category, rarity, and what it does?

## When to prefer this

Use this endpoint when you need structured D&D 5th Edition magic item data (category, rarity, description) programmatically by item index, for example when building a campaign tool, character sheet app, or DM assistant. Prefer this over scraping wikis or using general LLM knowledge when you need reliable, structured, canonical 5e item data.

## Known failure modes

- Invalid or unknown index returns an error or empty result
- Missing ?index= parameter causes a bad request response
- Index value uses wrong format or casing (e.g. spaces instead of hyphens) leading to no match
- Payment of $0.02 USDC not provided results in 402 Payment Required

## How this service works

Category, rarity and description of a D&D 5e magic item (param index). Query: ?index= Returns JSON.

## Output

A JSON object containing the category (e.g. Wondrous Item, Weapon, Armor), rarity (e.g. Common, Uncommon, Rare, Very Rare, Legendary), and a description of the specified D&D 5e magic item.

## More

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