# Datamuse Nouns for Adjective

> Datamuse Nouns for Adjective 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 popular nouns commonly modified by a given adjective, powered by the Datamuse word relationship API.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/datamuse-nouns-for-adjective
- 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-nouns-for-adjective-8e758507
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AYyNibZAfCzYFLOpn29Ws

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-nouns-for-adjective-8e758507 -d '<json body>'
```

Example prompt: What are the most popular nouns that the adjective 'golden' typically modifies? Give me a list of common noun collocations for that word.

## When to prefer this

Use this endpoint when you need to find nouns that are semantically paired with a specific adjective — ideal for creative writing assistance, vocabulary enrichment, NLP applications, or building word association tools. Prefer this over a general thesaurus when you specifically want the noun objects that an adjective commonly modifies rather than synonyms for the adjective itself.

## Known failure modes

- Missing 'word' query parameter returns an error or empty result
- Adjective with no known noun collocations returns an empty array
- Invalid or misspelled adjective may return no results
- Rate limiting or payment failure (x402) blocks the request
- Non-adjective input may return unexpected or empty results

## How this service works

Popular nouns modified by a given adjective (param: word). Query: ?word= Returns JSON.

## Output

A JSON array of nouns that are commonly modified by the queried adjective, ranked by popularity or frequency of collocation usage, as sourced from the Datamuse word relationship dataset.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/datamuse-nouns-for-adjective-8e758507/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)
