Calendar & Cycles

Lunar Calendar

Calculate a lunar calendar for a given month: Moon sign per day, lunar phases, void-of-course windows, and perigee/apogee.

post/lunar-calendar

Request body

yearnumber nullable required
monthnumber nullable required

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

Changed in 1 of the 13 revisions of this API.28

  • 8ab5a768b52128See the full diff
    • removed the optional property data/days from the response with the 200 status

      response-optional-property-removed

    • removed the optional property data/phases/items/time from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added

    • added the optional property data/phases/items/jd to the response with the 200 status

      response-optional-property-added

    • added the optional property data/phases/items/longitude to the response with the 200 status

      response-optional-property-added

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

      response-optional-property-added

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

      response-optional-property-added