# RiskPulse Digital Nomad Score & Relocation Ranking

> RiskPulse Digital Nomad Score & Relocation Ranking 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-14).

Returns a 7-dimension ranking (internet, visa, cost of living, safety, healthcare, community, quality of life) for any country or city to evaluate it as a digital nomad destination.

## Facts

- Endpoint: GET https://riskpulse.theaslangroupllc.com/api/risk/nomad
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/riskpulse-digital-nomad-score-relocation-ranking-7547d36b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BfZvvUQ_71b7AZx-cjAMB

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-digital-nomad-score-relocation-ranking-7547d36b
```

Example prompt: Give me the digital nomad score for Tbilisi, Georgia — I want to see how it ranks across internet quality, visa ease, cost of living, safety, healthcare, community, and quality of life.

## When to prefer this

Use this endpoint when you need a structured, multi-dimensional nomad suitability score for a specific country or city — especially when comparing destinations across internet, visa, cost of living, safety, healthcare, community, and quality of life dimensions. Prefer this over generic travel or cost-of-living APIs when the use case is specifically remote-work relocation ranking.

## Known failure modes

- Unknown or misspelled country/city name returns an error or empty result
- Very small or obscure cities may lack sufficient data for all 7 dimensions
- Payment failure (insufficient USDC balance) blocks the request
- Network timeout if the scoring pipeline is slow
- Ambiguous city name (e.g. 'Springfield') may return results for the wrong location

## How this service works

Digital nomad score, remote-work relocation ranking, best country/city for nomads worldwide. Returns a 7-dimension ranking for any country or city: internet, visa, cost of living, safety, healthcare, community, and quality of life.

## Output

A structured 7-dimension nomad ranking for the queried country or city, with individual scores for internet, visa, cost of living, safety, healthcare, community, and quality of life, plus an overall nomad suitability score.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "country"
 ],
 "properties": {
  "city": {
   "type": "string",
   "description": "City"
  },
  "lang": {
   "type": "string",
   "description": "Response language (default en)"
  },
  "country": {
   "type": "string",
   "description": "Country"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/riskpulse-digital-nomad-score-relocation-ranking-7547d36b/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)
