Skip to content
AstroWay/api v2.19.0 · docs
all systems operational
UA EN

Human Design

AstroWay API has 12 Human Design endpoints — the deepest HD coverage among commercial APIs. The main endpoint POST /v1/human-design returns a full chart. Cost: 50 credits (Tier 3).

EndpointCreditsWhat it returns
/v1/human-design50Full HD chart: type, strategy, authority, channels, centers, profile
/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
/v1/hd/hologenetic50Hologenetic Profile
/v1/hd/sensitivity50Time sensitivity (how birth time changes affect the chart)
/v1/hd/circuitry20Circuitry analysis
/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

Parameters are the same as /v1/chart:

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
}'
{
"input": {
"date": "1990-07-14",
"time": "14:30:00",
"timezoneOffset": 3,
"latitude": 50.4501,
"longitude": 30.5234
},
"type": "Generator",
"strategy": "To Respond",
"notSelfTheme": "Frustration",
"authority": "Sacral",
"profile": "1/3",
"definition": "single",
"cross": {
"name": "Right Angle Cross of the Sphinx",
"quarter": "Civilization",
"gates": [1, 2, 7, 13]
},
"centers": [
{ "name": "Sacral", "defined": true },
{ "name": "Root", "defined": true },
{ "name": "SolarPlexus", "defined": false },
{ "name": "Heart", "defined": false },
{ "name": "Throat", "defined": true },
{ "name": "Ajna", "defined": false },
{ "name": "Head", "defined": false },
{ "name": "Spleen", "defined": true },
{ "name": "G", "defined": true }
],
"channels": [
{ "gate1": 34, "gate2": 20, "name": "Channel of Charisma", "type": "Generated" }
],
"personalityActivations": [
{ "gate": 1, "line": 3, "planet": "Sun", "side": "personality" }
],
"designActivations": [
{ "gate": 2, "line": 5, "planet": "Sun", "side": "design" }
],
"designJd": 2448000.123,
"personalityJd": 2448087.979
}
FieldTypeDescription
typestringManifestor, Generator, Manifesting Generator, Projector, Reflector
strategystringDecision-making strategy
authoritystringInner authority
profilestringProfile (e.g. "1/3", "4/6")
definitionstringsingle, split, triple-split, quadruple-split
crossobjectIncarnation Cross (name, quarter, 4 gates)
centersarray9 centers with defined/open flag
channelsarrayDefined channels
personalityActivationsarray13 Personality activations (conscious)
designActivationsarray13 Design activations (unconscious)
Was this helpful?
Suggest an edit

Last updated: