AstroWay/api v2.95.1 · nl
alle systemen normaal
// astrology api · POST /v1/draconic

Draconic Chart API

Re-anchor the whole zodiac to the Moon's North Node. Slide 0° Aries onto the natal North Node and every planet is re-read in nodal — 'draconic' — longitude. Pass a birth chart, get planets, houses, and aspects expressed in the draconic frame. Swiss Ephemeris precision, JSON out.

Endpoint
POST /v1/draconic
Cost
20 credits
Latency
~64 ms
Tier
Tier 2
// 01 / What it computes

Draconic Chart API

The draconic endpoint computes the standard tropical chart from the birth data, then rotates the entire zodiac so that the Moon's North Node sits at 0° Aries. Every planetary longitude is shifted by that same amount — subtract the node's tropical position from each — re-expressing the whole chart in nodal, or draconic, coordinates while preserving all the relative angular relationships between bodies. The response returns the draconic planets with their new signs and house placements, the house cusps in the rotated frame, and the full aspect grid with applying and separating flags and exact orbs. Because the rotation is rigid, the aspects between planets stay intact; what changes is which signs and degrees they occupy. The draconic chart is traditionally read as a soul-level or karmic overlay, the inner pattern beneath the tropical personality chart.

// 02 / Live request

POST/v1/draconic

curl -X POST https://api.astroway.info/v1/draconic \
  -H "X-Api-Key: aw_live_..." \
  -H "Content-Type: application/json" \
  -d '{
  "date": "1990-05-15",
  "time": "14:30:00",
  "timezoneOffset": 3,
  "latitude": 50.45,
  "longitude": 30.52
}'
Response (excerpt)
{
  "ok": true,
  "data": {
    "input": {},
    "planets": [
      {
        "name": "Sun",
        "longitude": 211.6,
        "sign": "Scorpio",
        "house": 4
      }
    ],
    "houses": {
      "ascendant": 318,
      "mc": 228,
      "cusps": [
        "…"
      ]
    },
    "aspects": [
      "…"
    ],
    "chartSect": "day"
  }
}
// 03 / Parameters

Parameters

nametypeRequired
date string (YYYY-MM-DD) yes Birth date.
time string (HH:MM:SS) yes Local clock time at birth.
timezoneOffset number (hours) yes UTC offset in effect at the birth moment (e.g. 3 for Kyiv summer time). Decimal allowed for half-hour zones.
latitude number yes Birth-place latitude, decimal degrees (north positive).
longitude number yes Birth-place longitude, decimal degrees (east positive).
// 04 / When to use it

When to use it

Use the draconic chart when you want the karmic or soul-purpose layer that astrologers read beneath the ordinary natal chart — a 'soul chart' feature, a depth-astrology report, or an AI narrative that contrasts the tropical self with the draconic essence. It is most revealing when compared against the tropical chart of the same person, or laid over a partner's chart in draconic synastry to surface soul-level contact. Because the transformation is a clean rotation, you can compute the tropical natal once and request the draconic version to place the two side by side. Reach for it in interpretive, reflective contexts rather than event-timing ones — it speaks to underlying pattern and intent, not to dates.

// 05 / Notes

Notes

The rotation is anchored to the Moon's North Node, placing it at 0° Aries; all bodies shift by the node's tropical longitude, so inter-planet aspects are preserved and only sign and degree placements change. Read it as a karmic overlay to the tropical chart, not a replacement. Houses follow your chosen system in the rotated frame; tropical-derived and Swiss Ephemeris throughout.

Try the Draconic Chart API

Grab a key and make your first call in under a minute.

99.9% SLA · betaalde plannen · 30d status →