Moon Phase
moon_phaseRetrieve current moon phase data: illumination %, age, elongation, waxing/waning status, and zodiac positions of the Sun and Moon.
Instructions
Current moon phase at a given moment — illumination %, age in days, elongation, waxing/waning, sun + moon zodiac signs. Geocentric Sun-Moon elongation per Meeus Ch.48.
[Group: Calendar & Cycles] [Cost: 10 credits (Tier 1)]
Example request body: {"date":"2024-01-25","time":"12:00:00","latitude":0,"longitude":0,"timezoneOffset":0}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Birth date YYYY-MM-DD | |
| time | Yes | Birth time HH:mm:ss (local) | |
| timezoneOffset | No | UTC offset in hours (e.g. 3 for UTC+3, -5 for EST) | |
| latitude | No | Birth latitude in decimal degrees | |
| longitude | No | Birth longitude in decimal degrees | |
| houseSystem | No | House system: P=Placidus (default), K=Koch, W=Whole Sign, E=Equal | |
| city | No | City name (display only) |