# D&D 5e Character Background Lookup

> D&D 5e Character Background 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 features and starting proficiencies for a specific D&D 5th Edition character background by its index identifier.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-background
- 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-character-background-lookup-b26e7ee6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5bXHll4bMCi7iefzcDA1z

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-character-background-lookup-b26e7ee6 -d '<json body>'
```

Example prompt: I'm building a D&D 5e character — can you look up the Acolyte background and tell me what features and starting proficiencies it gives?

## When to prefer this

Use this endpoint when you need structured D&D 5e background data (features and proficiencies) for a specific background by index, especially for character creation tools, character sheet apps, or D&D reference bots. Prefer over scraping wiki pages or parsing PDFs.

## Known failure modes

- Invalid or unrecognized background index returns an error or empty result
- Missing ?index= parameter may return a default or error response
- Background index typo (e.g. 'acolyte' vs 'acoyte') will fail to match
- Payment not included or insufficient USDC results in 402 response

## How this service works

Feature and starting proficiencies of a D&D 5e character background (param index). Query: ?index= Returns JSON.

## Output

A JSON object containing the name, feature, and starting proficiencies (skills, tools, languages, equipment) for the requested D&D 5th Edition character background.

## More

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