# RiskPulse Country Risk Comparison

> RiskPulse Country Risk Comparison 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-15).

Compares risk profiles across multiple countries side-by-side, returning AI-synthesized safety, political, and business risk intelligence for each.

## Facts

- Endpoint: GET https://riskpulse.theaslangroupllc.com/api/risk/compare
- 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-comparison-0ada9883
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_E56EBQ3XpUa5hVuWU0b75

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-comparison-0ada9883
```

Example prompt: Compare the risk profiles of Mexico, Colombia, and Costa Rica — I want to see which is safest for business travel and supply chain operations.

## When to prefer this

Choose this endpoint when you need to compare two or more countries against each other on risk dimensions, rather than retrieving a single country profile. Ideal for decision-making scenarios involving destination selection, market entry prioritization, or supply chain diversification where relative risk ranking matters more than absolute scores.

## Known failure modes

- Missing or invalid 'countries' parameter returns an error
- Unrecognized country names may result in missing data or partial results
- Too many countries in a single request may cause timeout or truncated response
- Empty example response schema means exact output structure is undocumented and may vary
- Non-English language parameter may produce partial results if translation is incomplete

## How this service works

Country risk comparison, side-by-side safety and stability ranking for multiple countries worldwide. Compares safety, political stability, business environment, and expat friendliness using governance data plus live research.

## Output

A structured JSON response containing side-by-side risk comparisons for each requested country, including AI-synthesized travel safety scores, political stability indicators, business risk ratings, sanctions exposure, and supply chain disruption risk metrics for each country in the comparison set.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "countries"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "countries": {
   "type": "string",
   "description": "Comma-separated country names (e.g. Mexico,Colombia,Costa Rica)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

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