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
Method
Example
Header (recommended)
X-Api-Key: am_live_xxxxxxxxxxxx
Bearer
Authorization: Bearer am_live_xxxxxxxxxxxx
Query
?api_key=am_live_xxxxxxxxxxxx
Request body
Field
Type
Required
Description
year
integer
Yes
Birth year (1800–2400).
month
integer
Yes
Birth month (1–12).
day
integer
Yes
Birth day.
hour
integer
Yes
Birth hour (0–23).
minute
integer
Yes
Birth minute (0–59).
second
integer
No
Default 0.
latitude
number
Yes
Decimal degrees.
longitude
number
Yes
Decimal degrees.
timezone
string
Yes
IANA timezone.
house_system
string
No
Default placidus. Affects house placement of lots.
node_type
string
No
true, mean, or both. Default true.
Response shape
data.chart_sect
"diurnal" or "nocturnal". Determines which formula variant is used for reversible lots.
data.lots[]
Field
Type
Description
name
string
Lot name (e.g. "Part of Fortune").
longitude
number
Absolute tropical longitude (0–360).
sign
string
Zodiac sign.
sign_number
integer
1–12.
sign_symbol
string
Unicode symbol.
degree_in_sign
number
0–29.99.
degree_in_sign_dms
string
DMS format.
house
integer
House placement (1–12).
formula
string
Actual formula used (e.g. "ASC + Moon - Sun (day)").