Orizn Visa API · Visa

by Orizn Visa API

GETBase

$0.03

per call · USD Coin on Base

Visa and entry requirements for a passport/destination pair: requirement type, visa-free days, documents, fees, processing time, transit rules, passport validity, overstay penalties and embassy contacts. Answers travel compliance and passport restriction checks, in 15 languages, with the official source and verification date where that pair has been verified.

Endpoint

GET https://visa.orizn.app/api/x402/visa

7

Calls / 30d

2

Unique payers / 30d

Aug 30

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://visa.orizn.app/api/x402/visa", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://visa.orizn.app/api/x402/visa?destination=JPN&lang=en&passport=FRA" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "data": {
    "destination": "JPN",
    "passport": "FRA",
    "requirement": "visa_free",
    "visa_free_days": 90
  },
  "meta": {
    "api_version": "1.0",
    "lang": "en",
    "paid_via": "x402"
  }
}

Payment details

Pay to0xf21df47097d3f49974704cd4f0dfc6a52fa2b334
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Developer Tools and the homepage with a featured placement.

Get featured →

More from Orizn Visa API & similar services