-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCountryBlocks.json
More file actions
67 lines (65 loc) · 2.59 KB
/
Copy pathCountryBlocks.json
File metadata and controls
67 lines (65 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"alliances": [
{
"name": "NATO",
"type": "Military Alliance",
"members": [
"United States", "United Kingdom", "Germany", "France", "Canada", "Italy", "Netherlands", "Belgium", "Luxembourg", "Denmark", "Norway", "Portugal", "Greece", "Turkey", "Spain", "Czech Republic", "Hungary", "Poland", "Bulgaria", "Estonia", "Latvia", "Lithuania", "Romania", "Slovakia", "Slovenia", "Albania", "Croatia", "North Macedonia", "Montenegro"
]
},
{
"name": "GCC",
"type": "Economic and Political Union",
"members": [
"Bahrain", "Kuwait", "Oman", "Qatar", "Saudi Arabia", "United Arab Emirates"
]
},
{
"name": "EU",
"type": "Political and Economic Union",
"members": [
"Austria", "Belgium", "Bulgaria", "Croatia", "Cyprus", "Czech Republic", "Denmark", "Estonia", "Finland", "France", "Germany", "Greece", "Hungary", "Ireland", "Italy", "Latvia", "Lithuania", "Luxembourg", "Malta", "Netherlands", "Poland", "Portugal", "Romania", "Slovakia", "Slovenia", "Spain", "Sweden"
]
},
{
"name": "ASEAN",
"type": "Geopolitical and Economic Organization",
"members": [
"Indonesia", "Malaysia", "Philippines", "Singapore", "Thailand", "Brunei", "Vietnam", "Laos", "Myanmar", "Cambodia"
]
},
{
"name": "AU",
"type": "Continental Union",
"members": "All 55 African countries"
},
{
"name": "BRICS",
"type": "Economic Association",
"members": [
"Brazil", "Russia", "India", "China", "South Africa"
]
},
{
"name": "OPEC",
"type": "Intergovernmental Organization/Oil Cartel",
"members": [
"Algeria", "Angola", "Congo", "Equatorial Guinea", "Gabon", "Iran", "Iraq", "Kuwait", "Libya", "Nigeria", "Saudi Arabia", "United Arab Emirates", "Venezuela"
]
},
{
"name": "G7",
"type": "Intergovernmental Economic Organization",
"members": [
"Canada", "France", "Germany", "Italy", "Japan", "United Kingdom", "United States"
]
},
{
"name": "G20",
"type": "International Forum",
"members": [
"Argentina", "Australia", "Brazil", "Canada", "China", "France", "Germany", "India", "Indonesia", "Italy", "Japan", "Mexico", "Russia", "Saudi Arabia", "South Africa", "South Korea", "Turkey", "United Kingdom", "United States", "European Union"
]
}
]
}