# GlobalRules Digital Nomad Visa Info by Country

> GlobalRules Digital Nomad Visa Info by Country is a paid API for AI agents from globalrules-api.onrender.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns digital nomad visa details for a specific country (Portugal), including eligibility, requirements, and key facts.

## Facts

- Endpoint: GET https://globalrules-api.onrender.com/api/v1/country/PT/digital_nomad_visa
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/globalrules-digital-nomad-visa-info-by-country-b08d212c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_RS2xfPEPLDjCMyeIu3h3S

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 globalrules-digital-nomad-visa-info-by-country-b08d212c
```

Example prompt: What are Portugal's digital nomad visa requirements — things like minimum income, how long you can stay, and how to apply?

## When to prefer this

Choose this endpoint when you need a single, verified, structured fact about a specific country's digital nomad visa — especially for cost-sensitive or high-volume lookups at $0.01 per call. It is ideal for agents building travel or relocation tools, itinerary planners, or compliance checks where only the digital_nomad_visa field is needed rather than a full country profile.

## Known failure modes

- Country not among the 98 supported — returns 404 or empty
- Field not available for the requested country — returns null or missing field
- Stale data if the country's visa rules changed recently
- Service unavailable on Render free tier (cold start latency or downtime)
- Payment failure via x402 protocol before data is returned

## How this service works

One specific fact for one country: VAT/GST rate, public holidays by country, visa requirements for travelers, tipping customs, power plug type, minimum wage, corporate tax, digital nomad visa, customs duty-free allowance and more. 138 countries, 55 fields, verified sources. Example: /api/v1/country/JP/vat

## Output

A JSON object containing Portugal's digital nomad visa field data, such as visa availability, required minimum income, eligible applicant types, permitted stay duration, renewal options, and application process details, along with country code and last-updated timestamp.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object",
     "properties": {
      "country": {
       "type": "string"
      },
      "updated": {
       "type": "string"
      }
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/globalrules-digital-nomad-visa-info-by-country-b08d212c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from globalrules-api.onrender.com](https://www.zero.xyz/host/globalrules-api.onrender.com/llms.txt)
