Core

Natal Chart

Calculate a full natal chart: planets, house cusps, aspects, sect, and angular data for a given birth moment. When the birth time is unknown, send timeUnknown: true instead of time and the response carries planets and aspects with houses, angles and sect set to null, plus a timeUnknown block giving the range the Moon covers that day.

post/chart

Request body

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

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes