Computes the tropical natal chart and finds all major aspects (conjunction, sextile, square, trine, opposition) between every pair of bodies in the chart — 10 planets, Chiron, Lilith (Black Moon), Part of Fortune, Ascendant, and Midheaven. Each in-orb aspect is returned with its geometry (exact angle, actual angle in decimal and DMS, orb deviation), an applying/separating flag, a one-word nature label for UI colour-coding, and a prewritten interpretation of roughly 100 words.
Orbs follow standard Western defaults but can be overridden per aspect type via the optional orbs object.
Nature labels — each aspect carries a one-word nature field for instant UI mapping:
Fusion — conjunction (0°)
Smooth — sextile (60°)
Friction — square (90°)
Lucky — trine (120°)
Tense — opposition (180°)
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 (24-hour).
minute
integer
Yes
Birth minute, 0–59.
second
integer
No
Birth second, default 0.
latitude
number
Yes
Decimal degrees, −90 to 90.
longitude
number
Yes
Decimal degrees, −180 to 180.
timezone
string
Yes
IANA timezone (e.g. Asia/Kolkata).
language
string
No
Language code. Supported: en, es (Spanish), fr (French), pt (Portuguese), it (Italian), de (German), ru (Russian). Default en. Falls back to English when the requested language has no entry.
house_system
string
No
Any of 23 supported systems. Default placidus. See house systems.
node_type
string
No
One of true, mean, both. Default true.
orbs
object
No
Override default orbs per aspect type. Keys: conjunction, sextile, square, trine, opposition. Values in degrees (0.5–15). Omitted keys use defaults.
Default orbs
Aspect
Angle
General orb
Sun/Moon orb
Conjunction
0°
8°
10°
Sextile
60°
6°
6°
Square
90°
8°
10°
Trine
120°
8°
10°
Opposition
180°
8°
10°
When custom orbs are supplied via the orbs object, the provided value replaces both general and Sun/Moon orbs for that aspect type. Luminaries do not receive a widened orb in custom mode.