---
title: "Dreamspell (Argüelles 1990)"
method: POST
path: "/mayan/dreamspell"
tags: ["Mayan Calendars"]
---

# Dreamspell (Argüelles 1990)

`POST /mayan/dreamspell`

Modern synchronometer reinterpretation by José Argüelles. Returns kin (1-260) + tone + seal. Distinct from traditional Tzolkin.

## Request body

- MayanDateOnlyInput
  - `date` string, required

## Response `200`

Successful calculation

- object
  - `ok` boolean
  - `data` object
    - `dreamspell` object, nullable
      - `kin` number, nullable
      - `toneNumber` number, nullable
      - `tone` string, nullable
      - `sealIndex` number, nullable
      - `seal` string, nullable
    - `label` 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/6828e5609564/schema)
