---
title: "Mayan Compatibility"
method: POST
path: "/mayan/compatibility"
tags: ["Mayan Calendars"]
---

# Mayan Compatibility

`POST /mayan/compatibility`

Pair compatibility from Tzolkin name + tone alignment plus elemental/directional affinity. Returns 0-100 score.

## Request body

- MayanPairInput
  - `person1` object, required
    - `date` string, required
  - `person2` object, required
    - `date` string, required

## Response `200`

Successful calculation

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

## Other responses

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

## Changes

- **2026-08-22** `5a17388652f3` — 2 breaking
  - added the new required request property `person1`
  - added the new required request property `person2`

[Change history](https://skmtc.dev/astroway/apis/astroway-calculation-api/changes/mayan/compatibility/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)
