{"entry":{"slug":"met-norway-locationforecast-api","name":"MET Norway Locationforecast","category":"api","summary":"Worldwide hourly weather forecast from the Norwegian Meteorological Institute, no key required.","description":"MET Norway publishes its global forecast model as a free JSON API: give a latitude and longitude, get temperature, wind, precipitation, humidity and symbol codes hour by hour for the next nine days. No key, no account. Their terms require a real identifying User-Agent and respect for the Expires header (do not refetch before it expires). A solid keyless worldwide alternative to Open-Meteo.","auth_mode":"none","endpoint":"https://api.met.no/weatherapi/locationforecast/2.0/compact?lat=48.85&lon=2.35","docs_url":"https://api.met.no/weatherapi/locationforecast/2.0/documentation","tags":["weather","forecast","geo","free"],"capabilities":["get a weather forecast","get hourly forecast","get precipitation forecast"],"auth_params":[],"input_format":"HTTP GET with lat and lon query parameters; identifying User-Agent header required","output_format":"JSON","rate_limit":"About 20 requests per second per client, and clients must honour the Expires header instead of re-polling. Anonymous or generic User-Agents get blocked.","pricing":"Free, licensed under CC BY 4.0 with attribution.","invocation_example":"curl -s -H \"User-Agent: my-agent (contact@example.com)\" \"https://api.met.no/weatherapi/locationforecast/2.0/compact?lat=48.85&lon=2.35\"","verified":false,"verified_at":null,"featured":false,"checks_total":1,"checks_ok":1,"avg_latency_ms":137,"health_ok":true,"health_status_code":200,"health_checked_at":"2026-09-20T11:58:11.387+00:00","health_latency_ms":137,"probe_url":"https://api.met.no/weatherapi/locationforecast/2.0/documentation"}}