Skip to main content
IziVisas

Add a visa checker to your website

Free, in 3 languages (FR/EN/ES), powered by the continuously updated IziVisas database covering 195+ destinations. One tag to paste — no account needed.

Live preview
Install (30 seconds)

Paste this code where the widget should appear. The attribution link to IziVisas must remain visible: it is the only requirement.

<div class="izivisas-widget" data-lang="en"></div>
<script async src="https://izivisas.com/widget.js"></script>
<p>Visa checker by <a href="https://izivisas.com/en">IziVisas</a></p>

Options

  • data-lang Widget language: fr, en or es (default: fr).
  • data-from Preselects the nationality (2-letter ISO code, e.g. SN).
  • data-to Preselects the destination (2-letter ISO code, e.g. FR).
Free JSON API

The same engine is available as JSON (open CORS) for your own integrations. Responses cached 24h; reasonable rate limits apply; please credit IziVisas with a link.

Example

curl "https://izivisas.com/api/public/visa-check?from=SN&to=FR&locale=fr"

{
  "from": { "code": "SN", "name": "Sénégal" },
  "to": { "code": "FR", "name": "France" },
  "verdict": { "regime": "consular", "color": "red", "duration": "90 jours" },
  "visa": { "name": "Visa Schengen court séjour", "price": { "min": 90, "currency": "EUR" } },
  "detailsUrl": "https://izivisas.com/fr/visas/SN/FR"
}
Terms of use

The widget and API are free for any website. Only condition: keep the visible “Powered by IziVisas” link (widget) or credit izivisas.com with a link (API). Data is provided for guidance — always verify with official sources before travelling.