POST · WESTERN

Elemental Balance

Endpoint POST https://starsapi.com/api/v3/western/predictions/elemental-balance

Analyzes the distribution of 10 classical planets plus the Ascendant (11 points) across the four elements — Fire, Earth, Air, and Water. Returns the full distribution with planet lists and percentages, plus prewritten interpretations with keyword pills for both the dominant and lacking elements.

Element mapping

ElementSigns
FireAries, Leo, Sagittarius
EarthTaurus, Virgo, Capricorn
AirGemini, Libra, Aquarius
WaterCancer, Scorpio, Pisces

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.
secondintegerNoBirth second, default 0.
latitudenumberYesDecimal degrees.
longitudenumberYesDecimal degrees.
timezonestringYesIANA timezone.
languagestringNoLanguage code. Default en.
house_systemstringNoDefault placidus.

Response shape

FieldTypeDescription
distributionobjectFour keys (fire, earth, air, water), each with count, planets array, and percentage.
dominantobjectElement with highest count. Includes element, count, percentage, and prediction.
lackingobjectElement with lowest count. Same shape as dominant.

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