Created
July 31, 2020 13:09
-
-
Save alanorth/ddd7e6c48300d9e4f4c151982bdd6bf5 to your computer and use it in GitHub Desktop.
ISO 3166-1 JSON from iso-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
{ | |
"3166-1": [ | |
{ | |
"alpha_2": "AW", | |
"alpha_3": "ABW", | |
"name": "Aruba", | |
"numeric": "533" | |
}, | |
{ | |
"alpha_2": "AF", | |
"alpha_3": "AFG", | |
"name": "Afghanistan", | |
"numeric": "004", | |
"official_name": "Islamic Republic of Afghanistan" | |
}, | |
{ | |
"alpha_2": "AO", | |
"alpha_3": "AGO", | |
"name": "Angola", | |
"numeric": "024", | |
"official_name": "Republic of Angola" | |
}, | |
{ | |
"alpha_2": "AI", | |
"alpha_3": "AIA", | |
"name": "Anguilla", | |
"numeric": "660" | |
}, | |
{ | |
"alpha_2": "AX", | |
"alpha_3": "ALA", | |
"name": "Åland Islands", | |
"numeric": "248" | |
}, | |
{ | |
"alpha_2": "AL", | |
"alpha_3": "ALB", | |
"name": "Albania", | |
"numeric": "008", | |
"official_name": "Republic of Albania" | |
}, | |
{ | |
"alpha_2": "AD", | |
"alpha_3": "AND", | |
"name": "Andorra", | |
"numeric": "020", | |
"official_name": "Principality of Andorra" | |
}, | |
{ | |
"alpha_2": "AE", | |
"alpha_3": "ARE", | |
"name": "United Arab Emirates", | |
"numeric": "784" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment