# D&D 5e Subclass Flavor & Parent Class Lookup

> D&D 5e Subclass Flavor & Parent Class 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 parent class name and flavor/description text for a D&D 5th Edition subclass, identified by its index string.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-subclass
- 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-subclass-flavor-parent-class-lookup-f48c1cce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lMNo8-t-w7V5wIQmCqup5

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-subclass-flavor-parent-class-lookup-f48c1cce -d '<json body>'
```

Example prompt: What's the parent class and flavor description for the D&D 5e subclass with index 'battle-master'?

## When to prefer this

Use this endpoint when you need the parent class affiliation and lore/flavor description for a specific D&D 5e subclass by its slug index. Ideal for building character creation tools, lore reference bots, or D&D assistants that need subclass narrative context rather than mechanical stats.

## Known failure modes

- Invalid or unknown subclass index returns an error or empty result
- Missing ?index= parameter may return a 400 or default/empty response
- Subclass index must match the exact slug format used by the D&D 5e SRD (e.g. 'battle-master' not 'Battle Master')
- Non-existent subclass index returns a 404 or null data

## How this service works

Parent class flavor and description of a D&D 5e subclass (param index). Query: ?index= Returns JSON.

## Output

A JSON object containing the subclass index, its parent class (e.g. Fighter, Wizard, Cleric), and its flavor/lore description text as written in the D&D 5e system reference document.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/d-d-5e-subclass-flavor-parent-class-lookup-f48c1cce/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)
