-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcounties.json
154 lines (154 loc) · 4.11 KB
/
counties.json
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
[
{
"name": "Algeria",
"capital": "Algiers",
"region": "Africa",
"currency": "DZD",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/dza.png",
"language": "Arabic"
},
{
"name": "Andorra",
"capital": "Andorra Vella",
"region": "Europe",
"currency": "EUR",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/and.png",
"language": "Catalan"
},
{
"name": "Antartica",
"capital": "Antartica",
"region": "Polar",
"currency": "AUD",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/ata.png",
"language": "English"
},
{
"name": "Azerbaijan",
"capital": "Baku",
"region": "Asia",
"currency": "AZN",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/aze.png",
"language": "Azerbaijani"
},
{
"name": "Belgium",
"capital": "Brussels",
"region": "Europe",
"currency": "EUR",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/bel.png",
"language": "French"
},
{
"name": "Brazil",
"capital": "Brasilia",
"region": "Americas",
"currency": "BRL",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/bra.png",
"language": "Portuguese"
},
{
"name": "Cambodia",
"capital": "Phnom Penh",
"region": "Asia",
"currency": "KHR",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/khm.png",
"language": "Khmer"
},
{
"name": "Canada",
"capital": "Ottawa",
"region": "Americas",
"currency": "CAD",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/can.png",
"language": "English"
},
{
"name": "Cuba",
"capital": "Havana",
"region": "Americas",
"currency": "CUC",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/cub.png",
"language": "Spanish"
},
{
"name": "Denmark",
"capital": "Copenhagen",
"region": "Europe",
"currency": "DKK",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/dnk.png",
"language": "Danish"
},
{
"name": "Estonia",
"capital": "Tallinn",
"region": "Europe",
"currency": "EUR",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/est.png",
"language": "Estonian"
},
{
"name": "Finland",
"capital": "Helsinki",
"region": "Europe",
"currency": "EUR",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/fin.png",
"language": "Finnish"
},
{
"name": "Greece",
"capital": "Athens",
"region": "Europe",
"currency": "EUR",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/grc.png",
"language": "Greek"
},
{
"name": "Haiti",
"capital": "Port-au-Prince",
"region": "Americas",
"currency": "HTG",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/hti.png",
"language": "Haitian"
},
{
"name": "Indonesia",
"capital": "Jakarta",
"region": "Asia",
"currency": "IDR",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/idn.png",
"language": "Indonesian"
},
{
"name": "Ireland",
"capital": "Dublin",
"region": "Europe",
"currency": "EUR",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/irl.png",
"language": "English"
},
{
"name": "Japan",
"capital": "Tokyo",
"region": "Asia",
"currency": "JPY",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/jpn.png",
"language": "Japanese"
},
{
"name": "Russian Federation",
"capital": "Moscow",
"region": "Europe",
"currency": "RUB",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/rus.png",
"language": "Russian"
},
{
"name": "Turkey",
"capital": "Ankara",
"region": "Asia",
"currency": "TRY",
"flag": "https://raw.githubusercontent.com/serpilsafa/MyAPIResource/master/tur.png",
"language": "Turkish"
}
]