The Visamundi API allow you to use some extra features likes Widget.
Like the maps, you can easy add an adaptive widget on your website. It will fill in you sidebar or in the content perfectly.

Visas widget

Here is a sample code to use in your website.

<iframe src="https://widget.visamundi.fr/?s=FR&d=IN" width="100%" height="450px"></iframe>

📘

Width and Height can have different values in order to fit with your design.

Query string variables

  • s
    Country code for departure country, code is in code ISO 3166-1 alpha-2 (2 letters)

  • d
    Country code for destination country, code is in code ISO 3166-1 alpha-2 (2 letters)

Travel restrictions

Here is a sample code to use in your website.

<iframe src="https://api.visamundi.fr/widget/restrictions?o=FR&d=IN" width="100%" height="450px"></iframe>

📘

Width and Height can have different values in order to fit with your design.

Query string variables

  • o
    Country code for origin country, code is in code ISO 3166-1 alpha-2 (2 letters)

  • d
    Country code for destination country, code is in code ISO 3166-1 alpha-2 (2 letters)