# ClimatePulse Severe Weather Alert API

> ClimatePulse Severe Weather Alert API is a paid API for AI agents from climatepulse-six.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-15).

Returns active severe weather alerts and emergency preparedness guidance for a given location

## Facts

- Endpoint: GET https://climatepulse-six.vercel.app/api/climate/severe
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/climatepulse-severe-weather-alert-api-6077cbc7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XkSjmm3OA6AXQandNY0Av

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 climatepulse-severe-weather-alert-api-6077cbc7
```

Example prompt: Are there any active severe weather alerts or emergency warnings for Nashville, Tennessee right now, and what safety precautions should we take?

## When to prefer this

Use this endpoint when an agent needs to determine if a location is currently under any severe weather threat and requires actionable safety guidance — ideal for safety-critical decisions, field operations, event cancellations, or routing around dangerous weather. Prefer over the general current-conditions endpoint when the specific concern is life-safety alerts rather than general weather.

## Known failure modes

- Invalid or unrecognized location returns a 400 error
- No active alerts returns an empty alerts array with a clear status indicator
- Payment not received or x402 auth failure returns 402 Payment Required
- Upstream weather data provider outage may result in 503 or stale data
- Ambiguous location (e.g. city name shared by multiple states) may return results for an unintended area

## How this service works

Should I be worried about the storm headed this way? Severe weather threat assessment — active alerts, threat level, a safety timeline, a preparedness checklist, shelter guidance, and emergency contacts for any location.

## Output

A structured response containing any currently active severe weather alerts for the queried location (e.g. tornado warnings, flash flood watches, severe thunderstorm advisories), their severity levels, affected areas, and actionable emergency preparedness guidance tailored to the alert type.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/climatepulse-severe-weather-alert-api-6077cbc7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from climatepulse-six.vercel.app](https://www.zero.xyz/host/climatepulse-six.vercel.app/llms.txt)
