WaterPulse · Water Drought
by WaterPulse
$0.08
per call · USD Coin on Base
US drought status for water and ag-trader agents. Returns drought category breakdown by area from the US Drought Monitor, a 12-week trend, and agricultural/municipal impact.
Endpoint
GET https://waterpulse.theaslangroupllc.com/api/water/drought2
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/drought", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://waterpulse.theaslangroupllc.com/api/water/drought?lang=en&state=TX" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"current_drought": {
"D0_abnormally_dry_pct": 18,
"D1_moderate_pct": 28,
"D2_severe_pct": 25,
"D3_extreme_pct": 12,
"D4_exceptional_pct": 5,
"date": "2026-06-03",
"in_drought_pct": 88,
"none_pct": 12
},
"impact_assessment": {
"agriculture": "Pasture conditions rated poor to very poor across 65% of state. Winter wheat harvest severely reduced. Livestock water shortages reported in West Texas.",
"municipal": "Stage 2 water restrictions in 42 municipalities. San Antonio Water System at 61% reservoir capacity.",
"wildfire": "Extreme fire danger across trans-Pecos and Rolling Plains; KEETCH-BYRAM drought index above 700 in 8 counties."
},
"outlook": "3-month outlook (NOAA CPC): 50-70% probability of continued drought in Southwest Texas.",
"query_summary": {
"data_source": "US Drought Monitor",
"period": "last 12 weeks",
"state": "TX"
},
"trend": "Worsening — D3/D4 combined coverage increased from 8% to 17% over 12 weeks."
}Payment details
0x50ab2018c06c6e4eaa9ba52057eb55ed284912fcUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools 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.