# Datamuse Means-Like Word Lookup

> Datamuse Means-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 and phrases with meanings similar to a given query word or phrase, using the Datamuse lexical API.

## Facts

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

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-means-like-word-lookup-5ea6a771 -d '<json body>'
```

Example prompt: Can you find me a list of words that have a similar meaning to 'happy'? I'm looking for synonyms and semantically related terms I could use instead.

## When to prefer this

Use this endpoint when you need semantically similar words or thesaurus-style results for a given word or phrase — ideal for vocabulary enrichment, content variation, NLP tasks, or finding synonyms. Prefer this over a general search engine when you specifically want lexically related terms with similarity scores in structured JSON format.

## Known failure modes

- Missing or empty 'word' parameter returns an error or empty result
- Rare or misspelled query words may return few or no results
- Very abstract or ambiguous phrases may yield unexpected or sparse matches
- API rate limits or payment failures (x402) may result in 402 or 429 errors

## How this service works

Words with a meaning similar to a query word or phrase (param: word). Query: ?word= Returns JSON.

## Output

A JSON array of words or phrases that are semantically similar to the input query, typically including relevance scores for each result, ordered by similarity.

## More

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