# RiskPulse Country Risk Profile

> RiskPulse Country Risk Profile 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 a comprehensive multi-dimensional country risk profile covering political, economic, security, health, and legal risk dimensions.

## Facts

- Endpoint: GET https://riskpulse-five.vercel.app/api/risk/country
- 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-country-risk-profile-97d7f1f4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PfaJs5_ek-VVAB5gEzm7f

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-country-risk-profile-97d7f1f4
```

Example prompt: Can you pull up a full country risk profile for Nigeria — I need political, economic, security, health, and legal risk scores all in one report for our risk committee review.

## When to prefer this

Choose this endpoint when you need a holistic, multi-dimensional country risk view in a single call — covering political, economic, security, health, and legal dimensions simultaneously. Prefer this over narrower endpoints (travel safety only, sanctions only, business risk only) when the user needs a comprehensive risk committee-style report or wants to compare risk across dimensions without making multiple calls.

## Known failure modes

- Unknown or misspelled country name returns a 404 or validation error
- Payment of 0.1 USDC not completed results in 402 Payment Required
- Rate limiting or quota exceeded returns 429 Too Many Requests
- Data may lag real-world events by days or weeks for rapidly evolving situations
- Some small territories or disputed regions may not be supported

## How this service works

Country risk profile, political risk rating, security and travel-safety intelligence for any country. Covers political, economic, security, health, and legal risk dimensions using governance, conflict, disaster, and earthquake data.

## Output

A structured country risk profile with scores and assessments across multiple dimensions: political risk (stability, governance), economic risk (fiscal health, currency), security risk (conflict, crime), health risk (disease burden, infrastructure), and legal risk (rule of law, corruption). Returns an overall composite risk rating alongside dimension-level breakdowns.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "country": {
   "type": "string",
   "description": "Country name (e.g. Mexico, Thailand, Nigeria)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/riskpulse-country-risk-profile-97d7f1f4/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)
