WaterPulse · Water Flood Risk
by WaterPulse
$0.15
per call · USD Coin on Base
Real-time flood risk for insurance and emergency-planning agents. Combines USGS stream gauges, Open-Meteo precipitation forecasts, and FEMA flood-zone context into current river conditions and actionable guidance.
Endpoint
GET https://waterpulse.theaslangroupllc.com/api/water/flood-risk1
Calls / 30d
1
Unique payers / 30d
Aug 20
Last called
exact
Payment scheme
Call this service
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";
const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);
const res = await fetchWithPay("https://waterpulse.theaslangroupllc.com/api/water/flood-risk", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://waterpulse.theaslangroupllc.com/api/water/flood-risk?lang=en&state=TN" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"current_conditions": {
"action_stage_ft": 30,
"condition": "Below action stage — monitoring recommended",
"flood_stage_ft": 40,
"pct_of_flood_stage": 71,
"primary_river": "Cumberland River",
"stage_ft": 28.4
},
"property_guidance": {
"fema_zones_at_risk": [
"AE",
"AO"
],
"nfip_note": "22% of Nashville flood claims come from outside high-risk zones. Consider coverage if within 1 mile of Cumberland or major tributary.",
"preparation_checklist": [
"Move valuables above ground level",
"Test sump pump",
"Locate flood shutoffs",
"Review NFIP policy limits"
]
},
"query_summary": {
"location": "Nashville TN",
"risk_horizon": "72 hours",
"state": "TN"
},
"risk_assessment": {
"72h_outlook": "Moderate — 40-60% probability of reaching action stage",
"current_risk": "Low-Moderate",
"historical_context": "Cumberland River has exceeded 40 ft (flood stage) 6 times since 2000, including catastrophic 2010 event (51.9 ft)"
},
"upstream_factors": {
"dam_releases": "Army Corps releasing 22,000 cfs at Old Hickory — elevated downstream levels expected",
"precipitation_72h_in": 2.1,
"soil_saturation": "High (>85%) — upstream of Cordell Hull Dam"
}
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of AI & Inference and the homepage with a featured placement.
More from WaterPulse & similar services
WaterPulse · Water Gauge
waterpulse.theaslangroupllc.com
Live USGS river-gauge tick, deterministic. Answers "what is the flow at this gauge right now", "is this river high or low vs this week". Returns the latest streamflow (discharge, cfs) and gage height (ft) for one USGS site plus the 7-day min/max range, reading count, site name and coordinates, straight from USGS instantaneous values. Unknown sites 404 before payment. No LLM, no key, public domain.
WaterPulse · Water Streamflow
waterpulse.theaslangroupllc.com
Real-time streamflow for water and hydrology agents. Returns current flow conditions, flood-stage context, and low-flow drought signals from USGS gauge stations.
WaterPulse · Water Supply Brief
waterpulse.theaslangroupllc.com
Water supply intelligence for utility and investor agents. Covers reservoir storage, utility supply outlook, infrastructure investment, rate trajectory, drought restrictions, and a 5-year risk rating for any US city or region.