Lunar Calendar
Calculate a lunar calendar for a given month: Moon sign per day, lunar phases, void-of-course windows, and perigee/apogee.
Request body
Response
Successful calculation
Example response
{
"ok": true
}Changes
Changed in 1 of the 13 revisions of this API.28
- ●
removed the optional property
data/daysfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
data/phases/items/timefrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
data/dailyInfoto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/ingressesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/monthto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/moonAspectsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/phases/items/jdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/phases/items/longitudeto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/voidPeriodsto the response with the200statusresponse-optional-property-added
- ○
added the optional property
data/yearto the response with the200statusresponse-optional-property-added
- ●