W

WaterPulse · Water Streamflow

by WaterPulse

GETBaseSolanaArbitrumPolygonWorld ChainMonadX LayerHyperEVMAlgorandXRP LedgerBNB Chain

$0.05

per call · USD Coin on Base

Real-time streamflow for water and hydrology agents. Returns current flow conditions, flood-stage context, and low-flow drought signals from USGS gauge stations.

Endpoint

GET https://waterpulse.theaslangroupllc.com/api/water/streamflow

3

Calls / 30d

2

Unique payers / 30d

Aug 23

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/streamflow", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://waterpulse.theaslangroupllc.com/api/water/streamflow?lang=en&limit=10&site=09380000&state=CO" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data_source": "USGS Instantaneous Values Water Services",
  "flow_summary": {
    "lowest_flow_site": "Arkansas River nr Pueblo — 34% of median",
    "sites_above_normal": 1,
    "sites_below_normal": 8,
    "sites_in_flood": 0
  },
  "query_summary": {
    "parameter": "discharge_cfs",
    "sites_analyzed": 10,
    "state": "CO"
  },
  "signal": "Widespread below-normal flows across Colorado indicate ongoing drought stress. No flood risk at monitored sites.",
  "stream_readings": [
    {
      "date_time": "2026-06-07T14:00:00",
      "discharge_cfs": "8420",
      "flow_condition": "Below normal",
      "percent_of_median": 61,
      "site_code": "09380000",
      "site_name": "Colorado River at Lees Ferry, AZ"
    }
  ]
}

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