About this endpoint
What it does
Returns the next 12 upcoming Moon phases from today (UTC). No parameters needed.
Query Parameter(s)
None.
Response
Returns a JSON object with a count integer field and a phases array field. Each item in phases is an object containing a phase string enum and an exact_utc date-time string.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| count | Integer | Yes | Total number of phase records returned (12). |
| phases | Object Array | Yes | Array of phase objects. |
| phases[].phase | ENUM | Yes | One of: new, first_quarter, full, last_quarter. |
| phases[].exact_utc | String | Yes | Exact UTC date and time in date-time format. |