# Feng Shui Lucky Moving Day Calculator

> Feng Shui Lucky Moving Day Calculator is a paid API for AI agents from api.cn402.com, paid per call via x402, $0.16/call, status unknown (last checked 2026-09-13).

Finds auspicious dates for moving house within a date range, applying traditional Chinese almanac rules and zodiac clash avoidance based on the resident's birth year.

## Facts

- Endpoint: GET https://api.cn402.com/fengshui/move-day
- Price: $0.16/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-b87642ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EstpY7R7S0o7lUmwuCIJ6

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-b87642ee
```

Example prompt: We're planning to move house sometime between March 1 and March 31, 2025 — can you find the lucky Feng Shui moving days for us? The main resident was born in 1988 (Year of the Dragon).

## When to prefer this

Use this endpoint when a user needs to pick a move-in or housewarming date that is auspicious according to traditional Chinese Feng Shui and almanac rules, especially when the resident's zodiac year matters for clash avoidance. Prefer over generic calendar APIs when Chinese cultural date selection logic (神煞, 生肖冲克, 老黄历) is explicitly required.

## Known failure modes

- Invalid or reversed date range returns an error
- Unsupported birth year format causes validation failure
- Date range too wide may return timeout or truncated results
- Missing required birth year field returns bad request
- Dates in the past may return empty or warning response

## How this service works

Lucky moving day, Feng Shui moving date selection, 搬家择日, 入宅择吉, Chinese moving day calculator, auspicious move-in dates, housewarming date, yi an chuang, 宜安床, pick lucky day to move. Find auspicious days for moving house within a date range, considering the resident's birth year (zodiac clash) and traditional moving rules.

## Output

A list of auspicious dates for moving house within the requested range, annotated with reasons they are favorable or unfavorable, zodiac clash warnings specific to the resident's birth year, and traditional almanac (老黄历) moving-day indicators such as 宜安床 or 入宅吉日 flags.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "year": {
   "type": "string",
   "description": "Year (required)"
  },
  "birth": {
   "type": "string",
   "description": "Birth (optional)"
  },
  "month": {
   "type": "string",
   "description": "Month (optional)"
  }
 }
}
```

## More

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