POST · WESTERN

Void-of-Course Moon

Endpoint POST https://starsapi.com/api/v3/western/natal/void-of-course

Overview

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

MethodExample
Header (recommended)X-Api-Key: am_live_xxxxxxxxxxxx
BearerAuthorization: Bearer am_live_xxxxxxxxxxxx
Query?api_key=am_live_xxxxxxxxxxxx

Request body

FieldTypeRequiredDescription
yearintegerYesBirth year.
monthintegerYesBirth month.
dayintegerYesBirth day.
hourintegerYesBirth hour.
minuteintegerYesBirth minute.
secondintegerNoDefault 0.
latitudenumberYesDecimal degrees.
longitudenumberYesDecimal degrees.
timezonestringYesIANA timezone.
house_systemstringNoDefault placidus.
node_typestringNotrue, mean, or both. Default true. Affects whether Moon can aspect the North Node.

Response shape

FieldTypeDescription
is_void_of_coursebooleanTrue if Moon makes no major aspect before leaving its sign.
moon_signstringMoon’s current zodiac sign.
moon_degreestringDMS degree in sign.
moon_longitudenumberAbsolute longitude.
degrees_remaining_in_signnumberDegrees before Moon enters the next sign.
approximate_hours_to_sign_changenumberEstimated hours based on current Moon speed.
moon_speednumberMoon’s daily motion in degrees.
last_major_aspectobject|nullLast aspect Moon perfected: planet, aspect, angle, degrees_ago.
next_major_aspect_before_sign_changeobject|nullNext aspect Moon will form: planet, aspect, angle, degrees_away. Null if VOC.
interpretationstringHuman-readable summary.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
400INVALID_PARAMInvalid house_system.
500EPHEMERIS_ERRORComputation failed.

See also