$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/visa7
Calls / 30d
2
Unique payers / 30d
Aug 30
Last called
exact
Payment scheme
Call this service
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 -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
0xf21df47097d3f49974704cd4f0dfc6a52fa2b334USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Developer Tools and the homepage with a featured placement.
More from Orizn Visa API & similar services
Loyalspark · Recipient API Offers
api.loyalspark.online
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes, customers earn real value with every purchase, and AI agents automate the rest via REST and MCP. Free plan mints up to 1,000 tokens per month; every call is scoped by row-level security to the wallet behind the API key. 16 skill guides at loyalspark.online/.well-known/skills/index.md.
Loyalspark · Workflow Reward Status
api.loyalspark.online
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes, customers earn real value with every purchase, and AI agents automate the rest via REST and MCP. Free plan mints up to 1,000 tokens per month; every call is scoped by row-level security to the wallet behind the API key. 16 skill guides at loyalspark.online/.well-known/skills/index.md.
Loyalspark · Recipient API Vouchers
api.loyalspark.online
Onchain loyalty platform on Base Network. Businesses launch branded rewards in minutes, customers earn real value with every purchase, and AI agents automate the rest via REST and MCP. Free plan mints up to 1,000 tokens per month; every call is scoped by row-level security to the wallet behind the API key. 16 skill guides at loyalspark.online/.well-known/skills/index.md.