greeneris-data US Weather Alerts is a paid API for AI agents from data.greeneris.io, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).
Retrieves active US National Weather Service alerts filtered by state, marine area, GPS point, event type, or severity level
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.
A JSON object containing a count of matching alerts, an array of alert objects (each with event name, onset and expiry timestamps, NWS sender office, severity, urgency, certainty, headline, and full description text), the data source attribution (NOAA/api.weather.gov), the applied filters, and a truncation flag.
GEThttps://data.greeneris.io/v1/us/wx-alertsUse this endpoint when you need real-time, official NWS weather alert data for US states or specific GPS points and want a simple pay-per-call model with no API key setup. Prefer this over raw api.weather.gov integration when you need normalized JSON output, severity filtering, and x402-compatible micropayment access. Especially suited for AI agents that need to surface actionable safety alerts without maintaining credentials.
| Field | Type | Description |
|---|---|---|
| inputrequired | object | |
| output | object |
{
"type": "json",
"example": {
"count": 1,
"alerts": [
{
"event": "Heat Advisory",
"onset": "2026-07-13T14:57:00-07:00",
"sender": "NWS San Diego CA",
"expires": "2026-07-14T20:00:00-07:00",
"urgency": "Expected",
"headline": "Heat Advisory issued July 13 at 2:57PM PDT",
"severity": "Severe",
"area_desc": "San Gorgonio Pass Near Banning",
"certainty": "Likely",
"description": "* WHAT...Temperatures up to 106 expected..."
}
],
"source": "US National Weather Service (api.weather.gov, NOAA, public domain, real-time)",
"filters": {
"area": "CA",
"severity": "Severe"
},
"truncated": false
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"