W

WaterPulse · Water Groundwater

by WaterPulse

GETBaseSolanaArbitrumPolygonWorld ChainMonadX LayerHyperEVMAlgorandXRP LedgerBNB Chain

$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/groundwater

1

Calls / 30d

1

Unique payers / 30d

Aug 20

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
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
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

Pay to0x50ab2018c06c6e4eaa9ba52057eb55ed284912fc
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon, World Chain, Monad, X Layer, HyperEVM, Algorand, XRP Ledger, BNB Chain
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from WaterPulse & similar services