# D&D 5e Monster Stats Lookup

> D&D 5e Monster Stats 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 stats, size, type, hit points, AC, and challenge rating for a D&D 5th Edition monster by index slug.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-monster
- 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-monster-stats-lookup-bfba10e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lY_72-EiaZdVr81KNMVa3

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-monster-stats-lookup-bfba10e8 -d '<json body>'
```

Example prompt: What are the stats for the ancient red dragon in D&D 5e — I need its hit points, AC, and challenge rating?

## When to prefer this

Use this endpoint when you need quick, structured D&D 5e monster data — especially hit points, AC, challenge rating, size, and type — for a named monster by its index slug. Prefer this over scraping wikis or using general LLM knowledge when accuracy and machine-readable JSON output matter, such as for encounter builders, combat simulators, or campaign tools.

## Known failure modes

- Invalid or misspelled monster index returns an error or empty result
- Monster not present in the D&D 5e SRD dataset returns a not-found response
- Missing ?index= parameter may return an error or default response
- Payment not processed results in 402 response before data is returned

## How this service works

Stats, size, type, hit points, AC and challenge rating of a D&D 5e monster (param index). Query: ?index= Returns JSON.

## Output

A JSON object containing the monster's name, size, creature type, hit points, armor class (AC), challenge rating, and core ability scores (STR, DEX, CON, INT, WIS, CHA) for the specified D&D 5e monster index.

## More

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