← Back to catalog
usno.moon_phases
mock data$0.001 / callMoon Phases
Get all moon phase dates for a year — New Moon, First Quarter, Full Moon, Last Quarter with exact UTC timestamps. ~50 phases per year. Source: US Naval Observatory (canonical astronomical authority, US Gov public domain).
Input schema
year
integerYear for moon phases (default: current year, e.g. 2026)
Call via REST
curl -X POST https://unifyapi.pro/api/call/usno.moon_phases \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"year":0}'