POST · WESTERN

Transit Aspects

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

Overview

Uses WesternNatalTransitAspectsService to compute detailed transit-to-natal aspects for a specific date. Returns each aspect with the transit planet, natal planet, aspect type, orb, applying/separating status, and estimated exact date.

For a broader transit overview including house placements, use transits.

Authentication

MethodExample
Header (recommended)X-Api-Key: am_live_xxxxxxxxxxxx
BearerAuthorization: Bearer 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_typestringNoDefault true.
include_minor_aspectsbooleanNoInclude minor aspects. Default false.

Response shape

data.aspects[] — array of transit-to-natal aspects sorted by orb.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
500EPHEMERIS_ERRORComputation failed.

See also