uk_water
ActiveTool of ai.dynamicfeed/dynamic-feed
Live UK river & water levels and flood warnings from the Environment Agency (England) — real-time gauge readings near a place, each with current level, recent trend (rising / steady / falling), the station's typical range, plus any active EA flood alerts/warnings for the area. `location` = a UK place name ("london", "york", "oxford", "carlisle"; default "london"), OR pass `lat`/`lon` (decimal degrees) for any point in England. COVERAGE: England only (the EA's network — not Scotland/Wales/NI, which have separate agencies). Observational + alert data, not a forecast, and not a substitute for the official GOV.UK flood-warning service for any safety decision. Source: Environment Agency real-time flood-monitoring API — Open Government Licence v3.0 (commercial use permitted with the EA's mandated attribution, carried in provenance), keyless. Every value is returned in an Ed25519-signed, provenance-stamped envelope (source and observation time) you can verify offline against /.well-known/keys, no account required.
Parameters schema
{
"type": "object",
"title": "uk_waterArguments",
"properties": {
"lat": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Lat",
"default": null
},
"lon": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"title": "Lon",
"default": null
},
"location": {
"type": "string",
"title": "Location",
"default": "london"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
ai.dynamicfeed/dynamic-feed
1/7 registries