Prognostics

Secondary Progressions

Calculate secondary progressed chart (day-for-a-year) for a target date. Returns progressed planets, angles, and aspects to natal.

post/progressions

Request body

datestring required
timestring required
timezoneOffsetnumber nullable

Hours from UTC at the given moment, not minutes. Fractional zones are hours too: 5.5 for India, 5.75 for Nepal, -3.5 for Newfoundland. Defaults to 0, meaning UTC.

latitudenumber required
longitudenumber required
houseSystemstring
namestring
citystring
zodiacType'tropical' | 'sidereal'
ayanamsaIdnumber nullable
cosmogramboolean
targetDatestring required
targetTimestring
targetTzOffsetnumber nullable
converseboolean

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes