metno.sunrise
mock data$0.001 / callMET Norway — Sunrise, Sunset & Moon Times
Get precise sunrise, sunset, solar noon, and solar midnight times for any global coordinate and date from the Norwegian Meteorological Institute Sunrise 3.0 API. For the Sun: returns sunrise time + azimuth, sunset time + azimuth, solar noon elevation and visibility. For the Moon: returns moonrise, moonset, high moon, low moon, and lunar phase (0–360°). Supports UTC offset for local time output. Global coverage; handles polar day/night (midnight sun / polar night). CC BY 4.0 + NLOD 2.0, no auth, no upstream cost.
Input schema
Latitude in decimal degrees (e.g. 59.91 for Oslo, 51.5 for London)
Longitude in decimal degrees (e.g. 10.75 for Oslo, -0.12 for London)
Celestial body: "sun" returns sunrise/sunset/solarnoon (default), "moon" returns moonrise/moonset/phase.
Date to compute times for in ISO 8601 format YYYY-MM-DD (e.g. "2026-06-24")
UTC offset for local time output in ±HH:MM format (e.g. "+02:00" for CEST). Defaults to UTC.
Call via REST
curl -X POST https://unifyapi.pro/api/call/metno.sunrise \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"lat":0,"lon":0,"body":"<body>","date":"<date>","offset":"<offset>"}'