# D&D 5e Weapon Property Rules Lookup

> D&D 5e Weapon Property 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 rules text for a specific D&D 5e weapon property (e.g. finesse, reach) given its index identifier

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-weapon-property
- 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-weapon-property-rules-lookup-8d343b65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_DJSfHtgEWwzjNu_OEfy0v

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-weapon-property-rules-lookup-8d343b65 -d '<json body>'
```

Example prompt: What are the exact rules for the 'finesse' weapon property in D&D 5e? Look it up by its index.

## When to prefer this

Use this endpoint when you need authoritative rules text for a specific D&D 5e weapon property by its index slug. Ideal for game assistant bots, character sheet tools, rules lookup apps, or any agent helping players understand weapon mechanics in 5th edition D&D.

## Known failure modes

- Invalid or unknown property index returns an error or empty result
- Missing ?index= parameter may return a 400 or default response
- Misspelled index slug returns no match
- Property index not found in the 5e SRD dataset returns a 404-style response

## How this service works

Rules text for a D&D 5e weapon property like finesse or reach (param index). Query: ?index= Returns JSON.

## Output

A JSON object containing the name, index slug, and full rules text description for the requested D&D 5e weapon property (e.g. finesse, reach, light, heavy, thrown, versatile, two-handed, ammunition, loading, special).

## More

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