Chart API
POST/api/chartPro
Generate a complete Human Design chart from birth data. Returns type, authority, profile, gates, channels, centers, PHS, Variable, and full planetary positions.
Request
See shared parameters for the full list. All chart endpoints accept birthDate, birthTime, birthLocation, and optional latitude/longitude overrides.
Response
Response fields
| Field | Description |
|---|---|
chart | Core HD properties: type, strategy, authority, profile, definition, incarnation cross, variable |
centers | Defined and open energy centers |
channels | Active channels with gate pairs, name, circuitry, and connected centers |
gates | Gates organized by status: defined, hanging open, hanging closed, open |
personality | Conscious planetary positions with activation (gate/line/color/tone/base), astrology (longitude/sign), and genetics |
design | Unconscious planetary positions (same structure as personality) |
phs | Primary Health System (digestion and environment data) |
ravePsychology | Motivation and perspective from Rave Psychology |
extras | Additional points: Chiron, asteroids, Lilith, Part of Fortune |
Full response example
Tooltip variant
POST/api/chart?include=tooltipsPro
Same chart data as /api/chart, enriched with educational descriptions in the tooltips field. Use this for user-facing content.
The tooltip variant returns an identical response structure. The tooltips field contains full descriptions for every chart element.
Usage
Use /api/chart for raw data processing and storage. Use /api/chart?include=tooltips when you need human-readable descriptions for a UI.