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.
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 |
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 them.
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.
Render a wheel image
To render a natal wheel image, use the Astrology wheel rendering API (GET /api/astrology/wheel.svg or .png). Alternatively, add ?include=wheel to this endpoint to embed the SVG inline (adds 1 Chart request to the call).