Calendar & Cycles

Moon Void-of-Course

Find Moon void-of-course periods within a date range. The Moon is VOC from its last aspect until it enters the next sign.

post/moon-voc

Request body

datestring required
timestring required
timezoneOffsetnumber nullable

Hours from UTC at the given moment, not minutes. Fractional zones are hours too: 5.5 for India, 5.75 for Nepal, -3.5 for Newfoundland. Defaults to 0, meaning UTC.

rangeDaysnumber

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 3 of the 13 revisions of this API.3711

  • 8ab5a768b52159See the full diff
    • removed the optional property data/periods/items/end from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/periods/items/lastAspect/planet from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/periods/items/lastAspect/type from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/periods/items/nextSign from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/periods/items/start from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/periods/items/durationHours to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property data/periods/items/endJd to the response with the 200 status

      response-optional-property-added

    • added the optional property data/periods/items/lastAspect/aspectName to the response with the 200 status

      response-optional-property-added

    • added the optional property data/periods/items/lastAspect/aspectSymbol to the response with the 200 status

      response-optional-property-added

    • added the optional property data/periods/items/lastAspect/planetId to the response with the 200 status

      response-optional-property-added

    • added the optional property data/periods/items/nextSignIndex to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property data/periods/items/startJd to the response with the 200 status

      response-optional-property-added

  • 6828e560956412See the full diff
    • the request property rangeDays became not nullable

      request-property-became-not-nullable

    • the rangeDays request property's max was set to 366.00

      request-property-max-set

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

      request-property-min-set

  • 5a17388652f322See the full diff
    • added the new required request property date

      new-required-request-property

    • added the new required request property time

      new-required-request-property

    • added the new optional request property rangeDays

      new-optional-request-property

    • added the new optional request property timezoneOffset

      new-optional-request-property