# Stratalize Storm Event History

> Stratalize Storm Event History is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns historical storm event counts and chronology for a US state over a specified lookback period, with a signed verifiable attestation on every response.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/storm-event-history
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-storm-event-history-d6150d99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NH7iyTakO0sip7nwjTtw8

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability stratalize-storm-event-history-d6150d99
```

Example prompt: Pull the storm event history for Louisiana going back 15 years — I need the count and chronology for catastrophe risk analysis, with a verifiable signed receipt.

## When to prefer this

Choose this endpoint when operations, supply chain, insurance, or compliance teams need attested, independently verifiable historical storm event data for a specific US state. Prefer it over generic weather APIs when a signed receipt for auditability is required, or when the use case is catastrophe risk modeling, ESG reporting, or regulatory compliance rather than real-time weather forecasting.

## Known failure modes

- Invalid or unrecognized state code — returns 400 or empty result
- years_back value out of supported historical range — may return partial data or error
- Payment failure (x402 protocol) — call not processed if USDC payment not confirmed
- Rate limiting or service unavailability — returns 429 or 503

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when operations or supply chain teams need historical storm event reference for a state or region. Returns storm event history counts and chronology for operational and catastrophe risk analysis

## Output

Returns a dataset of historical storm event counts and a chronological record of storm events for the specified US state over the requested lookback window. Each response includes a cryptographically signed attestation receipt verifiable at trust.stratalize.com/verify, suitable for audit trails in compliance, insurance, and operational risk contexts.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "state": {
   "type": "string",
   "description": "Request parameter: state"
  },
  "years_back": {
   "type": "number",
   "description": "Request parameter: years back"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-storm-event-history-d6150d99/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
