POST · WESTERN

Arabic Parts (Lots)

Endpoint POST https://starsapi.com/api/v3/western/natal/arabic-parts

Overview

Computes 20 classical Arabic Parts (also called Hellenistic Lots). Each lot is a calculated point derived from the formula ASC + Planet A − Planet B. The most famous is the Part of Fortune (also available inline in the planets endpoint).

Sect-aware: lots marked as “reverse at night” swap the additive and subtractive planets in nocturnal charts (Sun below the horizon). The response shows the chart_sect and the actual formula used for each lot, so you can verify the calculation.

Arabic Parts are experiencing a major revival in the Hellenistic/traditional Western astrology community. They provide targeted insight into specific life topics (love, career, health, etc.) that generic planet placements don’t address.

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 house placement of lots.
node_typestringNotrue, mean, or both. Default true.

Response shape

data.chart_sect

"diurnal" or "nocturnal". Determines which formula variant is used for reversible lots.

data.lots[]

FieldTypeDescription
namestringLot name (e.g. "Part of Fortune").
longitudenumberAbsolute tropical longitude (0–360).
signstringZodiac sign.
sign_numberinteger1–12.
sign_symbolstringUnicode symbol.
degree_in_signnumber0–29.99.
degree_in_sign_dmsstringDMS format.
houseintegerHouse placement (1–12).
formulastringActual formula used (e.g. "ASC + Moon - Sun (day)").
descriptionstringBrief meaning of this lot.

All 20 lots

LotDay formulaNight reversalTopic
Part of FortuneASC + Moon − SunYesLuck, body, material wellbeing
Part of SpiritASC + Sun − MoonYesSoul, will, spiritual direction
Part of LoveASC + Venus − SunYesRomantic love, attraction
Part of MarriageASC + Venus − SaturnNoCommitted partnerships
Part of DeathASC + Saturn − MoonNoMortality, endings
Part of IllnessASC + Mars − SaturnNoHealth vulnerabilities
Part of CommerceASC + Mercury − SunYesTrade, business
Part of FatherASC + Saturn − SunYesFather, authority
Part of MotherASC + Moon − VenusYesMother, nurturing
Part of ChildrenASC + Jupiter − SaturnNoOffspring, fertility
Part of SiblingsASC + Jupiter − SaturnYesBrothers, sisters
Part of FriendsASC + Moon − MercuryNoFriendships, alliances
Part of EnemiesASC + Saturn − MarsNoAdversaries, opposition
Part of CareerASC + Saturn − MoonYesProfession, ambition
Part of TravelASC + Mercury − MoonNoJourneys, foreign lands
Part of FaithASC + Mercury − MoonYesReligion, belief systems
Part of CourageASC + Mars − MoonNoBravery, initiative
Part of VictoryASC + Jupiter − MarsNoSuccess, triumph
Part of NecessityASC + Saturn − MercuryYesFate, karmic debts
Part of NemesisASC + Saturn − SunYesHidden enemies, self-undoing

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