# Datamuse Spelled-Like Word Lookup

> Datamuse Spelled-Like Word 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 words matching a spelling pattern using ? (single character) and * (multi-character) wildcards via the Datamuse API.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/datamuse-spelled-like
- 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/datamuse-spelled-like-word-lookup-fc2bbda3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_28pXooya2mvMcdm537wFm

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 datamuse-spelled-like-word-lookup-fc2bbda3 -d '<json body>'
```

Example prompt: What words match the spelling pattern 'c?t' where ? stands for any single letter? Use a wildcard word lookup to find all matches.

## When to prefer this

Use this endpoint when you need to find words matching a specific spelling pattern with known and unknown character positions, such as for crossword solving, word games, spelling tools, or autocomplete features where partial word structure is known.

## Known failure modes

- Missing 'word' query parameter returns error or empty result
- Invalid wildcard syntax may return no matches
- Very broad wildcard patterns (e.g. *) may return truncated or large result sets
- Network or upstream Datamuse API unavailability
- Payment failure via x402 protocol returns 402 before results are delivered

## How this service works

Words matching a spelling pattern with ? and * wildcards (param: word). Query: ?word= Returns JSON.

## Output

A JSON array of word objects that match the provided spelling pattern, each containing the matched word and potentially its score or frequency metadata from the Datamuse API.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/datamuse-spelled-like-word-lookup-fc2bbda3/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)
