Chart API
Generate a complete Human Design chart from birth data. Returns type, authority, profile, gates, channels, centers, PHS, Variable, and full planetary positions.
Also available at /api/v2/data — the legacy URL is still fully supported.
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
Same chart data as /api/chart, enriched with educational descriptions in the tooltips field. Use this for user-facing content.
Also available at /api/v2/data-tooltip — the legacy URL is still fully supported.
The tooltip variant returns an identical response structure with the tooltips field populated with full descriptions for every chart element — types, authorities, profiles, gates, channels, centers, and more.
Use /api/chart for raw data processing and storage. Use /api/chart?include=tooltips when you need human-readable descriptions for a UI.