# D&D 5e Damage Type Lookup

> D&D 5e Damage Type 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 a description and metadata for a specific Dungeons & Dragons 5th Edition damage type (e.g. fire, slashing, poison) by index.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-damage-type
- 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-damage-type-lookup-d5254178
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CpkI-WfyStWGAYV5Fluh0

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-damage-type-lookup-d5254178 -d '<json body>'
```

Example prompt: What does the D&D 5e ruleset say about the 'fire' damage type — can you look it up and give me a description?

## When to prefer this

Use this endpoint when you need structured, official D&D 5e damage type descriptions by index — ideal for game assistants, character builders, encounter tools, or any app referencing D&D 5e rules data.

## Known failure modes

- Invalid or unrecognized damage type index returns an error or empty result
- Missing ?index= parameter may return a default or error response
- Typos in the damage type name cause no match

## How this service works

Description of a D&D 5e damage type like fire or slashing (param index). Query: ?index= Returns JSON.

## Output

A JSON object containing the name, index slug, and official description of the requested D&D 5e damage type (e.g. fire, slashing, necrotic, radiant).

## More

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