WaterPulse · Water Groundwater
by WaterPulse
$0.08
per call · USD Coin on Base
Real-time groundwater levels for water and hydrology agents. Returns depth-to-water, trend analysis, and drought risk context from USGS monitoring wells for any US state.
Endpoint
GET https://waterpulse.theaslangroupllc.com/api/water/groundwater1
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/groundwater", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://waterpulse.theaslangroupllc.com/api/water/groundwater?lang=en&limit=10&state=CA" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"data_source": "USGS National Water Information System",
"groundwater_readings": [
{
"date": "2026-06-05",
"depth_to_water_ft": "142.3",
"percent_of_normal": 68,
"site_code": "11339100",
"site_name": "San Joaquin Valley Well 14N/14E-26F1",
"trend": "declining"
}
],
"query_summary": {
"data_period": "last 30 days",
"sites_analyzed": 10,
"state": "CA"
},
"risk_assessment": "High depletion pressure — Central Valley aquifer declining 8-12 ft/year. Agricultural curtailments likely Q3 2026.",
"state_summary": {
"drought_connection": "Readings 32% below 10-year median; consistent with D3 Extreme Drought across Central Valley",
"median_depth_ft": 138,
"sites_above_normal": 2,
"sites_below_normal": 7
}
}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.