# TCM Seasonal Health Advisor

> TCM Seasonal Health Advisor 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-14).

Returns Traditional Chinese Medicine (TCM) recommendations for diet, lifestyle, and key organ focus based on the current or specified season

## Facts

- Endpoint: GET https://api.cn402.com/tcm/season
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-cn402-com-878df635
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_W67UgOcNAaHhdg_xbv2Xb

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-878df635
```

Example prompt: What are the TCM diet and lifestyle recommendations for this season — including which organ and element I should be focusing on right now according to traditional Chinese medicine?

## When to prefer this

Use this endpoint when you need culturally authentic TCM-based seasonal health guidance, including organ-specific diet and lifestyle advice tied to the Five Elements framework. Prefer this over generic wellness APIs when the user specifically asks about Chinese medicine, seasonal organ health (spring liver, summer heart, autumn lung, winter kidney), or TCM dietary recommendations.

## Known failure modes

- Invalid or unrecognized date format returns an error
- Missing required fields may return a 400 Bad Request
- Service unavailable or rate-limited returns a 402 or 5xx error
- If season cannot be determined from input, defaults to server-side current date

## How this service works

TCM seasonal health, 四季养生, Chinese medicine seasonal therapy, spring liver, summer heart, autumn lung, winter kidney, 春养肝 夏养心 秋养肺 冬养肾, season-specific health advice. Get TCM-recommended diet, lifestyle, and key organ for the current (or specified) season.

## Output

Returns a JSON object containing the current season name, the associated TCM organ (e.g. liver for spring, kidney for winter), the Five Elements correspondence, and arrays of diet and lifestyle recommendations specific to that season.

## Example request

```json
{
 "season": "spring"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "date": {
   "type": "string",
   "description": "Date YYYY-MM-DD (optional)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-cn402-com-878df635/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)
