E

eu-verify · US WX Alerts

by eu-verify

GETBase

$0.005

per call · USD Coin on Base

Active weather alerts from the US National Weather Service (NOAA, public domain, real-time feed). Query: ?area=CA (2-letter state code) or ?point=34.05,-118.24; optional severity=Extreme|Severe|Moderate|Minor and event='Tornado Warning'. Returns up to 50 normalized alerts: event, severity, urgency, headline, affected areas, onset/expiry. count=0 means no active alert matches. 2 min cache.

Endpoint

GET https://data.greeneris.io/v1/us/wx-alerts

1

Calls / 30d

1

Unique payers / 30d

Aug 27

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://data.greeneris.io/v1/us/wx-alerts", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/us/wx-alerts?area=CA&severity=Severe" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "alerts": [
    {
      "area_desc": "San Gorgonio Pass Near Banning",
      "certainty": "Likely",
      "description": "* WHAT...Temperatures up to 106 expected...",
      "event": "Heat Advisory",
      "expires": "2026-07-14T20:00:00-07:00",
      "headline": "Heat Advisory issued July 13 at 2:57PM PDT",
      "onset": "2026-07-13T14:57:00-07:00",
      "sender": "NWS San Diego CA",
      "severity": "Severe",
      "urgency": "Expected"
    }
  ],
  "count": 1,
  "filters": {
    "area": "CA",
    "severity": "Severe"
  },
  "source": "US National Weather Service (api.weather.gov, NOAA, public domain, real-time)",
  "truncated": false
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from eu-verify & similar services