ephemeris_moon_phase
Determine the Moon's phase angle, illumination, zodiac sign, and void-of-course status at any specific time. Get precise lunar phase and sign answers for a given datetime or right now.
Instructions
Get the Moon's current phase angle, illumination, sign and void-of-course status AT a specific point in time. Returns phase name (New, Waxing Crescent, etc.), illumination %, the zodiac sign and degree the Moon occupies, and next void-of-course period.
⚠️ THIS TOOL ANSWERS: 'What phase is the moon in right now (or at a given datetime)?' and 'What sign is the moon in?' ❌ THIS TOOL DOES NOT ANSWER: 'When is the next new moon / full moon?' → For upcoming phase DATES use ephemeris_next_lunar_phase instead.
For a user-facing interactive moon-phase dial, use explore_moon_phase instead.
CREDIT COST: 2 credits — phase and void-of-course are metered separately. For phase alone at 1 credit, use dev_read_api path='/ephemeris/moon/phase'.
If no datetime is provided, returns the current (live) moon phase.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| datetime | No | ISO 8601 datetime to query, stating its zone ('2026-03-20T12:00:00Z' or '2026-03-20T08:00:00-04:00'), or a local time together with `timezone`. If omitted, returns the current live moon phase (UTC now). | |
| latitude | No | Observer latitude (optional, used for local void-of-course calculations). | |
| timezone | No | IANA timezone (e.g. `America/Chicago`); required when the datetime is naive, ignored otherwise. | |
| longitude | No | Observer longitude (optional, used for local void-of-course calculations). |