# Zhou Gong Dream Dictionary (周公解梦) API

> Zhou Gong Dream Dictionary (周公解梦) API is a paid API for AI agents from api.cn402.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Looks up traditional Chinese folk dream interpretations by keyword, returning the symbolic meaning of dream elements according to Zhou Gong's classic dream dictionary

## Facts

- Endpoint: GET https://api.cn402.com/zhanbu/zhougong
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-cn402-com-0fad7364
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2eJleEJIC-nV-DZiCc36a

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 api-cn402-com-0fad7364
```

Example prompt: I dreamed about a snake last night — can you look up what that means in the Zhou Gong Chinese dream dictionary and tell me the traditional interpretation?

## When to prefer this

Use this endpoint when you need traditional Chinese cultural dream interpretations specifically rooted in the Zhou Gong (周公解梦) folk dictionary, as opposed to Western psychological dream analysis or generic dream meaning services. Ideal for applications serving Chinese-speaking users, cultural content platforms, or astrology/divination apps targeting Chinese traditions.

## Known failure modes

- Keyword not found in dictionary — returns empty or no-match result
- Ambiguous keyword with multiple meanings may return unexpected entry
- Non-Chinese cultural concepts may have no entry in the traditional dictionary
- Very modern or foreign objects may not exist in the classical dream corpus

## How this service works

Chinese dream interpretation, 周公解梦, Zhou Gong dream dictionary, Chinese dream meaning, 解梦, dream omen, Chinese folk dream symbolism, what does dream mean Chinese. Look up traditional Chinese dream symbol interpretation. Pass a keyword (animal, situation, object) to get the traditional reading. Accepts payment on Base or Solana — either network works.

## Output

Returns the traditional Chinese symbolic interpretation of the dream keyword, including the classical Zhou Gong reading of what the dream element omens or signifies according to Chinese folk belief.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "keyword": {
   "type": "string",
   "description": "Keyword (optional)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-cn402-com-0fad7364/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.cn402.com](https://www.zero.xyz/host/api.cn402.com/llms.txt)
