Astro-Geography

Zenith

Find all geographic locations where a given planet is exactly at the zenith (MC) at the birth moment.

post/zenith

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