# Datamuse Word Followers

> Datamuse Word Followers 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 in text, using the Datamuse lexical API.

## Facts

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

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-f8dca3ed -d '<json body>'
```

Example prompt: What words most commonly follow the word 'bright' in English text? I want to see the top collocations.

## When to prefer this

Use this endpoint when you need to find common word followers or right-side collocations for a given word — ideal for autocomplete suggestions, NLP pipelines, writing assistance, or linguistic analysis. Prefer this over a full dictionary lookup when you specifically need contextual word succession patterns rather than definitions or synonyms.

## Known failure modes

- Missing 'word' parameter returns error or empty result
- Unknown or very rare word returns empty array
- Misspelled word may return no results
- Network timeout or service unavailable
- Rate limiting if too many requests are made without payment

## How this service works

Words that frequently follow a given word in text (param: word). Query: ?word= Returns JSON.

## Output

A JSON array of words that frequently follow the queried word in text, likely including frequency or score data indicating how common each following word is.

## More

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