# D&D 5e Feat Lookup by Index

> D&D 5e Feat 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 the description and ability-score prerequisites for a specific D&D 5th Edition feat identified by its index slug.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-feat
- 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-feat-lookup-by-index-7245bc74
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3mhYqRPqHEUO1UXb-Mwz8

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-feat-lookup-by-index-7245bc74 -d '<json body>'
```

Example prompt: What are the description and ability score prerequisites for the D&D 5e feat with index 'grappler'?

## When to prefer this

Use this endpoint when you need structured, machine-readable data about a specific D&D 5e feat — particularly its description and ability score prerequisites — for character builders, rule lookup tools, or game assistant agents. Prefer this over scraping wiki pages or querying general knowledge models when you need authoritative SRD data.

## Known failure modes

- Invalid or unknown feat index returns an error or empty result
- Missing ?index= parameter may return an error or default response
- Feat index must be a valid SRD slug (e.g. 'alert', 'grappler') — typos or non-SRD feats will not resolve
- Payment failure (402) if USDC balance is insufficient

## How this service works

Description and ability-score prerequisite of a D&D 5e feat (param index). Query: ?index= Returns JSON.

## Output

A JSON object containing the feat's canonical name, full description text, and any ability score prerequisites required to take that feat in D&D 5th Edition.

## More

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