# Datamuse Homophones Lookup

> Datamuse Homophones 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 a list of words that sound the same (homophones) as a given input word

## Facts

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

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-homophones-lookup-a7a3e416 -d '<json body>'
```

Example prompt: What are all the homophones for the word 'knight'? I want to see every word that sounds exactly the same.

## When to prefer this

Use this endpoint when you need to find homophones of a specific English word — ideal for word games, spelling assistance, NLP pipelines, creative writing, or educational tools where phonetic equivalence matters. Prefer this over a general dictionary or thesaurus API when the specific need is sound-alike words rather than synonyms or definitions.

## Known failure modes

- Missing 'word' query parameter returns an error or empty result
- Word not found in Datamuse database returns an empty array
- Word with no known homophones returns an empty array
- Invalid or non-English input may return no results
- Network or upstream Datamuse API unavailability returns a 5xx error

## How this service works

Words that sound the same as a given word (homophones) (param: word). Query: ?word= Returns JSON.

## Output

A JSON array of words that are phonetically identical (homophones) to the queried word, sourced from the Datamuse lexical database.

## More

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