---
title: "Animal Compatibility"
method: POST
path: "/chinese/zodiac/compatibility"
tags: ["Chinese: Zodiac & Feng Shui"]
---

# Animal Compatibility

`POST /chinese/zodiac/compatibility`

Pair compatibility score (0-100) using San He trine + Liu Chong conflict-pair canon.

## Request body

- ChinesePairInput
  - `person1` object, required
    - `date` string, required
    - `time` string
    - `timezoneOffset` number, nullable — Hours from UTC at the given moment, not minutes. Fractional zones are hours too: 5.5 for India, 5.75 for Nepal, -3.5 for Newfoundland. Defaults to 0, meaning UTC.
    - `solarYear` integer
  - `person2` object, required
    - `date` string, required
    - `time` string
    - `timezoneOffset` number, nullable — Hours from UTC at the given moment, not minutes. Fractional zones are hours too: 5.5 for India, 5.75 for Nepal, -3.5 for Newfoundland. Defaults to 0, meaning UTC.
    - `solarYear` integer

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `person1` object, nullable
      - `solarYear` number, nullable
      - `animal` string, nullable
    - `person2` object, nullable
    - `compatibility` object, nullable
      - `score` number, nullable
      - `category` string, nullable
      - `notes` string[], nullable

## Other responses

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

---

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