POST · TRANSIT WESTERN

Transit-to-Transit Aspects

Endpoint POST https://starsapi.com/api/v3/transit/western/transit-aspects

Computes aspects between transiting planets over a date range with entry, exact, and exit dates. Both planets move. Max range: 366 days. For a single-moment snapshot, use aspects instead.

Authentication

Required.

Request body

FieldTypeRequiredDescription
start_datestringYesYYYY-MM-DD.
end_datestringYesYYYY-MM-DD. Max 366 days from start.
timezonestringNoIANA timezone. Default UTC.
planetsstring[]NoFilter planets. Default: all.
orbsobjectNoCustom orb overrides per aspect type.

Response shape

FieldTypeDescription
planet_1, planet_2stringThe two transiting planets.
aspect_typestringAspect name (conjunction, trine, etc.).
aspect_angleintegerExact angle.
orbnumberOrb distance.
entry_datestringAspect enters orb.
exact_datestringAspect is exact.
exit_datestringAspect leaves orb.
is_applyingbooleanApproaching exact.
planet_1_sign, planet_2_signstringTropical signs at exactitude.

See also