Skip to content
AstroWay/api v2.202.7 · docs
all systems operational

Human Design API - 12 Endpoints: BodyGraph, Channels, Penta

AstroWay API has 12 Human Design endpoints - the deepest HD coverage among commercial APIs. From basic bodygraph to group dynamics in Penta and Dream Rave.

The core BodyGraph from /v1/human-design:

  • Type: Manifestor, Generator, Manifesting Generator, Projector, Reflector
  • Strategy: decision-making mechanism
  • Authority: inner authority (Sacral, Emotional, Splenic, Ego, Self-Projected, Mental, Lunar)
  • Profile: line combination (1/3, 2/4, 3/5, 4/6, etc.)
  • Definition: single, split, triple-split, quadruple-split
  • Centers: 9 centers with defined/open flag
  • Channels: defined channels with names
  • Activations: 26 activations (13 Personality + 13 Design)
  • Circuitry: Individual, Tribal, Collective analysis (/v1/hd/circuitry)

/v1/hd/incarnation-cross returns the cross name, quarter, and the 4 gates of conscious/unconscious Sun and Earth.

  • Penta: group dynamics for 3–5 people (/v1/hd/penta), an extremely rare technique
  • Dream Rave: night design showing unconscious processes during sleep (/v1/hd/dream-rave)
  • Hologenetic Profile: connection between gene keys and HD (/v1/hd/hologenetic)

/v1/human-design/compatibility and /v1/hd/group-overlay compare two or more charts for relationship and team analysis. /v1/human-design/transits tracks daily HD activations over time.

A finished bodygraph on these same calculations: Human Design in the AstroWay app.

EndpointCreditsWhat it returns
/v1/human-design50Full HD chart
/v1/human-design/transits50HD transits for a given date
/v1/human-design/compatibility100Compatibility of two HD charts
/v1/hd/incarnation-cross50Incarnation Cross
/v1/hd/dream-rave50Dream Rave chart (night design)
/v1/hd/hologenetic50Hologenetic Profile
/v1/hd/sensitivity50Time sensitivity (birth time change impact)
/v1/hd/circuitry20Circuitry analysis (Individual, Tribal, Collective)
/v1/hd/penta100Penta - group dynamics for 3–5 people
/v1/hd/group-overlay100Group overlay
/v1/hd/design-date10Design date (88° of Sun before birth)
/v1/hd/rave-new-years10Rave New Year dates

Live demo and the code on GitHub, MIT.

One call to POST /v1/human-design returns the type, strategy, authority, profile, definition, incarnation cross, all nine centres with their active gates, every defined channel and both activation sets. The app draws them: a form, an SVG bodygraph, an activation table. The backend is one route and no framework, because that is the point it makes: the browser cannot reach the API directly, so the key lives on a server.

Terminal window
git clone https://github.com/astroway/starter-human-design
cd starter-human-design && npm install
cp .env.example .env # your key goes here
npm run dev

The demo allows ten readings an hour per address and runs on its own key, which can reach /v1/human-design and nothing else. Clone it and use your own if you need more.

Terminal window
curl -X POST https://api.astroway.info/v1/human-design \
-H "X-Api-Key: aw_live_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"date": "1990-07-14",
"time": "14:30:00",
"timezoneOffset": 3,
"latitude": 50.4501,
"longitude": 30.5234
}'

Endpoints not found in competitor APIs:

  • Dream Rave: night design showing unconscious processes during sleep
  • Hologenetic Profile: connection between gene keys and HD
  • Penta: group dynamics for teams (3–5 people), extremely rare technique
  • Time sensitivity: how birth time shifts of ±5/15/30 min change the chart
  • HR-tech: team selection via Penta and group compatibility
  • Coaching platforms: personalized recommendations based on type and strategy
  • Dating apps: HD compatibility as an additional factor
  • Content platforms: daily/weekly HD insights via transits

Full HD chart - 50 credits. On the Free tier - 100 HD charts per month free.

Was this helpful?
Suggest an edit

Last updated: