Mayan Kin API

The Mayan Kin API

Turn any Gregorian date into its full Dreamspell/Tzolkin galactic signature — Kin number, solar seal, galactic tone, the Fifth-Force oracle, wavespell, castle, and 13-Moon date — as clean, typed JSON. The first API to do it, under the same key as astrology.

POST /v1/kin
Authorization: Bearer talismos_live_...
Content-Type: application/json

{ "date": "2019-07-13" }

A real response, not a promise

This is exactly what POST /v1/kin returns for 13 July 2019 — Kin 1, a Galactic Activation Portal.

{
  "kin": 1,
  "signature": "Red Magnetic Dragon",
  "signature_maya": "1 Imix",
  "seal": { "key": "dragon", "label": "Dragon", "maya": "Imix" },
  "tone": { "key": "magnetic", "label": "Magnetic" },
  "is_galactic_activation_portal": true,
  "oracle": {
    "guide":    { "kin": 1,   "label": "Red Magnetic Dragon" },
    "analog":   { "kin": 118, "label": "White Magnetic Mirror" },
    "antipode": { "kin": 131, "label": "Blue Magnetic Monkey" },
    "occult":   { "kin": 260, "label": "Yellow Cosmic Sun" }
  },
  "lunar": { "moon": 13, "day": 17 }
}

See the full schema in the API reference

From zero to your first Kin in three steps

1

Create a free account

Sign up in seconds — the Free tier includes real calls, no card required.

2

Grab your API key

Generate a key from your dashboard. The same key works for Mayan Kin and astrology.

3

Make your first call

POST a date to /v1/kin and get the full galactic signature back as JSON.

Everything the Dreamspell encodes, in one call

Each Kin comes back fully broken down — stable English keys for matching, translated labels for display.

Build with the first Mayan Kin API

Turn any Gregorian date into its full Dreamspell/Tzolkin galactic signature — Kin number, solar seal, galactic tone, the Fifth-Force oracle, wavespell, castle, and 13-Moon date — as clean, typed JSON. The first API to do it, under the same key as astrology.