POST · WESTERN

Hemisphere Emphasis

Endpoint POST https://starsapi.com/api/v3/western/predictions/hemisphere

Analyzes planet distribution across chart hemispheres along two axes. The East/West axis reveals whether you are self-directed or other-directed. The North/South axis reveals whether you operate primarily through private foundations or public achievement. Returns counts, planet lists, and prewritten interpretations with keyword pills for the dominant side of each axis.

Hemisphere definitions

AxisSideHousesTheme
East / WestEastern10, 11, 12, 1, 2, 3Self-directed, personal initiative
Western4, 5, 6, 7, 8, 9Other-directed, partnership
North / SouthNorthern1, 2, 3, 4, 5, 6Private, internal, foundational
Southern7, 8, 9, 10, 11, 12Public, external, achievement

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.
languagestringNoDefault en.
house_systemstringNoDefault placidus.

Response shape

FieldTypeDescription
east_westobjecteastern and western with counts/planets/percentages, plus dominant with prediction.
north_southobjectnorthern and southern with counts/planets/percentages, plus dominant with prediction.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
400INVALID_DATEBad calendar date.
400INVALID_TIMEZONENon-IANA timezone.
400INVALID_COORDINATELat/lon out of range.
405METHOD_NOT_ALLOWEDNon-POST request.

See also