POST · WESTERN

Stellium Detection

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

Detects stelliums — concentrations of 3 or more planets in the same sign or the same house. Checks 12 bodies (10 planets + Chiron + Lilith) for both sign-based and house-based clustering. Returns each stellium with its planets, type, and a prewritten interpretation with keyword pills. The min_planets parameter lets clients adjust the threshold (default 3, maximum 6).

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.
node_typestringNoOne of true, mean, both. Default true.
min_planetsintegerNoMinimum planets for a stellium, 3–6. Default 3.

Response shape

FieldTypeDescription
min_planetsintegerThreshold used for this request.
stellium_countintegerNumber of stelliums found.
stelliums[]arrayEach entry: type (sign or house), sign, house, planets array, count, and prediction with title, text, keywords.

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