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" }
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 }
}
Sign up in seconds — the Free tier includes real calls, no card required.
Generate a key from your dashboard. The same key works for Mayan Kin and astrology.
POST a date to /v1/kin and get the full galactic signature back as JSON.
Each Kin comes back fully broken down — stable English keys for matching, translated labels for display.