# RiskPulse Country Risk Profile

> RiskPulse Country Risk Profile is a paid API for AI agents from riskpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns a comprehensive country risk profile covering political, economic, security, health, and legal risk dimensions using governance, conflict, disaster, and earthquake data.

## Facts

- Endpoint: GET https://riskpulse.theaslangroupllc.com/api/risk/country
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riskpulse-country-risk-profile-5a906931
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SDvmFe80cV9nPuUP95C24

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-5a906931
```

Example prompt: Can you pull the full country risk profile for Nigeria — I want to see their political risk rating, economic stability, security situation, and governance scores before we decide on expanding there?

## When to prefer this

Use this endpoint when you need a multi-dimensional country risk profile covering political, economic, security, health, and legal factors in a single call — particularly when governance, conflict, disaster, or earthquake data is needed alongside traditional political risk ratings. Prefer over travel-advisory-only endpoints when depth of risk analysis across multiple dimensions is required.

## Known failure modes

- Unknown or unrecognized country name/code returns an error or empty result
- Payment failure (insufficient USDC balance) blocks access
- Ambiguous country names (e.g. 'Congo') may return incorrect profile
- Data may lag real-time developments in fast-moving political situations

## 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, and earthquake data.

## Output

A structured country risk profile including ratings and scores across political, economic, security, health, and legal dimensions, along with underlying governance indicators, conflict exposure, natural disaster risk, and earthquake data for the requested country.

## 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-5a906931/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from riskpulse.theaslangroupllc.com](https://www.zero.xyz/host/riskpulse.theaslangroupllc.com/llms.txt)
