{
  "x402Version": 2,
  "id": 3959,
  "slug": "3959",
  "resource": "https://data.greeneris.io/v1/us/wx-alerts",
  "description": "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.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6ab8efe305cce67daa48c97bde29c04402822dff",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "area": "CA",
            "severity": "Severe"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "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
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "area": {
                    "description": "2-letter US state or marine area code (e.g. CA)",
                    "type": "string"
                  },
                  "event": {
                    "description": "Exact event name, e.g. 'Tornado Warning'",
                    "type": "string"
                  },
                  "point": {
                    "description": "GPS point 'lat,lon' (alternative to area)",
                    "type": "string"
                  },
                  "severity": {
                    "enum": [
                      "Extreme",
                      "Severe",
                      "Moderate",
                      "Minor",
                      "Unknown"
                    ],
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "data.greeneris.io",
  "lastUpdated": "2026-08-27T15:13:13.701Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-27T15:13:13.477Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "data.greeneris.io",
    "manifest_name": "data.greeneris.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}