POST · TRANSIT WESTERN

Upcoming

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

A forward-looking, chronologically-merged timeline of upcoming transit events: sign ingress, retrograde stations, combustion, moon phases, and eclipses. Tropical zodiac. No panchang/nakshatra events (Vedic-only).

Authentication

Required.

Request body

FieldTypeRequiredDescription
windowstringNo7d, 30d (default), 3m, 6m, 12m.
daysintegerNoCustom window in days (overrides window).
timezonestringNoIANA timezone. Default UTC.
from_datestringNoStart date. Default: today.
event_typesstring[]Nosign_ingress, retrograde, combust, moon_phase, eclipse. Default: all.
planetstringNoPlanet filter. Default all.
include_moonbooleanNoInclude Moon ingress events. Default false.

Response shape

Chronological events array. Each event has:

FieldTypeDescription
event_typestringsign_ingress, retrograde, combust, moon_phase, eclipse.
datestringEvent date.
timestringEvent time in requested timezone.
descriptionstringHuman-readable summary.
planetstringPlanet (planetary events only).

Additional fields vary by event type: ingress has from_sign/to_sign, retrograde has motion/sign, eclipse has details with type/subtype/moon_sign.

See also