Specialized Charts

Heliocentric Chart

Calculate heliocentric planetary positions (Sun-centered) for a given birth moment. Earth replaces Sun; Moon is excluded.

post/heliocentric

Request body

datestring required
timestring required
timezoneOffsetnumber nullable
latitudenumber nullable
longitudenumber nullable
houseSystemstring
namestring
citystring
zodiacType'tropical' | 'sidereal'
ayanamsaIdnumber nullable
cosmogramboolean

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes