WaterPulse · Water Quality
by WaterPulse
$0.08
per call · USD Coin on Base
Water quality intelligence for water and utility agents. Returns contaminant levels, pH, dissolved oxygen, temperature, and drinking-water compliance from EPA Water Quality Portal and USGS.
Endpoint
GET https://waterpulse.theaslangroupllc.com/api/water/quality2
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/quality", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://waterpulse.theaslangroupllc.com/api/water/quality?lang=en¶meter=nitrates&state=MI" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"health_context": "Lead has no safe level for children. Even sub-MCL readings warrant filtration in homes with pre-1986 plumbing.",
"quality_readings": [
{
"characteristic": "Lead",
"date": "2026-04-15",
"epa_mcl_mg_l": 0.015,
"location": "Flint River at Flint, MI",
"status": "Below action level",
"unit": "mg/L",
"value": "0.0082"
}
],
"query_summary": {
"parameter": "lead",
"sites_sampled": 12,
"state": "MI"
},
"recommended_action": "Use NSF/ANSI 53-certified filter if lead detected. Contact local utility for free lead testing program.",
"summary": {
"sites_exceeding_limit": 1,
"sites_within_limits": 11,
"trend": "Improving — 40% reduction in detections vs 2023 baseline",
"worst_reading": "0.018 mg/L lead at Saginaw County monitoring well (exceeds 0.015 MCL)"
}
}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.