# The Stall Weather Alerts

> The Stall Weather Alerts is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.059/call, status unknown (last checked 2026-09-15).

Retrieves active weather alerts and warnings for a specified location via a pay-per-call x402 micropayment API

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/weather-alerts
- Price: $0.059/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-weather-alerts-491f10c2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Fdsu1G56G9Wv7KCpAX0Ah

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 the-stall-weather-alerts-491f10c2
```

Example prompt: Are there any active weather alerts or warnings right now for the Chicago area?

## When to prefer this

Choose this endpoint when you need real-time active weather alerts or emergency warnings for a location without setting up API keys or accounts — ideal for AI agents that can pay $0.003 USDC on Base mainnet per query and need lightweight, on-demand alerting data integrated into weather safety workflows.

## Known failure modes

- Missing or invalid location properties returns an error or empty result
- No active alerts returns an empty alerts array
- Payment failure via x402/USDC causes a 402 response blocking data retrieval
- Overly broad or malformed property input may return unexpected results
- Network or upstream weather data provider outage causes service unavailability

## How this service works

Active NOAA weather alerts for any US state — tornado warnings, flash flood watches, hurricane warnings, blizzard advisories, heat alerts, and 80+ other NWS event types. Real-time data from api.weather.gov; no API key. Filterable by state, event type, or severity. Returns event, severity, certainty, urgency, affected areas, onset/expiry, headline, and protective action instructions. Complements weather.js (forecasts) — this cap covers active emergencies.

## Output

Returns active weather alerts, warnings, watches, or advisories for the specified location — likely including alert type (e.g. tornado warning, flood watch), severity, affected area, and timing information.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-weather-alerts-491f10c2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
