Computes midpoints for every pair of planets (plus ASC and MC), then checks whether any planet/point sits on a midpoint (conjunction or opposition within orb). Also provides the 90° sort dial used in Cosmobiology and Uranian astrology.
When a planet activates a midpoint — written as Mars = Sun/Moon (Mars conjuncts the Sun/Moon midpoint) — it blends the themes of all three bodies. The Sun/Moon midpoint is the most famous: any planet there shapes the core identity/emotional axis.
Midpoint analysis is a staple of the Ebertin/Cosmobiology school and increasingly popular in modern psychological astrology.
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
Orb for midpoint activation (0–4°). Default 1.5. Cosmobiologists typically use 1–2°.
Response shape
data.midpoints[]
Array of all midpoint pairs with position data. Typically 105 pairs for 15 bodies (including ASC and MC).
data.activated_midpoints[]
Midpoints that have a planet sitting on them. Each entry:
Field
Type
Description
planet
string
Planet activating the midpoint.
midpoint
string
Midpoint pair (e.g. "Sun/Moon").
type
string
"conjunction" or "opposition" (to the far midpoint).
orb
number
Angular separation in degrees.
notation
string
Ebertin notation (e.g. "Mars = Sun/Moon").
90° sort dial
The data.dial_90 array places all planets on a 0–90° dial (longitude mod 90). This compresses the chart so that conjunctions, squares, and oppositions all appear as conjunctions on the dial — making it easier to spot hard-aspect clusters. Standard in Cosmobiology for identifying stress/tension points.