Forked from PoeHaH/gist:ab9d8ac1b4ddee168d4d96c71797df31
Last active
November 21, 2022 11:12
-
-
Save kostasx/6a1c8687f43f48ea0231013b3e3c2b78 to your computer and use it in GitHub Desktop.
JSON representation of EU countries, 2 letter codes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "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