Skip to main content
POST/v1/western/progressions/solar-arc

Western Solar Arc Directions

Solar Arc Directions for a target date. The solar arc (progressed Sun - natal Sun) is applied uniformly to every natal planet and angle. Unlike secondary progressions, all planets advance at the same rate (~1° per year). Returns directed positions for all 10 planets plus directed MC and ASC.

Request parameters

locationoptional
string | null
City name to resolve to lat/lon/tz automatically. Example: 'Mumbai' or 'New Delhi, India'. If provided, latitude, longitude and timezone are not required.
nameoptional
string
Person name associated with the birth record
daterequired
string
Birth date in YYYY-MM-DD format
timeoptional
string | null
Birth time in HH:MM 24-hour format. If omitted, sunrise chart is used as fallback.
latitudeoptional
number | null
Latitude. Required if location not provided.
longitudeoptional
number | null
Longitude. Required if location not provided.
timezoneoptional
string | null
IANA timezone. Required if location not provided.
ayanamsaoptional
string
Sidereal ayanamsa mode used in calculations
target_dateoptional
string | null
Target date for progressions YYYY-MM-DD. Defaults to today.

Response fields

success
boolean
True if the request succeeded
message
string
Human-readable status message
data
object
data.target_date
string
data.solar_arc
number
Solar arc in degrees applied to all planets
data.age_years
number
data.natal_sun_longitude
number
data.progressed_sun_longitude
number
data.directed_planets
array[object]
data.directed_planets[].name
string
data.directed_planets[].natal_longitude
number
data.directed_planets[].directed_longitude
number
data.directed_planets[].sign
string
data.directed_planets[].sign_index
integer
data.directed_planets[].degree_in_sign
number
data.directed_planets[].dignity
string
data.directed_planets[].dignity_score
integer
data.directed_ascendant
number
data.directed_ascendant_sign
string
data.directed_mc
number
data.directed_mc_sign
string

Errors

Missing or invalid API key.
Upstream ephemeris service error.
API key tier does not include this endpoint.
Unexpected server error.
Too many requests in a short window.
Request body exceeds the size limit.
Referenced resource was not found.
Request body failed schema validation.