# D&D 5e SRD Conditions Search

> D&D 5e SRD Conditions 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 5e System Reference Document conditions index by name to retrieve condition details

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-conditions-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-conditions-search-1def3981
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_X593UrpMxh7v1OTIDjv4g

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-conditions-search-1def3981 -d '<json body>'
```

Example prompt: What does the 'poisoned' condition do in D&D 5e? Look it up in the SRD conditions index.

## When to prefer this

Use this endpoint when you need to look up official D&D 5e SRD condition rules by name, such as when building a D&D assistant, rules reference tool, or character sheet app that needs to surface condition mechanics programmatically.

## Known failure modes

- No condition found for the given query string — returns empty results or 404
- Misspelled condition name yields no results
- Query matches partial name but returns unexpected results
- API unavailable returns HTTP error

## How this service works

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

## Output

Returns a JSON object containing the matched D&D 5e condition entry from the SRD, including the condition name and its mechanical effects as defined in the System Reference Document.

## More

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