Skip to content

Instantly share code, notes, and snippets.

@kostasx
Forked from PoeHaH/gist:ab9d8ac1b4ddee168d4d96c71797df31
Last active November 21, 2022 11:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kostasx/6a1c8687f43f48ea0231013b3e3c2b78 to your computer and use it in GitHub Desktop.
Save kostasx/6a1c8687f43f48ea0231013b3e3c2b78 to your computer and use it in GitHub Desktop.
JSON representation of EU countries, 2 letter codes
[
{ "country": "Austria", "code": "AT" },
{ "country": "Belgium", "code": "BE" },
{ "country": "Bulgaria", "code": "BG" },
{ "country": "Croatia", "code": "HR" },
{ "country": "Cyprus", "code": "CY" },
{ "country": "Czech Republic", "code": "CZ" },
{ "country": "Denmark", "code": "DK" },
{ "country": "Estonia", "code": "EE" },
{ "country": "Finland", "code": "FI" },
{ "country": "France", "code": "FR" },
{ "country": "Germany", "code": "DE" },
{ "country": "Greece", "code": "EL" },
{ "country": "Hungary", "code": "HU" },
{ "country": "Ireland", "code": "IE" },
{ "country": "Italy", "code": "IT" },
{ "country": "Latvia", "code": "LV" },
{ "country": "Lithuania", "code": "LT" },
{ "country": "Luxembourg", "code": "LU" },
{ "country": "Malta", "code": "MT" },
{ "country": "Netherlands", "code": "NL" },
{ "country": "Poland", "code": "PL" },
{ "country": "Portugal", "code": "PT" },
{ "country": "Romania", "code": "RO" },
{ "country": "Slovakia", "code": "SK" },
{ "country": "Slovenia", "code": "SI" },
{ "country": "Spain", "code": "ES" },
{ "country": "Sweden", "code": "SE" }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment