# Datamuse Word Associations Lookup

> Datamuse Word Associations 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 statistically associated with (triggered by) a given input word, based on the Datamuse lexical database.

## Facts

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

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-word-associations-lookup-1ffaf18a -d '<json body>'
```

Example prompt: What words are statistically associated with or triggered by the word 'thunder'? Give me the full list of associations.

## When to prefer this

Use this endpoint when you need statistically-grounded word associations (words that people commonly think of in response to a given word) for tasks like brainstorming, copywriting, NLP feature engineering, semantic analysis, or building word games. Prefer this over a thesaurus or synonym API when you want associative/triggered relationships rather than synonyms or hypernyms.

## Known failure modes

- Missing 'word' parameter returns an error or empty result
- Very rare or misspelled words may return few or no associations
- Non-English words may return no results
- Network timeout or upstream Datamuse API unavailability
- Payment failure or insufficient USDC balance for the $0.02 fee

## How this service works

Words statistically associated with (triggered by) a given word (param: word). Query: ?word= Returns JSON.

## Output

A JSON array of words that are statistically triggered by or associated with the input word, derived from the Datamuse lexical database, likely including association scores or ranked results.

## More

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