Back to catalog
Cortexa research tool·genomics·open_meteo_flood
OpenMeteo Get Flood Forecast
Get river discharge and flood forecast data for any location using Open-Meteo's free GloFAS (Global Flood Awareness System) API. Returns daily river discharge forecasts up to 210 days ahead, based on the Copernicus Emergency Management Service. Useful for flood risk assessment, water resource management, hydropower planning, and climate research. Data resolution is 0.05 degrees (~5km). Latitude/longitude required (use OpenMeteo_geocode_location for coordinates).
Livelast probed 2026-05-01 01:00Z· 629msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 629ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"daily": {
"description": "Comma-separated daily variables. Options: river_discharge, river_discharge_mean, river_discharge_median, river_discharge_max, river_discharge_min, river_discharge_p25, river_discharge_p75. Default: river_discharge.",
"type": [
"string",
"null"
]
},
"forecast_days": {
"description": "Number of forecast days (1-210, default 92). GloFAS provides seasonal forecasts up to 210 days.",
"type": [
"integer",
"null"
]
},
"latitude": {
"description": "Latitude in decimal degrees (e.g., 52.52 for Berlin, 48.85 for Paris, 29.76 for Houston)",
"type": "number"
},
"longitude": {
"description": "Longitude in decimal degrees (e.g., 13.41 for Berlin, 2.35 for Paris, -95.37 for Houston)",
"type": "number"
},
"past_days": {
"description": "Number of past days to include (0-92, default 0). Includes recent historical discharge data.",
"type": [
"integer",
"null"
]
}
},
"required": [
"latitude",
"longitude"
],
"type": "object"
}Examples (1)
Default OpenMeteo Get Flood Forecast call
public-safeinput
{
"latitude": 1,
"longitude": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OpenMeteo_get_flood_forecast
- Tool name
- OpenMeteo_get_flood_forecast
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse