POST · TRANSIT WESTERN

Ephemeris

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

Returns daily tropical planetary positions for every day in a month, computed at 00:00 UTC. Includes all planets through Chiron with Unicode sign symbols, and provides both true and mean node positions per row.

Authentication

Required.

Request body

FieldTypeRequiredDescription
monthintegerYesCalendar month, 1–12.
yearintegerYes4-digit year.
timezonestringNoIANA timezone for local time label. Default UTC.
planetstringNoall (default), traditional, or specific planet name.

Response shape

Day row

FieldTypeDescription
datestringYYYY-MM-DD.
weekdaystring3-letter weekday.
time_utcstringAlways 00:00.
time_localstringLocal time of midnight UTC.

Planet entry

FieldTypeDescription
namestringPlanet name. Nodes: North Node (True), North Node (Mean), etc.
symbolstringUnicode glyph.
longitudenumberTropical ecliptic longitude (0–360).
sign, sign_symbolstringTropical sign name and Unicode glyph.
degree_in_signnumberDegree within sign (0–30).
degree_dmsstringDMS format.
is_retrogradebooleanRetrograde flag.

Node handling

Both true and mean nodes in every row: north_node_true, north_node_mean, south_node_true, south_node_mean.

See also