Visa API
Changelog
Every update, new feature and improvement to the Orizn Visa API.
12 August 2026
NewNew endpoint POST /api/v1/visa/decision — one decision for a whole itinerary (passport, stops, dates, transit) instead of one pair at a time. It states what it does not know instead of guessing.
NewNew status uncertain, for regimes whose legal basis is genuinely disputed — today the Mali and Niger cases after their ECOWAS exit. Previously these were answered as if settled.
NewEvery response now carries source_url and last_verified_at. They are null when the pair has not been re-sourced yet, rather than hidden.
NewMCP server 1.3.0 — simple visa checks now answer without an API key, 10 requests per day. Four of its five tools required a key before.
ImprovementOne error envelope for the whole API. The same event used to return four different shapes; a client now writes a single parser.
Fixvisa_fee, processing_days and best_apply_period are populated again — 488 data updates had been written but applied to nothing for three months. 39 036 / 39 430 / 16 462 rows now carry a value.
DataNicaragua — 91 passport pairs corrected to Disposición 002-2026, in force since 16 February 2026.
DataMaldives — entry refused to Israeli passports since 15 April 2025; 8 bilateral exemptions corrected, India among them (90 days).
DataJapan — consular fees raised to 15 000 / 30 000 JPY on 1 July 2026; the transit fee category no longer exists and has been removed.
DataNiger and Palestine — published fees removed. The amounts we served do not exist in practice.
ImprovementTwo unverifiable claims removed from the marketing pages: an uptime figure that was never measured, and a policy-change counter the underlying data contradicted.
May 2026
v1.0.0LaunchNew45,987 visa detail pairs (199 / 202 passports/destinations)
Data643,818 translations across 15 languages
NewREST API with 7 endpoints
NewFree, Starter ($49/mo), Pro ($199/mo), Business ($699/mo) and Enterprise plans
NewRate limiting with monthly quotas
NewGoogle & Apple authentication
NewStripe billing integration
DataDetection des changements de politique visa (en reconstruction)
NewWebhook alerts for Business+ plans
NewTeam API keys for Business+ plans
NewBulk endpoint for Pro+ plans
ImprovementInteractive API playground in the documentation
Data Sources
- ●136 official government sources
- ●Passport Index dataset
- ●Manual verification
Supported Languages
FRENESPTDEITJAKOZHRUARHITHVITL
Versioning policy
- ●MAJOR — a response field is removed or changes meaning, an endpoint is removed, or an existing call starts failing. Never shipped without the deprecation notice below.
- ●MINOR — a new endpoint, a new optional field, or a new value in an existing enum (uncertain shipped this way). Not a breaking change: your client must ignore fields and enum values it does not know.
- ●PATCH — data corrections and bug fixes. The shape of the response does not move.
Deprecation notice: 6 months. Anything scheduled for removal is announced on this page, with its removal date, at least 6 months before it stops working.
Current version: whatever the API itself reports — api_version in GET /api/v1/visa/stats, also shown on the status page. That value is the only one to trust; version numbers written elsewhere drift. Status page
Want to start building with the Visa API?
Get your API key