# Datamuse Word Followers Lookup

> Datamuse Word Followers 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 words that frequently follow a given word (e.g., 'wreak' → 'havoc'), using the Datamuse lexical API.

## Facts

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

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-followers-lookup-19025b02 -d '<json body>'
```

Example prompt: What words most commonly follow the word 'blind' in English? I want to see the typical followers like 'spot', 'fold', etc.

## When to prefer this

Use this endpoint when you need to find words that typically follow a given word in natural English usage — useful for autocomplete, phrase generation, collocation analysis, writing assistance, or NLP enrichment tasks. Prefer this over a general dictionary API when you specifically need right-side collocations or bigram frequency data.

## Known failure modes

- Missing or empty q parameter returns an error or empty result
- Obscure or misspelled words may return no followers
- Very common stop words may return an overwhelming or noisy list
- Rate limiting or payment failure may result in 402 response
- Non-English words may return no results

## How this service works

Words that frequently follow the given word q (e.g. wreak to havoc). Query: ?q= Returns JSON.

## Output

A JSON array of words that frequently follow the queried word, likely including frequency/score data indicating how commonly each word follows the input word in natural language corpora.

## More

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