Computes the equatorial declination (north/south angle from the celestial equator) for each planet using the Swiss Ephemeris. Detects parallel (same declination, like a conjunction) and contraparallel (opposite declination, like an opposition) aspects.
Declination-based aspects are an entirely separate dimension from ecliptic aspects. Two planets can have no ecliptic aspect yet be in tight parallel — creating a powerful hidden connection that longitude-only analysis misses.
Also flags out-of-bounds planets (declination exceeding the Sun’s maximum of ~23.44°), which traditionally indicates heightened, unconventional, or extreme expression.
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.
month
integer
Yes
Birth month.
day
integer
Yes
Birth day.
hour
integer
Yes
Birth hour.
minute
integer
Yes
Birth minute.
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.
node_type
string
No
true, mean, or both. Default true.
orb
number
No
Parallel/contraparallel orb in degrees (0–3). Default 1.
Out of bounds
A planet is out of bounds when its declination exceeds ~23.44° (the Sun’s maximum, set by Earth’s axial tilt). Moon, Mars, Mercury, and Venus can go OOB; outer planets rarely do. OOB planets are traditionally interpreted as operating “outside the rules” — exceptional, unconventional, or extreme in their expression.
Response shape
data.planets.{name} — each planet with declination (degrees), direction (north/south), and out_of_bounds flag.
data.aspects[] — parallel and contraparallel aspects sorted by orb.