# TravelPulse Visa Requirements Lookup

> TravelPulse Visa Requirements Lookup is a paid API for AI agents from travelpulse.theaslangroupllc.com, paid per call via x402, $0.08/call, status unknown (last checked 2026-09-13).

Returns visa requirements, entry conditions, visa-on-arrival/e-visa availability, and maximum stay limits for any passport/destination combination worldwide.

## Facts

- Endpoint: GET https://travelpulse.theaslangroupllc.com/api/travel/visa
- 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/travelpulse-visa-requirements-lookup-d4272345
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4bDdqkR0tIX6FumqwL_MI

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 travelpulse-visa-requirements-lookup-d4272345
```

Example prompt: What visa requirements does a US passport holder face when traveling to Vietnam — do they need to apply in advance, or is visa-on-arrival or e-visa available, and how long can they stay?

## When to prefer this

Use this endpoint when an agent needs to determine visa requirements, entry eligibility, or stay limits for a specific passport/destination combination. Prefer this over generic travel advisory APIs when you need structured visa-on-arrival and e-visa flags with stay limits rather than narrative travel advisories.

## Known failure modes

- Unknown or unsupported passport/destination country code returns a 404 or empty result
- Outdated visa policy data if the source hasn't been refreshed after a policy change
- Ambiguous country name input may fail to resolve — ISO country codes preferred
- Payment not fulfilled returns a 402 Payment Required response

## How this service works

Visa requirements for travel lookup by passport and destination worldwide. Returns entry requirements, visa-on-arrival and e-visa status, and stay limits for travel and traveler agents.

## Output

Returns structured data on visa requirements for the given passport/destination pair, including whether a visa is required, whether visa-on-arrival is available, whether an e-visa option exists, and the maximum permitted stay duration.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "passport",
  "destination"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "passport": {
   "type": "string",
   "description": "Passport nationality (e.g. US, UK, India, Brazil, Nigeria)"
  },
  "destination": {
   "type": "string",
   "description": "Destination country (e.g. Japan, France, Thailand, Kenya)"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/travelpulse-visa-requirements-lookup-d4272345/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from travelpulse.theaslangroupllc.com](https://www.zero.xyz/host/travelpulse.theaslangroupllc.com/llms.txt)
