# D&D 5e Alignment Lookup

> D&D 5e Alignment 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-15).

Returns the abbreviation and description of a Dungeons & Dragons 5th Edition alignment by its index identifier

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/dnd5e-alignment
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/d-d-5e-alignment-lookup-3ad9d2d8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JZxBpFFVyKh3a9mtshoRK

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-alignment-lookup-3ad9d2d8 -d '<json body>'
```

Example prompt: What's the abbreviation and full description for the 'lawful-good' alignment in D&D 5e? Look it up by its index.

## When to prefer this

Use this endpoint when building D&D character creation tools, game assistants, or RPG chatbots that need authoritative alignment descriptions and abbreviations from the official D&D 5e SRD. Prefer this over scraping wikis when you need structured JSON output for a specific alignment by its canonical index slug.

## Known failure modes

- Invalid or unrecognized alignment index returns an error or empty response
- Missing ?index= parameter may return a bad request error
- Non-existent alignment index (e.g. a misspelled slug) returns 404 or empty result
- Payment not processed results in 402 response before data is returned

## How this service works

Abbreviation and description of a D&D 5e alignment (param index). Query: ?index= Returns JSON.

## Output

A JSON object containing the alignment's index identifier, its short abbreviation (e.g. 'LG'), and a textual description of what that alignment represents in D&D 5th Edition.

## More

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