# RiskPulse Travel Safety Assessment

> RiskPulse Travel Safety Assessment is a paid API for AI agents from riskpulse-five.vercel.app, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-14).

Returns a comprehensive travel safety assessment for a destination, including advisory level, crime risks, health risks, entry requirements, and insurance recommendations.

## Facts

- Endpoint: GET https://riskpulse-five.vercel.app/api/risk/travel
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riskpulse-travel-safety-assessment-a3096a9a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_OibOnYul2srqMZ70E5PQ9

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-travel-safety-assessment-a3096a9a
```

Example prompt: Can you give me a full travel safety assessment for Medellín, Colombia — I need the advisory level, crime risks, any health hazards, entry requirements for a US passport holder, and whether I need travel insurance?

## When to prefer this

Use this endpoint when an agent needs a consolidated, multi-dimensional travel safety briefing — combining advisory level, crime, health, entry requirements, and insurance in a single call — rather than querying separate government or health APIs individually.

## Known failure modes

- Unknown or misspelled destination returns a 404 or empty result
- Outdated advisory data if upstream government sources are not refreshed
- Missing entry requirements for certain nationality/destination combinations
- Rate limiting or payment failure returns 402 or 429 error
- Overly broad destination (e.g. 'Europe') may return ambiguous or no results

## How this service works

Travel safety, travel advisory level, country safety rating for any destination worldwide. Returns advisory level, crime, health risks, entry requirements, and insurance recommendations.

## Output

Returns a structured travel risk profile including an advisory level (e.g. Level 1–4), crime risk score, health risk indicators (vaccination requirements, disease alerts), entry requirements (visa, passport validity), and tailored insurance recommendations for the destination.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "country": {
   "type": "string",
   "description": "country"
  },
  "nationality": {
   "type": "string",
   "description": "Traveler nationality (default: US)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/riskpulse-travel-safety-assessment-a3096a9a/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)
