POST · WESTERN

Solar Arc Directions

Endpoint POST https://starsapi.com/api/v3/western/forecasting/solar-arc

Overview

Computes solar arc directions. The Sun’s progressed movement (roughly 1° per year) is applied uniformly to all natal planets, advancing them by the same arc. Returns directed positions for every planet and all aspects between directed planets and natal positions.

Solar arc directions are a popular timing technique — simpler than secondary progressions (which move each planet at its own rate) but highly effective for pinpointing major life events.

Authentication

MethodExample
Header (recommended)X-Api-Key: am_live_xxxxxxxxxxxx
BearerAuthorization: Bearer am_live_xxxxxxxxxxxx

Request body

FieldTypeRequiredDescription
yearminuteYesStandard birth data fields.
latitude, longitudenumberYesBirth location.
timezonestringYesIANA timezone.
house_systemstringNoDefault placidus.
node_typestringNoDefault true.
target_yearintegerYesTarget year.
target_monthintegerYesTarget month.
target_dayintegerYesTarget day.

Response shape

FieldDescription
natal_planetsOriginal natal positions.
directed_planetsEach planet advanced by the solar arc. Includes both directed and natal longitude/sign.
directed_aspectsDirected-to-natal aspects with orbs.
solar_arc_degreesThe arc in degrees (~1°/year).
target_dateThe target date used.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent.
500EPHEMERIS_ERRORComputation failed.

See also