UnifyAPI
← Back to catalog

metno.sunrise

mock data$0.001 / call

MET 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.

Weatherprovider: Metno#metno#weather

Input schema

latrequired

Latitude in decimal degrees (e.g. 59.91 for Oslo, 51.5 for London)

number
lonrequired

Longitude in decimal degrees (e.g. 10.75 for Oslo, -0.12 for London)

number
body

Celestial body: "sun" returns sunrise/sunset/solarnoon (default), "moon" returns moonrise/moonset/phase.

string
daterequired

Date to compute times for in ISO 8601 format YYYY-MM-DD (e.g. "2026-06-24")

string
offset

UTC offset for local time output in ±HH:MM format (e.g. "+02:00" for CEST). Defaults to UTC.

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.