# D&D 5e Equipment Lookup by Index

> D&D 5e Equipment Lookup by Index 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 category, cost, and weight details for a D&D 5th Edition adventuring gear item or weapon by its index slug.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-equipment
- 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-equipment-lookup-by-index-e30c1b96
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xwIjCMh-dV0tUgscPI54v

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-equipment-lookup-by-index-e30c1b96 -d '<json body>'
```

Example prompt: What is the category, cost, and weight of a longsword in D&D 5e? Look it up by its index slug 'longsword'.

## When to prefer this

Use this endpoint when you need quick, structured D&D 5e item metadata (cost, weight, category) for a specific equipment piece or weapon identified by its index slug — ideal for building character sheets, encounter tools, or campaign management apps that need canonical SRD data without hosting your own database.

## Known failure modes

- Invalid or unrecognized index slug returns an error or empty result
- Missing ?index= parameter may return a default or error response
- Misspelled index (e.g. 'long-sword' vs 'longsword') may yield no result
- Non-equipment indexes (e.g. spells, monsters) are out of scope and will not return valid data

## How this service works

Category, cost and weight of D&D 5e adventuring gear or weapon (param index). Query: ?index= Returns JSON.

## Output

A JSON object containing the equipment item's name, category (e.g. weapon, adventuring gear), cost (amount and currency unit like gp), and weight in pounds for the specified D&D 5e item index.

## More

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