FreeAPI.watch

MET Norway Locationforecast

Free weather forecast API from the Norwegian Meteorological Institute covering global locations. No key required.

Status
🟢 Online · 561 ms
30-day uptime
100%
Free tier
Unlimited, no key, must set User-Agent header
Auth
No key required
Last 30 days

Free alternatives (live ranking)

Compare MET Norway Locationforecast with…

Paid alternatives

Official docs ↗

Frequently Asked Questions

Does MET Norway Locationforecast require an API key?

No, MET Norway Locationforecast is freely accessible without registration or an API key.

What is MET Norway Locationforecast's free tier?

Unlimited, no key, must set User-Agent header

Is MET Norway Locationforecast currently online?

We check MET Norway Locationforecast every hour. The current status is shown at the top of this page. You can also see the 30-day uptime history in the chart above.

Implementation notes

When to use MET Norway Locationforecast

MET Norway (Locationforecast 2.0) is the cleanest no-key global weather API after Open-Meteo. It is produced by the Norwegian Meteorological Institute — publicly funded, GDPR-clean by default (EU data residency), and using ECMWF as its numerical backbone. Choose MET Norway when you need the strongest data provenance story (a government meteorological service is easier to defend than a commercial provider), when your users are in the Nordic countries and want the local authority, or when you want to avoid US-based providers for compliance reasons. The forecast quality is world-class for the first 48 hours and comparable to Open-Meteo globally.

Common pitfalls

Quick start (bash)

curl -H "User-Agent: my-app/1.0 (contact@example.com)" "https://api.met.no/weatherapi/locationforecast/2.0/compact?lat=59.91&lon=10.75"

From our monitoring

In our hourly monitoring, MET Norway reliably responds in under 400ms. It has maintained 99%+ uptime over the periods we have tracked — consistent with it being government-funded infrastructure rather than a commercial product with cost pressure. We have never seen a MET Norway outage lasting more than 20 minutes across 9 months of monitoring. The `Expires`-header caching model works exactly as documented and is friendlier to clients than the throttle-and-429 model most APIs use.

Production integration patterns

Respect-the-Expires-header pattern

The correct integration pattern with MET Norway is HTTP caching, not scheduled polling. Store the response along with its `Expires` header value. Before making a new call, check the cached response's expiry — if it hasn't expired, reuse. If it has, make the call with an `If-Modified-Since` header echoing the previous `Last-Modified` value. MET Norway returns 304 Not Modified when nothing changed, saving them compute and you bandwidth. This is not just polite; it's the difference between a working integration and an IP ban.

GDPR-friendly weather feature

For products deployed in the EU that need weather integration but want to avoid US-based providers: MET Norway is hosted entirely on Norwegian infrastructure and stores no user data. Combined with Nominatim (also EU-hosted, OSM-backed) for geocoding, you can build a weather feature with zero data flowing outside the EU. Useful for products in healthcare, government, or education where data residency matters more than raw feature completeness.

Compared to the closest paid alternatives

vs Open-Meteo — Free: 10k/day non-commercial · Commercial: €29/month

Open-Meteo has more forecast variables, deeper history, and simpler API design. MET Norway has stronger provenance (government meteorological service, direct ECMWF pipeline). For technical excellence Open-Meteo wins; for institutional trustworthiness MET Norway wins. Many production apps use both — Open-Meteo primary, MET Norway fallback.

vs Weather Underground — No free tier since 2019 · Enterprise sales

Weather Underground was the classic personal weather station API for years but IBM's acquisition killed the free tier in 2019. Now paid-only with unclear pricing (must contact sales). For any use case where you'd have considered WU, use MET Norway or Open-Meteo instead.

Embed this badge

Add a live status badge to your README, docs, or website.

MET Norway Locationforecast status badge

Markdown

[![MET Norway Locationforecast Status](https://freeapi-builder.a10ayassine.workers.dev/badge/met-norway.svg)](https://freeapi.watch/met-norway)

HTML

<a href="https://freeapi.watch/met-norway"><img src="https://freeapi-builder.a10ayassine.workers.dev/badge/met-norway.svg" alt="MET Norway Locationforecast Status"/></a>