Determines whether the Moon was void-of-course (VOC) at the moment of birth. The Moon is VOC when it will make no more major aspects (conjunction, sextile, square, trine, opposition) to any planet before leaving its current sign.
A natal VOC Moon is traditionally interpreted as someone who operates outside conventional structures — their emotional responses don’t “connect” with the chart in the usual way, which can manifest as unconventional emotional processing, difficulty fitting in, or a wildcard quality.
Returns the last major aspect the Moon made (behind it), the next aspect it will make before the sign boundary (or null if VOC), degrees remaining in the sign, and the Moon’s current speed for estimated time to sign change.
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. Affects whether Moon can aspect the North Node.
Response shape
Field
Type
Description
is_void_of_course
boolean
True if Moon makes no major aspect before leaving its sign.
moon_sign
string
Moon’s current zodiac sign.
moon_degree
string
DMS degree in sign.
moon_longitude
number
Absolute longitude.
degrees_remaining_in_sign
number
Degrees before Moon enters the next sign.
approximate_hours_to_sign_change
number
Estimated hours based on current Moon speed.
moon_speed
number
Moon’s daily motion in degrees.
last_major_aspect
object|null
Last aspect Moon perfected: planet, aspect, angle, degrees_ago.
next_major_aspect_before_sign_change
object|null
Next aspect Moon will form: planet, aspect, angle, degrees_away. Null if VOC.