Skip to content

Instantly share code, notes, and snippets.

@onedebos
Created August 4, 2025 14:21
Show Gist options
  • Save onedebos/dfe4f7fd0ef27d0cc8d1d2d49b70d40e to your computer and use it in GitHub Desktop.
Save onedebos/dfe4f7fd0ef27d0cc8d1d2d49b70d40e to your computer and use it in GitHub Desktop.
Document requirements for Schengen visa in the UK
const VISA_REQUIREMENTS = {
austria: "",
belgium: "",
"czech republic": "",
denmark:
"https://storbritannien.um.dk/en/travel-and-residence/how-to-apply-for-a-visa/visa-checklists",
estonia: "",
finland: "",
france: "",
germany: "",
greece: "",
hungary: "",
iceland: "",
italy: "",
latvia: "",
liechtenstein: "",
lithuania: "",
luxembourg: "",
malta: "",
netherlands: "",
norway: "",
poland: "",
portugal: "",
slovakia: "",
slovenia: "",
spain: "",
sweden: "",
switzerland: "",
};
@Frankdroid7
Copy link

const VISA_REQUIREMENTS = {
austria: "https://www.oesterreich.gv.at/en/themen/menschen_aus_anderen_staaten/visum_fuer_oesterreich/Seite.3550010",
belgium: "https://unitedkingdom.diplomatie.belgium.be/en/travel-belgium/visa-belgium",
croatia: "https://mvep.gov.hr/consular-information-107317/general-visa-information-107319/107319",
czech republic: "https://mzv.gov.cz/london/en/visa_and_consular_information/visa_information/schengen_visa/visa_up_to_90_days.html",
denmark: "https://storbritannien.um.dk/en/travel-and-residence/how-to-apply-for-a-visa/visa-checklists",
estonia: "https://visa.vfsglobal.com/one-pager/estonia/canada/english/pdf/short-stay-visa-checklist.pdf",
finland: "https://um.fi/visa-to-visit-finland",
france: "https://france-visas.gouv.fr/en/general-information",
germany: "https://www.germany-visa.org/schengen-visa/",
greece: "https://visa.vfsglobal.com/one-pager/Greece/Lebanon/english/pdf/Greece-Documents-Checklist.pdf",
hungary: "https://www.vfsglobal.com/one-pager/hungary/uk/english/index.html",
iceland: "https://www.government.is/topics/foreign-affairs/visa-to-iceland/",
italy: "https://www.italia.it/en/italy/practical-information/travel-document-italy",
latvia: "https://visaguide.world/europe/latvia-visa/",
liechtenstein: "https://etias.com/etias-countries/liechtenstein-etias",
lithuania: "https://uk.mfa.lt/en/travel-and-residence/coming-to-lithuania/visas/147",
luxembourg: "https://londres.mae.lu/en/service_citoyens/visa-immigration.html",
malta: "https://visa.vfsglobal.com/one-pager/malta/palestine/english/Pdf/Malta_Checklist.pdf",
netherlands: "https://www.netherlandsworldwide.nl/visa-the-netherlands/schengen-visa/apply-united-kingdom",
norway: "https://www.norway.no/en/uk/services-info/visitors-visa-res-permit/visitors-visa/",
poland: "https://www.gov.pl/web/unitedkingdom/visas---general-information",
portugal: "https://vistos.mne.gov.pt/en/short-stay-visas-schengen/required-documentation/",
slovakia: "https://www.vfsglobal.com/slovakia/uae/pdf/medical-visa-checklist-final.pdf",
slovenia: "https://www.gov.si/en/representations/embassy-london/visa-information-of-the-embassy-london/",
spain: "https://uk.blsspainvisa.com/london/tourist_type_visa.php",
sweden: "https://visitsweden.com/about-sweden/passport-and-visas/",
switzerland: "https://www.eda.admin.ch/countries/united-kingdom/en/home/visa/entry-ch.html",
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment