Calendar & Cycles

Moon Aspects

Calculate all aspects the Moon makes within a date range (applying and separating), useful for electional and horary work.

post/moon-aspects

Request body

yearinteger required
monthinteger required

Response

Successful calculation

okboolean

Example response

{
  "ok": true
}

Changes

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

  • 8ab5a768b52111See the full diff
    • removed the optional property data/aspects from the response with the 200 status

      response-optional-property-removed

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

      response-optional-property-added

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

      request-property-became-not-nullable

    • the year request property's max was set to 9999.00

      request-property-max-set

    • the year request property's min was set to 1.00

      request-property-min-set