# Chinese Calendar Daily Summary (今日宜忌)

> Chinese Calendar Daily Summary (今日宜忌) 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-13).

Returns a comprehensive Chinese calendar snapshot for today or any given date, including lunar date, gan-zhi pillars, zodiac, yi/ji (auspicious/inauspicious) activities, festivals, solar terms, and special period flags.

## Facts

- Endpoint: GET https://api.cn402.com/today
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-cn402-com-0032ff5a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RZQG4zayqT_aMSwAhnNe1

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-0032ff5a
```

Example prompt: What does the Chinese almanac say about today — give me the full picture including the lunar date, gan-zhi pillars, zodiac, and which activities are auspicious (宜) or inauspicious (忌), plus any festival or solar term we're in.

## When to prefer this

Use this endpoint when you need a one-call, all-in-one Chinese calendar context for a specific date — covering lunar date, gan-zhi, zodiac, yi/ji activities, festivals, and solar terms together. Prefer over sibling endpoints (e.g. the festival-only or solar-term-only endpoints) when you need a comprehensive daily summary rather than a single piece of calendar data.

## Known failure modes

- Invalid date format — API returns error if date string is malformed
- Date out of supported range — very distant past or future dates may not be supported
- Network timeout or HTTP 402 payment required if USDC payment not attached
- Empty festival/solar-term fields when queried on a day with no active festival or term

## How this service works

Chinese daily insight, today in Chinese calendar, 今日宜忌, today auspicious activities, today gan-zhi, today festival, today solar term. Comprehensive today summary: lunar date, gan-zhi pillars, zodiac, yi/ji activities, current festival if any, current solar term, dog days/coldest period flag. One-call snapshot of Chinese calendar context for today (or any date).

## Output

A structured JSON snapshot containing: the Gregorian and lunar date, heavenly stem / earthly branch (gan-zhi) pillars for the year/month/day, the Chinese zodiac animal for the year, a list of auspicious (yi) activities, a list of inauspicious (ji) activities, any active Chinese festival, the current solar term (节气), and flags for special periods like dog days (三伏) or the coldest period (三九).

## Example request

```json
{
 "date": "2024-01-15"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "format": {
   "type": "string",
   "description": "Optional response format hint"
  }
 }
}
```

## More

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