# Open5e D&D 5e Conditions Lookup

> Open5e D&D 5e Conditions 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-15).

Looks up Dungeons & Dragons 5e condition rules text by name using the Open5e dataset, returning structured JSON with rules details.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/open5e-conditions
- 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/open5e-d-d-5e-conditions-lookup-f0cc266f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_pubjTIhUfjS6MDNviWrpV

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 open5e-d-d-5e-conditions-lookup-f0cc266f -d '<json body>'
```

Example prompt: What are the exact rules text for the Paralyzed condition in D&D 5e — can you look it up from Open5e?

## When to prefer this

Use this endpoint when you need authoritative D&D 5e condition rules text by name, especially for game assistants, character tools, or rules reference apps that need structured JSON output from the Open5e dataset.

## Known failure modes

- Condition name not found — returns empty results or 404 if query doesn't match any Open5e condition
- Misspelled condition name yields no results
- Very broad or vague query may return unexpected results
- Payment of $0.02 USDC required per call; failure to pay results in 402 error

## How this service works

Look up D&D 5e conditions by name {q} with rules text from Open5e. Query: ?q= Returns JSON.

## Output

A JSON object containing the condition's name and its full rules text as written in D&D 5e, sourced from the Open5e database.

## More

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