POST · WESTERN

Elemental Balance

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

Overview

Computes the elemental distribution of planets across Fire, Earth, Air, and Water. Returns both raw counts and weighted scores where Sun, Moon, and Ascendant carry double weight (reflecting their outsized influence on personality). Each element includes the list of planets placed in it.

A missing element (zero planets) is astrologically significant — it often indicates an area the native must consciously develop. The response flags any missing elements explicitly.

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 (−90 to 90).
longitudenumberYesDecimal degrees (−180 to 180).
timezonestringYesIANA timezone.
house_systemstringNoDefault placidus. 25 systems supported. See house systems.
node_typestringNotrue, mean, or both. Default true.

Response shape

data.distribution.{element}

FieldTypeDescription
countintegerNumber of bodies in this element.
weightedintegerWeighted score (Sun, Moon, Ascendant count double).
percentagenumberPercentage of total bodies.
weighted_percentagenumberPercentage of weighted total.
planetsarrayNames of bodies in this element (includes "Ascendant" if applicable).

Other fields

FieldTypeDescription
dominantstringElement with highest weighted score.
weakeststringElement with lowest weighted score.
missing_elementsarrayElements with zero planets. Empty array if all represented.
total_pointsintegerTotal unweighted body count.
total_weightedintegerTotal weighted score.

Weighting system

BodyWeightRationale
Sun2Core identity, life force.
Moon2Emotional nature, instinctive reactions.
Ascendant2Physical appearance, how others perceive you.
All other planets1Standard weight.

South Node and Part of Fortune are excluded from the count (South Node is always opposite North Node; Part of Fortune is a calculated lot, not a body).

Element → Signs reference

ElementSignsKeywords
FireAries, Leo, SagittariusEnergy, enthusiasm, action, inspiration
EarthTaurus, Virgo, CapricornPracticality, stability, material focus
AirGemini, Libra, AquariusIntellect, communication, social connection
WaterCancer, Scorpio, PiscesEmotion, intuition, depth, sensitivity

Errors

HTTPCodeCause
400MISSING_FIELDA required field is absent.
400INVALID_DATEInvalid date or year outside range.
400INVALID_TIMEHour/minute/second outside range.
400INVALID_TIMEZONENot a valid IANA identifier.
400INVALID_COORDINATELatitude or longitude out of range.
400INVALID_PARAMInvalid house_system.
500EPHEMERIS_ERRORSwiss Ephemeris computation failed.

See also