Skip to content

Visamundi Developers

The travel & visa data layer, built for developers.

Countries, currencies, vaccines and visa requirements across 249 countries. Clean JSON, one token, three ways to integrate.

  • 249 countries covered
  • 24-72h for most cases
  • 99.6% acceptance rate
  • Hosted in Europe
Quickstart

Your first call

One Bearer token, one predictable envelope. A real request and the JSON it returns, no SDK required.

Request
Terminal window
curl https://connect.visamundi.io/v3/country/FRA \
-H "Authorization: Bearer $VISAMUNDI_TOKEN"
Response · 200 OK
{
"success": true,
"statusCode": 200,
"code": "ok",
"data": {
"country": {
"name": { "common": "France", "official": "French Republic" },
"cca2": "FR",
"cca3": "FRA",
"flag": "🇫🇷",
"latlng": [46.2276, 2.2137]
}
}
}

Prefer JavaScript? The same call in fetch is in the Quickstart.

New widget

Know before they go

A second, live widget: the latest U.S. State Department travel advisories, each with a rounded flag and a colour-coded risk level — straight from the source.

Ready to build?

Grab a partner token and make your first authenticated call in two minutes.

Start in 2 minutes

Request API access

Tell us a little about your integration and we'll get back to you within one business day with a partner token.