Aspects & Points

Aspect Bars (Gantt)

Transform aspect timelines into Gantt-style bars grouped by transit planet. Each bar shows the duration an aspect is in orb, with exact dates marked. Useful for visual transit calendars.

post/aspect-bar

Request body

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

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

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

    • added the optional property data/bars/rows/items/bars/items/aspect to the response with the 200 status

      response-optional-property-added

    • added the optional property data/bars/rows/items/bars/items/endDate to the response with the 200 status

      response-optional-property-added

    • added the optional property data/bars/rows/items/bars/items/exactDates to the response with the 200 status

      response-optional-property-added

    • added the optional property data/bars/rows/items/bars/items/lane to the response with the 200 status

      response-optional-property-added

    • added the optional property data/bars/rows/items/bars/items/startDate to the response with the 200 status

      response-optional-property-added

  • 6828e560956459See 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 visiblePlanetIds/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

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

      request-property-min-set