Astro-Geography

Local Space Chart

Calculate local space chart: azimuth and altitude of each planet from a given geographic location at the birth moment.

post/local-space

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