Visa List

You will get a json encoded list of Visa.
You may use a decoding function like json_decode in php to convert the data into your language structure.

$my_table = json_decode($api_result);
my_table = JSON.parse(api_result);

Here is the list of the fields

FieldDescriptionExemple
citizenship_codeCountry code for origin citizenship, code is in code ISO 3166-1 alpha-2 (2 letters)FR
citizenshipFrance
destination_codeCountry code for destination country, code is in code ISO 3166-1 alpha-2 (2 letters)IN
destinationInde
url_visamundiURL of Visamundi related web sitehttps://www.etourist-visa.in
url_embassyEmbassy URLhttps://indianvisaonline.gov.in/
citizenship_pluralnull
visa_idIdentification number of the Visa3
visa_nameVisa namee-Business Visa
visa_typeVisa type, could be a combination of many type (tourism, business, medical, conference, ngo, transit,
student, religious, event, relative)
business, tourism
id Identification number of the Visa (same as visa_id)3
citizenship_idOrigin country code ID79
destination_idDestination country code ID107
nameVisa name (same as visa_name)e-Business Visa
descriptionVisa descriptionPossibility to travel to Egypt with your identity card valid at least 8 months after the date of arrival. You must provide a printed photo ID.
typeVisa type, could be a combination of many type (tourism, business, medical, conference, ngo, transit,
student, religious, event, relative) (same as visa_type)
business, tourism
length_of_stayLength of stay180
entry_id-1
visa_validityVisa validity in days365
age_minMinimum age for travelling with this visa0
age_maxMaximum age for travelling with this visa0
date_launchingLaunching date, if visa will be available laternull
dl_formUnused
digitalis eVisa ? (0 no, 1 yes)1
consular_feeFixed consular fees82
consular_currencyConsular fees currencyUSD
visamundi_feeVisamundi services fees + Consular fees114
visamundi_currencyCurrency for Visamundi feesEUR
visa_on_arrivalIf visa is available on arrival (1) or only before trip (0)0
multiple_entrysingle entry is 0, you can only enter once in country.
if multiple_entry is set to 1, you can enter multiple times in the country
1
no_visa0 if visa needed, 1 if not and only documents required.0
active1 if Visa is active, 0 if not.
We can desactivate Visa for some gouvernemental reasons, could be reactivated depending evolutions
1
old_code_deletecolumnUnused
verifiedInternaly Verified Visa1
verified_commentCommentary done during verificationVisa has no pricing
preferedRecommended Visa by our AI. false or truefalse

📘

visa_id, visa_name and visa_type are duplicate of id, name and type, only here for historical reason and forms matching

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!