# Datamuse Holonyms Lookup

> Datamuse Holonyms 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 the things that a given word is composed of or comprises (holonyms) using the Datamuse lexical API

## Facts

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

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-holonyms-lookup-8bd2de84 -d '<json body>'
```

Example prompt: What are the things that make up a 'forest' — like its component parts according to the Datamuse holonym lookup?

## When to prefer this

Use this endpoint when you need to discover what a word or concept is made up of (holonyms) — for example, to build semantic graphs, answer 'what are the parts of X' questions, enrich NLP pipelines with lexical structure, or explore ontological part-whole relationships. Prefer this over general dictionary APIs when you specifically need part-of / composed-of semantic relationships rather than definitions or synonyms.

## Known failure modes

- Missing word parameter returns an error or empty result
- Word not found in Datamuse database returns empty holonyms array
- Non-noun words may return no results since holonymy applies primarily to nouns
- Network timeout if upstream Datamuse API is unavailable
- Invalid query string format may return 400-level error

## How this service works

Things that a given word is composed of / comprises (param: word). Query: ?word= Returns JSON.

## Output

A JSON array of words or concepts that the queried word is composed of or comprises, representing holonymic lexical relationships as defined by the Datamuse word relationship database.

## More

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