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
}

Changes

Changed in 2 of the 13 revisions of this API.492

  • 8ab5a768b52112See the full diff
    • removed the optional property data/events from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/count to the response with the 200 status

      response-optional-property-added

    • added the optional property data/timelines to the response with the 200 status

      response-optional-property-added

  • 6828e560956448See the full diff
    • the request property maxOrb became not nullable

      request-property-became-not-nullable

    • the request property stepDays became not nullable

      request-property-became-not-nullable

    • the planet1Ids/items/ request property type/format changed from number/ to integer/

      request-property-type-changed

    • the planet2Ids/items/ request property type/format changed from number/ to integer/

      request-property-type-changed

    • the aspectAngles/items/ request property's max was set to 360.00

      request-property-max-set

    • the maxOrb request property's max was set to 30.00

      request-property-max-set

    • the stepDays request property's max was set to 365.00

      request-property-max-set

    • the aspectAngles/items/ request property's min was set to 0.00

      request-property-min-set

    • the maxOrb request property's min was set to 0.00

      request-property-min-set

    • the planet1Ids/items/ request property's min was set to 0.00

      request-property-min-set

    • the planet2Ids/items/ request property's min was set to 0.00

      request-property-min-set

    • the stepDays request property's min was set to 0.04

      request-property-min-set