# RiskPulse Travel Safety Advisory

> RiskPulse Travel Safety Advisory is a paid API for AI agents from riskpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns travel advisory level, crime and health risks, entry requirements, and insurance recommendations for any destination worldwide

## Facts

- Endpoint: GET https://riskpulse.theaslangroupllc.com/api/risk/travel
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riskpulse-travel-safety-advisory-cb73dd49
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MBej6crJ1b9TOgD9qD878

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-advisory-cb73dd49
```

Example prompt: Can you pull the RiskPulse travel safety assessment for Thailand — I need the advisory level, crime and health risks, entry requirements, and any insurance recommendations?

## When to prefer this

Use this endpoint when an agent needs a comprehensive, multi-dimensional travel safety profile for a specific country or destination — combining advisory level, crime, health, entry requirements, and insurance in a single call. Prefer over generic government advisory scraping when structured, machine-readable output is needed for downstream decision-making or itinerary planning.

## Known failure modes

- Unknown or misspelled destination name returns an error or empty result
- Unsupported or unrecognized territory/region may return no data
- Payment failure or insufficient USDC balance returns 402 Payment Required
- Rate limiting may return 429 Too Many Requests
- Destination data may be stale for rapidly changing conflict zones

## 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 safety profile for the requested destination including: official advisory level (e.g. Level 1-4), crime risk rating, health risks and vaccination concerns, entry requirements (visas, documentation), and insurance recommendations tailored to the destination's risk profile.

## 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-advisory-cb73dd49/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)
