v1

latestOpenAPI 3.0.3Commercial — see Terms2026-07-13274891.4 KB
Visa data

Coverage statistics (public)

Public, no auth, edge-cached for one hour.

get/api/v1/visa/stats

Response

Coverage statistics.

requirement_distributionobject
api_versionstring
docsstring

Example response

{
  "coverage": {
    "visa_details": 39585,
    "passports": 199,
    "destinations": 199,
    "passport_index_pairs": 39601,
    "translations": 591885,
    "languages": 15
  },
  "supported_languages": [
    {
      "code": "en",
      "name": "English"
    }
  ],
  "requirement_distribution": {
    "visa_free": 14210,
    "visa_required": 12740,
    "e_visa": 4830,
    "visa_on_arrival": 5102,
    "eta": 2103,
    "no_admission": 600
  },
  "api_version": "1.0",
  "docs": "https://visa.orizn.app"
}