Moon Phase (SVG)
render_moon_phaseRender the moon disk with its illuminated fraction for any date, time, and location. Returns SVG and illumination metrics.
Instructions
Render the moon disk with its illuminated fraction at the given moment. Returns SVG plus illumination metrics.
[Group: Visualization]
Example request body: {"date":"1990-05-15","time":"14:30:00","timezoneOffset":3,"latitude":50.45,"longitude":30.52}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Birth data for a single natal chart. Required: date (YYYY-MM-DD), time (HH:mm:ss). Defaults to lat/lon/tz=0 if omitted; pass real values for accurate computation. |