Back to catalog
Cortexa research tool·earth climate·metnorway
MetNorway Get Forecast
Get weather forecasts for any global location from the Norwegian Meteorological Institute (MET Norway) Locationforecast API. Returns hourly or 6-hourly temperature, precipitation, wind, humidity, and cloud cover forecasts for up to 9 days. No authentication required, but a User-Agent header with contact info is requested. Excellent free alternative to paid weather APIs. Used by major weather services worldwide.
Livelast probed 2026-05-01 01:00Z· 637msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 637ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"altitude": {
"description": "Station altitude in meters above sea level. Optional. Improves forecast accuracy for mountain locations.",
"type": [
"integer",
"null"
]
},
"lat": {
"description": "Latitude in decimal degrees (-90 to 90). Examples: 59.9139 (Oslo), 51.5074 (London), 40.7128 (New York), 48.8566 (Paris), 35.6762 (Tokyo)",
"type": "number"
},
"lon": {
"description": "Longitude in decimal degrees (-180 to 180). Examples: 10.7522 (Oslo), -0.1278 (London), -74.0060 (New York), 2.3522 (Paris), 139.6503 (Tokyo)",
"type": "number"
}
},
"required": [
"lat",
"lon"
],
"type": "object"
}Examples (1)
Default MetNorway Get Forecast call
public-safeinput
{
"lat": 1,
"lon": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MetNorway_get_forecast
- Tool name
- MetNorway_get_forecast
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse