# TravelPulse Visa Requirements Lookup

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

Returns entry requirements (visa type, on-arrival eligibility, e-visa options, restrictions) for a given passport and destination country combination.

## Facts

- Endpoint: GET https://travelpulse-nu.vercel.app/api/travel/visa
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/travelpulse-visa-requirements-lookup-bcbb6f52
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tiAI5ueKUixhZDEg2YEbC

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-bcbb6f52
```

Example prompt: Can you check whether I need a visa to travel to Japan on my US passport — specifically if there's a visa-on-arrival or e-visa option available?

## When to prefer this

Use this endpoint when an agent or traveler needs to quickly determine entry requirements for a specific passport-destination pair without manually searching government websites. Ideal for travel planning agents, itinerary builders, or any workflow that needs to validate whether a passport holder can enter a country and under what conditions.

## Known failure modes

- Unsupported passport or destination country code returns an error or empty result
- Outdated visa policy data if requirements changed recently
- Ambiguous country name inputs may fail to resolve correctly
- Rate limiting or payment failure at $0.08 USDC per call via x402 protocol

## 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 entry requirement details for the specified passport-destination pair, including visa type required, whether visa-on-arrival is available, e-visa eligibility, exemption status, and any notable entry restrictions or conditions.

## 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-bcbb6f52/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from travelpulse-nu.vercel.app](https://www.zero.xyz/host/travelpulse-nu.vercel.app/llms.txt)
