POST · WESTERN

Secondary Progressions

Endpoint POST https://starsapi.com/api/v3/western/forecasting/progressions

Overview

Computes the secondary progressed chart using the classical “day for a year” formula. For someone 36 years old, the progressed chart is calculated for 36 days after birth. Returns progressed planet positions, progressed angles (ASC/MC), and all aspects between progressed and natal planets.

The progressed Moon is the most watched body — it moves ~1° per month and changes sign every ~2.5 years, marking major emotional/life phase shifts.

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.
progression_yearintegerYesTarget year for progressions.
progression_monthintegerYesTarget month.
progression_dayintegerYesTarget day.

Response shape

FieldDescription
natal_planetsOriginal natal positions.
progressed_planetsProgressed positions at target date.
progressed_ascendantProgressed rising sign.
progressed_midheavenProgressed MC.
progressed_aspectsProgressed-to-natal aspects with orbs.
progressed_date_infoCalculation metadata (days of life, progressed days).
target_dateThe target date requested.

Errors

HTTPCodeCause
400MISSING_FIELDRequired field absent (including progression_year/month/day).
400INVALID_DATEInvalid progression target date.
500EPHEMERIS_ERRORComputation failed.

See also