Aspects & Points

Parallel Aspects

Calculate parallel (same declination) and contra-parallel (opposite declination) aspects between all planets within orb.

post/parallel-aspects

Request body

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

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes