Frost — MET Norway climate data
Frost is MET Norway's API for historical meteorological observations and climate normals. Contains temperature, precipitation, wind and snow depth from hundreds of Norwegian weather stations. Climate normals are calculated over 30-year periods and are the standard reference for Norwegian climate research and planning.
—
Data volume
Daily
Updates
3
MCP tools
{
"data": "..."
}MCP integration
API endpoints
/observationsHistoriske observasjoner
- stationIds required
- Kommaseparert liste over MET stasjons-IDer (f.eks. `SN18700` = Oslo Blindern).
stationIds=SN18700 - elements required
- Kommaseparert liste over element-koder (f.eks. `mean(air_temperature P1D)`).
elements=mean(air_temperature P1D) - referencetime required
- ISO 8601 tidsintervall `<start>/<end>` (f.eks. `2026-05-01/2026-05-10`).
referencetime=2026-05-01/2026-05-10
Show curl example
# GET https://data.ketl.no/api/connectors/frost/observations?stationIds=SN18700&elements=mean(air_temperature%20P1D)&referencetime=2026-05-01%2F2026-05-10
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/frost/observations?stationIds=SN18700&elements=mean(air_temperature%20P1D)&referencetime=2026-05-01%2F2026-05-10"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/klimanormalerKlimanormaler (30-årsperioder)
- by required
- Bynavn (avgjør stasjon via CITY_STATIONS-lookup).
by=oslo
Show curl example
# GET https://data.ketl.no/api/connectors/frost/klimanormaler?by=oslo
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/frost/klimanormaler?by=oslo"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.
/healthTilgjengelighetssjekk
Show curl example
# GET https://data.ketl.no/api/connectors/frost/health
curl \
-H "Accept: application/json" \
"https://data.ketl.no/api/connectors/frost/health"Authenticated call — add one of these headers: x-api-key: ketl_… · Authorization: Bearer … — See the full reference in the documentation.