---
title: "Full Chart (MVP)"
method: POST
path: "/ziwei/full-chart"
tags: ["Zi Wei Dou Shu (Purple Star): MVP"]
---

# Full Chart (MVP)

`POST /ziwei/full-chart`

Year pillar + animal + 12 palaces overview.

## Request body

- ZiweiDateInput
  - `date` string, required
  - `time` string
  - `timezoneOffset` number

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `solarYear` number, nullable
    - `animal` string, nullable
    - `yearPillar` string, nullable
    - `palaces` object[], nullable
      - `key` string, nullable
      - `english` string, nullable
      - `theme` string, nullable
    - `notes` string[], nullable
    - `disclaimer` string, nullable

## Other responses

- `400` — Validation error
- `401` — Missing or invalid API key

## Changes

- **2026-08-24** `8ab5a768b521` — 2 breaking, 7 info
  - the response property `data/palaces/items/` became nullable for the status `200`
  - the `data/palaces/items/` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - added the optional property `data/animal` to the response with the `200` status
  - added the optional property `data/disclaimer` to the response with the `200` status
  - …5 more
- **2026-08-22** `5a17388652f3` — 1 breaking, 2 info
  - added the new required request property `date`
  - added the new optional request property `time`
  - added the new optional request property `timezoneOffset`
- **2026-08-14** `994755209cea` — 2 info
  - api tag `Zi Wei Dou Shu (Purple Star): MVP` added
  - api tag `Zi Wei Dou Shu (Purple Star) — MVP` removed

[Change history](https://skmtc.dev/astroway/apis/astroway-calculation-api/changes/ziwei/full-chart/post.md)

---

[API](https://skmtc.dev/astroway/apis/astroway-calculation-api.md) · [All operations](https://skmtc.dev/astroway/apis/astroway-calculation-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/astroway/astroway-calculation-api/revisions/8ab5a768b521/schema)
