Aspects & Points

Aspect Timeline

Calculate a timeline of when two specific planets form an exact aspect within a date range, including enter/exact/leave dates.

post/aspect-timeline

Request body

startDatestring required
endDatestring required
stepDaysnumber
planet1Idsinteger[]
planet2Idsinteger[]
aspectAnglesnumber[]
maxOrbnumber

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}