POST · WESTERN

Hemisphere Balance

Endpoint POST https://starsapi.com/api/v3/western/natal/hemisphere-balance

Overview

Analyzes planet distribution across hemispheres and quadrants. Where planets cluster in the chart reveals the native’s orientation: Eastern emphasis = self-reliant, Western = relationship-oriented, Northern = private/introspective, Southern = public/career-focused.

Also returns quadrant analysis (four groups of three houses each) and the dominant quadrant. House-system-dependent — changing the house system can shift planets between quadrants.

Authentication

MethodExample
Header (recommended)X-Api-Key: am_live_xxxxxxxxxxxx
BearerAuthorization: Bearer am_live_xxxxxxxxxxxx
Query?api_key=am_live_xxxxxxxxxxxx

Request body

FieldTypeRequiredDescription
yearintegerYesBirth year (1800–2400).
monthintegerYesBirth month (1–12).
dayintegerYesBirth day.
hourintegerYesBirth hour (0–23).
minuteintegerYesBirth minute (0–59).
secondintegerNoDefault 0.
latitudenumberYesDecimal degrees.
longitudenumberYesDecimal degrees.
timezonestringYesIANA timezone.
house_systemstringNoDefault placidus. Affects planet house placement and therefore hemisphere counts.
node_typestringNotrue, mean, or both. Default true.

Hemisphere definitions

HemisphereHousesMeaning
Eastern10, 11, 12, 1, 2, 3 (ASC side)Self-directed, independent, personal initiative
Western4, 5, 6, 7, 8, 9 (DSC side)Other-directed, responsive to environment, relationships
Northern1, 2, 3, 4, 5, 6 (below horizon)Private, subjective, inner life, foundations
Southern7, 8, 9, 10, 11, 12 (above horizon)Public, objective, outer life, career and reputation

Quadrants

QuadrantHousesTheme
First (NE)1, 2, 3Personal identity and self-expression
Second (NW)4, 5, 6Personal resources, home, daily service
Third (SW)7, 8, 9Relationships, shared resources, philosophy
Fourth (SE)10, 11, 12Career, community, spirituality

Response shape

data.hemispheres.{name}

FieldTypeDescription
countintegerNumber of planets in this hemisphere.
percentagenumberPercentage of total planets.
planetsarrayPlanet names in this hemisphere.
meaningstringBrief interpretation of emphasis.

Emphasis fields

FieldValuesDescription
east_west_emphasiseastern, western, balancedWhich horizontal half dominates.
north_south_emphasisnorthern, southern, balancedWhich vertical half dominates.
dominant_quadrantfirstfourthQuadrant with most planets.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
400INVALID_DATEInvalid date.
400INVALID_TIMETime outside range.
400INVALID_TIMEZONENot valid IANA.
400INVALID_COORDINATEOut of range.
400INVALID_PARAMInvalid house_system.
500EPHEMERIS_ERRORComputation failed.

See also