Core

Planet Positions

Calculate raw planet longitudes for a given date/time without full chart context (no houses, no aspects).

post/planets

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