Western Astrology
Generate a complete Western astrology chart. Returns planets, signs, houses, aspects, angles, and special points for both the Personality (birth) and Design moments.
Also available at /api/v1/astrology — the legacy URL is still fully supported.
Request
Uses the same shared parameters as all Human Design endpoints: birthDate, birthTime, birthLocation, with optional latitude/longitude overrides.
Response
Response structure
The response contains three main sections:
| Section | Description |
|---|---|
personality | Full Western astrology for the birth (conscious) moment — planets, houses, aspects, angles |
design | Full Western astrology for the Design (unconscious) moment, ~88° Sun offset before birth |
crossAspects | Aspects between Personality and Design planets — shows conscious/unconscious dynamics |
Unlike standard astrology APIs, this endpoint returns TWO complete astrology charts: one for the birth moment (Personality) and one for the Design moment. The crossAspects section reveals the dynamics between these two charts.
Tooltip variant
POST /api/astrology?include=tooltips — Returns the same structure with the tooltips field populated with descriptions for all signs, planets, houses, aspects, elements, and qualities. The legacy URL /api/v1/astrology-tooltip is still supported.