# RiskPulse Real-Time Security Alerts

> RiskPulse Real-Time Security Alerts is a paid API for AI agents from riskpulse-five.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns real-time situational security alerts and actionable safety guidance for a specified current location

## Facts

- Endpoint: GET https://riskpulse-five.vercel.app/api/risk/alerts
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riskpulse-real-time-security-alerts-5ed7f1e2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HTlWzUblbp8lGfvlwKuY0

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 riskpulse-real-time-security-alerts-5ed7f1e2
```

Example prompt: I'm currently in Nairobi, Kenya — pull up any active security alerts or threats in the area right now so I know what to watch out for today.

## When to prefer this

Use this endpoint when an agent or user needs immediate, real-time situational security awareness for a specific location — particularly for travel-safety agents monitoring active travelers, expat agents providing ongoing safety updates, or any scenario requiring current incident-level alerts rather than general country risk profiles. Prefer this over the general country risk profile endpoint when the need is for live, actionable alerts rather than baseline risk assessments.

## Known failure modes

- Invalid or unrecognized location returns 400 with location parsing error
- No active alerts for a given location returns empty alert array with safe status
- Service unavailable or upstream data feed failure returns 503
- Payment not processed returns 402 Payment Required
- Rate limiting returns 429 Too Many Requests

## How this service works

Situational security alerts, real-time travel-safety awareness, current threat level for any location. Returns live security awareness from news, conflict, and earthquake data with actionable guidance.

## Output

A structured response containing real-time security alerts for the specified location, including threat type, severity level, affected areas, and actionable safety guidance such as areas to avoid, recommended precautions, and incident summaries.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "location"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "location": {
   "type": "string",
   "description": "Location"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/riskpulse-real-time-security-alerts-5ed7f1e2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from riskpulse-five.vercel.app](https://www.zero.xyz/host/riskpulse-five.vercel.app/llms.txt)
