Prognostics

Transit Calendar

Build a month-by-month transit calendar for a natal chart showing exact dates of aspect ingresses and partile hits.

post/transit-calendar

Request body

startDatestring required
endDatestring required
maxOrbnumber nullable
aspectAnglesnumber[]
transitPlanetIdsinteger[]

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 5 of the 13 revisions of this API.596

    • added the optional property data/events/items/aspect/color to the response with the 200 status

      response-optional-property-added

    • added the optional property data/events/items/aspect/i18nKey to the response with the 200 status

      response-optional-property-added

    • added the optional property data/events/items/aspect/orb to the response with the 200 status

      response-optional-property-added

  • 6828e560956413See the full diff
    • the allOf[subschema #2]/transitPlanetIds/items/ request property type/format changed from number/ to integer/

      request-property-type-changed

    • the allOf[subschema #2]/aspectAngles/items/ request property's max was set to 360.00

      request-property-max-set

    • the allOf[subschema #2]/aspectAngles/items/ request property's min was set to 0.00

      request-property-min-set

    • the allOf[subschema #2]/transitPlanetIds/items/ request property's min was set to 0.00

      request-property-min-set

    • added the new optional request property allOf[NatalWrapper]/natal/ayanamsa

      new-optional-request-property

    • the allOf[NatalWrapper]/natal/timezoneOffset request property's max was set to 14.00

      request-property-max-set

    • the allOf[NatalWrapper]/natal/timezoneOffset request property's min was set to -14.00

      request-property-min-set

  • b0533bcc12c0442See the full diff
    • the request property allOf[NatalWrapper]/natal/latitude became not nullable

      request-property-became-not-nullable

    • the request property allOf[NatalWrapper]/natal/longitude became not nullable

      request-property-became-not-nullable

    • the request property allOf[NatalWrapper]/natal/latitude became required

      request-property-became-required

    • the request property allOf[NatalWrapper]/natal/longitude became required

      request-property-became-required

    • the allOf[NatalWrapper]/natal/latitude request property's max was set to 90.00

      request-property-max-set

    • the allOf[NatalWrapper]/natal/longitude request property's max was set to 180.00

      request-property-max-set

    • the allOf[NatalWrapper]/natal/latitude request property's min was set to -90.00

      request-property-min-set

    • the allOf[NatalWrapper]/natal/longitude request property's min was set to -180.00

      request-property-min-set

    • the latitude request property default value 0 was removed

      request-property-default-value-removed

    • the longitude request property default value 0 was removed

      request-property-default-value-removed