Calculate Bazi Chart / 八字排盤
calculate_bazi_chartUse this when the user wants a Four Pillars birth chart and has explicitly supplied the birth date, local time, latitude, longitude, and historical UTC offset. Applies True Solar Time correction. Do not use this to infer missing birth details, daylight-saving rules, or personalized guidance for a reading date. Use only with the subject’s permission. / 當使用者要建立四柱八字命盤,並已明確提供出生日期、當地時間、緯度、經度與當時 UTC 時差時使用;計算會校正真太陽時。請勿用來推測缺少的出生資料、夏令時間規則,或指定日期的個人化指引。僅在獲得當事人同意時使用出生資料。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Response display preference; structured technical values include both languages / 回應語言偏好;結構化術語同時包含中英文 | en |
| latitude | Yes | Birth latitude in decimal degrees / 出生地緯度(十進位度數) | |
| timezone | Yes | UTC offset in hours at the birth location and date / 出生地與出生日期的 UTC 小時時差 | |
| longitude | Yes | Birth longitude in decimal degrees; used for True Solar Time / 出生地經度,用於真太陽時校正 | |
| birth_date | Yes | Birth date in YYYY-MM-DD format / YYYY-MM-DD 格式的出生日期 | |
| birth_time | No | Local birth time in 24-hour HH:mm format / 24 小時制的出生時間 HH:mm | 12:00 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| tool | Yes | ||
| locale | Yes | ||
| disclaimer | Yes | ||
| generated_at | Yes | ||
| canonical_url | Yes | ||
| deterministic | Yes | ||
| schema_version | Yes |