# D&D 5e Condition Rules Lookup

> D&D 5e Condition Rules 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 full rules text for a Dungeons & Dragons 5th Edition status condition by its index identifier

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-condition
- 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-condition-rules-lookup-039a736b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_93guok3lNIZKLm9NR-kuC

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-condition-rules-lookup-039a736b -d '<json body>'
```

Example prompt: What are the official D&D 5e rules for the poisoned condition? Look it up by its index slug.

## When to prefer this

Use this endpoint when you need authoritative D&D 5e rules text for a specific status condition and have the condition's index identifier (e.g. 'poisoned', 'blinded', 'stunned'). Prefer this over general web search when you need structured JSON output of condition rules for programmatic use in a game assistant or rules reference tool.

## Known failure modes

- Invalid or unrecognized condition index returns an error or empty result
- Missing index parameter may return a default or error response
- Condition slug misspelled or using wrong format returns no match
- Service unavailable or payment failure returns HTTP 402 or 5xx

## How this service works

Rules text for a D&D 5e status condition (param index). Query: ?index= Returns JSON.

## Output

A JSON object containing the full rules text and description for the specified D&D 5e status condition, including all mechanical effects that apply to a creature with that condition

## More

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