File Coverage

blib/lib/Locale/SubCountry/Codes.pm
Criterion Covered Total %
statement 9 9 100.0
branch n/a
condition n/a
subroutine 3 3 100.0
pod n/a
total 12 12 100.0


line stmt bran cond sub pod time code
1             =head1 NAME
2              
3             Locale::SubCountry::Codes - data for Locale::SubCountry in JSON format
4              
5             =head1 DESCRIPTION
6              
7             Internal data for the Locale::SubCountry module
8              
9             NOTE, THIS FILE IS CREATED WITH UTF-8 ENCODING. THIS SHOULD NOT BE CHANGED.
10              
11             =head1 SOURCE
12              
13             All codes have been downloaded from the latest version of the Debian Salsa project
14             L
15             and then files iso_3166-1.json, iso_3166-2.json
16              
17              
18             =cut
19             #------------------------------------------------------------------------------
20 1     1   7 use utf8;
  1         3  
  1         10  
21 1     1   37 use strict;
  1         3  
  1         21  
22 1     1   5 use warnings;
  1         2  
  1         8160  
23              
24             our $VERSION = '2.07';
25             package Locale::SubCountry::Codes;
26              
27             $Locale::SubCountry::Codes::JSON =
28             q{
29             {
30             "3166-1": [
31             {
32             "alpha_2": "AW",
33             "alpha_3": "ABW",
34             "name": "Aruba",
35             "numeric": "533"
36             },
37             {
38             "alpha_2": "AF",
39             "alpha_3": "AFG",
40             "name": "Afghanistan",
41             "numeric": "004",
42             "official_name": "Islamic Republic of Afghanistan"
43             },
44             {
45             "alpha_2": "AO",
46             "alpha_3": "AGO",
47             "name": "Angola",
48             "numeric": "024",
49             "official_name": "Republic of Angola"
50             },
51             {
52             "alpha_2": "AI",
53             "alpha_3": "AIA",
54             "name": "Anguilla",
55             "numeric": "660"
56             },
57             {
58             "alpha_2": "AX",
59             "alpha_3": "ALA",
60             "name": "Åland Islands",
61             "numeric": "248"
62             },
63             {
64             "alpha_2": "AL",
65             "alpha_3": "ALB",
66             "name": "Albania",
67             "numeric": "008",
68             "official_name": "Republic of Albania"
69             },
70             {
71             "alpha_2": "AD",
72             "alpha_3": "AND",
73             "name": "Andorra",
74             "numeric": "020",
75             "official_name": "Principality of Andorra"
76             },
77             {
78             "alpha_2": "AE",
79             "alpha_3": "ARE",
80             "name": "United Arab Emirates",
81             "numeric": "784"
82             },
83             {
84             "alpha_2": "AR",
85             "alpha_3": "ARG",
86             "name": "Argentina",
87             "numeric": "032",
88             "official_name": "Argentine Republic"
89             },
90             {
91             "alpha_2": "AM",
92             "alpha_3": "ARM",
93             "name": "Armenia",
94             "numeric": "051",
95             "official_name": "Republic of Armenia"
96             },
97             {
98             "alpha_2": "AS",
99             "alpha_3": "ASM",
100             "name": "American Samoa",
101             "numeric": "016"
102             },
103             {
104             "alpha_2": "AQ",
105             "alpha_3": "ATA",
106             "name": "Antarctica",
107             "numeric": "010"
108             },
109             {
110             "alpha_2": "TF",
111             "alpha_3": "ATF",
112             "name": "French Southern Territories",
113             "numeric": "260"
114             },
115             {
116             "alpha_2": "AG",
117             "alpha_3": "ATG",
118             "name": "Antigua and Barbuda",
119             "numeric": "028"
120             },
121             {
122             "alpha_2": "AU",
123             "alpha_3": "AUS",
124             "name": "Australia",
125             "numeric": "036"
126             },
127             {
128             "alpha_2": "AT",
129             "alpha_3": "AUT",
130             "name": "Austria",
131             "numeric": "040",
132             "official_name": "Republic of Austria"
133             },
134             {
135             "alpha_2": "AZ",
136             "alpha_3": "AZE",
137             "name": "Azerbaijan",
138             "numeric": "031",
139             "official_name": "Republic of Azerbaijan"
140             },
141             {
142             "alpha_2": "BI",
143             "alpha_3": "BDI",
144             "name": "Burundi",
145             "numeric": "108",
146             "official_name": "Republic of Burundi"
147             },
148             {
149             "alpha_2": "BE",
150             "alpha_3": "BEL",
151             "name": "Belgium",
152             "numeric": "056",
153             "official_name": "Kingdom of Belgium"
154             },
155             {
156             "alpha_2": "BJ",
157             "alpha_3": "BEN",
158             "name": "Benin",
159             "numeric": "204",
160             "official_name": "Republic of Benin"
161             },
162             {
163             "alpha_2": "BQ",
164             "alpha_3": "BES",
165             "name": "Bonaire, Sint Eustatius and Saba",
166             "numeric": "535",
167             "official_name": "Bonaire, Sint Eustatius and Saba"
168             },
169             {
170             "alpha_2": "BF",
171             "alpha_3": "BFA",
172             "name": "Burkina Faso",
173             "numeric": "854"
174             },
175             {
176             "alpha_2": "BD",
177             "alpha_3": "BGD",
178             "name": "Bangladesh",
179             "numeric": "050",
180             "official_name": "People's Republic of Bangladesh"
181             },
182             {
183             "alpha_2": "BG",
184             "alpha_3": "BGR",
185             "name": "Bulgaria",
186             "numeric": "100",
187             "official_name": "Republic of Bulgaria"
188             },
189             {
190             "alpha_2": "BH",
191             "alpha_3": "BHR",
192             "name": "Bahrain",
193             "numeric": "048",
194             "official_name": "Kingdom of Bahrain"
195             },
196             {
197             "alpha_2": "BS",
198             "alpha_3": "BHS",
199             "name": "Bahamas",
200             "numeric": "044",
201             "official_name": "Commonwealth of the Bahamas"
202             },
203             {
204             "alpha_2": "BA",
205             "alpha_3": "BIH",
206             "name": "Bosnia and Herzegovina",
207             "numeric": "070",
208             "official_name": "Republic of Bosnia and Herzegovina"
209             },
210             {
211             "alpha_2": "BL",
212             "alpha_3": "BLM",
213             "name": "Saint Barthélemy",
214             "numeric": "652"
215             },
216             {
217             "alpha_2": "BY",
218             "alpha_3": "BLR",
219             "name": "Belarus",
220             "numeric": "112",
221             "official_name": "Republic of Belarus"
222             },
223             {
224             "alpha_2": "BZ",
225             "alpha_3": "BLZ",
226             "name": "Belize",
227             "numeric": "084"
228             },
229             {
230             "alpha_2": "BM",
231             "alpha_3": "BMU",
232             "name": "Bermuda",
233             "numeric": "060"
234             },
235             {
236             "alpha_2": "BO",
237             "alpha_3": "BOL",
238             "common_name": "Bolivia",
239             "name": "Bolivia, Plurinational State of",
240             "numeric": "068",
241             "official_name": "Plurinational State of Bolivia"
242             },
243             {
244             "alpha_2": "BR",
245             "alpha_3": "BRA",
246             "name": "Brazil",
247             "numeric": "076",
248             "official_name": "Federative Republic of Brazil"
249             },
250             {
251             "alpha_2": "BB",
252             "alpha_3": "BRB",
253             "name": "Barbados",
254             "numeric": "052"
255             },
256             {
257             "alpha_2": "BN",
258             "alpha_3": "BRN",
259             "name": "Brunei Darussalam",
260             "numeric": "096"
261             },
262             {
263             "alpha_2": "BT",
264             "alpha_3": "BTN",
265             "name": "Bhutan",
266             "numeric": "064",
267             "official_name": "Kingdom of Bhutan"
268             },
269             {
270             "alpha_2": "BV",
271             "alpha_3": "BVT",
272             "name": "Bouvet Island",
273             "numeric": "074"
274             },
275             {
276             "alpha_2": "BW",
277             "alpha_3": "BWA",
278             "name": "Botswana",
279             "numeric": "072",
280             "official_name": "Republic of Botswana"
281             },
282             {
283             "alpha_2": "CF",
284             "alpha_3": "CAF",
285             "name": "Central African Republic",
286             "numeric": "140"
287             },
288             {
289             "alpha_2": "CA",
290             "alpha_3": "CAN",
291             "name": "Canada",
292             "numeric": "124"
293             },
294             {
295             "alpha_2": "CC",
296             "alpha_3": "CCK",
297             "name": "Cocos (Keeling) Islands",
298             "numeric": "166"
299             },
300             {
301             "alpha_2": "CH",
302             "alpha_3": "CHE",
303             "name": "Switzerland",
304             "numeric": "756",
305             "official_name": "Swiss Confederation"
306             },
307             {
308             "alpha_2": "CL",
309             "alpha_3": "CHL",
310             "name": "Chile",
311             "numeric": "152",
312             "official_name": "Republic of Chile"
313             },
314             {
315             "alpha_2": "CN",
316             "alpha_3": "CHN",
317             "name": "China",
318             "numeric": "156",
319             "official_name": "People's Republic of China"
320             },
321             {
322             "alpha_2": "CI",
323             "alpha_3": "CIV",
324             "name": "Côte d'Ivoire",
325             "numeric": "384",
326             "official_name": "Republic of Côte d'Ivoire"
327             },
328             {
329             "alpha_2": "CM",
330             "alpha_3": "CMR",
331             "name": "Cameroon",
332             "numeric": "120",
333             "official_name": "Republic of Cameroon"
334             },
335             {
336             "alpha_2": "CD",
337             "alpha_3": "COD",
338             "name": "Congo, The Democratic Republic of the",
339             "numeric": "180"
340             },
341             {
342             "alpha_2": "CG",
343             "alpha_3": "COG",
344             "name": "Congo",
345             "numeric": "178",
346             "official_name": "Republic of the Congo"
347             },
348             {
349             "alpha_2": "CK",
350             "alpha_3": "COK",
351             "name": "Cook Islands",
352             "numeric": "184"
353             },
354             {
355             "alpha_2": "CO",
356             "alpha_3": "COL",
357             "name": "Colombia",
358             "numeric": "170",
359             "official_name": "Republic of Colombia"
360             },
361             {
362             "alpha_2": "KM",
363             "alpha_3": "COM",
364             "name": "Comoros",
365             "numeric": "174",
366             "official_name": "Union of the Comoros"
367             },
368             {
369             "alpha_2": "CV",
370             "alpha_3": "CPV",
371             "name": "Cabo Verde",
372             "numeric": "132",
373             "official_name": "Republic of Cabo Verde"
374             },
375             {
376             "alpha_2": "CR",
377             "alpha_3": "CRI",
378             "name": "Costa Rica",
379             "numeric": "188",
380             "official_name": "Republic of Costa Rica"
381             },
382             {
383             "alpha_2": "CU",
384             "alpha_3": "CUB",
385             "name": "Cuba",
386             "numeric": "192",
387             "official_name": "Republic of Cuba"
388             },
389             {
390             "alpha_2": "CW",
391             "alpha_3": "CUW",
392             "name": "Curaçao",
393             "numeric": "531",
394             "official_name": "Curaçao"
395             },
396             {
397             "alpha_2": "CX",
398             "alpha_3": "CXR",
399             "name": "Christmas Island",
400             "numeric": "162"
401             },
402             {
403             "alpha_2": "KY",
404             "alpha_3": "CYM",
405             "name": "Cayman Islands",
406             "numeric": "136"
407             },
408             {
409             "alpha_2": "CY",
410             "alpha_3": "CYP",
411             "name": "Cyprus",
412             "numeric": "196",
413             "official_name": "Republic of Cyprus"
414             },
415             {
416             "alpha_2": "CZ",
417             "alpha_3": "CZE",
418             "name": "Czechia",
419             "numeric": "203",
420             "official_name": "Czech Republic"
421             },
422             {
423             "alpha_2": "DE",
424             "alpha_3": "DEU",
425             "name": "Germany",
426             "numeric": "276",
427             "official_name": "Federal Republic of Germany"
428             },
429             {
430             "alpha_2": "DJ",
431             "alpha_3": "DJI",
432             "name": "Djibouti",
433             "numeric": "262",
434             "official_name": "Republic of Djibouti"
435             },
436             {
437             "alpha_2": "DM",
438             "alpha_3": "DMA",
439             "name": "Dominica",
440             "numeric": "212",
441             "official_name": "Commonwealth of Dominica"
442             },
443             {
444             "alpha_2": "DK",
445             "alpha_3": "DNK",
446             "name": "Denmark",
447             "numeric": "208",
448             "official_name": "Kingdom of Denmark"
449             },
450             {
451             "alpha_2": "DO",
452             "alpha_3": "DOM",
453             "name": "Dominican Republic",
454             "numeric": "214"
455             },
456             {
457             "alpha_2": "DZ",
458             "alpha_3": "DZA",
459             "name": "Algeria",
460             "numeric": "012",
461             "official_name": "People's Democratic Republic of Algeria"
462             },
463             {
464             "alpha_2": "EC",
465             "alpha_3": "ECU",
466             "name": "Ecuador",
467             "numeric": "218",
468             "official_name": "Republic of Ecuador"
469             },
470             {
471             "alpha_2": "EG",
472             "alpha_3": "EGY",
473             "name": "Egypt",
474             "numeric": "818",
475             "official_name": "Arab Republic of Egypt"
476             },
477             {
478             "alpha_2": "ER",
479             "alpha_3": "ERI",
480             "name": "Eritrea",
481             "numeric": "232",
482             "official_name": "the State of Eritrea"
483             },
484             {
485             "alpha_2": "EH",
486             "alpha_3": "ESH",
487             "name": "Western Sahara",
488             "numeric": "732"
489             },
490             {
491             "alpha_2": "ES",
492             "alpha_3": "ESP",
493             "name": "Spain",
494             "numeric": "724",
495             "official_name": "Kingdom of Spain"
496             },
497             {
498             "alpha_2": "EE",
499             "alpha_3": "EST",
500             "name": "Estonia",
501             "numeric": "233",
502             "official_name": "Republic of Estonia"
503             },
504             {
505             "alpha_2": "ET",
506             "alpha_3": "ETH",
507             "name": "Ethiopia",
508             "numeric": "231",
509             "official_name": "Federal Democratic Republic of Ethiopia"
510             },
511             {
512             "alpha_2": "FI",
513             "alpha_3": "FIN",
514             "name": "Finland",
515             "numeric": "246",
516             "official_name": "Republic of Finland"
517             },
518             {
519             "alpha_2": "FJ",
520             "alpha_3": "FJI",
521             "name": "Fiji",
522             "numeric": "242",
523             "official_name": "Republic of Fiji"
524             },
525             {
526             "alpha_2": "FK",
527             "alpha_3": "FLK",
528             "name": "Falkland Islands (Malvinas)",
529             "numeric": "238"
530             },
531             {
532             "alpha_2": "FR",
533             "alpha_3": "FRA",
534             "name": "France",
535             "numeric": "250",
536             "official_name": "French Republic"
537             },
538             {
539             "alpha_2": "FO",
540             "alpha_3": "FRO",
541             "name": "Faroe Islands",
542             "numeric": "234"
543             },
544             {
545             "alpha_2": "FM",
546             "alpha_3": "FSM",
547             "name": "Micronesia, Federated States of",
548             "numeric": "583",
549             "official_name": "Federated States of Micronesia"
550             },
551             {
552             "alpha_2": "GA",
553             "alpha_3": "GAB",
554             "name": "Gabon",
555             "numeric": "266",
556             "official_name": "Gabonese Republic"
557             },
558             {
559             "alpha_2": "GB",
560             "alpha_3": "GBR",
561             "name": "United Kingdom",
562             "numeric": "826",
563             "official_name": "United Kingdom of Great Britain and Northern Ireland"
564             },
565             {
566             "alpha_2": "GE",
567             "alpha_3": "GEO",
568             "name": "Georgia",
569             "numeric": "268"
570             },
571             {
572             "alpha_2": "GG",
573             "alpha_3": "GGY",
574             "name": "Guernsey",
575             "numeric": "831"
576             },
577             {
578             "alpha_2": "GH",
579             "alpha_3": "GHA",
580             "name": "Ghana",
581             "numeric": "288",
582             "official_name": "Republic of Ghana"
583             },
584             {
585             "alpha_2": "GI",
586             "alpha_3": "GIB",
587             "name": "Gibraltar",
588             "numeric": "292"
589             },
590             {
591             "alpha_2": "GN",
592             "alpha_3": "GIN",
593             "name": "Guinea",
594             "numeric": "324",
595             "official_name": "Republic of Guinea"
596             },
597             {
598             "alpha_2": "GP",
599             "alpha_3": "GLP",
600             "name": "Guadeloupe",
601             "numeric": "312"
602             },
603             {
604             "alpha_2": "GM",
605             "alpha_3": "GMB",
606             "name": "Gambia",
607             "numeric": "270",
608             "official_name": "Republic of the Gambia"
609             },
610             {
611             "alpha_2": "GW",
612             "alpha_3": "GNB",
613             "name": "Guinea-Bissau",
614             "numeric": "624",
615             "official_name": "Republic of Guinea-Bissau"
616             },
617             {
618             "alpha_2": "GQ",
619             "alpha_3": "GNQ",
620             "name": "Equatorial Guinea",
621             "numeric": "226",
622             "official_name": "Republic of Equatorial Guinea"
623             },
624             {
625             "alpha_2": "GR",
626             "alpha_3": "GRC",
627             "name": "Greece",
628             "numeric": "300",
629             "official_name": "Hellenic Republic"
630             },
631             {
632             "alpha_2": "GD",
633             "alpha_3": "GRD",
634             "name": "Grenada",
635             "numeric": "308"
636             },
637             {
638             "alpha_2": "GL",
639             "alpha_3": "GRL",
640             "name": "Greenland",
641             "numeric": "304"
642             },
643             {
644             "alpha_2": "GT",
645             "alpha_3": "GTM",
646             "name": "Guatemala",
647             "numeric": "320",
648             "official_name": "Republic of Guatemala"
649             },
650             {
651             "alpha_2": "GF",
652             "alpha_3": "GUF",
653             "name": "French Guiana",
654             "numeric": "254"
655             },
656             {
657             "alpha_2": "GU",
658             "alpha_3": "GUM",
659             "name": "Guam",
660             "numeric": "316"
661             },
662             {
663             "alpha_2": "GY",
664             "alpha_3": "GUY",
665             "name": "Guyana",
666             "numeric": "328",
667             "official_name": "Republic of Guyana"
668             },
669             {
670             "alpha_2": "HK",
671             "alpha_3": "HKG",
672             "name": "Hong Kong",
673             "numeric": "344",
674             "official_name": "Hong Kong Special Administrative Region of China"
675             },
676             {
677             "alpha_2": "HM",
678             "alpha_3": "HMD",
679             "name": "Heard Island and McDonald Islands",
680             "numeric": "334"
681             },
682             {
683             "alpha_2": "HN",
684             "alpha_3": "HND",
685             "name": "Honduras",
686             "numeric": "340",
687             "official_name": "Republic of Honduras"
688             },
689             {
690             "alpha_2": "HR",
691             "alpha_3": "HRV",
692             "name": "Croatia",
693             "numeric": "191",
694             "official_name": "Republic of Croatia"
695             },
696             {
697             "alpha_2": "HT",
698             "alpha_3": "HTI",
699             "name": "Haiti",
700             "numeric": "332",
701             "official_name": "Republic of Haiti"
702             },
703             {
704             "alpha_2": "HU",
705             "alpha_3": "HUN",
706             "name": "Hungary",
707             "numeric": "348",
708             "official_name": "Hungary"
709             },
710             {
711             "alpha_2": "ID",
712             "alpha_3": "IDN",
713             "name": "Indonesia",
714             "numeric": "360",
715             "official_name": "Republic of Indonesia"
716             },
717             {
718             "alpha_2": "IM",
719             "alpha_3": "IMN",
720             "name": "Isle of Man",
721             "numeric": "833"
722             },
723             {
724             "alpha_2": "IN",
725             "alpha_3": "IND",
726             "name": "India",
727             "numeric": "356",
728             "official_name": "Republic of India"
729             },
730             {
731             "alpha_2": "IO",
732             "alpha_3": "IOT",
733             "name": "British Indian Ocean Territory",
734             "numeric": "086"
735             },
736             {
737             "alpha_2": "IE",
738             "alpha_3": "IRL",
739             "name": "Ireland",
740             "numeric": "372"
741             },
742             {
743             "alpha_2": "IR",
744             "alpha_3": "IRN",
745             "name": "Iran, Islamic Republic of",
746             "numeric": "364",
747             "official_name": "Islamic Republic of Iran"
748             },
749             {
750             "alpha_2": "IQ",
751             "alpha_3": "IRQ",
752             "name": "Iraq",
753             "numeric": "368",
754             "official_name": "Republic of Iraq"
755             },
756             {
757             "alpha_2": "IS",
758             "alpha_3": "ISL",
759             "name": "Iceland",
760             "numeric": "352",
761             "official_name": "Republic of Iceland"
762             },
763             {
764             "alpha_2": "IL",
765             "alpha_3": "ISR",
766             "name": "Israel",
767             "numeric": "376",
768             "official_name": "State of Israel"
769             },
770             {
771             "alpha_2": "IT",
772             "alpha_3": "ITA",
773             "name": "Italy",
774             "numeric": "380",
775             "official_name": "Italian Republic"
776             },
777             {
778             "alpha_2": "JM",
779             "alpha_3": "JAM",
780             "name": "Jamaica",
781             "numeric": "388"
782             },
783             {
784             "alpha_2": "JE",
785             "alpha_3": "JEY",
786             "name": "Jersey",
787             "numeric": "832"
788             },
789             {
790             "alpha_2": "JO",
791             "alpha_3": "JOR",
792             "name": "Jordan",
793             "numeric": "400",
794             "official_name": "Hashemite Kingdom of Jordan"
795             },
796             {
797             "alpha_2": "JP",
798             "alpha_3": "JPN",
799             "name": "Japan",
800             "numeric": "392"
801             },
802             {
803             "alpha_2": "KZ",
804             "alpha_3": "KAZ",
805             "name": "Kazakhstan",
806             "numeric": "398",
807             "official_name": "Republic of Kazakhstan"
808             },
809             {
810             "alpha_2": "KE",
811             "alpha_3": "KEN",
812             "name": "Kenya",
813             "numeric": "404",
814             "official_name": "Republic of Kenya"
815             },
816             {
817             "alpha_2": "KG",
818             "alpha_3": "KGZ",
819             "name": "Kyrgyzstan",
820             "numeric": "417",
821             "official_name": "Kyrgyz Republic"
822             },
823             {
824             "alpha_2": "KH",
825             "alpha_3": "KHM",
826             "name": "Cambodia",
827             "numeric": "116",
828             "official_name": "Kingdom of Cambodia"
829             },
830             {
831             "alpha_2": "KI",
832             "alpha_3": "KIR",
833             "name": "Kiribati",
834             "numeric": "296",
835             "official_name": "Republic of Kiribati"
836             },
837             {
838             "alpha_2": "KN",
839             "alpha_3": "KNA",
840             "name": "Saint Kitts and Nevis",
841             "numeric": "659"
842             },
843             {
844             "alpha_2": "KR",
845             "alpha_3": "KOR",
846             "name": "Korea, Republic of",
847             "numeric": "410"
848             },
849             {
850             "alpha_2": "KW",
851             "alpha_3": "KWT",
852             "name": "Kuwait",
853             "numeric": "414",
854             "official_name": "State of Kuwait"
855             },
856             {
857             "alpha_2": "LA",
858             "alpha_3": "LAO",
859             "name": "Lao People's Democratic Republic",
860             "numeric": "418"
861             },
862             {
863             "alpha_2": "LB",
864             "alpha_3": "LBN",
865             "name": "Lebanon",
866             "numeric": "422",
867             "official_name": "Lebanese Republic"
868             },
869             {
870             "alpha_2": "LR",
871             "alpha_3": "LBR",
872             "name": "Liberia",
873             "numeric": "430",
874             "official_name": "Republic of Liberia"
875             },
876             {
877             "alpha_2": "LY",
878             "alpha_3": "LBY",
879             "name": "Libya",
880             "numeric": "434",
881             "official_name": "Libya"
882             },
883             {
884             "alpha_2": "LC",
885             "alpha_3": "LCA",
886             "name": "Saint Lucia",
887             "numeric": "662"
888             },
889             {
890             "alpha_2": "LI",
891             "alpha_3": "LIE",
892             "name": "Liechtenstein",
893             "numeric": "438",
894             "official_name": "Principality of Liechtenstein"
895             },
896             {
897             "alpha_2": "LK",
898             "alpha_3": "LKA",
899             "name": "Sri Lanka",
900             "numeric": "144",
901             "official_name": "Democratic Socialist Republic of Sri Lanka"
902             },
903             {
904             "alpha_2": "LS",
905             "alpha_3": "LSO",
906             "name": "Lesotho",
907             "numeric": "426",
908             "official_name": "Kingdom of Lesotho"
909             },
910             {
911             "alpha_2": "LT",
912             "alpha_3": "LTU",
913             "name": "Lithuania",
914             "numeric": "440",
915             "official_name": "Republic of Lithuania"
916             },
917             {
918             "alpha_2": "LU",
919             "alpha_3": "LUX",
920             "name": "Luxembourg",
921             "numeric": "442",
922             "official_name": "Grand Duchy of Luxembourg"
923             },
924             {
925             "alpha_2": "LV",
926             "alpha_3": "LVA",
927             "name": "Latvia",
928             "numeric": "428",
929             "official_name": "Republic of Latvia"
930             },
931             {
932             "alpha_2": "MO",
933             "alpha_3": "MAC",
934             "name": "Macao",
935             "numeric": "446",
936             "official_name": "Macao Special Administrative Region of China"
937             },
938             {
939             "alpha_2": "MF",
940             "alpha_3": "MAF",
941             "name": "Saint Martin (French part)",
942             "numeric": "663"
943             },
944             {
945             "alpha_2": "MA",
946             "alpha_3": "MAR",
947             "name": "Morocco",
948             "numeric": "504",
949             "official_name": "Kingdom of Morocco"
950             },
951             {
952             "alpha_2": "MC",
953             "alpha_3": "MCO",
954             "name": "Monaco",
955             "numeric": "492",
956             "official_name": "Principality of Monaco"
957             },
958             {
959             "alpha_2": "MD",
960             "alpha_3": "MDA",
961             "common_name": "Moldova",
962             "name": "Moldova, Republic of",
963             "numeric": "498",
964             "official_name": "Republic of Moldova"
965             },
966             {
967             "alpha_2": "MG",
968             "alpha_3": "MDG",
969             "name": "Madagascar",
970             "numeric": "450",
971             "official_name": "Republic of Madagascar"
972             },
973             {
974             "alpha_2": "MV",
975             "alpha_3": "MDV",
976             "name": "Maldives",
977             "numeric": "462",
978             "official_name": "Republic of Maldives"
979             },
980             {
981             "alpha_2": "MX",
982             "alpha_3": "MEX",
983             "name": "Mexico",
984             "numeric": "484",
985             "official_name": "United Mexican States"
986             },
987             {
988             "alpha_2": "MH",
989             "alpha_3": "MHL",
990             "name": "Marshall Islands",
991             "numeric": "584",
992             "official_name": "Republic of the Marshall Islands"
993             },
994             {
995             "alpha_2": "MK",
996             "alpha_3": "MKD",
997             "name": "North Macedonia",
998             "numeric": "807",
999             "official_name": "Republic of North Macedonia"
1000             },
1001             {
1002             "alpha_2": "ML",
1003             "alpha_3": "MLI",
1004             "name": "Mali",
1005             "numeric": "466",
1006             "official_name": "Republic of Mali"
1007             },
1008             {
1009             "alpha_2": "MT",
1010             "alpha_3": "MLT",
1011             "name": "Malta",
1012             "numeric": "470",
1013             "official_name": "Republic of Malta"
1014             },
1015             {
1016             "alpha_2": "MM",
1017             "alpha_3": "MMR",
1018             "name": "Myanmar",
1019             "numeric": "104",
1020             "official_name": "Republic of Myanmar"
1021             },
1022             {
1023             "alpha_2": "ME",
1024             "alpha_3": "MNE",
1025             "name": "Montenegro",
1026             "numeric": "499",
1027             "official_name": "Montenegro"
1028             },
1029             {
1030             "alpha_2": "MN",
1031             "alpha_3": "MNG",
1032             "name": "Mongolia",
1033             "numeric": "496"
1034             },
1035             {
1036             "alpha_2": "MP",
1037             "alpha_3": "MNP",
1038             "name": "Northern Mariana Islands",
1039             "numeric": "580",
1040             "official_name": "Commonwealth of the Northern Mariana Islands"
1041             },
1042             {
1043             "alpha_2": "MZ",
1044             "alpha_3": "MOZ",
1045             "name": "Mozambique",
1046             "numeric": "508",
1047             "official_name": "Republic of Mozambique"
1048             },
1049             {
1050             "alpha_2": "MR",
1051             "alpha_3": "MRT",
1052             "name": "Mauritania",
1053             "numeric": "478",
1054             "official_name": "Islamic Republic of Mauritania"
1055             },
1056             {
1057             "alpha_2": "MS",
1058             "alpha_3": "MSR",
1059             "name": "Montserrat",
1060             "numeric": "500"
1061             },
1062             {
1063             "alpha_2": "MQ",
1064             "alpha_3": "MTQ",
1065             "name": "Martinique",
1066             "numeric": "474"
1067             },
1068             {
1069             "alpha_2": "MU",
1070             "alpha_3": "MUS",
1071             "name": "Mauritius",
1072             "numeric": "480",
1073             "official_name": "Republic of Mauritius"
1074             },
1075             {
1076             "alpha_2": "MW",
1077             "alpha_3": "MWI",
1078             "name": "Malawi",
1079             "numeric": "454",
1080             "official_name": "Republic of Malawi"
1081             },
1082             {
1083             "alpha_2": "MY",
1084             "alpha_3": "MYS",
1085             "name": "Malaysia",
1086             "numeric": "458"
1087             },
1088             {
1089             "alpha_2": "YT",
1090             "alpha_3": "MYT",
1091             "name": "Mayotte",
1092             "numeric": "175"
1093             },
1094             {
1095             "alpha_2": "NA",
1096             "alpha_3": "NAM",
1097             "name": "Namibia",
1098             "numeric": "516",
1099             "official_name": "Republic of Namibia"
1100             },
1101             {
1102             "alpha_2": "NC",
1103             "alpha_3": "NCL",
1104             "name": "New Caledonia",
1105             "numeric": "540"
1106             },
1107             {
1108             "alpha_2": "NE",
1109             "alpha_3": "NER",
1110             "name": "Niger",
1111             "numeric": "562",
1112             "official_name": "Republic of the Niger"
1113             },
1114             {
1115             "alpha_2": "NF",
1116             "alpha_3": "NFK",
1117             "name": "Norfolk Island",
1118             "numeric": "574"
1119             },
1120             {
1121             "alpha_2": "NG",
1122             "alpha_3": "NGA",
1123             "name": "Nigeria",
1124             "numeric": "566",
1125             "official_name": "Federal Republic of Nigeria"
1126             },
1127             {
1128             "alpha_2": "NI",
1129             "alpha_3": "NIC",
1130             "name": "Nicaragua",
1131             "numeric": "558",
1132             "official_name": "Republic of Nicaragua"
1133             },
1134             {
1135             "alpha_2": "NU",
1136             "alpha_3": "NIU",
1137             "name": "Niue",
1138             "numeric": "570",
1139             "official_name": "Niue"
1140             },
1141             {
1142             "alpha_2": "NL",
1143             "alpha_3": "NLD",
1144             "name": "Netherlands",
1145             "numeric": "528",
1146             "official_name": "Kingdom of the Netherlands"
1147             },
1148             {
1149             "alpha_2": "NO",
1150             "alpha_3": "NOR",
1151             "name": "Norway",
1152             "numeric": "578",
1153             "official_name": "Kingdom of Norway"
1154             },
1155             {
1156             "alpha_2": "NP",
1157             "alpha_3": "NPL",
1158             "name": "Nepal",
1159             "numeric": "524",
1160             "official_name": "Federal Democratic Republic of Nepal"
1161             },
1162             {
1163             "alpha_2": "NR",
1164             "alpha_3": "NRU",
1165             "name": "Nauru",
1166             "numeric": "520",
1167             "official_name": "Republic of Nauru"
1168             },
1169             {
1170             "alpha_2": "NZ",
1171             "alpha_3": "NZL",
1172             "name": "New Zealand",
1173             "numeric": "554"
1174             },
1175             {
1176             "alpha_2": "OM",
1177             "alpha_3": "OMN",
1178             "name": "Oman",
1179             "numeric": "512",
1180             "official_name": "Sultanate of Oman"
1181             },
1182             {
1183             "alpha_2": "PK",
1184             "alpha_3": "PAK",
1185             "name": "Pakistan",
1186             "numeric": "586",
1187             "official_name": "Islamic Republic of Pakistan"
1188             },
1189             {
1190             "alpha_2": "PA",
1191             "alpha_3": "PAN",
1192             "name": "Panama",
1193             "numeric": "591",
1194             "official_name": "Republic of Panama"
1195             },
1196             {
1197             "alpha_2": "PN",
1198             "alpha_3": "PCN",
1199             "name": "Pitcairn",
1200             "numeric": "612"
1201             },
1202             {
1203             "alpha_2": "PE",
1204             "alpha_3": "PER",
1205             "name": "Peru",
1206             "numeric": "604",
1207             "official_name": "Republic of Peru"
1208             },
1209             {
1210             "alpha_2": "PH",
1211             "alpha_3": "PHL",
1212             "name": "Philippines",
1213             "numeric": "608",
1214             "official_name": "Republic of the Philippines"
1215             },
1216             {
1217             "alpha_2": "PW",
1218             "alpha_3": "PLW",
1219             "name": "Palau",
1220             "numeric": "585",
1221             "official_name": "Republic of Palau"
1222             },
1223             {
1224             "alpha_2": "PG",
1225             "alpha_3": "PNG",
1226             "name": "Papua New Guinea",
1227             "numeric": "598",
1228             "official_name": "Independent State of Papua New Guinea"
1229             },
1230             {
1231             "alpha_2": "PL",
1232             "alpha_3": "POL",
1233             "name": "Poland",
1234             "numeric": "616",
1235             "official_name": "Republic of Poland"
1236             },
1237             {
1238             "alpha_2": "PR",
1239             "alpha_3": "PRI",
1240             "name": "Puerto Rico",
1241             "numeric": "630"
1242             },
1243             {
1244             "alpha_2": "KP",
1245             "alpha_3": "PRK",
1246             "name": "Korea, Democratic People's Republic of",
1247             "numeric": "408",
1248             "official_name": "Democratic People's Republic of Korea"
1249             },
1250             {
1251             "alpha_2": "PT",
1252             "alpha_3": "PRT",
1253             "name": "Portugal",
1254             "numeric": "620",
1255             "official_name": "Portuguese Republic"
1256             },
1257             {
1258             "alpha_2": "PY",
1259             "alpha_3": "PRY",
1260             "name": "Paraguay",
1261             "numeric": "600",
1262             "official_name": "Republic of Paraguay"
1263             },
1264             {
1265             "alpha_2": "PS",
1266             "alpha_3": "PSE",
1267             "name": "Palestine, State of",
1268             "numeric": "275",
1269             "official_name": "the State of Palestine"
1270             },
1271             {
1272             "alpha_2": "PF",
1273             "alpha_3": "PYF",
1274             "name": "French Polynesia",
1275             "numeric": "258"
1276             },
1277             {
1278             "alpha_2": "QA",
1279             "alpha_3": "QAT",
1280             "name": "Qatar",
1281             "numeric": "634",
1282             "official_name": "State of Qatar"
1283             },
1284             {
1285             "alpha_2": "RE",
1286             "alpha_3": "REU",
1287             "name": "Réunion",
1288             "numeric": "638"
1289             },
1290             {
1291             "alpha_2": "RO",
1292             "alpha_3": "ROU",
1293             "name": "Romania",
1294             "numeric": "642"
1295             },
1296             {
1297             "alpha_2": "RU",
1298             "alpha_3": "RUS",
1299             "name": "Russian Federation",
1300             "numeric": "643"
1301             },
1302             {
1303             "alpha_2": "RW",
1304             "alpha_3": "RWA",
1305             "name": "Rwanda",
1306             "numeric": "646",
1307             "official_name": "Rwandese Republic"
1308             },
1309             {
1310             "alpha_2": "SA",
1311             "alpha_3": "SAU",
1312             "name": "Saudi Arabia",
1313             "numeric": "682",
1314             "official_name": "Kingdom of Saudi Arabia"
1315             },
1316             {
1317             "alpha_2": "SD",
1318             "alpha_3": "SDN",
1319             "name": "Sudan",
1320             "numeric": "729",
1321             "official_name": "Republic of the Sudan"
1322             },
1323             {
1324             "alpha_2": "SN",
1325             "alpha_3": "SEN",
1326             "name": "Senegal",
1327             "numeric": "686",
1328             "official_name": "Republic of Senegal"
1329             },
1330             {
1331             "alpha_2": "SG",
1332             "alpha_3": "SGP",
1333             "name": "Singapore",
1334             "numeric": "702",
1335             "official_name": "Republic of Singapore"
1336             },
1337             {
1338             "alpha_2": "GS",
1339             "alpha_3": "SGS",
1340             "name": "South Georgia and the South Sandwich Islands",
1341             "numeric": "239"
1342             },
1343             {
1344             "alpha_2": "SH",
1345             "alpha_3": "SHN",
1346             "name": "Saint Helena, Ascension and Tristan da Cunha",
1347             "numeric": "654"
1348             },
1349             {
1350             "alpha_2": "SJ",
1351             "alpha_3": "SJM",
1352             "name": "Svalbard and Jan Mayen",
1353             "numeric": "744"
1354             },
1355             {
1356             "alpha_2": "SB",
1357             "alpha_3": "SLB",
1358             "name": "Solomon Islands",
1359             "numeric": "090"
1360             },
1361             {
1362             "alpha_2": "SL",
1363             "alpha_3": "SLE",
1364             "name": "Sierra Leone",
1365             "numeric": "694",
1366             "official_name": "Republic of Sierra Leone"
1367             },
1368             {
1369             "alpha_2": "SV",
1370             "alpha_3": "SLV",
1371             "name": "El Salvador",
1372             "numeric": "222",
1373             "official_name": "Republic of El Salvador"
1374             },
1375             {
1376             "alpha_2": "SM",
1377             "alpha_3": "SMR",
1378             "name": "San Marino",
1379             "numeric": "674",
1380             "official_name": "Republic of San Marino"
1381             },
1382             {
1383             "alpha_2": "SO",
1384             "alpha_3": "SOM",
1385             "name": "Somalia",
1386             "numeric": "706",
1387             "official_name": "Federal Republic of Somalia"
1388             },
1389             {
1390             "alpha_2": "PM",
1391             "alpha_3": "SPM",
1392             "name": "Saint Pierre and Miquelon",
1393             "numeric": "666"
1394             },
1395             {
1396             "alpha_2": "RS",
1397             "alpha_3": "SRB",
1398             "name": "Serbia",
1399             "numeric": "688",
1400             "official_name": "Republic of Serbia"
1401             },
1402             {
1403             "alpha_2": "SS",
1404             "alpha_3": "SSD",
1405             "name": "South Sudan",
1406             "numeric": "728",
1407             "official_name": "Republic of South Sudan"
1408             },
1409             {
1410             "alpha_2": "ST",
1411             "alpha_3": "STP",
1412             "name": "Sao Tome and Principe",
1413             "numeric": "678",
1414             "official_name": "Democratic Republic of Sao Tome and Principe"
1415             },
1416             {
1417             "alpha_2": "SR",
1418             "alpha_3": "SUR",
1419             "name": "Suriname",
1420             "numeric": "740",
1421             "official_name": "Republic of Suriname"
1422             },
1423             {
1424             "alpha_2": "SK",
1425             "alpha_3": "SVK",
1426             "name": "Slovakia",
1427             "numeric": "703",
1428             "official_name": "Slovak Republic"
1429             },
1430             {
1431             "alpha_2": "SI",
1432             "alpha_3": "SVN",
1433             "name": "Slovenia",
1434             "numeric": "705",
1435             "official_name": "Republic of Slovenia"
1436             },
1437             {
1438             "alpha_2": "SE",
1439             "alpha_3": "SWE",
1440             "name": "Sweden",
1441             "numeric": "752",
1442             "official_name": "Kingdom of Sweden"
1443             },
1444             {
1445             "alpha_2": "SZ",
1446             "alpha_3": "SWZ",
1447             "name": "Eswatini",
1448             "numeric": "748",
1449             "official_name": "Kingdom of Eswatini"
1450             },
1451             {
1452             "alpha_2": "SX",
1453             "alpha_3": "SXM",
1454             "name": "Sint Maarten (Dutch part)",
1455             "numeric": "534",
1456             "official_name": "Sint Maarten (Dutch part)"
1457             },
1458             {
1459             "alpha_2": "SC",
1460             "alpha_3": "SYC",
1461             "name": "Seychelles",
1462             "numeric": "690",
1463             "official_name": "Republic of Seychelles"
1464             },
1465             {
1466             "alpha_2": "SY",
1467             "alpha_3": "SYR",
1468             "name": "Syrian Arab Republic",
1469             "numeric": "760"
1470             },
1471             {
1472             "alpha_2": "TC",
1473             "alpha_3": "TCA",
1474             "name": "Turks and Caicos Islands",
1475             "numeric": "796"
1476             },
1477             {
1478             "alpha_2": "TD",
1479             "alpha_3": "TCD",
1480             "name": "Chad",
1481             "numeric": "148",
1482             "official_name": "Republic of Chad"
1483             },
1484             {
1485             "alpha_2": "TG",
1486             "alpha_3": "TGO",
1487             "name": "Togo",
1488             "numeric": "768",
1489             "official_name": "Togolese Republic"
1490             },
1491             {
1492             "alpha_2": "TH",
1493             "alpha_3": "THA",
1494             "name": "Thailand",
1495             "numeric": "764",
1496             "official_name": "Kingdom of Thailand"
1497             },
1498             {
1499             "alpha_2": "TJ",
1500             "alpha_3": "TJK",
1501             "name": "Tajikistan",
1502             "numeric": "762",
1503             "official_name": "Republic of Tajikistan"
1504             },
1505             {
1506             "alpha_2": "TK",
1507             "alpha_3": "TKL",
1508             "name": "Tokelau",
1509             "numeric": "772"
1510             },
1511             {
1512             "alpha_2": "TM",
1513             "alpha_3": "TKM",
1514             "name": "Turkmenistan",
1515             "numeric": "795"
1516             },
1517             {
1518             "alpha_2": "TL",
1519             "alpha_3": "TLS",
1520             "name": "Timor-Leste",
1521             "numeric": "626",
1522             "official_name": "Democratic Republic of Timor-Leste"
1523             },
1524             {
1525             "alpha_2": "TO",
1526             "alpha_3": "TON",
1527             "name": "Tonga",
1528             "numeric": "776",
1529             "official_name": "Kingdom of Tonga"
1530             },
1531             {
1532             "alpha_2": "TT",
1533             "alpha_3": "TTO",
1534             "name": "Trinidad and Tobago",
1535             "numeric": "780",
1536             "official_name": "Republic of Trinidad and Tobago"
1537             },
1538             {
1539             "alpha_2": "TN",
1540             "alpha_3": "TUN",
1541             "name": "Tunisia",
1542             "numeric": "788",
1543             "official_name": "Republic of Tunisia"
1544             },
1545             {
1546             "alpha_2": "TR",
1547             "alpha_3": "TUR",
1548             "name": "Turkey",
1549             "numeric": "792",
1550             "official_name": "Republic of Turkey"
1551             },
1552             {
1553             "alpha_2": "TV",
1554             "alpha_3": "TUV",
1555             "name": "Tuvalu",
1556             "numeric": "798"
1557             },
1558             {
1559             "alpha_2": "TW",
1560             "alpha_3": "TWN",
1561             "common_name": "Taiwan",
1562             "name": "Taiwan, Province of China",
1563             "numeric": "158",
1564             "official_name": "Taiwan, Province of China"
1565             },
1566             {
1567             "alpha_2": "TZ",
1568             "alpha_3": "TZA",
1569             "common_name": "Tanzania",
1570             "name": "Tanzania, United Republic of",
1571             "numeric": "834",
1572             "official_name": "United Republic of Tanzania"
1573             },
1574             {
1575             "alpha_2": "UG",
1576             "alpha_3": "UGA",
1577             "name": "Uganda",
1578             "numeric": "800",
1579             "official_name": "Republic of Uganda"
1580             },
1581             {
1582             "alpha_2": "UA",
1583             "alpha_3": "UKR",
1584             "name": "Ukraine",
1585             "numeric": "804"
1586             },
1587             {
1588             "alpha_2": "UM",
1589             "alpha_3": "UMI",
1590             "name": "United States Minor Outlying Islands",
1591             "numeric": "581"
1592             },
1593             {
1594             "alpha_2": "UY",
1595             "alpha_3": "URY",
1596             "name": "Uruguay",
1597             "numeric": "858",
1598             "official_name": "Eastern Republic of Uruguay"
1599             },
1600             {
1601             "alpha_2": "US",
1602             "alpha_3": "USA",
1603             "name": "United States",
1604             "numeric": "840",
1605             "official_name": "United States of America"
1606             },
1607             {
1608             "alpha_2": "UZ",
1609             "alpha_3": "UZB",
1610             "name": "Uzbekistan",
1611             "numeric": "860",
1612             "official_name": "Republic of Uzbekistan"
1613             },
1614             {
1615             "alpha_2": "VA",
1616             "alpha_3": "VAT",
1617             "name": "Holy See (Vatican City State)",
1618             "numeric": "336"
1619             },
1620             {
1621             "alpha_2": "VC",
1622             "alpha_3": "VCT",
1623             "name": "Saint Vincent and the Grenadines",
1624             "numeric": "670"
1625             },
1626             {
1627             "alpha_2": "VE",
1628             "alpha_3": "VEN",
1629             "common_name": "Venezuela",
1630             "name": "Venezuela, Bolivarian Republic of",
1631             "numeric": "862",
1632             "official_name": "Bolivarian Republic of Venezuela"
1633             },
1634             {
1635             "alpha_2": "VG",
1636             "alpha_3": "VGB",
1637             "name": "Virgin Islands, British",
1638             "numeric": "092",
1639             "official_name": "British Virgin Islands"
1640             },
1641             {
1642             "alpha_2": "VI",
1643             "alpha_3": "VIR",
1644             "name": "Virgin Islands, U.S.",
1645             "numeric": "850",
1646             "official_name": "Virgin Islands of the United States"
1647             },
1648             {
1649             "alpha_2": "VN",
1650             "alpha_3": "VNM",
1651             "common_name": "Vietnam",
1652             "name": "Viet Nam",
1653             "numeric": "704",
1654             "official_name": "Socialist Republic of Viet Nam"
1655             },
1656             {
1657             "alpha_2": "VU",
1658             "alpha_3": "VUT",
1659             "name": "Vanuatu",
1660             "numeric": "548",
1661             "official_name": "Republic of Vanuatu"
1662             },
1663             {
1664             "alpha_2": "WF",
1665             "alpha_3": "WLF",
1666             "name": "Wallis and Futuna",
1667             "numeric": "876"
1668             },
1669             {
1670             "alpha_2": "WS",
1671             "alpha_3": "WSM",
1672             "name": "Samoa",
1673             "numeric": "882",
1674             "official_name": "Independent State of Samoa"
1675             },
1676             {
1677             "alpha_2": "YE",
1678             "alpha_3": "YEM",
1679             "name": "Yemen",
1680             "numeric": "887",
1681             "official_name": "Republic of Yemen"
1682             },
1683             {
1684             "alpha_2": "ZA",
1685             "alpha_3": "ZAF",
1686             "name": "South Africa",
1687             "numeric": "710",
1688             "official_name": "Republic of South Africa"
1689             },
1690             {
1691             "alpha_2": "ZM",
1692             "alpha_3": "ZMB",
1693             "name": "Zambia",
1694             "numeric": "894",
1695             "official_name": "Republic of Zambia"
1696             },
1697             {
1698             "alpha_2": "ZW",
1699             "alpha_3": "ZWE",
1700             "name": "Zimbabwe",
1701             "numeric": "716",
1702             "official_name": "Republic of Zimbabwe"
1703             },
1704             {
1705             "alpha_2": "XK",
1706             "alpha_3": "XXK",
1707             "name": "Kosovo",
1708             "numeric": "",
1709             "official_name": "Republic of Kosovo"
1710             }
1711             ],
1712            
1713             "3166-2": [
1714             {
1715             "code": "AD-02",
1716             "name": "Canillo",
1717             "type": "Parish"
1718             },
1719             {
1720             "code": "AD-03",
1721             "name": "Encamp",
1722             "type": "Parish"
1723             },
1724             {
1725             "code": "AD-04",
1726             "name": "La Massana",
1727             "type": "Parish"
1728             },
1729             {
1730             "code": "AD-05",
1731             "name": "Ordino",
1732             "type": "Parish"
1733             },
1734             {
1735             "code": "AD-06",
1736             "name": "Sant Julià de Lòria",
1737             "type": "Parish"
1738             },
1739             {
1740             "code": "AD-07",
1741             "name": "Andorra la Vella",
1742             "type": "Parish"
1743             },
1744             {
1745             "code": "AD-08",
1746             "name": "Escaldes-Engordany",
1747             "type": "Parish"
1748             },
1749             {
1750             "code": "AE-AJ",
1751             "name": "‘Ajmān",
1752             "type": "Emirate"
1753             },
1754             {
1755             "code": "AE-AZ",
1756             "name": "Abū Z̧aby",
1757             "type": "Emirate"
1758             },
1759             {
1760             "code": "AE-DU",
1761             "name": "Dubayy",
1762             "type": "Emirate"
1763             },
1764             {
1765             "code": "AE-FU",
1766             "name": "Al Fujayrah",
1767             "type": "Emirate"
1768             },
1769             {
1770             "code": "AE-RK",
1771             "name": "Ra’s al Khaymah",
1772             "type": "Emirate"
1773             },
1774             {
1775             "code": "AE-SH",
1776             "name": "Ash Shāriqah",
1777             "type": "Emirate"
1778             },
1779             {
1780             "code": "AE-UQ",
1781             "name": "Umm al Qaywayn",
1782             "type": "Emirate"
1783             },
1784             {
1785             "code": "AF-BAL",
1786             "name": "Balkh",
1787             "type": "Province"
1788             },
1789             {
1790             "code": "AF-BAM",
1791             "name": "Bāmyān",
1792             "type": "Province"
1793             },
1794             {
1795             "code": "AF-BDG",
1796             "name": "Bādghīs",
1797             "type": "Province"
1798             },
1799             {
1800             "code": "AF-BDS",
1801             "name": "Badakhshān",
1802             "type": "Province"
1803             },
1804             {
1805             "code": "AF-BGL",
1806             "name": "Baghlān",
1807             "type": "Province"
1808             },
1809             {
1810             "code": "AF-DAY",
1811             "name": "Dāykundī",
1812             "type": "Province"
1813             },
1814             {
1815             "code": "AF-FRA",
1816             "name": "Farāh",
1817             "type": "Province"
1818             },
1819             {
1820             "code": "AF-FYB",
1821             "name": "Fāryāb",
1822             "type": "Province"
1823             },
1824             {
1825             "code": "AF-GHA",
1826             "name": "Ghaznī",
1827             "type": "Province"
1828             },
1829             {
1830             "code": "AF-GHO",
1831             "name": "Ghōr",
1832             "type": "Province"
1833             },
1834             {
1835             "code": "AF-HEL",
1836             "name": "Helmand",
1837             "type": "Province"
1838             },
1839             {
1840             "code": "AF-HER",
1841             "name": "Herāt",
1842             "type": "Province"
1843             },
1844             {
1845             "code": "AF-JOW",
1846             "name": "Jowzjān",
1847             "type": "Province"
1848             },
1849             {
1850             "code": "AF-KAB",
1851             "name": "Kābul",
1852             "type": "Province"
1853             },
1854             {
1855             "code": "AF-KAN",
1856             "name": "Kandahār",
1857             "type": "Province"
1858             },
1859             {
1860             "code": "AF-KAP",
1861             "name": "Kāpīsā",
1862             "type": "Province"
1863             },
1864             {
1865             "code": "AF-KDZ",
1866             "name": "Kunduz",
1867             "type": "Province"
1868             },
1869             {
1870             "code": "AF-KHO",
1871             "name": "Khōst",
1872             "type": "Province"
1873             },
1874             {
1875             "code": "AF-KNR",
1876             "name": "Kunaṟ",
1877             "type": "Province"
1878             },
1879             {
1880             "code": "AF-LAG",
1881             "name": "Laghmān",
1882             "type": "Province"
1883             },
1884             {
1885             "code": "AF-LOG",
1886             "name": "Lōgar",
1887             "type": "Province"
1888             },
1889             {
1890             "code": "AF-NAN",
1891             "name": "Nangarhār",
1892             "type": "Province"
1893             },
1894             {
1895             "code": "AF-NIM",
1896             "name": "Nīmrōz",
1897             "type": "Province"
1898             },
1899             {
1900             "code": "AF-NUR",
1901             "name": "Nūristān",
1902             "type": "Province"
1903             },
1904             {
1905             "code": "AF-PAN",
1906             "name": "Panjshayr",
1907             "type": "Province"
1908             },
1909             {
1910             "code": "AF-PAR",
1911             "name": "Parwān",
1912             "type": "Province"
1913             },
1914             {
1915             "code": "AF-PIA",
1916             "name": "Paktiyā",
1917             "type": "Province"
1918             },
1919             {
1920             "code": "AF-PKA",
1921             "name": "Paktīkā",
1922             "type": "Province"
1923             },
1924             {
1925             "code": "AF-SAM",
1926             "name": "Samangān",
1927             "type": "Province"
1928             },
1929             {
1930             "code": "AF-SAR",
1931             "name": "Sar-e Pul",
1932             "type": "Province"
1933             },
1934             {
1935             "code": "AF-TAK",
1936             "name": "Takhār",
1937             "type": "Province"
1938             },
1939             {
1940             "code": "AF-URU",
1941             "name": "Uruzgān",
1942             "type": "Province"
1943             },
1944             {
1945             "code": "AF-WAR",
1946             "name": "Wardak",
1947             "type": "Province"
1948             },
1949             {
1950             "code": "AF-ZAB",
1951             "name": "Zābul",
1952             "type": "Province"
1953             },
1954             {
1955             "code": "AG-03",
1956             "name": "Saint George",
1957             "type": "Parish"
1958             },
1959             {
1960             "code": "AG-04",
1961             "name": "Saint John",
1962             "type": "Parish"
1963             },
1964             {
1965             "code": "AG-05",
1966             "name": "Saint Mary",
1967             "type": "Parish"
1968             },
1969             {
1970             "code": "AG-06",
1971             "name": "Saint Paul",
1972             "type": "Parish"
1973             },
1974             {
1975             "code": "AG-07",
1976             "name": "Saint Peter",
1977             "type": "Parish"
1978             },
1979             {
1980             "code": "AG-08",
1981             "name": "Saint Philip",
1982             "type": "Parish"
1983             },
1984             {
1985             "code": "AG-10",
1986             "name": "Barbuda",
1987             "type": "Dependency"
1988             },
1989             {
1990             "code": "AG-11",
1991             "name": "Redonda",
1992             "type": "Dependency"
1993             },
1994             {
1995             "code": "AL-01",
1996             "name": "Berat",
1997             "type": "County"
1998             },
1999             {
2000             "code": "AL-02",
2001             "name": "Durrës",
2002             "type": "County"
2003             },
2004             {
2005             "code": "AL-03",
2006             "name": "Elbasan",
2007             "type": "County"
2008             },
2009             {
2010             "code": "AL-04",
2011             "name": "Fier",
2012             "type": "County"
2013             },
2014             {
2015             "code": "AL-05",
2016             "name": "Gjirokastër",
2017             "type": "County"
2018             },
2019             {
2020             "code": "AL-06",
2021             "name": "Korçë",
2022             "type": "County"
2023             },
2024             {
2025             "code": "AL-07",
2026             "name": "Kukës",
2027             "type": "County"
2028             },
2029             {
2030             "code": "AL-08",
2031             "name": "Lezhë",
2032             "type": "County"
2033             },
2034             {
2035             "code": "AL-09",
2036             "name": "Dibër",
2037             "type": "County"
2038             },
2039             {
2040             "code": "AL-10",
2041             "name": "Shkodër",
2042             "type": "County"
2043             },
2044             {
2045             "code": "AL-11",
2046             "name": "Tiranë",
2047             "type": "County"
2048             },
2049             {
2050             "code": "AL-12",
2051             "name": "Vlorë",
2052             "type": "County"
2053             },
2054             {
2055             "code": "AM-AG",
2056             "name": "Aragac̣otn",
2057             "type": "Region"
2058             },
2059             {
2060             "code": "AM-AR",
2061             "name": "Ararat",
2062             "type": "Region"
2063             },
2064             {
2065             "code": "AM-AV",
2066             "name": "Armavir",
2067             "type": "Region"
2068             },
2069             {
2070             "code": "AM-ER",
2071             "name": "Erevan",
2072             "type": "City"
2073             },
2074             {
2075             "code": "AM-GR",
2076             "name": "Geġark'unik'",
2077             "type": "Region"
2078             },
2079             {
2080             "code": "AM-KT",
2081             "name": "Kotayk'",
2082             "type": "Region"
2083             },
2084             {
2085             "code": "AM-LO",
2086             "name": "Loṙi",
2087             "type": "Region"
2088             },
2089             {
2090             "code": "AM-SH",
2091             "name": "Širak",
2092             "type": "Region"
2093             },
2094             {
2095             "code": "AM-SU",
2096             "name": "Syunik'",
2097             "type": "Region"
2098             },
2099             {
2100             "code": "AM-TV",
2101             "name": "Tavuš",
2102             "type": "Region"
2103             },
2104             {
2105             "code": "AM-VD",
2106             "name": "Vayoć Jor",
2107             "type": "Region"
2108             },
2109             {
2110             "code": "AO-BGO",
2111             "name": "Bengo",
2112             "type": "Province"
2113             },
2114             {
2115             "code": "AO-BGU",
2116             "name": "Benguela",
2117             "type": "Province"
2118             },
2119             {
2120             "code": "AO-BIE",
2121             "name": "Bié",
2122             "type": "Province"
2123             },
2124             {
2125             "code": "AO-CAB",
2126             "name": "Cabinda",
2127             "type": "Province"
2128             },
2129             {
2130             "code": "AO-CCU",
2131             "name": "Cuando Cubango",
2132             "type": "Province"
2133             },
2134             {
2135             "code": "AO-CNN",
2136             "name": "Cunene",
2137             "type": "Province"
2138             },
2139             {
2140             "code": "AO-CNO",
2141             "name": "Cuanza-Norte",
2142             "type": "Province"
2143             },
2144             {
2145             "code": "AO-CUS",
2146             "name": "Cuanza-Sul",
2147             "type": "Province"
2148             },
2149             {
2150             "code": "AO-HUA",
2151             "name": "Huambo",
2152             "type": "Province"
2153             },
2154             {
2155             "code": "AO-HUI",
2156             "name": "Huíla",
2157             "type": "Province"
2158             },
2159             {
2160             "code": "AO-LNO",
2161             "name": "Lunda-Norte",
2162             "type": "Province"
2163             },
2164             {
2165             "code": "AO-LSU",
2166             "name": "Lunda-Sul",
2167             "type": "Province"
2168             },
2169             {
2170             "code": "AO-LUA",
2171             "name": "Luanda",
2172             "type": "Province"
2173             },
2174             {
2175             "code": "AO-MAL",
2176             "name": "Malange",
2177             "type": "Province"
2178             },
2179             {
2180             "code": "AO-MOX",
2181             "name": "Moxico",
2182             "type": "Province"
2183             },
2184             {
2185             "code": "AO-NAM",
2186             "name": "Namibe",
2187             "type": "Province"
2188             },
2189             {
2190             "code": "AO-UIG",
2191             "name": "Uíge",
2192             "type": "Province"
2193             },
2194             {
2195             "code": "AO-ZAI",
2196             "name": "Zaire",
2197             "type": "Province"
2198             },
2199             {
2200             "code": "AR-A",
2201             "name": "Salta",
2202             "type": "Province"
2203             },
2204             {
2205             "code": "AR-B",
2206             "name": "Buenos Aires",
2207             "type": "Province"
2208             },
2209             {
2210             "code": "AR-C",
2211             "name": "Ciudad Autónoma de Buenos Aires",
2212             "type": "City"
2213             },
2214             {
2215             "code": "AR-D",
2216             "name": "San Luis",
2217             "type": "Province"
2218             },
2219             {
2220             "code": "AR-E",
2221             "name": "Entre Ríos",
2222             "type": "Province"
2223             },
2224             {
2225             "code": "AR-F",
2226             "name": "La Rioja",
2227             "type": "Province"
2228             },
2229             {
2230             "code": "AR-G",
2231             "name": "Santiago del Estero",
2232             "type": "Province"
2233             },
2234             {
2235             "code": "AR-H",
2236             "name": "Chaco",
2237             "type": "Province"
2238             },
2239             {
2240             "code": "AR-J",
2241             "name": "San Juan",
2242             "type": "Province"
2243             },
2244             {
2245             "code": "AR-K",
2246             "name": "Catamarca",
2247             "type": "Province"
2248             },
2249             {
2250             "code": "AR-L",
2251             "name": "La Pampa",
2252             "type": "Province"
2253             },
2254             {
2255             "code": "AR-M",
2256             "name": "Mendoza",
2257             "type": "Province"
2258             },
2259             {
2260             "code": "AR-N",
2261             "name": "Misiones",
2262             "type": "Province"
2263             },
2264             {
2265             "code": "AR-P",
2266             "name": "Formosa",
2267             "type": "Province"
2268             },
2269             {
2270             "code": "AR-Q",
2271             "name": "Neuquén",
2272             "type": "Province"
2273             },
2274             {
2275             "code": "AR-R",
2276             "name": "Río Negro",
2277             "type": "Province"
2278             },
2279             {
2280             "code": "AR-S",
2281             "name": "Santa Fe",
2282             "type": "Province"
2283             },
2284             {
2285             "code": "AR-T",
2286             "name": "Tucumán",
2287             "type": "Province"
2288             },
2289             {
2290             "code": "AR-U",
2291             "name": "Chubut",
2292             "type": "Province"
2293             },
2294             {
2295             "code": "AR-V",
2296             "name": "Tierra del Fuego",
2297             "type": "Province"
2298             },
2299             {
2300             "code": "AR-W",
2301             "name": "Corrientes",
2302             "type": "Province"
2303             },
2304             {
2305             "code": "AR-X",
2306             "name": "Córdoba",
2307             "type": "Province"
2308             },
2309             {
2310             "code": "AR-Y",
2311             "name": "Jujuy",
2312             "type": "Province"
2313             },
2314             {
2315             "code": "AR-Z",
2316             "name": "Santa Cruz",
2317             "type": "Province"
2318             },
2319             {
2320             "code": "AT-1",
2321             "name": "Burgenland",
2322             "type": "State"
2323             },
2324             {
2325             "code": "AT-2",
2326             "name": "Kärnten",
2327             "type": "State"
2328             },
2329             {
2330             "code": "AT-3",
2331             "name": "Niederösterreich",
2332             "type": "State"
2333             },
2334             {
2335             "code": "AT-4",
2336             "name": "Oberösterreich",
2337             "type": "State"
2338             },
2339             {
2340             "code": "AT-5",
2341             "name": "Salzburg",
2342             "type": "State"
2343             },
2344             {
2345             "code": "AT-6",
2346             "name": "Steiermark",
2347             "type": "State"
2348             },
2349             {
2350             "code": "AT-7",
2351             "name": "Tirol",
2352             "type": "State"
2353             },
2354             {
2355             "code": "AT-8",
2356             "name": "Vorarlberg",
2357             "type": "State"
2358             },
2359             {
2360             "code": "AT-9",
2361             "name": "Wien",
2362             "type": "State"
2363             },
2364             {
2365             "code": "AU-ACT",
2366             "name": "Australian Capital Territory",
2367             "type": "Territory"
2368             },
2369             {
2370             "code": "AU-NSW",
2371             "name": "New South Wales",
2372             "type": "State"
2373             },
2374             {
2375             "code": "AU-NT",
2376             "name": "Northern Territory",
2377             "type": "Territory"
2378             },
2379             {
2380             "code": "AU-QLD",
2381             "name": "Queensland",
2382             "type": "State"
2383             },
2384             {
2385             "code": "AU-SA",
2386             "name": "South Australia",
2387             "type": "State"
2388             },
2389             {
2390             "code": "AU-TAS",
2391             "name": "Tasmania",
2392             "type": "State"
2393             },
2394             {
2395             "code": "AU-VIC",
2396             "name": "Victoria",
2397             "type": "State"
2398             },
2399             {
2400             "code": "AU-WA",
2401             "name": "Western Australia",
2402             "type": "State"
2403             },
2404             {
2405             "code": "AZ-ABS",
2406             "name": "Abşeron",
2407             "type": "Rayon"
2408             },
2409             {
2410             "code": "AZ-AGA",
2411             "name": "Ağstafa",
2412             "type": "Rayon"
2413             },
2414             {
2415             "code": "AZ-AGC",
2416             "name": "Ağcabədi",
2417             "type": "Rayon"
2418             },
2419             {
2420             "code": "AZ-AGM",
2421             "name": "Ağdam",
2422             "type": "Rayon"
2423             },
2424             {
2425             "code": "AZ-AGS",
2426             "name": "Ağdaş",
2427             "type": "Rayon"
2428             },
2429             {
2430             "code": "AZ-AGU",
2431             "name": "Ağsu",
2432             "type": "Rayon"
2433             },
2434             {
2435             "code": "AZ-AST",
2436             "name": "Astara",
2437             "type": "Rayon"
2438             },
2439             {
2440             "code": "AZ-BA",
2441             "name": "Bakı",
2442             "type": "Municipality"
2443             },
2444             {
2445             "code": "AZ-BAB",
2446             "name": "Babək",
2447             "parent": "NX",
2448             "type": "Rayon"
2449             },
2450             {
2451             "code": "AZ-BAL",
2452             "name": "Balakən",
2453             "type": "Rayon"
2454             },
2455             {
2456             "code": "AZ-BAR",
2457             "name": "Bərdə",
2458             "type": "Rayon"
2459             },
2460             {
2461             "code": "AZ-BEY",
2462             "name": "Beyləqan",
2463             "type": "Rayon"
2464             },
2465             {
2466             "code": "AZ-BIL",
2467             "name": "Biləsuvar",
2468             "type": "Rayon"
2469             },
2470             {
2471             "code": "AZ-CAB",
2472             "name": "Cəbrayıl",
2473             "type": "Rayon"
2474             },
2475             {
2476             "code": "AZ-CAL",
2477             "name": "Cəlilabad",
2478             "type": "Rayon"
2479             },
2480             {
2481             "code": "AZ-CUL",
2482             "name": "Culfa",
2483             "parent": "NX",
2484             "type": "Rayon"
2485             },
2486             {
2487             "code": "AZ-DAS",
2488             "name": "Daşkəsən",
2489             "type": "Rayon"
2490             },
2491             {
2492             "code": "AZ-FUZ",
2493             "name": "Füzuli",
2494             "type": "Rayon"
2495             },
2496             {
2497             "code": "AZ-GA",
2498             "name": "Gəncə",
2499             "type": "Municipality"
2500             },
2501             {
2502             "code": "AZ-GAD",
2503             "name": "Gədəbəy",
2504             "type": "Rayon"
2505             },
2506             {
2507             "code": "AZ-GOR",
2508             "name": "Goranboy",
2509             "type": "Rayon"
2510             },
2511             {
2512             "code": "AZ-GOY",
2513             "name": "Göyçay",
2514             "type": "Rayon"
2515             },
2516             {
2517             "code": "AZ-GYG",
2518             "name": "Göygöl",
2519             "type": "Rayon"
2520             },
2521             {
2522             "code": "AZ-HAC",
2523             "name": "Hacıqabul",
2524             "type": "Rayon"
2525             },
2526             {
2527             "code": "AZ-IMI",
2528             "name": "İmişli",
2529             "type": "Rayon"
2530             },
2531             {
2532             "code": "AZ-ISM",
2533             "name": "İsmayıllı",
2534             "type": "Rayon"
2535             },
2536             {
2537             "code": "AZ-KAL",
2538             "name": "Kəlbəcər",
2539             "type": "Rayon"
2540             },
2541             {
2542             "code": "AZ-KAN",
2543             "name": "Kǝngǝrli",
2544             "parent": "NX",
2545             "type": "Rayon"
2546             },
2547             {
2548             "code": "AZ-KUR",
2549             "name": "Kürdəmir",
2550             "type": "Rayon"
2551             },
2552             {
2553             "code": "AZ-LA",
2554             "name": "Lənkəran",
2555             "type": "Municipality"
2556             },
2557             {
2558             "code": "AZ-LAC",
2559             "name": "Laçın",
2560             "type": "Rayon"
2561             },
2562             {
2563             "code": "AZ-LAN",
2564             "name": "Lənkəran",
2565             "type": "Rayon"
2566             },
2567             {
2568             "code": "AZ-LER",
2569             "name": "Lerik",
2570             "type": "Rayon"
2571             },
2572             {
2573             "code": "AZ-MAS",
2574             "name": "Masallı",
2575             "type": "Rayon"
2576             },
2577             {
2578             "code": "AZ-MI",
2579             "name": "Mingəçevir",
2580             "type": "Municipality"
2581             },
2582             {
2583             "code": "AZ-NA",
2584             "name": "Naftalan",
2585             "type": "Municipality"
2586             },
2587             {
2588             "code": "AZ-NEF",
2589             "name": "Neftçala",
2590             "type": "Rayon"
2591             },
2592             {
2593             "code": "AZ-NV",
2594             "name": "Naxçıvan",
2595             "parent": "NX",
2596             "type": "Municipality"
2597             },
2598             {
2599             "code": "AZ-NX",
2600             "name": "Naxçıvan",
2601             "type": "Autonomous republic"
2602             },
2603             {
2604             "code": "AZ-OGU",
2605             "name": "Oğuz",
2606             "type": "Rayon"
2607             },
2608             {
2609             "code": "AZ-ORD",
2610             "name": "Ordubad",
2611             "parent": "NX",
2612             "type": "Rayon"
2613             },
2614             {
2615             "code": "AZ-QAB",
2616             "name": "Qəbələ",
2617             "type": "Rayon"
2618             },
2619             {
2620             "code": "AZ-QAX",
2621             "name": "Qax",
2622             "type": "Rayon"
2623             },
2624             {
2625             "code": "AZ-QAZ",
2626             "name": "Qazax",
2627             "type": "Rayon"
2628             },
2629             {
2630             "code": "AZ-QBA",
2631             "name": "Quba",
2632             "type": "Rayon"
2633             },
2634             {
2635             "code": "AZ-QBI",
2636             "name": "Qubadlı",
2637             "type": "Rayon"
2638             },
2639             {
2640             "code": "AZ-QOB",
2641             "name": "Qobustan",
2642             "type": "Rayon"
2643             },
2644             {
2645             "code": "AZ-QUS",
2646             "name": "Qusar",
2647             "type": "Rayon"
2648             },
2649             {
2650             "code": "AZ-SA",
2651             "name": "Şəki",
2652             "type": "Municipality"
2653             },
2654             {
2655             "code": "AZ-SAB",
2656             "name": "Sabirabad",
2657             "type": "Rayon"
2658             },
2659             {
2660             "code": "AZ-SAD",
2661             "name": "Sədərək",
2662             "parent": "NX",
2663             "type": "Rayon"
2664             },
2665             {
2666             "code": "AZ-SAH",
2667             "name": "Şahbuz",
2668             "parent": "NX",
2669             "type": "Rayon"
2670             },
2671             {
2672             "code": "AZ-SAK",
2673             "name": "Şəki",
2674             "type": "Rayon"
2675             },
2676             {
2677             "code": "AZ-SAL",
2678             "name": "Salyan",
2679             "type": "Rayon"
2680             },
2681             {
2682             "code": "AZ-SAR",
2683             "name": "Şərur",
2684             "parent": "NX",
2685             "type": "Rayon"
2686             },
2687             {
2688             "code": "AZ-SAT",
2689             "name": "Saatlı",
2690             "type": "Rayon"
2691             },
2692             {
2693             "code": "AZ-SBN",
2694             "name": "Şabran",
2695             "type": "Rayon"
2696             },
2697             {
2698             "code": "AZ-SIY",
2699             "name": "Siyəzən",
2700             "type": "Rayon"
2701             },
2702             {
2703             "code": "AZ-SKR",
2704             "name": "Şəmkir",
2705             "type": "Rayon"
2706             },
2707             {
2708             "code": "AZ-SM",
2709             "name": "Sumqayıt",
2710             "type": "Municipality"
2711             },
2712             {
2713             "code": "AZ-SMI",
2714             "name": "Şamaxı",
2715             "type": "Rayon"
2716             },
2717             {
2718             "code": "AZ-SMX",
2719             "name": "Samux",
2720             "type": "Rayon"
2721             },
2722             {
2723             "code": "AZ-SR",
2724             "name": "Şirvan",
2725             "type": "Municipality"
2726             },
2727             {
2728             "code": "AZ-SUS",
2729             "name": "Şuşa",
2730             "type": "Rayon"
2731             },
2732             {
2733             "code": "AZ-TAR",
2734             "name": "Tərtər",
2735             "type": "Rayon"
2736             },
2737             {
2738             "code": "AZ-TOV",
2739             "name": "Tovuz",
2740             "type": "Rayon"
2741             },
2742             {
2743             "code": "AZ-UCA",
2744             "name": "Ucar",
2745             "type": "Rayon"
2746             },
2747             {
2748             "code": "AZ-XA",
2749             "name": "Xankəndi",
2750             "type": "Municipality"
2751             },
2752             {
2753             "code": "AZ-XAC",
2754             "name": "Xaçmaz",
2755             "type": "Rayon"
2756             },
2757             {
2758             "code": "AZ-XCI",
2759             "name": "Xocalı",
2760             "type": "Rayon"
2761             },
2762             {
2763             "code": "AZ-XIZ",
2764             "name": "Xızı",
2765             "type": "Rayon"
2766             },
2767             {
2768             "code": "AZ-XVD",
2769             "name": "Xocavənd",
2770             "type": "Rayon"
2771             },
2772             {
2773             "code": "AZ-YAR",
2774             "name": "Yardımlı",
2775             "type": "Rayon"
2776             },
2777             {
2778             "code": "AZ-YE",
2779             "name": "Yevlax",
2780             "type": "Municipality"
2781             },
2782             {
2783             "code": "AZ-YEV",
2784             "name": "Yevlax",
2785             "type": "Rayon"
2786             },
2787             {
2788             "code": "AZ-ZAN",
2789             "name": "Zəngilan",
2790             "type": "Rayon"
2791             },
2792             {
2793             "code": "AZ-ZAQ",
2794             "name": "Zaqatala",
2795             "type": "Rayon"
2796             },
2797             {
2798             "code": "AZ-ZAR",
2799             "name": "Zərdab",
2800             "type": "Rayon"
2801             },
2802             {
2803             "code": "BA-BIH",
2804             "name": "Federacija Bosne i Hercegovine",
2805             "type": "Entity"
2806             },
2807             {
2808             "code": "BA-BRC",
2809             "name": "Brčko distrikt",
2810             "type": "District with special status"
2811             },
2812             {
2813             "code": "BA-SRP",
2814             "name": "Republika Srpska",
2815             "type": "Entity"
2816             },
2817             {
2818             "code": "BB-01",
2819             "name": "Christ Church",
2820             "type": "Parish"
2821             },
2822             {
2823             "code": "BB-02",
2824             "name": "Saint Andrew",
2825             "type": "Parish"
2826             },
2827             {
2828             "code": "BB-03",
2829             "name": "Saint George",
2830             "type": "Parish"
2831             },
2832             {
2833             "code": "BB-04",
2834             "name": "Saint James",
2835             "type": "Parish"
2836             },
2837             {
2838             "code": "BB-05",
2839             "name": "Saint John",
2840             "type": "Parish"
2841             },
2842             {
2843             "code": "BB-06",
2844             "name": "Saint Joseph",
2845             "type": "Parish"
2846             },
2847             {
2848             "code": "BB-07",
2849             "name": "Saint Lucy",
2850             "type": "Parish"
2851             },
2852             {
2853             "code": "BB-08",
2854             "name": "Saint Michael",
2855             "type": "Parish"
2856             },
2857             {
2858             "code": "BB-09",
2859             "name": "Saint Peter",
2860             "type": "Parish"
2861             },
2862             {
2863             "code": "BB-10",
2864             "name": "Saint Philip",
2865             "type": "Parish"
2866             },
2867             {
2868             "code": "BB-11",
2869             "name": "Saint Thomas",
2870             "type": "Parish"
2871             },
2872             {
2873             "code": "BD-01",
2874             "name": "Bandarban",
2875             "parent": "B",
2876             "type": "District"
2877             },
2878             {
2879             "code": "BD-02",
2880             "name": "Barguna",
2881             "parent": "A",
2882             "type": "District"
2883             },
2884             {
2885             "code": "BD-03",
2886             "name": "Bogura",
2887             "parent": "E",
2888             "type": "District"
2889             },
2890             {
2891             "code": "BD-04",
2892             "name": "Brahmanbaria",
2893             "parent": "B",
2894             "type": "District"
2895             },
2896             {
2897             "code": "BD-05",
2898             "name": "Bagerhat",
2899             "parent": "D",
2900             "type": "District"
2901             },
2902             {
2903             "code": "BD-06",
2904             "name": "Barishal",
2905             "parent": "A",
2906             "type": "District"
2907             },
2908             {
2909             "code": "BD-07",
2910             "name": "Bhola",
2911             "parent": "A",
2912             "type": "District"
2913             },
2914             {
2915             "code": "BD-08",
2916             "name": "Cumilla",
2917             "parent": "B",
2918             "type": "District"
2919             },
2920             {
2921             "code": "BD-09",
2922             "name": "Chandpur",
2923             "parent": "B",
2924             "type": "District"
2925             },
2926             {
2927             "code": "BD-10",
2928             "name": "Chattogram",
2929             "parent": "B",
2930             "type": "District"
2931             },
2932             {
2933             "code": "BD-11",
2934             "name": "Cox's Bazar",
2935             "parent": "B",
2936             "type": "District"
2937             },
2938             {
2939             "code": "BD-12",
2940             "name": "Chuadanga",
2941             "parent": "D",
2942             "type": "District"
2943             },
2944             {
2945             "code": "BD-13",
2946             "name": "Dhaka",
2947             "parent": "C",
2948             "type": "District"
2949             },
2950             {
2951             "code": "BD-14",
2952             "name": "Dinajpur",
2953             "parent": "F",
2954             "type": "District"
2955             },
2956             {
2957             "code": "BD-15",
2958             "name": "Faridpur",
2959             "parent": "C",
2960             "type": "District"
2961             },
2962             {
2963             "code": "BD-16",
2964             "name": "Feni",
2965             "parent": "B",
2966             "type": "District"
2967             },
2968             {
2969             "code": "BD-17",
2970             "name": "Gopalganj",
2971             "parent": "C",
2972             "type": "District"
2973             },
2974             {
2975             "code": "BD-18",
2976             "name": "Gazipur",
2977             "parent": "C",
2978             "type": "District"
2979             },
2980             {
2981             "code": "BD-19",
2982             "name": "Gaibandha",
2983             "parent": "F",
2984             "type": "District"
2985             },
2986             {
2987             "code": "BD-20",
2988             "name": "Habiganj",
2989             "parent": "G",
2990             "type": "District"
2991             },
2992             {
2993             "code": "BD-21",
2994             "name": "Jamalpur",
2995             "parent": "H",
2996             "type": "District"
2997             },
2998             {
2999             "code": "BD-22",
3000             "name": "Jashore",
3001             "parent": "D",
3002             "type": "District"
3003             },
3004             {
3005             "code": "BD-23",
3006             "name": "Jhenaidah",
3007             "parent": "D",
3008             "type": "District"
3009             },
3010             {
3011             "code": "BD-24",
3012             "name": "Joypurhat",
3013             "parent": "E",
3014             "type": "District"
3015             },
3016             {
3017             "code": "BD-25",
3018             "name": "Jhalakathi",
3019             "parent": "A",
3020             "type": "District"
3021             },
3022             {
3023             "code": "BD-26",
3024             "name": "Kishoreganj",
3025             "parent": "C",
3026             "type": "District"
3027             },
3028             {
3029             "code": "BD-27",
3030             "name": "Khulna",
3031             "parent": "D",
3032             "type": "District"
3033             },
3034             {
3035             "code": "BD-28",
3036             "name": "Kurigram",
3037             "parent": "F",
3038             "type": "District"
3039             },
3040             {
3041             "code": "BD-29",
3042             "name": "Khagrachhari",
3043             "parent": "B",
3044             "type": "District"
3045             },
3046             {
3047             "code": "BD-30",
3048             "name": "Kushtia",
3049             "parent": "D",
3050             "type": "District"
3051             },
3052             {
3053             "code": "BD-31",
3054             "name": "Lakshmipur",
3055             "parent": "B",
3056             "type": "District"
3057             },
3058             {
3059             "code": "BD-32",
3060             "name": "Lalmonirhat",
3061             "parent": "F",
3062             "type": "District"
3063             },
3064             {
3065             "code": "BD-33",
3066             "name": "Manikganj",
3067             "parent": "C",
3068             "type": "District"
3069             },
3070             {
3071             "code": "BD-34",
3072             "name": "Mymensingh",
3073             "parent": "H",
3074             "type": "District"
3075             },
3076             {
3077             "code": "BD-35",
3078             "name": "Munshiganj",
3079             "parent": "C",
3080             "type": "District"
3081             },
3082             {
3083             "code": "BD-36",
3084             "name": "Madaripur",
3085             "parent": "C",
3086             "type": "District"
3087             },
3088             {
3089             "code": "BD-37",
3090             "name": "Magura",
3091             "parent": "D",
3092             "type": "District"
3093             },
3094             {
3095             "code": "BD-38",
3096             "name": "Moulvibazar",
3097             "parent": "G",
3098             "type": "District"
3099             },
3100             {
3101             "code": "BD-39",
3102             "name": "Meherpur",
3103             "parent": "D",
3104             "type": "District"
3105             },
3106             {
3107             "code": "BD-40",
3108             "name": "Narayanganj",
3109             "parent": "C",
3110             "type": "District"
3111             },
3112             {
3113             "code": "BD-41",
3114             "name": "Netrakona",
3115             "parent": "H",
3116             "type": "District"
3117             },
3118             {
3119             "code": "BD-42",
3120             "name": "Narsingdi",
3121             "parent": "C",
3122             "type": "District"
3123             },
3124             {
3125             "code": "BD-43",
3126             "name": "Narail",
3127             "parent": "D",
3128             "type": "District"
3129             },
3130             {
3131             "code": "BD-44",
3132             "name": "Natore",
3133             "parent": "E",
3134             "type": "District"
3135             },
3136             {
3137             "code": "BD-45",
3138             "name": "Chapai Nawabganj",
3139             "parent": "E",
3140             "type": "District"
3141             },
3142             {
3143             "code": "BD-46",
3144             "name": "Nilphamari",
3145             "parent": "F",
3146             "type": "District"
3147             },
3148             {
3149             "code": "BD-47",
3150             "name": "Noakhali",
3151             "parent": "B",
3152             "type": "District"
3153             },
3154             {
3155             "code": "BD-48",
3156             "name": "Naogaon",
3157             "parent": "E",
3158             "type": "District"
3159             },
3160             {
3161             "code": "BD-49",
3162             "name": "Pabna",
3163             "parent": "E",
3164             "type": "District"
3165             },
3166             {
3167             "code": "BD-50",
3168             "name": "Pirojpur",
3169             "parent": "A",
3170             "type": "District"
3171             },
3172             {
3173             "code": "BD-51",
3174             "name": "Patuakhali",
3175             "parent": "A",
3176             "type": "District"
3177             },
3178             {
3179             "code": "BD-52",
3180             "name": "Panchagarh",
3181             "parent": "F",
3182             "type": "District"
3183             },
3184             {
3185             "code": "BD-53",
3186             "name": "Rajbari",
3187             "parent": "C",
3188             "type": "District"
3189             },
3190             {
3191             "code": "BD-54",
3192             "name": "Rajshahi",
3193             "parent": "E",
3194             "type": "District"
3195             },
3196             {
3197             "code": "BD-55",
3198             "name": "Rangpur",
3199             "parent": "F",
3200             "type": "District"
3201             },
3202             {
3203             "code": "BD-56",
3204             "name": "Rangamati",
3205             "parent": "B",
3206             "type": "District"
3207             },
3208             {
3209             "code": "BD-57",
3210             "name": "Sherpur",
3211             "parent": "H",
3212             "type": "District"
3213             },
3214             {
3215             "code": "BD-58",
3216             "name": "Satkhira",
3217             "parent": "D",
3218             "type": "District"
3219             },
3220             {
3221             "code": "BD-59",
3222             "name": "Sirajganj",
3223             "parent": "E",
3224             "type": "District"
3225             },
3226             {
3227             "code": "BD-60",
3228             "name": "Sylhet",
3229             "parent": "G",
3230             "type": "District"
3231             },
3232             {
3233             "code": "BD-61",
3234             "name": "Sunamganj",
3235             "parent": "G",
3236             "type": "District"
3237             },
3238             {
3239             "code": "BD-62",
3240             "name": "Shariatpur",
3241             "parent": "C",
3242             "type": "District"
3243             },
3244             {
3245             "code": "BD-63",
3246             "name": "Tangail",
3247             "parent": "C",
3248             "type": "District"
3249             },
3250             {
3251             "code": "BD-64",
3252             "name": "Thakurgaon",
3253             "parent": "F",
3254             "type": "District"
3255             },
3256             {
3257             "code": "BD-A",
3258             "name": "Barishal",
3259             "type": "Division"
3260             },
3261             {
3262             "code": "BD-B",
3263             "name": "Chattogram",
3264             "type": "Division"
3265             },
3266             {
3267             "code": "BD-C",
3268             "name": "Dhaka",
3269             "type": "Division"
3270             },
3271             {
3272             "code": "BD-D",
3273             "name": "Khulna",
3274             "type": "Division"
3275             },
3276             {
3277             "code": "BD-E",
3278             "name": "Rajshahi",
3279             "type": "Division"
3280             },
3281             {
3282             "code": "BD-F",
3283             "name": "Rangpur",
3284             "type": "Division"
3285             },
3286             {
3287             "code": "BD-G",
3288             "name": "Sylhet",
3289             "type": "Division"
3290             },
3291             {
3292             "code": "BD-H",
3293             "name": "Mymensingh",
3294             "type": "Division"
3295             },
3296             {
3297             "code": "BE-BRU",
3298             "name": "Brussels Hoofdstedelijk Gewest",
3299             "type": "Region"
3300             },
3301             {
3302             "code": "BE-VAN",
3303             "name": "Antwerpen",
3304             "parent": "VLG",
3305             "type": "Province"
3306             },
3307             {
3308             "code": "BE-VBR",
3309             "name": "Vlaams-Brabant",
3310             "parent": "VLG",
3311             "type": "Province"
3312             },
3313             {
3314             "code": "BE-VLG",
3315             "name": "Vlaams Gewest",
3316             "type": "Region"
3317             },
3318             {
3319             "code": "BE-VLI",
3320             "name": "Limburg",
3321             "parent": "VLG",
3322             "type": "Province"
3323             },
3324             {
3325             "code": "BE-VOV",
3326             "name": "Oost-Vlaanderen",
3327             "parent": "VLG",
3328             "type": "Province"
3329             },
3330             {
3331             "code": "BE-VWV",
3332             "name": "West-Vlaanderen",
3333             "parent": "VLG",
3334             "type": "Province"
3335             },
3336             {
3337             "code": "BE-WAL",
3338             "name": "wallonne, Région",
3339             "type": "Region"
3340             },
3341             {
3342             "code": "BE-WBR",
3343             "name": "Brabant wallon",
3344             "parent": "WAL",
3345             "type": "Province"
3346             },
3347             {
3348             "code": "BE-WHT",
3349             "name": "Hainaut",
3350             "parent": "WAL",
3351             "type": "Province"
3352             },
3353             {
3354             "code": "BE-WLG",
3355             "name": "Liège",
3356             "parent": "WAL",
3357             "type": "Province"
3358             },
3359             {
3360             "code": "BE-WLX",
3361             "name": "Luxembourg",
3362             "parent": "WAL",
3363             "type": "Province"
3364             },
3365             {
3366             "code": "BE-WNA",
3367             "name": "Namur",
3368             "parent": "WAL",
3369             "type": "Province"
3370             },
3371             {
3372             "code": "BF-01",
3373             "name": "Boucle du Mouhoun",
3374             "type": "Region"
3375             },
3376             {
3377             "code": "BF-02",
3378             "name": "Cascades",
3379             "type": "Region"
3380             },
3381             {
3382             "code": "BF-03",
3383             "name": "Centre",
3384             "type": "Region"
3385             },
3386             {
3387             "code": "BF-04",
3388             "name": "Centre-Est",
3389             "type": "Region"
3390             },
3391             {
3392             "code": "BF-05",
3393             "name": "Centre-Nord",
3394             "type": "Region"
3395             },
3396             {
3397             "code": "BF-06",
3398             "name": "Centre-Ouest",
3399             "type": "Region"
3400             },
3401             {
3402             "code": "BF-07",
3403             "name": "Centre-Sud",
3404             "type": "Region"
3405             },
3406             {
3407             "code": "BF-08",
3408             "name": "Est",
3409             "type": "Region"
3410             },
3411             {
3412             "code": "BF-09",
3413             "name": "Hauts-Bassins",
3414             "type": "Region"
3415             },
3416             {
3417             "code": "BF-10",
3418             "name": "Nord",
3419             "type": "Region"
3420             },
3421             {
3422             "code": "BF-11",
3423             "name": "Plateau-Central",
3424             "type": "Region"
3425             },
3426             {
3427             "code": "BF-12",
3428             "name": "Sahel",
3429             "type": "Region"
3430             },
3431             {
3432             "code": "BF-13",
3433             "name": "Sud-Ouest",
3434             "type": "Region"
3435             },
3436             {
3437             "code": "BF-BAL",
3438             "name": "Balé",
3439             "parent": "01",
3440             "type": "Province"
3441             },
3442             {
3443             "code": "BF-BAM",
3444             "name": "Bam",
3445             "parent": "05",
3446             "type": "Province"
3447             },
3448             {
3449             "code": "BF-BAN",
3450             "name": "Banwa",
3451             "parent": "01",
3452             "type": "Province"
3453             },
3454             {
3455             "code": "BF-BAZ",
3456             "name": "Bazèga",
3457             "parent": "07",
3458             "type": "Province"
3459             },
3460             {
3461             "code": "BF-BGR",
3462             "name": "Bougouriba",
3463             "parent": "13",
3464             "type": "Province"
3465             },
3466             {
3467             "code": "BF-BLG",
3468             "name": "Boulgou",
3469             "parent": "04",
3470             "type": "Province"
3471             },
3472             {
3473             "code": "BF-BLK",
3474             "name": "Boulkiemdé",
3475             "parent": "06",
3476             "type": "Province"
3477             },
3478             {
3479             "code": "BF-COM",
3480             "name": "Comoé",
3481             "parent": "02",
3482             "type": "Province"
3483             },
3484             {
3485             "code": "BF-GAN",
3486             "name": "Ganzourgou",
3487             "parent": "11",
3488             "type": "Province"
3489             },
3490             {
3491             "code": "BF-GNA",
3492             "name": "Gnagna",
3493             "parent": "08",
3494             "type": "Province"
3495             },
3496             {
3497             "code": "BF-GOU",
3498             "name": "Gourma",
3499             "parent": "08",
3500             "type": "Province"
3501             },
3502             {
3503             "code": "BF-HOU",
3504             "name": "Houet",
3505             "parent": "09",
3506             "type": "Province"
3507             },
3508             {
3509             "code": "BF-IOB",
3510             "name": "Ioba",
3511             "parent": "13",
3512             "type": "Province"
3513             },
3514             {
3515             "code": "BF-KAD",
3516             "name": "Kadiogo",
3517             "parent": "03",
3518             "type": "Province"
3519             },
3520             {
3521             "code": "BF-KEN",
3522             "name": "Kénédougou",
3523             "parent": "09",
3524             "type": "Province"
3525             },
3526             {
3527             "code": "BF-KMD",
3528             "name": "Komondjari",
3529             "parent": "08",
3530             "type": "Province"
3531             },
3532             {
3533             "code": "BF-KMP",
3534             "name": "Kompienga",
3535             "parent": "08",
3536             "type": "Province"
3537             },
3538             {
3539             "code": "BF-KOP",
3540             "name": "Koulpélogo",
3541             "parent": "04",
3542             "type": "Province"
3543             },
3544             {
3545             "code": "BF-KOS",
3546             "name": "Kossi",
3547             "parent": "01",
3548             "type": "Province"
3549             },
3550             {
3551             "code": "BF-KOT",
3552             "name": "Kouritenga",
3553             "parent": "04",
3554             "type": "Province"
3555             },
3556             {
3557             "code": "BF-KOW",
3558             "name": "Kourwéogo",
3559             "parent": "11",
3560             "type": "Province"
3561             },
3562             {
3563             "code": "BF-LER",
3564             "name": "Léraba",
3565             "parent": "02",
3566             "type": "Province"
3567             },
3568             {
3569             "code": "BF-LOR",
3570             "name": "Loroum",
3571             "parent": "10",
3572             "type": "Province"
3573             },
3574             {
3575             "code": "BF-MOU",
3576             "name": "Mouhoun",
3577             "parent": "01",
3578             "type": "Province"
3579             },
3580             {
3581             "code": "BF-NAM",
3582             "name": "Namentenga",
3583             "parent": "05",
3584             "type": "Province"
3585             },
3586             {
3587             "code": "BF-NAO",
3588             "name": "Nahouri",
3589             "parent": "07",
3590             "type": "Province"
3591             },
3592             {
3593             "code": "BF-NAY",
3594             "name": "Nayala",
3595             "parent": "01",
3596             "type": "Province"
3597             },
3598             {
3599             "code": "BF-NOU",
3600             "name": "Noumbiel",
3601             "parent": "13",
3602             "type": "Province"
3603             },
3604             {
3605             "code": "BF-OUB",
3606             "name": "Oubritenga",
3607             "parent": "11",
3608             "type": "Province"
3609             },
3610             {
3611             "code": "BF-OUD",
3612             "name": "Oudalan",
3613             "parent": "12",
3614             "type": "Province"
3615             },
3616             {
3617             "code": "BF-PAS",
3618             "name": "Passoré",
3619             "parent": "10",
3620             "type": "Province"
3621             },
3622             {
3623             "code": "BF-PON",
3624             "name": "Poni",
3625             "parent": "13",
3626             "type": "Province"
3627             },
3628             {
3629             "code": "BF-SEN",
3630             "name": "Séno",
3631             "parent": "12",
3632             "type": "Province"
3633             },
3634             {
3635             "code": "BF-SIS",
3636             "name": "Sissili",
3637             "parent": "06",
3638             "type": "Province"
3639             },
3640             {
3641             "code": "BF-SMT",
3642             "name": "Sanmatenga",
3643             "parent": "05",
3644             "type": "Province"
3645             },
3646             {
3647             "code": "BF-SNG",
3648             "name": "Sanguié",
3649             "parent": "06",
3650             "type": "Province"
3651             },
3652             {
3653             "code": "BF-SOM",
3654             "name": "Soum",
3655             "parent": "12",
3656             "type": "Province"
3657             },
3658             {
3659             "code": "BF-SOR",
3660             "name": "Sourou",
3661             "parent": "01",
3662             "type": "Province"
3663             },
3664             {
3665             "code": "BF-TAP",
3666             "name": "Tapoa",
3667             "parent": "08",
3668             "type": "Province"
3669             },
3670             {
3671             "code": "BF-TUI",
3672             "name": "Tuy",
3673             "parent": "09",
3674             "type": "Province"
3675             },
3676             {
3677             "code": "BF-YAG",
3678             "name": "Yagha",
3679             "parent": "12",
3680             "type": "Province"
3681             },
3682             {
3683             "code": "BF-YAT",
3684             "name": "Yatenga",
3685             "parent": "10",
3686             "type": "Province"
3687             },
3688             {
3689             "code": "BF-ZIR",
3690             "name": "Ziro",
3691             "parent": "06",
3692             "type": "Province"
3693             },
3694             {
3695             "code": "BF-ZON",
3696             "name": "Zondoma",
3697             "parent": "10",
3698             "type": "Province"
3699             },
3700             {
3701             "code": "BF-ZOU",
3702             "name": "Zoundwéogo",
3703             "parent": "07",
3704             "type": "Province"
3705             },
3706             {
3707             "code": "BG-01",
3708             "name": "Blagoevgrad",
3709             "type": "District"
3710             },
3711             {
3712             "code": "BG-02",
3713             "name": "Burgas",
3714             "type": "District"
3715             },
3716             {
3717             "code": "BG-03",
3718             "name": "Varna",
3719             "type": "District"
3720             },
3721             {
3722             "code": "BG-04",
3723             "name": "Veliko Tarnovo",
3724             "type": "District"
3725             },
3726             {
3727             "code": "BG-05",
3728             "name": "Vidin",
3729             "type": "District"
3730             },
3731             {
3732             "code": "BG-06",
3733             "name": "Vratsa",
3734             "type": "District"
3735             },
3736             {
3737             "code": "BG-07",
3738             "name": "Gabrovo",
3739             "type": "District"
3740             },
3741             {
3742             "code": "BG-08",
3743             "name": "Dobrich",
3744             "type": "District"
3745             },
3746             {
3747             "code": "BG-09",
3748             "name": "Kardzhali",
3749             "type": "District"
3750             },
3751             {
3752             "code": "BG-10",
3753             "name": "Kyustendil",
3754             "type": "District"
3755             },
3756             {
3757             "code": "BG-11",
3758             "name": "Lovech",
3759             "type": "District"
3760             },
3761             {
3762             "code": "BG-12",
3763             "name": "Montana",
3764             "type": "District"
3765             },
3766             {
3767             "code": "BG-13",
3768             "name": "Pazardzhik",
3769             "type": "District"
3770             },
3771             {
3772             "code": "BG-14",
3773             "name": "Pernik",
3774             "type": "District"
3775             },
3776             {
3777             "code": "BG-15",
3778             "name": "Pleven",
3779             "type": "District"
3780             },
3781             {
3782             "code": "BG-16",
3783             "name": "Plovdiv",
3784             "type": "District"
3785             },
3786             {
3787             "code": "BG-17",
3788             "name": "Razgrad",
3789             "type": "District"
3790             },
3791             {
3792             "code": "BG-18",
3793             "name": "Ruse",
3794             "type": "District"
3795             },
3796             {
3797             "code": "BG-19",
3798             "name": "Silistra",
3799             "type": "District"
3800             },
3801             {
3802             "code": "BG-20",
3803             "name": "Sliven",
3804             "type": "District"
3805             },
3806             {
3807             "code": "BG-21",
3808             "name": "Smolyan",
3809             "type": "District"
3810             },
3811             {
3812             "code": "BG-22",
3813             "name": "Sofia (stolitsa)",
3814             "type": "District"
3815             },
3816             {
3817             "code": "BG-23",
3818             "name": "Sofia",
3819             "type": "District"
3820             },
3821             {
3822             "code": "BG-24",
3823             "name": "Stara Zagora",
3824             "type": "District"
3825             },
3826             {
3827             "code": "BG-25",
3828             "name": "Targovishte",
3829             "type": "District"
3830             },
3831             {
3832             "code": "BG-26",
3833             "name": "Haskovo",
3834             "type": "District"
3835             },
3836             {
3837             "code": "BG-27",
3838             "name": "Shumen",
3839             "type": "District"
3840             },
3841             {
3842             "code": "BG-28",
3843             "name": "Yambol",
3844             "type": "District"
3845             },
3846             {
3847             "code": "BH-13",
3848             "name": "Al ‘Āşimah",
3849             "type": "Governorate"
3850             },
3851             {
3852             "code": "BH-14",
3853             "name": "Al Janūbīyah",
3854             "type": "Governorate"
3855             },
3856             {
3857             "code": "BH-15",
3858             "name": "Al Muḩarraq",
3859             "type": "Governorate"
3860             },
3861             {
3862             "code": "BH-17",
3863             "name": "Ash Shamālīyah",
3864             "type": "Governorate"
3865             },
3866             {
3867             "code": "BI-BB",
3868             "name": "Bubanza",
3869             "type": "Province"
3870             },
3871             {
3872             "code": "BI-BL",
3873             "name": "Bujumbura Rural",
3874             "type": "Province"
3875             },
3876             {
3877             "code": "BI-BM",
3878             "name": "Bujumbura Mairie",
3879             "type": "Province"
3880             },
3881             {
3882             "code": "BI-BR",
3883             "name": "Bururi",
3884             "type": "Province"
3885             },
3886             {
3887             "code": "BI-CA",
3888             "name": "Cankuzo",
3889             "type": "Province"
3890             },
3891             {
3892             "code": "BI-CI",
3893             "name": "Cibitoke",
3894             "type": "Province"
3895             },
3896             {
3897             "code": "BI-GI",
3898             "name": "Gitega",
3899             "type": "Province"
3900             },
3901             {
3902             "code": "BI-KI",
3903             "name": "Kirundo",
3904             "type": "Province"
3905             },
3906             {
3907             "code": "BI-KR",
3908             "name": "Karuzi",
3909             "type": "Province"
3910             },
3911             {
3912             "code": "BI-KY",
3913             "name": "Kayanza",
3914             "type": "Province"
3915             },
3916             {
3917             "code": "BI-MA",
3918             "name": "Makamba",
3919             "type": "Province"
3920             },
3921             {
3922             "code": "BI-MU",
3923             "name": "Muramvya",
3924             "type": "Province"
3925             },
3926             {
3927             "code": "BI-MW",
3928             "name": "Mwaro",
3929             "type": "Province"
3930             },
3931             {
3932             "code": "BI-MY",
3933             "name": "Muyinga",
3934             "type": "Province"
3935             },
3936             {
3937             "code": "BI-NG",
3938             "name": "Ngozi",
3939             "type": "Province"
3940             },
3941             {
3942             "code": "BI-RM",
3943             "name": "Rumonge",
3944             "type": "Province"
3945             },
3946             {
3947             "code": "BI-RT",
3948             "name": "Rutana",
3949             "type": "Province"
3950             },
3951             {
3952             "code": "BI-RY",
3953             "name": "Ruyigi",
3954             "type": "Province"
3955             },
3956             {
3957             "code": "BJ-AK",
3958             "name": "Atacora",
3959             "type": "Department"
3960             },
3961             {
3962             "code": "BJ-AL",
3963             "name": "Alibori",
3964             "type": "Department"
3965             },
3966             {
3967             "code": "BJ-AQ",
3968             "name": "Atlantique",
3969             "type": "Department"
3970             },
3971             {
3972             "code": "BJ-BO",
3973             "name": "Borgou",
3974             "type": "Department"
3975             },
3976             {
3977             "code": "BJ-CO",
3978             "name": "Collines",
3979             "type": "Department"
3980             },
3981             {
3982             "code": "BJ-DO",
3983             "name": "Donga",
3984             "type": "Department"
3985             },
3986             {
3987             "code": "BJ-KO",
3988             "name": "Couffo",
3989             "type": "Department"
3990             },
3991             {
3992             "code": "BJ-LI",
3993             "name": "Littoral",
3994             "type": "Department"
3995             },
3996             {
3997             "code": "BJ-MO",
3998             "name": "Mono",
3999             "type": "Department"
4000             },
4001             {
4002             "code": "BJ-OU",
4003             "name": "Ouémé",
4004             "type": "Department"
4005             },
4006             {
4007             "code": "BJ-PL",
4008             "name": "Plateau",
4009             "type": "Department"
4010             },
4011             {
4012             "code": "BJ-ZO",
4013             "name": "Zou",
4014             "type": "Department"
4015             },
4016             {
4017             "code": "BN-BE",
4018             "name": "Belait",
4019             "type": "District"
4020             },
4021             {
4022             "code": "BN-BM",
4023             "name": "Brunei-Muara",
4024             "type": "District"
4025             },
4026             {
4027             "code": "BN-TE",
4028             "name": "Temburong",
4029             "type": "District"
4030             },
4031             {
4032             "code": "BN-TU",
4033             "name": "Tutong",
4034             "type": "District"
4035             },
4036             {
4037             "code": "BO-B",
4038             "name": "El Beni",
4039             "type": "Department"
4040             },
4041             {
4042             "code": "BO-C",
4043             "name": "Cochabamba",
4044             "type": "Department"
4045             },
4046             {
4047             "code": "BO-H",
4048             "name": "Chuquisaca",
4049             "type": "Department"
4050             },
4051             {
4052             "code": "BO-L",
4053             "name": "La Paz",
4054             "type": "Department"
4055             },
4056             {
4057             "code": "BO-N",
4058             "name": "Pando",
4059             "type": "Department"
4060             },
4061             {
4062             "code": "BO-O",
4063             "name": "Oruro",
4064             "type": "Department"
4065             },
4066             {
4067             "code": "BO-P",
4068             "name": "Potosí",
4069             "type": "Department"
4070             },
4071             {
4072             "code": "BO-S",
4073             "name": "Santa Cruz",
4074             "type": "Department"
4075             },
4076             {
4077             "code": "BO-T",
4078             "name": "Tarija",
4079             "type": "Department"
4080             },
4081             {
4082             "code": "BQ-BO",
4083             "name": "Bonaire",
4084             "type": "Special municipality"
4085             },
4086             {
4087             "code": "BQ-SA",
4088             "name": "Saba",
4089             "type": "Special municipality"
4090             },
4091             {
4092             "code": "BQ-SE",
4093             "name": "Sint Eustatius",
4094             "type": "Special municipality"
4095             },
4096             {
4097             "code": "BR-AC",
4098             "name": "Acre",
4099             "type": "State"
4100             },
4101             {
4102             "code": "BR-AL",
4103             "name": "Alagoas",
4104             "type": "State"
4105             },
4106             {
4107             "code": "BR-AM",
4108             "name": "Amazonas",
4109             "type": "State"
4110             },
4111             {
4112             "code": "BR-AP",
4113             "name": "Amapá",
4114             "type": "State"
4115             },
4116             {
4117             "code": "BR-BA",
4118             "name": "Bahia",
4119             "type": "State"
4120             },
4121             {
4122             "code": "BR-CE",
4123             "name": "Ceará",
4124             "type": "State"
4125             },
4126             {
4127             "code": "BR-DF",
4128             "name": "Distrito Federal",
4129             "type": "Federal district"
4130             },
4131             {
4132             "code": "BR-ES",
4133             "name": "Espírito Santo",
4134             "type": "State"
4135             },
4136             {
4137             "code": "BR-GO",
4138             "name": "Goiás",
4139             "type": "State"
4140             },
4141             {
4142             "code": "BR-MA",
4143             "name": "Maranhão",
4144             "type": "State"
4145             },
4146             {
4147             "code": "BR-MG",
4148             "name": "Minas Gerais",
4149             "type": "State"
4150             },
4151             {
4152             "code": "BR-MS",
4153             "name": "Mato Grosso do Sul",
4154             "type": "State"
4155             },
4156             {
4157             "code": "BR-MT",
4158             "name": "Mato Grosso",
4159             "type": "State"
4160             },
4161             {
4162             "code": "BR-PA",
4163             "name": "Pará",
4164             "type": "State"
4165             },
4166             {
4167             "code": "BR-PB",
4168             "name": "Paraíba",
4169             "type": "State"
4170             },
4171             {
4172             "code": "BR-PE",
4173             "name": "Pernambuco",
4174             "type": "State"
4175             },
4176             {
4177             "code": "BR-PI",
4178             "name": "Piauí",
4179             "type": "State"
4180             },
4181             {
4182             "code": "BR-PR",
4183             "name": "Paraná",
4184             "type": "State"
4185             },
4186             {
4187             "code": "BR-RJ",
4188             "name": "Rio de Janeiro",
4189             "type": "State"
4190             },
4191             {
4192             "code": "BR-RN",
4193             "name": "Rio Grande do Norte",
4194             "type": "State"
4195             },
4196             {
4197             "code": "BR-RO",
4198             "name": "Rondônia",
4199             "type": "State"
4200             },
4201             {
4202             "code": "BR-RR",
4203             "name": "Roraima",
4204             "type": "State"
4205             },
4206             {
4207             "code": "BR-RS",
4208             "name": "Rio Grande do Sul",
4209             "type": "State"
4210             },
4211             {
4212             "code": "BR-SC",
4213             "name": "Santa Catarina",
4214             "type": "State"
4215             },
4216             {
4217             "code": "BR-SE",
4218             "name": "Sergipe",
4219             "type": "State"
4220             },
4221             {
4222             "code": "BR-SP",
4223             "name": "São Paulo",
4224             "type": "State"
4225             },
4226             {
4227             "code": "BR-TO",
4228             "name": "Tocantins",
4229             "type": "State"
4230             },
4231             {
4232             "code": "BS-AK",
4233             "name": "Acklins",
4234             "type": "District"
4235             },
4236             {
4237             "code": "BS-BI",
4238             "name": "Bimini",
4239             "type": "District"
4240             },
4241             {
4242             "code": "BS-BP",
4243             "name": "Black Point",
4244             "type": "District"
4245             },
4246             {
4247             "code": "BS-BY",
4248             "name": "Berry Islands",
4249             "type": "District"
4250             },
4251             {
4252             "code": "BS-CE",
4253             "name": "Central Eleuthera",
4254             "type": "District"
4255             },
4256             {
4257             "code": "BS-CI",
4258             "name": "Cat Island",
4259             "type": "District"
4260             },
4261             {
4262             "code": "BS-CK",
4263             "name": "Crooked Island and Long Cay",
4264             "type": "District"
4265             },
4266             {
4267             "code": "BS-CO",
4268             "name": "Central Abaco",
4269             "type": "District"
4270             },
4271             {
4272             "code": "BS-CS",
4273             "name": "Central Andros",
4274             "type": "District"
4275             },
4276             {
4277             "code": "BS-EG",
4278             "name": "East Grand Bahama",
4279             "type": "District"
4280             },
4281             {
4282             "code": "BS-EX",
4283             "name": "Exuma",
4284             "type": "District"
4285             },
4286             {
4287             "code": "BS-FP",
4288             "name": "City of Freeport",
4289             "type": "District"
4290             },
4291             {
4292             "code": "BS-GC",
4293             "name": "Grand Cay",
4294             "type": "District"
4295             },
4296             {
4297             "code": "BS-HI",
4298             "name": "Harbour Island",
4299             "type": "District"
4300             },
4301             {
4302             "code": "BS-HT",
4303             "name": "Hope Town",
4304             "type": "District"
4305             },
4306             {
4307             "code": "BS-IN",
4308             "name": "Inagua",
4309             "type": "District"
4310             },
4311             {
4312             "code": "BS-LI",
4313             "name": "Long Island",
4314             "type": "District"
4315             },
4316             {
4317             "code": "BS-MC",
4318             "name": "Mangrove Cay",
4319             "type": "District"
4320             },
4321             {
4322             "code": "BS-MG",
4323             "name": "Mayaguana",
4324             "type": "District"
4325             },
4326             {
4327             "code": "BS-MI",
4328             "name": "Moore's Island",
4329             "type": "District"
4330             },
4331             {
4332             "code": "BS-NE",
4333             "name": "North Eleuthera",
4334             "type": "District"
4335             },
4336             {
4337             "code": "BS-NO",
4338             "name": "North Abaco",
4339             "type": "District"
4340             },
4341             {
4342             "code": "BS-NP",
4343             "name": "New Providence",
4344             "type": "Island"
4345             },
4346             {
4347             "code": "BS-NS",
4348             "name": "North Andros",
4349             "type": "District"
4350             },
4351             {
4352             "code": "BS-RC",
4353             "name": "Rum Cay",
4354             "type": "District"
4355             },
4356             {
4357             "code": "BS-RI",
4358             "name": "Ragged Island",
4359             "type": "District"
4360             },
4361             {
4362             "code": "BS-SA",
4363             "name": "South Andros",
4364             "type": "District"
4365             },
4366             {
4367             "code": "BS-SE",
4368             "name": "South Eleuthera",
4369             "type": "District"
4370             },
4371             {
4372             "code": "BS-SO",
4373             "name": "South Abaco",
4374             "type": "District"
4375             },
4376             {
4377             "code": "BS-SS",
4378             "name": "San Salvador",
4379             "type": "District"
4380             },
4381             {
4382             "code": "BS-SW",
4383             "name": "Spanish Wells",
4384             "type": "District"
4385             },
4386             {
4387             "code": "BS-WG",
4388             "name": "West Grand Bahama",
4389             "type": "District"
4390             },
4391             {
4392             "code": "BT-11",
4393             "name": "Paro",
4394             "type": "District"
4395             },
4396             {
4397             "code": "BT-12",
4398             "name": "Chhukha",
4399             "type": "District"
4400             },
4401             {
4402             "code": "BT-13",
4403             "name": "Haa",
4404             "type": "District"
4405             },
4406             {
4407             "code": "BT-14",
4408             "name": "Samtse",
4409             "type": "District"
4410             },
4411             {
4412             "code": "BT-15",
4413             "name": "Thimphu",
4414             "type": "District"
4415             },
4416             {
4417             "code": "BT-21",
4418             "name": "Tsirang",
4419             "type": "District"
4420             },
4421             {
4422             "code": "BT-22",
4423             "name": "Dagana",
4424             "type": "District"
4425             },
4426             {
4427             "code": "BT-23",
4428             "name": "Punakha",
4429             "type": "District"
4430             },
4431             {
4432             "code": "BT-24",
4433             "name": "Wangdue Phodrang",
4434             "type": "District"
4435             },
4436             {
4437             "code": "BT-31",
4438             "name": "Sarpang",
4439             "type": "District"
4440             },
4441             {
4442             "code": "BT-32",
4443             "name": "Trongsa",
4444             "type": "District"
4445             },
4446             {
4447             "code": "BT-33",
4448             "name": "Bumthang",
4449             "type": "District"
4450             },
4451             {
4452             "code": "BT-34",
4453             "name": "Zhemgang",
4454             "type": "District"
4455             },
4456             {
4457             "code": "BT-41",
4458             "name": "Trashigang",
4459             "type": "District"
4460             },
4461             {
4462             "code": "BT-42",
4463             "name": "Monggar",
4464             "type": "District"
4465             },
4466             {
4467             "code": "BT-43",
4468             "name": "Pema Gatshel",
4469             "type": "District"
4470             },
4471             {
4472             "code": "BT-44",
4473             "name": "Lhuentse",
4474             "type": "District"
4475             },
4476             {
4477             "code": "BT-45",
4478             "name": "Samdrup Jongkhar",
4479             "type": "District"
4480             },
4481             {
4482             "code": "BT-GA",
4483             "name": "Gasa",
4484             "type": "District"
4485             },
4486             {
4487             "code": "BT-TY",
4488             "name": "Trashi Yangtse",
4489             "type": "District"
4490             },
4491             {
4492             "code": "BW-CE",
4493             "name": "Central",
4494             "type": "District"
4495             },
4496             {
4497             "code": "BW-CH",
4498             "name": "Chobe",
4499             "type": "District"
4500             },
4501             {
4502             "code": "BW-FR",
4503             "name": "Francistown",
4504             "type": "City"
4505             },
4506             {
4507             "code": "BW-GA",
4508             "name": "Gaborone",
4509             "type": "City"
4510             },
4511             {
4512             "code": "BW-GH",
4513             "name": "Ghanzi",
4514             "type": "District"
4515             },
4516             {
4517             "code": "BW-JW",
4518             "name": "Jwaneng",
4519             "type": "Town"
4520             },
4521             {
4522             "code": "BW-KG",
4523             "name": "Kgalagadi",
4524             "type": "District"
4525             },
4526             {
4527             "code": "BW-KL",
4528             "name": "Kgatleng",
4529             "type": "District"
4530             },
4531             {
4532             "code": "BW-KW",
4533             "name": "Kweneng",
4534             "type": "District"
4535             },
4536             {
4537             "code": "BW-LO",
4538             "name": "Lobatse",
4539             "type": "Town"
4540             },
4541             {
4542             "code": "BW-NE",
4543             "name": "North East",
4544             "type": "District"
4545             },
4546             {
4547             "code": "BW-NW",
4548             "name": "North West",
4549             "type": "District"
4550             },
4551             {
4552             "code": "BW-SE",
4553             "name": "South East",
4554             "type": "District"
4555             },
4556             {
4557             "code": "BW-SO",
4558             "name": "Southern",
4559             "type": "District"
4560             },
4561             {
4562             "code": "BW-SP",
4563             "name": "Selibe Phikwe",
4564             "type": "Town"
4565             },
4566             {
4567             "code": "BW-ST",
4568             "name": "Sowa Town",
4569             "type": "Town"
4570             },
4571             {
4572             "code": "BY-BR",
4573             "name": "Bresckaja voblasć",
4574             "type": "Oblast"
4575             },
4576             {
4577             "code": "BY-HM",
4578             "name": "Gorod Minsk",
4579             "type": "City"
4580             },
4581             {
4582             "code": "BY-HO",
4583             "name": "Gomel'skaja oblast'",
4584             "type": "Oblast"
4585             },
4586             {
4587             "code": "BY-HR",
4588             "name": "Grodnenskaja oblast'",
4589             "type": "Oblast"
4590             },
4591             {
4592             "code": "BY-MA",
4593             "name": "Mahilioŭskaja voblasć",
4594             "type": "Oblast"
4595             },
4596             {
4597             "code": "BY-MI",
4598             "name": "Minskaja oblast'",
4599             "type": "Oblast"
4600             },
4601             {
4602             "code": "BY-VI",
4603             "name": "Viciebskaja voblasć",
4604             "type": "Oblast"
4605             },
4606             {
4607             "code": "BZ-BZ",
4608             "name": "Belize",
4609             "type": "District"
4610             },
4611             {
4612             "code": "BZ-CY",
4613             "name": "Cayo",
4614             "type": "District"
4615             },
4616             {
4617             "code": "BZ-CZL",
4618             "name": "Corozal",
4619             "type": "District"
4620             },
4621             {
4622             "code": "BZ-OW",
4623             "name": "Orange Walk",
4624             "type": "District"
4625             },
4626             {
4627             "code": "BZ-SC",
4628             "name": "Stann Creek",
4629             "type": "District"
4630             },
4631             {
4632             "code": "BZ-TOL",
4633             "name": "Toledo",
4634             "type": "District"
4635             },
4636             {
4637             "code": "CA-AB",
4638             "name": "Alberta",
4639             "type": "Province"
4640             },
4641             {
4642             "code": "CA-BC",
4643             "name": "British Columbia",
4644             "type": "Province"
4645             },
4646             {
4647             "code": "CA-MB",
4648             "name": "Manitoba",
4649             "type": "Province"
4650             },
4651             {
4652             "code": "CA-NB",
4653             "name": "New Brunswick",
4654             "type": "Province"
4655             },
4656             {
4657             "code": "CA-NL",
4658             "name": "Newfoundland and Labrador",
4659             "type": "Province"
4660             },
4661             {
4662             "code": "CA-NS",
4663             "name": "Nova Scotia",
4664             "type": "Province"
4665             },
4666             {
4667             "code": "CA-NT",
4668             "name": "Northwest Territories",
4669             "type": "Territory"
4670             },
4671             {
4672             "code": "CA-NU",
4673             "name": "Nunavut",
4674             "type": "Territory"
4675             },
4676             {
4677             "code": "CA-ON",
4678             "name": "Ontario",
4679             "type": "Province"
4680             },
4681             {
4682             "code": "CA-PE",
4683             "name": "Prince Edward Island",
4684             "type": "Province"
4685             },
4686             {
4687             "code": "CA-QC",
4688             "name": "Quebec",
4689             "type": "Province"
4690             },
4691             {
4692             "code": "CA-SK",
4693             "name": "Saskatchewan",
4694             "type": "Province"
4695             },
4696             {
4697             "code": "CA-YT",
4698             "name": "Yukon",
4699             "type": "Territory"
4700             },
4701             {
4702             "code": "CD-BC",
4703             "name": "Kongo Central",
4704             "type": "Province"
4705             },
4706             {
4707             "code": "CD-BU",
4708             "name": "Bas-Uélé",
4709             "type": "Province"
4710             },
4711             {
4712             "code": "CD-EQ",
4713             "name": "Équateur",
4714             "type": "Province"
4715             },
4716             {
4717             "code": "CD-HK",
4718             "name": "Haut-Katanga",
4719             "type": "Province"
4720             },
4721             {
4722             "code": "CD-HL",
4723             "name": "Haut-Lomami",
4724             "type": "Province"
4725             },
4726             {
4727             "code": "CD-HU",
4728             "name": "Haut-Uélé",
4729             "type": "Province"
4730             },
4731             {
4732             "code": "CD-IT",
4733             "name": "Ituri",
4734             "type": "Province"
4735             },
4736             {
4737             "code": "CD-KC",
4738             "name": "Kasaï Central",
4739             "type": "Province"
4740             },
4741             {
4742             "code": "CD-KE",
4743             "name": "Kasaï Oriental",
4744             "type": "Province"
4745             },
4746             {
4747             "code": "CD-KG",
4748             "name": "Kwango",
4749             "type": "Province"
4750             },
4751             {
4752             "code": "CD-KL",
4753             "name": "Kwilu",
4754             "type": "Province"
4755             },
4756             {
4757             "code": "CD-KN",
4758             "name": "Kinshasa",
4759             "type": "City"
4760             },
4761             {
4762             "code": "CD-KS",
4763             "name": "Kasaï",
4764             "type": "Province"
4765             },
4766             {
4767             "code": "CD-LO",
4768             "name": "Lomami",
4769             "type": "Province"
4770             },
4771             {
4772             "code": "CD-LU",
4773             "name": "Lualaba",
4774             "type": "Province"
4775             },
4776             {
4777             "code": "CD-MA",
4778             "name": "Maniema",
4779             "type": "Province"
4780             },
4781             {
4782             "code": "CD-MN",
4783             "name": "Mai-Ndombe",
4784             "type": "Province"
4785             },
4786             {
4787             "code": "CD-MO",
4788             "name": "Mongala",
4789             "type": "Province"
4790             },
4791             {
4792             "code": "CD-NK",
4793             "name": "Nord-Kivu",
4794             "type": "Province"
4795             },
4796             {
4797             "code": "CD-NU",
4798             "name": "Nord-Ubangi",
4799             "type": "Province"
4800             },
4801             {
4802             "code": "CD-SA",
4803             "name": "Sankuru",
4804             "type": "Province"
4805             },
4806             {
4807             "code": "CD-SK",
4808             "name": "Sud-Kivu",
4809             "type": "Province"
4810             },
4811             {
4812             "code": "CD-SU",
4813             "name": "Sud-Ubangi",
4814             "type": "Province"
4815             },
4816             {
4817             "code": "CD-TA",
4818             "name": "Tanganyika",
4819             "type": "Province"
4820             },
4821             {
4822             "code": "CD-TO",
4823             "name": "Tshopo",
4824             "type": "Province"
4825             },
4826             {
4827             "code": "CD-TU",
4828             "name": "Tshuapa",
4829             "type": "Province"
4830             },
4831             {
4832             "code": "CF-AC",
4833             "name": "Ouham",
4834             "type": "Prefecture"
4835             },
4836             {
4837             "code": "CF-BB",
4838             "name": "Bamingui-Bangoran",
4839             "type": "Prefecture"
4840             },
4841             {
4842             "code": "CF-BGF",
4843             "name": "Bangui",
4844             "type": "Commune"
4845             },
4846             {
4847             "code": "CF-BK",
4848             "name": "Basse-Kotto",
4849             "type": "Prefecture"
4850             },
4851             {
4852             "code": "CF-HK",
4853             "name": "Haute-Kotto",
4854             "type": "Prefecture"
4855             },
4856             {
4857             "code": "CF-HM",
4858             "name": "Haut-Mbomou",
4859             "type": "Prefecture"
4860             },
4861             {
4862             "code": "CF-HS",
4863             "name": "Haute-Sangha / Mambéré-Kadéï",
4864             "type": "Prefecture"
4865             },
4866             {
4867             "code": "CF-KB",
4868             "name": "Gribingui",
4869             "type": "Economic prefecture"
4870             },
4871             {
4872             "code": "CF-KG",
4873             "name": "Kemö-Gïrïbïngï",
4874             "type": "Prefecture"
4875             },
4876             {
4877             "code": "CF-LB",
4878             "name": "Lobaye",
4879             "type": "Prefecture"
4880             },
4881             {
4882             "code": "CF-MB",
4883             "name": "Mbomou",
4884             "type": "Prefecture"
4885             },
4886             {
4887             "code": "CF-MP",
4888             "name": "Ombella-Mpoko",
4889             "type": "Prefecture"
4890             },
4891             {
4892             "code": "CF-NM",
4893             "name": "Nana-Mambéré",
4894             "type": "Prefecture"
4895             },
4896             {
4897             "code": "CF-OP",
4898             "name": "Ouham-Pendé",
4899             "type": "Prefecture"
4900             },
4901             {
4902             "code": "CF-SE",
4903             "name": "Sangha",
4904             "type": "Economic prefecture"
4905             },
4906             {
4907             "code": "CF-UK",
4908             "name": "Ouaka",
4909             "type": "Prefecture"
4910             },
4911             {
4912             "code": "CF-VK",
4913             "name": "Vakaga",
4914             "type": "Prefecture"
4915             },
4916             {
4917             "code": "CG-11",
4918             "name": "Bouenza",
4919             "type": "Department"
4920             },
4921             {
4922             "code": "CG-12",
4923             "name": "Pool",
4924             "type": "Department"
4925             },
4926             {
4927             "code": "CG-13",
4928             "name": "Sangha",
4929             "type": "Department"
4930             },
4931             {
4932             "code": "CG-14",
4933             "name": "Plateaux",
4934             "type": "Department"
4935             },
4936             {
4937             "code": "CG-15",
4938             "name": "Cuvette-Ouest",
4939             "type": "Department"
4940             },
4941             {
4942             "code": "CG-16",
4943             "name": "Pointe-Noire",
4944             "type": "Department"
4945             },
4946             {
4947             "code": "CG-2",
4948             "name": "Lékoumou",
4949             "type": "Department"
4950             },
4951             {
4952             "code": "CG-5",
4953             "name": "Kouilou",
4954             "type": "Department"
4955             },
4956             {
4957             "code": "CG-7",
4958             "name": "Likouala",
4959             "type": "Department"
4960             },
4961             {
4962             "code": "CG-8",
4963             "name": "Cuvette",
4964             "type": "Department"
4965             },
4966             {
4967             "code": "CG-9",
4968             "name": "Niari",
4969             "type": "Department"
4970             },
4971             {
4972             "code": "CG-BZV",
4973             "name": "Brazzaville",
4974             "type": "Department"
4975             },
4976             {
4977             "code": "CH-AG",
4978             "name": "Aargau",
4979             "type": "Canton"
4980             },
4981             {
4982             "code": "CH-AI",
4983             "name": "Appenzell Innerrhoden",
4984             "type": "Canton"
4985             },
4986             {
4987             "code": "CH-AR",
4988             "name": "Appenzell Ausserrhoden",
4989             "type": "Canton"
4990             },
4991             {
4992             "code": "CH-BE",
4993             "name": "Bern",
4994             "type": "Canton"
4995             },
4996             {
4997             "code": "CH-BL",
4998             "name": "Basel-Landschaft",
4999             "type": "Canton"
5000             },
5001             {
5002             "code": "CH-BS",
5003             "name": "Basel-Stadt",
5004             "type": "Canton"
5005             },
5006             {
5007             "code": "CH-FR",
5008             "name": "Freiburg",
5009             "type": "Canton"
5010             },
5011             {
5012             "code": "CH-GE",
5013             "name": "Genève",
5014             "type": "Canton"
5015             },
5016             {
5017             "code": "CH-GL",
5018             "name": "Glarus",
5019             "type": "Canton"
5020             },
5021             {
5022             "code": "CH-GR",
5023             "name": "Graubünden",
5024             "type": "Canton"
5025             },
5026             {
5027             "code": "CH-JU",
5028             "name": "Jura",
5029             "type": "Canton"
5030             },
5031             {
5032             "code": "CH-LU",
5033             "name": "Luzern",
5034             "type": "Canton"
5035             },
5036             {
5037             "code": "CH-NE",
5038             "name": "Neuchâtel",
5039             "type": "Canton"
5040             },
5041             {
5042             "code": "CH-NW",
5043             "name": "Nidwalden",
5044             "type": "Canton"
5045             },
5046             {
5047             "code": "CH-OW",
5048             "name": "Obwalden",
5049             "type": "Canton"
5050             },
5051             {
5052             "code": "CH-SG",
5053             "name": "Sankt Gallen",
5054             "type": "Canton"
5055             },
5056             {
5057             "code": "CH-SH",
5058             "name": "Schaffhausen",
5059             "type": "Canton"
5060             },
5061             {
5062             "code": "CH-SO",
5063             "name": "Solothurn",
5064             "type": "Canton"
5065             },
5066             {
5067             "code": "CH-SZ",
5068             "name": "Schwyz",
5069             "type": "Canton"
5070             },
5071             {
5072             "code": "CH-TG",
5073             "name": "Thurgau",
5074             "type": "Canton"
5075             },
5076             {
5077             "code": "CH-TI",
5078             "name": "Ticino",
5079             "type": "Canton"
5080             },
5081             {
5082             "code": "CH-UR",
5083             "name": "Uri",
5084             "type": "Canton"
5085             },
5086             {
5087             "code": "CH-VD",
5088             "name": "Vaud",
5089             "type": "Canton"
5090             },
5091             {
5092             "code": "CH-VS",
5093             "name": "Valais",
5094             "type": "Canton"
5095             },
5096             {
5097             "code": "CH-ZG",
5098             "name": "Zug",
5099             "type": "Canton"
5100             },
5101             {
5102             "code": "CH-ZH",
5103             "name": "Zürich",
5104             "type": "Canton"
5105             },
5106             {
5107             "code": "CI-AB",
5108             "name": "Abidjan",
5109             "type": "Autonomous district"
5110             },
5111             {
5112             "code": "CI-BS",
5113             "name": "Bas-Sassandra",
5114             "type": "District"
5115             },
5116             {
5117             "code": "CI-CM",
5118             "name": "Comoé",
5119             "type": "District"
5120             },
5121             {
5122             "code": "CI-DN",
5123             "name": "Denguélé",
5124             "type": "District"
5125             },
5126             {
5127             "code": "CI-GD",
5128             "name": "Gôh-Djiboua",
5129             "type": "District"
5130             },
5131             {
5132             "code": "CI-LC",
5133             "name": "Lacs",
5134             "type": "District"
5135             },
5136             {
5137             "code": "CI-LG",
5138             "name": "Lagunes",
5139             "type": "District"
5140             },
5141             {
5142             "code": "CI-MG",
5143             "name": "Montagnes",
5144             "type": "District"
5145             },
5146             {
5147             "code": "CI-SM",
5148             "name": "Sassandra-Marahoué",
5149             "type": "District"
5150             },
5151             {
5152             "code": "CI-SV",
5153             "name": "Savanes",
5154             "type": "District"
5155             },
5156             {
5157             "code": "CI-VB",
5158             "name": "Vallée du Bandama",
5159             "type": "District"
5160             },
5161             {
5162             "code": "CI-WR",
5163             "name": "Woroba",
5164             "type": "District"
5165             },
5166             {
5167             "code": "CI-YM",
5168             "name": "Yamoussoukro",
5169             "type": "Autonomous district"
5170             },
5171             {
5172             "code": "CI-ZZ",
5173             "name": "Zanzan",
5174             "type": "District"
5175             },
5176             {
5177             "code": "CL-AI",
5178             "name": "Aisén del General Carlos Ibañez del Campo",
5179             "type": "Region"
5180             },
5181             {
5182             "code": "CL-AN",
5183             "name": "Antofagasta",
5184             "type": "Region"
5185             },
5186             {
5187             "code": "CL-AP",
5188             "name": "Arica y Parinacota",
5189             "type": "Region"
5190             },
5191             {
5192             "code": "CL-AR",
5193             "name": "La Araucanía",
5194             "type": "Region"
5195             },
5196             {
5197             "code": "CL-AT",
5198             "name": "Atacama",
5199             "type": "Region"
5200             },
5201             {
5202             "code": "CL-BI",
5203             "name": "Biobío",
5204             "type": "Region"
5205             },
5206             {
5207             "code": "CL-CO",
5208             "name": "Coquimbo",
5209             "type": "Region"
5210             },
5211             {
5212             "code": "CL-LI",
5213             "name": "Libertador General Bernardo O'Higgins",
5214             "type": "Region"
5215             },
5216             {
5217             "code": "CL-LL",
5218             "name": "Los Lagos",
5219             "type": "Region"
5220             },
5221             {
5222             "code": "CL-LR",
5223             "name": "Los Ríos",
5224             "type": "Region"
5225             },
5226             {
5227             "code": "CL-MA",
5228             "name": "Magallanes",
5229             "type": "Region"
5230             },
5231             {
5232             "code": "CL-ML",
5233             "name": "Maule",
5234             "type": "Region"
5235             },
5236             {
5237             "code": "CL-NB",
5238             "name": "Ñuble",
5239             "type": "Region"
5240             },
5241             {
5242             "code": "CL-RM",
5243             "name": "Región Metropolitana de Santiago",
5244             "type": "Region"
5245             },
5246             {
5247             "code": "CL-TA",
5248             "name": "Tarapacá",
5249             "type": "Region"
5250             },
5251             {
5252             "code": "CL-VS",
5253             "name": "Valparaíso",
5254             "type": "Region"
5255             },
5256             {
5257             "code": "CM-AD",
5258             "name": "Adamaoua",
5259             "type": "Region"
5260             },
5261             {
5262             "code": "CM-CE",
5263             "name": "Centre",
5264             "type": "Region"
5265             },
5266             {
5267             "code": "CM-EN",
5268             "name": "Far North",
5269             "type": "Region"
5270             },
5271             {
5272             "code": "CM-ES",
5273             "name": "East",
5274             "type": "Region"
5275             },
5276             {
5277             "code": "CM-LT",
5278             "name": "Littoral",
5279             "type": "Region"
5280             },
5281             {
5282             "code": "CM-NO",
5283             "name": "North",
5284             "type": "Region"
5285             },
5286             {
5287             "code": "CM-NW",
5288             "name": "North-West",
5289             "type": "Region"
5290             },
5291             {
5292             "code": "CM-OU",
5293             "name": "West",
5294             "type": "Region"
5295             },
5296             {
5297             "code": "CM-SU",
5298             "name": "South",
5299             "type": "Region"
5300             },
5301             {
5302             "code": "CM-SW",
5303             "name": "South-West",
5304             "type": "Region"
5305             },
5306             {
5307             "code": "CN-AH",
5308             "name": "Anhui Sheng",
5309             "type": "Province"
5310             },
5311             {
5312             "code": "CN-BJ",
5313             "name": "Beijing Shi",
5314             "type": "Municipality"
5315             },
5316             {
5317             "code": "CN-CQ",
5318             "name": "Chongqing Shi",
5319             "type": "Municipality"
5320             },
5321             {
5322             "code": "CN-FJ",
5323             "name": "Fujian Sheng",
5324             "type": "Province"
5325             },
5326             {
5327             "code": "CN-GD",
5328             "name": "Guangdong Sheng",
5329             "type": "Province"
5330             },
5331             {
5332             "code": "CN-GS",
5333             "name": "Gansu Sheng",
5334             "type": "Province"
5335             },
5336             {
5337             "code": "CN-GX",
5338             "name": "Guangxi Zhuangzu Zizhiqu",
5339             "type": "Autonomous region"
5340             },
5341             {
5342             "code": "CN-GZ",
5343             "name": "Guizhou Sheng",
5344             "type": "Province"
5345             },
5346             {
5347             "code": "CN-HA",
5348             "name": "Henan Sheng",
5349             "type": "Province"
5350             },
5351             {
5352             "code": "CN-HB",
5353             "name": "Hubei Sheng",
5354             "type": "Province"
5355             },
5356             {
5357             "code": "CN-HE",
5358             "name": "Hebei Sheng",
5359             "type": "Province"
5360             },
5361             {
5362             "code": "CN-HI",
5363             "name": "Hainan Sheng",
5364             "type": "Province"
5365             },
5366             {
5367             "code": "CN-HK",
5368             "name": "Hong Kong SAR",
5369             "type": "Special administrative region"
5370             },
5371             {
5372             "code": "CN-HL",
5373             "name": "Heilongjiang Sheng",
5374             "type": "Province"
5375             },
5376             {
5377             "code": "CN-HN",
5378             "name": "Hunan Sheng",
5379             "type": "Province"
5380             },
5381             {
5382             "code": "CN-JL",
5383             "name": "Jilin Sheng",
5384             "type": "Province"
5385             },
5386             {
5387             "code": "CN-JS",
5388             "name": "Jiangsu Sheng",
5389             "type": "Province"
5390             },
5391             {
5392             "code": "CN-JX",
5393             "name": "Jiangxi Sheng",
5394             "type": "Province"
5395             },
5396             {
5397             "code": "CN-LN",
5398             "name": "Liaoning Sheng",
5399             "type": "Province"
5400             },
5401             {
5402             "code": "CN-MO",
5403             "name": "Macao SAR",
5404             "type": "Special administrative region"
5405             },
5406             {
5407             "code": "CN-NM",
5408             "name": "Nei Mongol Zizhiqu",
5409             "type": "Autonomous region"
5410             },
5411             {
5412             "code": "CN-NX",
5413             "name": "Ningxia Huizi Zizhiqu",
5414             "type": "Autonomous region"
5415             },
5416             {
5417             "code": "CN-QH",
5418             "name": "Qinghai Sheng",
5419             "type": "Province"
5420             },
5421             {
5422             "code": "CN-SC",
5423             "name": "Sichuan Sheng",
5424             "type": "Province"
5425             },
5426             {
5427             "code": "CN-SD",
5428             "name": "Shandong Sheng",
5429             "type": "Province"
5430             },
5431             {
5432             "code": "CN-SH",
5433             "name": "Shanghai Shi",
5434             "type": "Municipality"
5435             },
5436             {
5437             "code": "CN-SN",
5438             "name": "Shaanxi Sheng",
5439             "type": "Province"
5440             },
5441             {
5442             "code": "CN-SX",
5443             "name": "Shanxi Sheng",
5444             "type": "Province"
5445             },
5446             {
5447             "code": "CN-TJ",
5448             "name": "Tianjin Shi",
5449             "type": "Municipality"
5450             },
5451             {
5452             "code": "CN-TW",
5453             "name": "Taiwan Sheng",
5454             "type": "Province"
5455             },
5456             {
5457             "code": "CN-XJ",
5458             "name": "Xinjiang Uygur Zizhiqu",
5459             "type": "Autonomous region"
5460             },
5461             {
5462             "code": "CN-XZ",
5463             "name": "Xizang Zizhiqu",
5464             "type": "Autonomous region"
5465             },
5466             {
5467             "code": "CN-YN",
5468             "name": "Yunnan Sheng",
5469             "type": "Province"
5470             },
5471             {
5472             "code": "CN-ZJ",
5473             "name": "Zhejiang Sheng",
5474             "type": "Province"
5475             },
5476             {
5477             "code": "CO-AMA",
5478             "name": "Amazonas",
5479             "type": "Department"
5480             },
5481             {
5482             "code": "CO-ANT",
5483             "name": "Antioquia",
5484             "type": "Department"
5485             },
5486             {
5487             "code": "CO-ARA",
5488             "name": "Arauca",
5489             "type": "Department"
5490             },
5491             {
5492             "code": "CO-ATL",
5493             "name": "Atlántico",
5494             "type": "Department"
5495             },
5496             {
5497             "code": "CO-BOL",
5498             "name": "Bolívar",
5499             "type": "Department"
5500             },
5501             {
5502             "code": "CO-BOY",
5503             "name": "Boyacá",
5504             "type": "Department"
5505             },
5506             {
5507             "code": "CO-CAL",
5508             "name": "Caldas",
5509             "type": "Department"
5510             },
5511             {
5512             "code": "CO-CAQ",
5513             "name": "Caquetá",
5514             "type": "Department"
5515             },
5516             {
5517             "code": "CO-CAS",
5518             "name": "Casanare",
5519             "type": "Department"
5520             },
5521             {
5522             "code": "CO-CAU",
5523             "name": "Cauca",
5524             "type": "Department"
5525             },
5526             {
5527             "code": "CO-CES",
5528             "name": "Cesar",
5529             "type": "Department"
5530             },
5531             {
5532             "code": "CO-CHO",
5533             "name": "Chocó",
5534             "type": "Department"
5535             },
5536             {
5537             "code": "CO-COR",
5538             "name": "Córdoba",
5539             "type": "Department"
5540             },
5541             {
5542             "code": "CO-CUN",
5543             "name": "Cundinamarca",
5544             "type": "Department"
5545             },
5546             {
5547             "code": "CO-DC",
5548             "name": "Distrito Capital de Bogotá",
5549             "type": "Capital district"
5550             },
5551             {
5552             "code": "CO-GUA",
5553             "name": "Guainía",
5554             "type": "Department"
5555             },
5556             {
5557             "code": "CO-GUV",
5558             "name": "Guaviare",
5559             "type": "Department"
5560             },
5561             {
5562             "code": "CO-HUI",
5563             "name": "Huila",
5564             "type": "Department"
5565             },
5566             {
5567             "code": "CO-LAG",
5568             "name": "La Guajira",
5569             "type": "Department"
5570             },
5571             {
5572             "code": "CO-MAG",
5573             "name": "Magdalena",
5574             "type": "Department"
5575             },
5576             {
5577             "code": "CO-MET",
5578             "name": "Meta",
5579             "type": "Department"
5580             },
5581             {
5582             "code": "CO-NAR",
5583             "name": "Nariño",
5584             "type": "Department"
5585             },
5586             {
5587             "code": "CO-NSA",
5588             "name": "Norte de Santander",
5589             "type": "Department"
5590             },
5591             {
5592             "code": "CO-PUT",
5593             "name": "Putumayo",
5594             "type": "Department"
5595             },
5596             {
5597             "code": "CO-QUI",
5598             "name": "Quindío",
5599             "type": "Department"
5600             },
5601             {
5602             "code": "CO-RIS",
5603             "name": "Risaralda",
5604             "type": "Department"
5605             },
5606             {
5607             "code": "CO-SAN",
5608             "name": "Santander",
5609             "type": "Department"
5610             },
5611             {
5612             "code": "CO-SAP",
5613             "name": "San Andrés, Providencia y Santa Catalina",
5614             "type": "Department"
5615             },
5616             {
5617             "code": "CO-SUC",
5618             "name": "Sucre",
5619             "type": "Department"
5620             },
5621             {
5622             "code": "CO-TOL",
5623             "name": "Tolima",
5624             "type": "Department"
5625             },
5626             {
5627             "code": "CO-VAC",
5628             "name": "Valle del Cauca",
5629             "type": "Department"
5630             },
5631             {
5632             "code": "CO-VAU",
5633             "name": "Vaupés",
5634             "type": "Department"
5635             },
5636             {
5637             "code": "CO-VID",
5638             "name": "Vichada",
5639             "type": "Department"
5640             },
5641             {
5642             "code": "CR-A",
5643             "name": "Alajuela",
5644             "type": "Province"
5645             },
5646             {
5647             "code": "CR-C",
5648             "name": "Cartago",
5649             "type": "Province"
5650             },
5651             {
5652             "code": "CR-G",
5653             "name": "Guanacaste",
5654             "type": "Province"
5655             },
5656             {
5657             "code": "CR-H",
5658             "name": "Heredia",
5659             "type": "Province"
5660             },
5661             {
5662             "code": "CR-L",
5663             "name": "Limón",
5664             "type": "Province"
5665             },
5666             {
5667             "code": "CR-P",
5668             "name": "Puntarenas",
5669             "type": "Province"
5670             },
5671             {
5672             "code": "CR-SJ",
5673             "name": "San José",
5674             "type": "Province"
5675             },
5676             {
5677             "code": "CU-01",
5678             "name": "Pinar del Río",
5679             "type": "Province"
5680             },
5681             {
5682             "code": "CU-03",
5683             "name": "La Habana",
5684             "type": "Province"
5685             },
5686             {
5687             "code": "CU-04",
5688             "name": "Matanzas",
5689             "type": "Province"
5690             },
5691             {
5692             "code": "CU-05",
5693             "name": "Villa Clara",
5694             "type": "Province"
5695             },
5696             {
5697             "code": "CU-06",
5698             "name": "Cienfuegos",
5699             "type": "Province"
5700             },
5701             {
5702             "code": "CU-07",
5703             "name": "Sancti Spíritus",
5704             "type": "Province"
5705             },
5706             {
5707             "code": "CU-08",
5708             "name": "Ciego de Ávila",
5709             "type": "Province"
5710             },
5711             {
5712             "code": "CU-09",
5713             "name": "Camagüey",
5714             "type": "Province"
5715             },
5716             {
5717             "code": "CU-10",
5718             "name": "Las Tunas",
5719             "type": "Province"
5720             },
5721             {
5722             "code": "CU-11",
5723             "name": "Holguín",
5724             "type": "Province"
5725             },
5726             {
5727             "code": "CU-12",
5728             "name": "Granma",
5729             "type": "Province"
5730             },
5731             {
5732             "code": "CU-13",
5733             "name": "Santiago de Cuba",
5734             "type": "Province"
5735             },
5736             {
5737             "code": "CU-14",
5738             "name": "Guantánamo",
5739             "type": "Province"
5740             },
5741             {
5742             "code": "CU-15",
5743             "name": "Artemisa",
5744             "type": "Province"
5745             },
5746             {
5747             "code": "CU-16",
5748             "name": "Mayabeque",
5749             "type": "Province"
5750             },
5751             {
5752             "code": "CU-99",
5753             "name": "Isla de la Juventud",
5754             "type": "Special municipality"
5755             },
5756             {
5757             "code": "CV-B",
5758             "name": "Ilhas de Barlavento",
5759             "type": "Geographical region"
5760             },
5761             {
5762             "code": "CV-BR",
5763             "name": "Brava",
5764             "parent": "S",
5765             "type": "Municipality"
5766             },
5767             {
5768             "code": "CV-BV",
5769             "name": "Boa Vista",
5770             "parent": "B",
5771             "type": "Municipality"
5772             },
5773             {
5774             "code": "CV-CA",
5775             "name": "Santa Catarina",
5776             "parent": "S",
5777             "type": "Municipality"
5778             },
5779             {
5780             "code": "CV-CF",
5781             "name": "Santa Catarina do Fogo",
5782             "parent": "S",
5783             "type": "Municipality"
5784             },
5785             {
5786             "code": "CV-CR",
5787             "name": "Santa Cruz",
5788             "parent": "S",
5789             "type": "Municipality"
5790             },
5791             {
5792             "code": "CV-MA",
5793             "name": "Maio",
5794             "parent": "S",
5795             "type": "Municipality"
5796             },
5797             {
5798             "code": "CV-MO",
5799             "name": "Mosteiros",
5800             "parent": "S",
5801             "type": "Municipality"
5802             },
5803             {
5804             "code": "CV-PA",
5805             "name": "Paul",
5806             "parent": "B",
5807             "type": "Municipality"
5808             },
5809             {
5810             "code": "CV-PN",
5811             "name": "Porto Novo",
5812             "parent": "B",
5813             "type": "Municipality"
5814             },
5815             {
5816             "code": "CV-PR",
5817             "name": "Praia",
5818             "parent": "S",
5819             "type": "Municipality"
5820             },
5821             {
5822             "code": "CV-RB",
5823             "name": "Ribeira Brava",
5824             "parent": "B",
5825             "type": "Municipality"
5826             },
5827             {
5828             "code": "CV-RG",
5829             "name": "Ribeira Grande",
5830             "parent": "B",
5831             "type": "Municipality"
5832             },
5833             {
5834             "code": "CV-RS",
5835             "name": "Ribeira Grande de Santiago",
5836             "parent": "S",
5837             "type": "Municipality"
5838             },
5839             {
5840             "code": "CV-S",
5841             "name": "Ilhas de Sotavento",
5842             "type": "Geographical region"
5843             },
5844             {
5845             "code": "CV-SD",
5846             "name": "São Domingos",
5847             "parent": "S",
5848             "type": "Municipality"
5849             },
5850             {
5851             "code": "CV-SF",
5852             "name": "São Filipe",
5853             "parent": "S",
5854             "type": "Municipality"
5855             },
5856             {
5857             "code": "CV-SL",
5858             "name": "Sal",
5859             "parent": "B",
5860             "type": "Municipality"
5861             },
5862             {
5863             "code": "CV-SM",
5864             "name": "São Miguel",
5865             "parent": "S",
5866             "type": "Municipality"
5867             },
5868             {
5869             "code": "CV-SO",
5870             "name": "São Lourenço dos Órgãos",
5871             "parent": "S",
5872             "type": "Municipality"
5873             },
5874             {
5875             "code": "CV-SS",
5876             "name": "São Salvador do Mundo",
5877             "parent": "S",
5878             "type": "Municipality"
5879             },
5880             {
5881             "code": "CV-SV",
5882             "name": "São Vicente",
5883             "parent": "B",
5884             "type": "Municipality"
5885             },
5886             {
5887             "code": "CV-TA",
5888             "name": "Tarrafal",
5889             "parent": "S",
5890             "type": "Municipality"
5891             },
5892             {
5893             "code": "CV-TS",
5894             "name": "Tarrafal de São Nicolau",
5895             "parent": "B",
5896             "type": "Municipality"
5897             },
5898             {
5899             "code": "CY-01",
5900             "name": "Lefkosia",
5901             "type": "District"
5902             },
5903             {
5904             "code": "CY-02",
5905             "name": "Lemesos",
5906             "type": "District"
5907             },
5908             {
5909             "code": "CY-03",
5910             "name": "Larnaka",
5911             "type": "District"
5912             },
5913             {
5914             "code": "CY-04",
5915             "name": "Ammochostos",
5916             "type": "District"
5917             },
5918             {
5919             "code": "CY-05",
5920             "name": "Baf",
5921             "type": "District"
5922             },
5923             {
5924             "code": "CY-06",
5925             "name": "Girne",
5926             "type": "District"
5927             },
5928             {
5929             "code": "CZ-10",
5930             "name": "Praha, Hlavní město",
5931             "type": "Capital city"
5932             },
5933             {
5934             "code": "CZ-20",
5935             "name": "Středočeský kraj",
5936             "type": "Region"
5937             },
5938             {
5939             "code": "CZ-201",
5940             "name": "Benešov",
5941             "parent": "20",
5942             "type": "District"
5943             },
5944             {
5945             "code": "CZ-202",
5946             "name": "Beroun",
5947             "parent": "20",
5948             "type": "District"
5949             },
5950             {
5951             "code": "CZ-203",
5952             "name": "Kladno",
5953             "parent": "20",
5954             "type": "District"
5955             },
5956             {
5957             "code": "CZ-204",
5958             "name": "Kolín",
5959             "parent": "20",
5960             "type": "District"
5961             },
5962             {
5963             "code": "CZ-205",
5964             "name": "Kutná Hora",
5965             "parent": "20",
5966             "type": "District"
5967             },
5968             {
5969             "code": "CZ-206",
5970             "name": "Mělník",
5971             "parent": "20",
5972             "type": "District"
5973             },
5974             {
5975             "code": "CZ-207",
5976             "name": "Mladá Boleslav",
5977             "parent": "20",
5978             "type": "District"
5979             },
5980             {
5981             "code": "CZ-208",
5982             "name": "Nymburk",
5983             "parent": "20",
5984             "type": "District"
5985             },
5986             {
5987             "code": "CZ-209",
5988             "name": "Praha-východ",
5989             "parent": "20",
5990             "type": "District"
5991             },
5992             {
5993             "code": "CZ-20A",
5994             "name": "Praha-západ",
5995             "parent": "20",
5996             "type": "District"
5997             },
5998             {
5999             "code": "CZ-20B",
6000             "name": "Příbram",
6001             "parent": "20",
6002             "type": "District"
6003             },
6004             {
6005             "code": "CZ-20C",
6006             "name": "Rakovník",
6007             "parent": "20",
6008             "type": "District"
6009             },
6010             {
6011             "code": "CZ-31",
6012             "name": "Jihočeský kraj",
6013             "type": "Region"
6014             },
6015             {
6016             "code": "CZ-311",
6017             "name": "České Budějovice",
6018             "parent": "31",
6019             "type": "District"
6020             },
6021             {
6022             "code": "CZ-312",
6023             "name": "Český Krumlov",
6024             "parent": "31",
6025             "type": "District"
6026             },
6027             {
6028             "code": "CZ-313",
6029             "name": "Jindřichův Hradec",
6030             "parent": "31",
6031             "type": "District"
6032             },
6033             {
6034             "code": "CZ-314",
6035             "name": "Písek",
6036             "parent": "31",
6037             "type": "District"
6038             },
6039             {
6040             "code": "CZ-315",
6041             "name": "Prachatice",
6042             "parent": "31",
6043             "type": "District"
6044             },
6045             {
6046             "code": "CZ-316",
6047             "name": "Strakonice",
6048             "parent": "31",
6049             "type": "District"
6050             },
6051             {
6052             "code": "CZ-317",
6053             "name": "Tábor",
6054             "parent": "31",
6055             "type": "District"
6056             },
6057             {
6058             "code": "CZ-32",
6059             "name": "Plzeňský kraj",
6060             "type": "Region"
6061             },
6062             {
6063             "code": "CZ-321",
6064             "name": "Domažlice",
6065             "parent": "32",
6066             "type": "District"
6067             },
6068             {
6069             "code": "CZ-322",
6070             "name": "Klatovy",
6071             "parent": "32",
6072             "type": "District"
6073             },
6074             {
6075             "code": "CZ-323",
6076             "name": "Plzeň-město",
6077             "parent": "32",
6078             "type": "District"
6079             },
6080             {
6081             "code": "CZ-324",
6082             "name": "Plzeň-jih",
6083             "parent": "32",
6084             "type": "District"
6085             },
6086             {
6087             "code": "CZ-325",
6088             "name": "Plzeň-sever",
6089             "parent": "32",
6090             "type": "District"
6091             },
6092             {
6093             "code": "CZ-326",
6094             "name": "Rokycany",
6095             "parent": "32",
6096             "type": "District"
6097             },
6098             {
6099             "code": "CZ-327",
6100             "name": "Tachov",
6101             "parent": "32",
6102             "type": "District"
6103             },
6104             {
6105             "code": "CZ-41",
6106             "name": "Karlovarský kraj",
6107             "type": "Region"
6108             },
6109             {
6110             "code": "CZ-411",
6111             "name": "Cheb",
6112             "parent": "41",
6113             "type": "District"
6114             },
6115             {
6116             "code": "CZ-412",
6117             "name": "Karlovy Vary",
6118             "parent": "41",
6119             "type": "District"
6120             },
6121             {
6122             "code": "CZ-413",
6123             "name": "Sokolov",
6124             "parent": "41",
6125             "type": "District"
6126             },
6127             {
6128             "code": "CZ-42",
6129             "name": "Ústecký kraj",
6130             "type": "Region"
6131             },
6132             {
6133             "code": "CZ-421",
6134             "name": "Děčín",
6135             "parent": "42",
6136             "type": "District"
6137             },
6138             {
6139             "code": "CZ-422",
6140             "name": "Chomutov",
6141             "parent": "42",
6142             "type": "District"
6143             },
6144             {
6145             "code": "CZ-423",
6146             "name": "Litoměřice",
6147             "parent": "42",
6148             "type": "District"
6149             },
6150             {
6151             "code": "CZ-424",
6152             "name": "Louny",
6153             "parent": "42",
6154             "type": "District"
6155             },
6156             {
6157             "code": "CZ-425",
6158             "name": "Most",
6159             "parent": "42",
6160             "type": "District"
6161             },
6162             {
6163             "code": "CZ-426",
6164             "name": "Teplice",
6165             "parent": "42",
6166             "type": "District"
6167             },
6168             {
6169             "code": "CZ-427",
6170             "name": "Ústí nad Labem",
6171             "parent": "42",
6172             "type": "District"
6173             },
6174             {
6175             "code": "CZ-51",
6176             "name": "Liberecký kraj",
6177             "type": "Region"
6178             },
6179             {
6180             "code": "CZ-511",
6181             "name": "Česká Lípa",
6182             "parent": "51",
6183             "type": "District"
6184             },
6185             {
6186             "code": "CZ-512",
6187             "name": "Jablonec nad Nisou",
6188             "parent": "51",
6189             "type": "District"
6190             },
6191             {
6192             "code": "CZ-513",
6193             "name": "Liberec",
6194             "parent": "51",
6195             "type": "District"
6196             },
6197             {
6198             "code": "CZ-514",
6199             "name": "Semily",
6200             "parent": "51",
6201             "type": "District"
6202             },
6203             {
6204             "code": "CZ-52",
6205             "name": "Královéhradecký kraj",
6206             "type": "Region"
6207             },
6208             {
6209             "code": "CZ-521",
6210             "name": "Hradec Králové",
6211             "parent": "52",
6212             "type": "District"
6213             },
6214             {
6215             "code": "CZ-522",
6216             "name": "Jičín",
6217             "parent": "52",
6218             "type": "District"
6219             },
6220             {
6221             "code": "CZ-523",
6222             "name": "Náchod",
6223             "parent": "52",
6224             "type": "District"
6225             },
6226             {
6227             "code": "CZ-524",
6228             "name": "Rychnov nad Kněžnou",
6229             "parent": "52",
6230             "type": "District"
6231             },
6232             {
6233             "code": "CZ-525",
6234             "name": "Trutnov",
6235             "parent": "52",
6236             "type": "District"
6237             },
6238             {
6239             "code": "CZ-53",
6240             "name": "Pardubický kraj",
6241             "type": "Region"
6242             },
6243             {
6244             "code": "CZ-531",
6245             "name": "Chrudim",
6246             "parent": "53",
6247             "type": "District"
6248             },
6249             {
6250             "code": "CZ-532",
6251             "name": "Pardubice",
6252             "parent": "53",
6253             "type": "District"
6254             },
6255             {
6256             "code": "CZ-533",
6257             "name": "Svitavy",
6258             "parent": "53",
6259             "type": "District"
6260             },
6261             {
6262             "code": "CZ-534",
6263             "name": "Ústí nad Orlicí",
6264             "parent": "53",
6265             "type": "District"
6266             },
6267             {
6268             "code": "CZ-63",
6269             "name": "Kraj Vysočina",
6270             "type": "Region"
6271             },
6272             {
6273             "code": "CZ-631",
6274             "name": "Havlíčkův Brod",
6275             "parent": "63",
6276             "type": "District"
6277             },
6278             {
6279             "code": "CZ-632",
6280             "name": "Jihlava",
6281             "parent": "63",
6282             "type": "District"
6283             },
6284             {
6285             "code": "CZ-633",
6286             "name": "Pelhřimov",
6287             "parent": "63",
6288             "type": "District"
6289             },
6290             {
6291             "code": "CZ-634",
6292             "name": "Třebíč",
6293             "parent": "63",
6294             "type": "District"
6295             },
6296             {
6297             "code": "CZ-635",
6298             "name": "Žďár nad Sázavou",
6299             "parent": "63",
6300             "type": "District"
6301             },
6302             {
6303             "code": "CZ-64",
6304             "name": "Jihomoravský kraj",
6305             "type": "Region"
6306             },
6307             {
6308             "code": "CZ-641",
6309             "name": "Blansko",
6310             "parent": "64",
6311             "type": "District"
6312             },
6313             {
6314             "code": "CZ-642",
6315             "name": "Brno-město",
6316             "parent": "64",
6317             "type": "District"
6318             },
6319             {
6320             "code": "CZ-643",
6321             "name": "Brno-venkov",
6322             "parent": "64",
6323             "type": "District"
6324             },
6325             {
6326             "code": "CZ-644",
6327             "name": "Břeclav",
6328             "parent": "64",
6329             "type": "District"
6330             },
6331             {
6332             "code": "CZ-645",
6333             "name": "Hodonín",
6334             "parent": "64",
6335             "type": "District"
6336             },
6337             {
6338             "code": "CZ-646",
6339             "name": "Vyškov",
6340             "parent": "64",
6341             "type": "District"
6342             },
6343             {
6344             "code": "CZ-647",
6345             "name": "Znojmo",
6346             "parent": "64",
6347             "type": "District"
6348             },
6349             {
6350             "code": "CZ-71",
6351             "name": "Olomoucký kraj",
6352             "type": "Region"
6353             },
6354             {
6355             "code": "CZ-711",
6356             "name": "Jeseník",
6357             "parent": "71",
6358             "type": "District"
6359             },
6360             {
6361             "code": "CZ-712",
6362             "name": "Olomouc",
6363             "parent": "71",
6364             "type": "District"
6365             },
6366             {
6367             "code": "CZ-713",
6368             "name": "Prostějov",
6369             "parent": "71",
6370             "type": "District"
6371             },
6372             {
6373             "code": "CZ-714",
6374             "name": "Přerov",
6375             "parent": "71",
6376             "type": "District"
6377             },
6378             {
6379             "code": "CZ-715",
6380             "name": "Šumperk",
6381             "parent": "71",
6382             "type": "District"
6383             },
6384             {
6385             "code": "CZ-72",
6386             "name": "Zlínský kraj",
6387             "type": "Region"
6388             },
6389             {
6390             "code": "CZ-721",
6391             "name": "Kroměříž",
6392             "parent": "72",
6393             "type": "District"
6394             },
6395             {
6396             "code": "CZ-722",
6397             "name": "Uherské Hradiště",
6398             "parent": "72",
6399             "type": "District"
6400             },
6401             {
6402             "code": "CZ-723",
6403             "name": "Vsetín",
6404             "parent": "72",
6405             "type": "District"
6406             },
6407             {
6408             "code": "CZ-724",
6409             "name": "Zlín",
6410             "parent": "72",
6411             "type": "District"
6412             },
6413             {
6414             "code": "CZ-80",
6415             "name": "Moravskoslezský kraj",
6416             "type": "Region"
6417             },
6418             {
6419             "code": "CZ-801",
6420             "name": "Bruntál",
6421             "parent": "80",
6422             "type": "District"
6423             },
6424             {
6425             "code": "CZ-802",
6426             "name": "Frýdek-Místek",
6427             "parent": "80",
6428             "type": "District"
6429             },
6430             {
6431             "code": "CZ-803",
6432             "name": "Karviná",
6433             "parent": "80",
6434             "type": "District"
6435             },
6436             {
6437             "code": "CZ-804",
6438             "name": "Nový Jičín",
6439             "parent": "80",
6440             "type": "District"
6441             },
6442             {
6443             "code": "CZ-805",
6444             "name": "Opava",
6445             "parent": "80",
6446             "type": "District"
6447             },
6448             {
6449             "code": "CZ-806",
6450             "name": "Ostrava-město",
6451             "parent": "80",
6452             "type": "District"
6453             },
6454             {
6455             "code": "DE-BB",
6456             "name": "Brandenburg",
6457             "type": "Land"
6458             },
6459             {
6460             "code": "DE-BE",
6461             "name": "Berlin",
6462             "type": "Land"
6463             },
6464             {
6465             "code": "DE-BW",
6466             "name": "Baden-Württemberg",
6467             "type": "Land"
6468             },
6469             {
6470             "code": "DE-BY",
6471             "name": "Bayern",
6472             "type": "Land"
6473             },
6474             {
6475             "code": "DE-HB",
6476             "name": "Bremen",
6477             "type": "Land"
6478             },
6479             {
6480             "code": "DE-HE",
6481             "name": "Hessen",
6482             "type": "Land"
6483             },
6484             {
6485             "code": "DE-HH",
6486             "name": "Hamburg",
6487             "type": "Land"
6488             },
6489             {
6490             "code": "DE-MV",
6491             "name": "Mecklenburg-Vorpommern",
6492             "type": "Land"
6493             },
6494             {
6495             "code": "DE-NI",
6496             "name": "Niedersachsen",
6497             "type": "Land"
6498             },
6499             {
6500             "code": "DE-NW",
6501             "name": "Nordrhein-Westfalen",
6502             "type": "Land"
6503             },
6504             {
6505             "code": "DE-RP",
6506             "name": "Rheinland-Pfalz",
6507             "type": "Land"
6508             },
6509             {
6510             "code": "DE-SH",
6511             "name": "Schleswig-Holstein",
6512             "type": "Land"
6513             },
6514             {
6515             "code": "DE-SL",
6516             "name": "Saarland",
6517             "type": "Land"
6518             },
6519             {
6520             "code": "DE-SN",
6521             "name": "Sachsen",
6522             "type": "Land"
6523             },
6524             {
6525             "code": "DE-ST",
6526             "name": "Sachsen-Anhalt",
6527             "type": "Land"
6528             },
6529             {
6530             "code": "DE-TH",
6531             "name": "Thüringen",
6532             "type": "Land"
6533             },
6534             {
6535             "code": "DJ-AR",
6536             "name": "Arta",
6537             "type": "Region"
6538             },
6539             {
6540             "code": "DJ-AS",
6541             "name": "Ali Sabieh",
6542             "type": "Region"
6543             },
6544             {
6545             "code": "DJ-DI",
6546             "name": "Dikhil",
6547             "type": "Region"
6548             },
6549             {
6550             "code": "DJ-DJ",
6551             "name": "Djibouti",
6552             "type": "City"
6553             },
6554             {
6555             "code": "DJ-OB",
6556             "name": "Awbūk",
6557             "type": "Region"
6558             },
6559             {
6560             "code": "DJ-TA",
6561             "name": "Tadjourah",
6562             "type": "Region"
6563             },
6564             {
6565             "code": "DK-81",
6566             "name": "Nordjylland",
6567             "type": "Region"
6568             },
6569             {
6570             "code": "DK-82",
6571             "name": "Midtjylland",
6572             "type": "Region"
6573             },
6574             {
6575             "code": "DK-83",
6576             "name": "Syddanmark",
6577             "type": "Region"
6578             },
6579             {
6580             "code": "DK-84",
6581             "name": "Hovedstaden",
6582             "type": "Region"
6583             },
6584             {
6585             "code": "DK-85",
6586             "name": "Sjælland",
6587             "type": "Region"
6588             },
6589             {
6590             "code": "DM-02",
6591             "name": "Saint Andrew",
6592             "type": "Parish"
6593             },
6594             {
6595             "code": "DM-03",
6596             "name": "Saint David",
6597             "type": "Parish"
6598             },
6599             {
6600             "code": "DM-04",
6601             "name": "Saint George",
6602             "type": "Parish"
6603             },
6604             {
6605             "code": "DM-05",
6606             "name": "Saint John",
6607             "type": "Parish"
6608             },
6609             {
6610             "code": "DM-06",
6611             "name": "Saint Joseph",
6612             "type": "Parish"
6613             },
6614             {
6615             "code": "DM-07",
6616             "name": "Saint Luke",
6617             "type": "Parish"
6618             },
6619             {
6620             "code": "DM-08",
6621             "name": "Saint Mark",
6622             "type": "Parish"
6623             },
6624             {
6625             "code": "DM-09",
6626             "name": "Saint Patrick",
6627             "type": "Parish"
6628             },
6629             {
6630             "code": "DM-10",
6631             "name": "Saint Paul",
6632             "type": "Parish"
6633             },
6634             {
6635             "code": "DM-11",
6636             "name": "Saint Peter",
6637             "type": "Parish"
6638             },
6639             {
6640             "code": "DO-01",
6641             "name": "Distrito Nacional (Santo Domingo)",
6642             "parent": "40",
6643             "type": "District"
6644             },
6645             {
6646             "code": "DO-02",
6647             "name": "Azua",
6648             "parent": "41",
6649             "type": "Province"
6650             },
6651             {
6652             "code": "DO-03",
6653             "name": "Baoruco",
6654             "parent": "38",
6655             "type": "Province"
6656             },
6657             {
6658             "code": "DO-04",
6659             "name": "Barahona",
6660             "parent": "38",
6661             "type": "Province"
6662             },
6663             {
6664             "code": "DO-05",
6665             "name": "Dajabón",
6666             "parent": "34",
6667             "type": "Province"
6668             },
6669             {
6670             "code": "DO-06",
6671             "name": "Duarte",
6672             "parent": "33",
6673             "type": "Province"
6674             },
6675             {
6676             "code": "DO-07",
6677             "name": "Elías Piña",
6678             "parent": "37",
6679             "type": "Province"
6680             },
6681             {
6682             "code": "DO-08",
6683             "name": "El Seibo",
6684             "parent": "42",
6685             "type": "Province"
6686             },
6687             {
6688             "code": "DO-09",
6689             "name": "Espaillat",
6690             "parent": "35",
6691             "type": "Province"
6692             },
6693             {
6694             "code": "DO-10",
6695             "name": "Independencia",
6696             "parent": "38",
6697             "type": "Province"
6698             },
6699             {
6700             "code": "DO-11",
6701             "name": "La Altagracia",
6702             "parent": "42",
6703             "type": "Province"
6704             },
6705             {
6706             "code": "DO-12",
6707             "name": "La Romana",
6708             "parent": "42",
6709             "type": "Province"
6710             },
6711             {
6712             "code": "DO-13",
6713             "name": "La Vega",
6714             "parent": "36",
6715             "type": "Province"
6716             },
6717             {
6718             "code": "DO-14",
6719             "name": "María Trinidad Sánchez",
6720             "parent": "33",
6721             "type": "Province"
6722             },
6723             {
6724             "code": "DO-15",
6725             "name": "Monte Cristi",
6726             "parent": "34",
6727             "type": "Province"
6728             },
6729             {
6730             "code": "DO-16",
6731             "name": "Pedernales",
6732             "parent": "38",
6733             "type": "Province"
6734             },
6735             {
6736             "code": "DO-17",
6737             "name": "Peravia",
6738             "parent": "41",
6739             "type": "Province"
6740             },
6741             {
6742             "code": "DO-18",
6743             "name": "Puerto Plata",
6744             "parent": "35",
6745             "type": "Province"
6746             },
6747             {
6748             "code": "DO-19",
6749             "name": "Hermanas Mirabal",
6750             "parent": "33",
6751             "type": "Province"
6752             },
6753             {
6754             "code": "DO-20",
6755             "name": "Samaná",
6756             "parent": "33",
6757             "type": "Province"
6758             },
6759             {
6760             "code": "DO-21",
6761             "name": "San Cristóbal",
6762             "parent": "41",
6763             "type": "Province"
6764             },
6765             {
6766             "code": "DO-22",
6767             "name": "San Juan",
6768             "parent": "37",
6769             "type": "Province"
6770             },
6771             {
6772             "code": "DO-23",
6773             "name": "San Pedro de Macorís",
6774             "parent": "39",
6775             "type": "Province"
6776             },
6777             {
6778             "code": "DO-24",
6779             "name": "Sánchez Ramírez",
6780             "parent": "36",
6781             "type": "Province"
6782             },
6783             {
6784             "code": "DO-25",
6785             "name": "Santiago",
6786             "parent": "35",
6787             "type": "Province"
6788             },
6789             {
6790             "code": "DO-26",
6791             "name": "Santiago Rodríguez",
6792             "parent": "34",
6793             "type": "Province"
6794             },
6795             {
6796             "code": "DO-27",
6797             "name": "Valverde",
6798             "parent": "34",
6799             "type": "Province"
6800             },
6801             {
6802             "code": "DO-28",
6803             "name": "Monseñor Nouel",
6804             "parent": "36",
6805             "type": "Province"
6806             },
6807             {
6808             "code": "DO-29",
6809             "name": "Monte Plata",
6810             "parent": "39",
6811             "type": "Province"
6812             },
6813             {
6814             "code": "DO-30",
6815             "name": "Hato Mayor",
6816             "parent": "39",
6817             "type": "Province"
6818             },
6819             {
6820             "code": "DO-31",
6821             "name": "San José de Ocoa",
6822             "parent": "41",
6823             "type": "Province"
6824             },
6825             {
6826             "code": "DO-32",
6827             "name": "Santo Domingo",
6828             "parent": "40",
6829             "type": "Province"
6830             },
6831             {
6832             "code": "DO-33",
6833             "name": "Cibao Nordeste",
6834             "type": "Region"
6835             },
6836             {
6837             "code": "DO-34",
6838             "name": "Cibao Noroeste",
6839             "type": "Region"
6840             },
6841             {
6842             "code": "DO-35",
6843             "name": "Cibao Norte",
6844             "type": "Region"
6845             },
6846             {
6847             "code": "DO-36",
6848             "name": "Cibao Sur",
6849             "type": "Region"
6850             },
6851             {
6852             "code": "DO-37",
6853             "name": "El Valle",
6854             "type": "Region"
6855             },
6856             {
6857             "code": "DO-38",
6858             "name": "Enriquillo",
6859             "type": "Region"
6860             },
6861             {
6862             "code": "DO-39",
6863             "name": "Higuamo",
6864             "type": "Region"
6865             },
6866             {
6867             "code": "DO-40",
6868             "name": "Ozama",
6869             "type": "Region"
6870             },
6871             {
6872             "code": "DO-41",
6873             "name": "Valdesia",
6874             "type": "Region"
6875             },
6876             {
6877             "code": "DO-42",
6878             "name": "Yuma",
6879             "type": "Region"
6880             },
6881             {
6882             "code": "DZ-01",
6883             "name": "Adrar",
6884             "type": "Province"
6885             },
6886             {
6887             "code": "DZ-02",
6888             "name": "Chlef",
6889             "type": "Province"
6890             },
6891             {
6892             "code": "DZ-03",
6893             "name": "Laghouat",
6894             "type": "Province"
6895             },
6896             {
6897             "code": "DZ-04",
6898             "name": "Oum el Bouaghi",
6899             "type": "Province"
6900             },
6901             {
6902             "code": "DZ-05",
6903             "name": "Batna",
6904             "type": "Province"
6905             },
6906             {
6907             "code": "DZ-06",
6908             "name": "Béjaïa",
6909             "type": "Province"
6910             },
6911             {
6912             "code": "DZ-07",
6913             "name": "Biskra",
6914             "type": "Province"
6915             },
6916             {
6917             "code": "DZ-08",
6918             "name": "Béchar",
6919             "type": "Province"
6920             },
6921             {
6922             "code": "DZ-09",
6923             "name": "Blida",
6924             "type": "Province"
6925             },
6926             {
6927             "code": "DZ-10",
6928             "name": "Bouira",
6929             "type": "Province"
6930             },
6931             {
6932             "code": "DZ-11",
6933             "name": "Tamanrasset",
6934             "type": "Province"
6935             },
6936             {
6937             "code": "DZ-12",
6938             "name": "Tébessa",
6939             "type": "Province"
6940             },
6941             {
6942             "code": "DZ-13",
6943             "name": "Tlemcen",
6944             "type": "Province"
6945             },
6946             {
6947             "code": "DZ-14",
6948             "name": "Tiaret",
6949             "type": "Province"
6950             },
6951             {
6952             "code": "DZ-15",
6953             "name": "Tizi Ouzou",
6954             "type": "Province"
6955             },
6956             {
6957             "code": "DZ-16",
6958             "name": "Alger",
6959             "type": "Province"
6960             },
6961             {
6962             "code": "DZ-17",
6963             "name": "Djelfa",
6964             "type": "Province"
6965             },
6966             {
6967             "code": "DZ-18",
6968             "name": "Jijel",
6969             "type": "Province"
6970             },
6971             {
6972             "code": "DZ-19",
6973             "name": "Sétif",
6974             "type": "Province"
6975             },
6976             {
6977             "code": "DZ-20",
6978             "name": "Saïda",
6979             "type": "Province"
6980             },
6981             {
6982             "code": "DZ-21",
6983             "name": "Skikda",
6984             "type": "Province"
6985             },
6986             {
6987             "code": "DZ-22",
6988             "name": "Sidi Bel Abbès",
6989             "type": "Province"
6990             },
6991             {
6992             "code": "DZ-23",
6993             "name": "Annaba",
6994             "type": "Province"
6995             },
6996             {
6997             "code": "DZ-24",
6998             "name": "Guelma",
6999             "type": "Province"
7000             },
7001             {
7002             "code": "DZ-25",
7003             "name": "Constantine",
7004             "type": "Province"
7005             },
7006             {
7007             "code": "DZ-26",
7008             "name": "Médéa",
7009             "type": "Province"
7010             },
7011             {
7012             "code": "DZ-27",
7013             "name": "Mostaganem",
7014             "type": "Province"
7015             },
7016             {
7017             "code": "DZ-28",
7018             "name": "M'sila",
7019             "type": "Province"
7020             },
7021             {
7022             "code": "DZ-29",
7023             "name": "Mascara",
7024             "type": "Province"
7025             },
7026             {
7027             "code": "DZ-30",
7028             "name": "Ouargla",
7029             "type": "Province"
7030             },
7031             {
7032             "code": "DZ-31",
7033             "name": "Oran",
7034             "type": "Province"
7035             },
7036             {
7037             "code": "DZ-32",
7038             "name": "El Bayadh",
7039             "type": "Province"
7040             },
7041             {
7042             "code": "DZ-33",
7043             "name": "Illizi",
7044             "type": "Province"
7045             },
7046             {
7047             "code": "DZ-34",
7048             "name": "Bordj Bou Arréridj",
7049             "type": "Province"
7050             },
7051             {
7052             "code": "DZ-35",
7053             "name": "Boumerdès",
7054             "type": "Province"
7055             },
7056             {
7057             "code": "DZ-36",
7058             "name": "El Tarf",
7059             "type": "Province"
7060             },
7061             {
7062             "code": "DZ-37",
7063             "name": "Tindouf",
7064             "type": "Province"
7065             },
7066             {
7067             "code": "DZ-38",
7068             "name": "Tissemsilt",
7069             "type": "Province"
7070             },
7071             {
7072             "code": "DZ-39",
7073             "name": "El Oued",
7074             "type": "Province"
7075             },
7076             {
7077             "code": "DZ-40",
7078             "name": "Khenchela",
7079             "type": "Province"
7080             },
7081             {
7082             "code": "DZ-41",
7083             "name": "Souk Ahras",
7084             "type": "Province"
7085             },
7086             {
7087             "code": "DZ-42",
7088             "name": "Tipaza",
7089             "type": "Province"
7090             },
7091             {
7092             "code": "DZ-43",
7093             "name": "Mila",
7094             "type": "Province"
7095             },
7096             {
7097             "code": "DZ-44",
7098             "name": "Aïn Defla",
7099             "type": "Province"
7100             },
7101             {
7102             "code": "DZ-45",
7103             "name": "Naama",
7104             "type": "Province"
7105             },
7106             {
7107             "code": "DZ-46",
7108             "name": "Aïn Témouchent",
7109             "type": "Province"
7110             },
7111             {
7112             "code": "DZ-47",
7113             "name": "Ghardaïa",
7114             "type": "Province"
7115             },
7116             {
7117             "code": "DZ-48",
7118             "name": "Relizane",
7119             "type": "Province"
7120             },
7121             {
7122             "code": "EC-A",
7123             "name": "Azuay",
7124             "type": "Province"
7125             },
7126             {
7127             "code": "EC-B",
7128             "name": "Bolívar",
7129             "type": "Province"
7130             },
7131             {
7132             "code": "EC-C",
7133             "name": "Carchi",
7134             "type": "Province"
7135             },
7136             {
7137             "code": "EC-D",
7138             "name": "Orellana",
7139             "type": "Province"
7140             },
7141             {
7142             "code": "EC-E",
7143             "name": "Esmeraldas",
7144             "type": "Province"
7145             },
7146             {
7147             "code": "EC-F",
7148             "name": "Cañar",
7149             "type": "Province"
7150             },
7151             {
7152             "code": "EC-G",
7153             "name": "Guayas",
7154             "type": "Province"
7155             },
7156             {
7157             "code": "EC-H",
7158             "name": "Chimborazo",
7159             "type": "Province"
7160             },
7161             {
7162             "code": "EC-I",
7163             "name": "Imbabura",
7164             "type": "Province"
7165             },
7166             {
7167             "code": "EC-L",
7168             "name": "Loja",
7169             "type": "Province"
7170             },
7171             {
7172             "code": "EC-M",
7173             "name": "Manabí",
7174             "type": "Province"
7175             },
7176             {
7177             "code": "EC-N",
7178             "name": "Napo",
7179             "type": "Province"
7180             },
7181             {
7182             "code": "EC-O",
7183             "name": "El Oro",
7184             "type": "Province"
7185             },
7186             {
7187             "code": "EC-P",
7188             "name": "Pichincha",
7189             "type": "Province"
7190             },
7191             {
7192             "code": "EC-R",
7193             "name": "Los Ríos",
7194             "type": "Province"
7195             },
7196             {
7197             "code": "EC-S",
7198             "name": "Morona Santiago",
7199             "type": "Province"
7200             },
7201             {
7202             "code": "EC-SD",
7203             "name": "Santo Domingo de los Tsáchilas",
7204             "type": "Province"
7205             },
7206             {
7207             "code": "EC-SE",
7208             "name": "Santa Elena",
7209             "type": "Province"
7210             },
7211             {
7212             "code": "EC-T",
7213             "name": "Tungurahua",
7214             "type": "Province"
7215             },
7216             {
7217             "code": "EC-U",
7218             "name": "Sucumbíos",
7219             "type": "Province"
7220             },
7221             {
7222             "code": "EC-W",
7223             "name": "Galápagos",
7224             "type": "Province"
7225             },
7226             {
7227             "code": "EC-X",
7228             "name": "Cotopaxi",
7229             "type": "Province"
7230             },
7231             {
7232             "code": "EC-Y",
7233             "name": "Pastaza",
7234             "type": "Province"
7235             },
7236             {
7237             "code": "EC-Z",
7238             "name": "Zamora Chinchipe",
7239             "type": "Province"
7240             },
7241             {
7242             "code": "EE-130",
7243             "name": "Alutaguse",
7244             "parent": "45",
7245             "type": "Rural municipality"
7246             },
7247             {
7248             "code": "EE-141",
7249             "name": "Anija",
7250             "parent": "37",
7251             "type": "Rural municipality"
7252             },
7253             {
7254             "code": "EE-142",
7255             "name": "Antsla",
7256             "parent": "87",
7257             "type": "Rural municipality"
7258             },
7259             {
7260             "code": "EE-171",
7261             "name": "Elva",
7262             "parent": "79",
7263             "type": "Rural municipality"
7264             },
7265             {
7266             "code": "EE-184",
7267             "name": "Haapsalu",
7268             "parent": "56",
7269             "type": "Urban municipality"
7270             },
7271             {
7272             "code": "EE-191",
7273             "name": "Haljala",
7274             "parent": "60",
7275             "type": "Rural municipality"
7276             },
7277             {
7278             "code": "EE-198",
7279             "name": "Harku",
7280             "parent": "37",
7281             "type": "Rural municipality"
7282             },
7283             {
7284             "code": "EE-205",
7285             "name": "Hiiumaa",
7286             "parent": "39",
7287             "type": "Rural municipality"
7288             },
7289             {
7290             "code": "EE-214",
7291             "name": "Häädemeeste",
7292             "parent": "68",
7293             "type": "Rural municipality"
7294             },
7295             {
7296             "code": "EE-245",
7297             "name": "Jõelähtme",
7298             "parent": "37",
7299             "type": "Rural municipality"
7300             },
7301             {
7302             "code": "EE-247",
7303             "name": "Jõgeva",
7304             "parent": "50",
7305             "type": "Rural municipality"
7306             },
7307             {
7308             "code": "EE-251",
7309             "name": "Jõhvi",
7310             "parent": "45",
7311             "type": "Rural municipality"
7312             },
7313             {
7314             "code": "EE-255",
7315             "name": "Järva",
7316             "parent": "52",
7317             "type": "Rural municipality"
7318             },
7319             {
7320             "code": "EE-272",
7321             "name": "Kadrina",
7322             "parent": "60",
7323             "type": "Rural municipality"
7324             },
7325             {
7326             "code": "EE-283",
7327             "name": "Kambja",
7328             "parent": "79",
7329             "type": "Rural municipality"
7330             },
7331             {
7332             "code": "EE-284",
7333             "name": "Kanepi",
7334             "parent": "64",
7335             "type": "Rural municipality"
7336             },
7337             {
7338             "code": "EE-291",
7339             "name": "Kastre",
7340             "parent": "79",
7341             "type": "Rural municipality"
7342             },
7343             {
7344             "code": "EE-293",
7345             "name": "Kehtna",
7346             "parent": "71",
7347             "type": "Rural municipality"
7348             },
7349             {
7350             "code": "EE-296",
7351             "name": "Keila",
7352             "parent": "37",
7353             "type": "Urban municipality"
7354             },
7355             {
7356             "code": "EE-303",
7357             "name": "Kihnu",
7358             "parent": "68",
7359             "type": "Rural municipality"
7360             },
7361             {
7362             "code": "EE-305",
7363             "name": "Kiili",
7364             "parent": "37",
7365             "type": "Rural municipality"
7366             },
7367             {
7368             "code": "EE-317",
7369             "name": "Kohila",
7370             "parent": "71",
7371             "type": "Rural municipality"
7372             },
7373             {
7374             "code": "EE-321",
7375             "name": "Kohtla-Järve",
7376             "parent": "45",
7377             "type": "Urban municipality"
7378             },
7379             {
7380             "code": "EE-338",
7381             "name": "Kose",
7382             "parent": "37",
7383             "type": "Rural municipality"
7384             },
7385             {
7386             "code": "EE-353",
7387             "name": "Kuusalu",
7388             "parent": "37",
7389             "type": "Rural municipality"
7390             },
7391             {
7392             "code": "EE-37",
7393             "name": "Harjumaa",
7394             "type": "County"
7395             },
7396             {
7397             "code": "EE-39",
7398             "name": "Hiiumaa",
7399             "type": "County"
7400             },
7401             {
7402             "code": "EE-424",
7403             "name": "Loksa",
7404             "parent": "37",
7405             "type": "Urban municipality"
7406             },
7407             {
7408             "code": "EE-430",
7409             "name": "Lääneranna",
7410             "parent": "68",
7411             "type": "Rural municipality"
7412             },
7413             {
7414             "code": "EE-431",
7415             "name": "Lääne-Harju",
7416             "parent": "37",
7417             "type": "Rural municipality"
7418             },
7419             {
7420             "code": "EE-432",
7421             "name": "Luunja",
7422             "parent": "79",
7423             "type": "Rural municipality"
7424             },
7425             {
7426             "code": "EE-441",
7427             "name": "Lääne-Nigula",
7428             "parent": "56",
7429             "type": "Rural municipality"
7430             },
7431             {
7432             "code": "EE-442",
7433             "name": "Lüganuse",
7434             "parent": "45",
7435             "type": "Rural municipality"
7436             },
7437             {
7438             "code": "EE-446",
7439             "name": "Maardu",
7440             "parent": "37",
7441             "type": "Urban municipality"
7442             },
7443             {
7444             "code": "EE-45",
7445             "name": "Ida-Virumaa",
7446             "type": "County"
7447             },
7448             {
7449             "code": "EE-478",
7450             "name": "Muhu",
7451             "parent": "74",
7452             "type": "Rural municipality"
7453             },
7454             {
7455             "code": "EE-480",
7456             "name": "Mulgi",
7457             "parent": "84",
7458             "type": "Rural municipality"
7459             },
7460             {
7461             "code": "EE-486",
7462             "name": "Mustvee",
7463             "parent": "50",
7464             "type": "Rural municipality"
7465             },
7466             {
7467             "code": "EE-50",
7468             "name": "Jõgevamaa",
7469             "type": "County"
7470             },
7471             {
7472             "code": "EE-503",
7473             "name": "Märjamaa",
7474             "parent": "71",
7475             "type": "Rural municipality"
7476             },
7477             {
7478             "code": "EE-511",
7479             "name": "Narva",
7480             "parent": "45",
7481             "type": "Urban municipality"
7482             },
7483             {
7484             "code": "EE-514",
7485             "name": "Narva-Jõesuu",
7486             "parent": "45",
7487             "type": "Urban municipality"
7488             },
7489             {
7490             "code": "EE-52",
7491             "name": "Järvamaa",
7492             "type": "County"
7493             },
7494             {
7495             "code": "EE-528",
7496             "name": "Nõo",
7497             "parent": "79",
7498             "type": "Rural municipality"
7499             },
7500             {
7501             "code": "EE-557",
7502             "name": "Otepää",
7503             "parent": "81",
7504             "type": "Rural municipality"
7505             },
7506             {
7507             "code": "EE-56",
7508             "name": "Läänemaa",
7509             "type": "County"
7510             },
7511             {
7512             "code": "EE-567",
7513             "name": "Paide",
7514             "parent": "52",
7515             "type": "Urban municipality"
7516             },
7517             {
7518             "code": "EE-586",
7519             "name": "Peipsiääre",
7520             "parent": "79",
7521             "type": "Rural municipality"
7522             },
7523             {
7524             "code": "EE-60",
7525             "name": "Lääne-Virumaa",
7526             "type": "County"
7527             },
7528             {
7529             "code": "EE-615",
7530             "name": "Põhja-Sakala",
7531             "parent": "84",
7532             "type": "Rural municipality"
7533             },
7534             {
7535             "code": "EE-618",
7536             "name": "Põltsamaa",
7537             "parent": "50",
7538             "type": "Rural municipality"
7539             },
7540             {
7541             "code": "EE-622",
7542             "name": "Põlva",
7543             "parent": "64",
7544             "type": "Rural municipality"
7545             },
7546             {
7547             "code": "EE-624",
7548             "name": "Pärnu",
7549             "parent": "68",
7550             "type": "Urban municipality"
7551             },
7552             {
7553             "code": "EE-638",
7554             "name": "Põhja-Pärnumaa",
7555             "parent": "68",
7556             "type": "Rural municipality"
7557             },
7558             {
7559             "code": "EE-64",
7560             "name": "Põlvamaa",
7561             "type": "County"
7562             },
7563             {
7564             "code": "EE-651",
7565             "name": "Raasiku",
7566             "parent": "37",
7567             "type": "Rural municipality"
7568             },
7569             {
7570             "code": "EE-653",
7571             "name": "Rae",
7572             "parent": "37",
7573             "type": "Rural municipality"
7574             },
7575             {
7576             "code": "EE-661",
7577             "name": "Rakvere",
7578             "parent": "60",
7579             "type": "Rural municipality"
7580             },
7581             {
7582             "code": "EE-663",
7583             "name": "Rakvere",
7584             "parent": "60",
7585             "type": "Urban municipality"
7586             },
7587             {
7588             "code": "EE-668",
7589             "name": "Rapla",
7590             "parent": "71",
7591             "type": "Rural municipality"
7592             },
7593             {
7594             "code": "EE-68",
7595             "name": "Pärnumaa",
7596             "type": "County"
7597             },
7598             {
7599             "code": "EE-689",
7600             "name": "Ruhnu",
7601             "parent": "74",
7602             "type": "Rural municipality"
7603             },
7604             {
7605             "code": "EE-698",
7606             "name": "Rõuge",
7607             "parent": "87",
7608             "type": "Rural municipality"
7609             },
7610             {
7611             "code": "EE-708",
7612             "name": "Räpina",
7613             "parent": "64",
7614             "type": "Rural municipality"
7615             },
7616             {
7617             "code": "EE-71",
7618             "name": "Raplamaa",
7619             "type": "County"
7620             },
7621             {
7622             "code": "EE-712",
7623             "name": "Saarde",
7624             "parent": "68",
7625             "type": "Rural municipality"
7626             },
7627             {
7628             "code": "EE-714",
7629             "name": "Saaremaa",
7630             "parent": "74",
7631             "type": "Rural municipality"
7632             },
7633             {
7634             "code": "EE-719",
7635             "name": "Saku",
7636             "parent": "37",
7637             "type": "Rural municipality"
7638             },
7639             {
7640             "code": "EE-726",
7641             "name": "Saue",
7642             "parent": "37",
7643             "type": "Rural municipality"
7644             },
7645             {
7646             "code": "EE-732",
7647             "name": "Setomaa",
7648             "parent": "87",
7649             "type": "Rural municipality"
7650             },
7651             {
7652             "code": "EE-735",
7653             "name": "Sillamäe",
7654             "parent": "45",
7655             "type": "Urban municipality"
7656             },
7657             {
7658             "code": "EE-74",
7659             "name": "Saaremaa",
7660             "type": "County"
7661             },
7662             {
7663             "code": "EE-784",
7664             "name": "Tallinn",
7665             "parent": "37",
7666             "type": "Urban municipality"
7667             },
7668             {
7669             "code": "EE-79",
7670             "name": "Tartumaa",
7671             "type": "County"
7672             },
7673             {
7674             "code": "EE-792",
7675             "name": "Tapa",
7676             "parent": "60",
7677             "type": "Rural municipality"
7678             },
7679             {
7680             "code": "EE-793",
7681             "name": "Tartu",
7682             "parent": "79",
7683             "type": "Urban municipality"
7684             },
7685             {
7686             "code": "EE-796",
7687             "name": "Tartu",
7688             "parent": "79",
7689             "type": "Rural municipality"
7690             },
7691             {
7692             "code": "EE-803",
7693             "name": "Toila",
7694             "parent": "45",
7695             "type": "Rural municipality"
7696             },
7697             {
7698             "code": "EE-809",
7699             "name": "Tori",
7700             "parent": "68",
7701             "type": "Rural municipality"
7702             },
7703             {
7704             "code": "EE-81",
7705             "name": "Valgamaa",
7706             "type": "County"
7707             },
7708             {
7709             "code": "EE-824",
7710             "name": "Tõrva",
7711             "parent": "81",
7712             "type": "Rural municipality"
7713             },
7714             {
7715             "code": "EE-834",
7716             "name": "Türi",
7717             "parent": "52",
7718             "type": "Rural municipality"
7719             },
7720             {
7721             "code": "EE-84",
7722             "name": "Viljandimaa",
7723             "type": "County"
7724             },
7725             {
7726             "code": "EE-855",
7727             "name": "Valga",
7728             "parent": "81",
7729             "type": "Rural municipality"
7730             },
7731             {
7732             "code": "EE-87",
7733             "name": "Võrumaa",
7734             "type": "County"
7735             },
7736             {
7737             "code": "EE-890",
7738             "name": "Viimsi",
7739             "parent": "37",
7740             "type": "Rural municipality"
7741             },
7742             {
7743             "code": "EE-897",
7744             "name": "Viljandi",
7745             "parent": "84",
7746             "type": "Urban municipality"
7747             },
7748             {
7749             "code": "EE-899",
7750             "name": "Viljandi",
7751             "parent": "84",
7752             "type": "Rural municipality"
7753             },
7754             {
7755             "code": "EE-901",
7756             "name": "Vinni",
7757             "parent": "60",
7758             "type": "Rural municipality"
7759             },
7760             {
7761             "code": "EE-903",
7762             "name": "Viru-Nigula",
7763             "parent": "60",
7764             "type": "Rural municipality"
7765             },
7766             {
7767             "code": "EE-907",
7768             "name": "Vormsi",
7769             "parent": "56",
7770             "type": "Rural municipality"
7771             },
7772             {
7773             "code": "EE-917",
7774             "name": "Võru",
7775             "parent": "87",
7776             "type": "Rural municipality"
7777             },
7778             {
7779             "code": "EE-919",
7780             "name": "Võru",
7781             "parent": "87",
7782             "type": "Urban municipality"
7783             },
7784             {
7785             "code": "EE-928",
7786             "name": "Väike-Maarja",
7787             "parent": "60",
7788             "type": "Rural municipality"
7789             },
7790             {
7791             "code": "EG-ALX",
7792             "name": "Al Iskandarīyah",
7793             "type": "Governorate"
7794             },
7795             {
7796             "code": "EG-ASN",
7797             "name": "Aswān",
7798             "type": "Governorate"
7799             },
7800             {
7801             "code": "EG-AST",
7802             "name": "Asyūţ",
7803             "type": "Governorate"
7804             },
7805             {
7806             "code": "EG-BA",
7807             "name": "Al Baḩr al Aḩmar",
7808             "type": "Governorate"
7809             },
7810             {
7811             "code": "EG-BH",
7812             "name": "Al Buḩayrah",
7813             "type": "Governorate"
7814             },
7815             {
7816             "code": "EG-BNS",
7817             "name": "Banī Suwayf",
7818             "type": "Governorate"
7819             },
7820             {
7821             "code": "EG-C",
7822             "name": "Al Qāhirah",
7823             "type": "Governorate"
7824             },
7825             {
7826             "code": "EG-DK",
7827             "name": "Ad Daqahlīyah",
7828             "type": "Governorate"
7829             },
7830             {
7831             "code": "EG-DT",
7832             "name": "Dumyāţ",
7833             "type": "Governorate"
7834             },
7835             {
7836             "code": "EG-FYM",
7837             "name": "Al Fayyūm",
7838             "type": "Governorate"
7839             },
7840             {
7841             "code": "EG-GH",
7842             "name": "Al Gharbīyah",
7843             "type": "Governorate"
7844             },
7845             {
7846             "code": "EG-GZ",
7847             "name": "Al Jīzah",
7848             "type": "Governorate"
7849             },
7850             {
7851             "code": "EG-IS",
7852             "name": "Al Ismā'īlīyah",
7853             "type": "Governorate"
7854             },
7855             {
7856             "code": "EG-JS",
7857             "name": "Janūb Sīnā'",
7858             "type": "Governorate"
7859             },
7860             {
7861             "code": "EG-KB",
7862             "name": "Al Qalyūbīyah",
7863             "type": "Governorate"
7864             },
7865             {
7866             "code": "EG-KFS",
7867             "name": "Kafr ash Shaykh",
7868             "type": "Governorate"
7869             },
7870             {
7871             "code": "EG-KN",
7872             "name": "Qinā",
7873             "type": "Governorate"
7874             },
7875             {
7876             "code": "EG-LX",
7877             "name": "Al Uqşur",
7878             "type": "Governorate"
7879             },
7880             {
7881             "code": "EG-MN",
7882             "name": "Al Minyā",
7883             "type": "Governorate"
7884             },
7885             {
7886             "code": "EG-MNF",
7887             "name": "Al Minūfīyah",
7888             "type": "Governorate"
7889             },
7890             {
7891             "code": "EG-MT",
7892             "name": "Maţrūḩ",
7893             "type": "Governorate"
7894             },
7895             {
7896             "code": "EG-PTS",
7897             "name": "Būr Sa‘īd",
7898             "type": "Governorate"
7899             },
7900             {
7901             "code": "EG-SHG",
7902             "name": "Sūhāj",
7903             "type": "Governorate"
7904             },
7905             {
7906             "code": "EG-SHR",
7907             "name": "Ash Sharqīyah",
7908             "type": "Governorate"
7909             },
7910             {
7911             "code": "EG-SIN",
7912             "name": "Shamāl Sīnā'",
7913             "type": "Governorate"
7914             },
7915             {
7916             "code": "EG-SUZ",
7917             "name": "As Suways",
7918             "type": "Governorate"
7919             },
7920             {
7921             "code": "EG-WAD",
7922             "name": "Al Wādī al Jadīd",
7923             "type": "Governorate"
7924             },
7925             {
7926             "code": "ER-AN",
7927             "name": "Ansabā",
7928             "type": "Region"
7929             },
7930             {
7931             "code": "ER-DK",
7932             "name": "Debubawi K’eyyĭḥ Baḥri",
7933             "type": "Region"
7934             },
7935             {
7936             "code": "ER-DU",
7937             "name": "Al Janūbī",
7938             "type": "Region"
7939             },
7940             {
7941             "code": "ER-GB",
7942             "name": "Gash-Barka",
7943             "type": "Region"
7944             },
7945             {
7946             "code": "ER-MA",
7947             "name": "Al Awsaţ",
7948             "type": "Region"
7949             },
7950             {
7951             "code": "ER-SK",
7952             "name": "Semienawi K’eyyĭḥ Baḥri",
7953             "type": "Region"
7954             },
7955             {
7956             "code": "ES-A",
7957             "name": "Alacant*",
7958             "parent": "VC",
7959             "type": "Province"
7960             },
7961             {
7962             "code": "ES-AB",
7963             "name": "Albacete",
7964             "parent": "CM",
7965             "type": "Province"
7966             },
7967             {
7968             "code": "ES-AL",
7969             "name": "Almería",
7970             "parent": "AN",
7971             "type": "Province"
7972             },
7973             {
7974             "code": "ES-AN",
7975             "name": "Andalucía",
7976             "type": "Autonomous community"
7977             },
7978             {
7979             "code": "ES-AR",
7980             "name": "Aragón",
7981             "type": "Autonomous community"
7982             },
7983             {
7984             "code": "ES-AS",
7985             "name": "Asturias, Principado de",
7986             "type": "Autonomous community"
7987             },
7988             {
7989             "code": "ES-AV",
7990             "name": "Ávila",
7991             "parent": "CL",
7992             "type": "Province"
7993             },
7994             {
7995             "code": "ES-B",
7996             "name": "Barcelona [Barcelona]",
7997             "parent": "CT",
7998             "type": "Province"
7999             },
8000             {
8001             "code": "ES-BA",
8002             "name": "Badajoz",
8003             "parent": "EX",
8004             "type": "Province"
8005             },
8006             {
8007             "code": "ES-BI",
8008             "name": "Bizkaia",
8009             "parent": "PV",
8010             "type": "Province"
8011             },
8012             {
8013             "code": "ES-BU",
8014             "name": "Burgos",
8015             "parent": "CL",
8016             "type": "Province"
8017             },
8018             {
8019             "code": "ES-C",
8020             "name": "A Coruña [La Coruña]",
8021             "parent": "GA",
8022             "type": "Province"
8023             },
8024             {
8025             "code": "ES-CA",
8026             "name": "Cádiz",
8027             "parent": "AN",
8028             "type": "Province"
8029             },
8030             {
8031             "code": "ES-CB",
8032             "name": "Cantabria",
8033             "type": "Autonomous community"
8034             },
8035             {
8036             "code": "ES-CC",
8037             "name": "Cáceres",
8038             "parent": "EX",
8039             "type": "Province"
8040             },
8041             {
8042             "code": "ES-CE",
8043             "name": "Ceuta",
8044             "type": "Autonomous city in north africa"
8045             },
8046             {
8047             "code": "ES-CL",
8048             "name": "Castilla y León",
8049             "type": "Autonomous community"
8050             },
8051             {
8052             "code": "ES-CM",
8053             "name": "Castilla-La Mancha",
8054             "type": "Autonomous community"
8055             },
8056             {
8057             "code": "ES-CN",
8058             "name": "Canarias",
8059             "type": "Autonomous community"
8060             },
8061             {
8062             "code": "ES-CO",
8063             "name": "Córdoba",
8064             "parent": "AN",
8065             "type": "Province"
8066             },
8067             {
8068             "code": "ES-CR",
8069             "name": "Ciudad Real",
8070             "parent": "CM",
8071             "type": "Province"
8072             },
8073             {
8074             "code": "ES-CS",
8075             "name": "Castelló*",
8076             "parent": "VC",
8077             "type": "Province"
8078             },
8079             {
8080             "code": "ES-CT",
8081             "name": "Catalunya [Cataluña]",
8082             "type": "Autonomous community"
8083             },
8084             {
8085             "code": "ES-CU",
8086             "name": "Cuenca",
8087             "parent": "CM",
8088             "type": "Province"
8089             },
8090             {
8091             "code": "ES-EX",
8092             "name": "Extremadura",
8093             "type": "Autonomous community"
8094             },
8095             {
8096             "code": "ES-GA",
8097             "name": "Galicia [Galicia]",
8098             "type": "Autonomous community"
8099             },
8100             {
8101             "code": "ES-GC",
8102             "name": "Las Palmas",
8103             "parent": "CN",
8104             "type": "Province"
8105             },
8106             {
8107             "code": "ES-GI",
8108             "name": "Girona [Gerona]",
8109             "parent": "CT",
8110             "type": "Province"
8111             },
8112             {
8113             "code": "ES-GR",
8114             "name": "Granada",
8115             "parent": "AN",
8116             "type": "Province"
8117             },
8118             {
8119             "code": "ES-GU",
8120             "name": "Guadalajara",
8121             "parent": "CM",
8122             "type": "Province"
8123             },
8124             {
8125             "code": "ES-H",
8126             "name": "Huelva",
8127             "parent": "AN",
8128             "type": "Province"
8129             },
8130             {
8131             "code": "ES-HU",
8132             "name": "Huesca",
8133             "parent": "AR",
8134             "type": "Province"
8135             },
8136             {
8137             "code": "ES-IB",
8138             "name": "Illes Balears [Islas Baleares]",
8139             "type": "Autonomous community"
8140             },
8141             {
8142             "code": "ES-J",
8143             "name": "Jaén",
8144             "parent": "AN",
8145             "type": "Province"
8146             },
8147             {
8148             "code": "ES-L",
8149             "name": "Lleida [Lérida]",
8150             "parent": "CT",
8151             "type": "Province"
8152             },
8153             {
8154             "code": "ES-LE",
8155             "name": "León",
8156             "parent": "CL",
8157             "type": "Province"
8158             },
8159             {
8160             "code": "ES-LO",
8161             "name": "La Rioja",
8162             "parent": "RI",
8163             "type": "Province"
8164             },
8165             {
8166             "code": "ES-LU",
8167             "name": "Lugo [Lugo]",
8168             "parent": "GA",
8169             "type": "Province"
8170             },
8171             {
8172             "code": "ES-M",
8173             "name": "Madrid",
8174             "parent": "MD",
8175             "type": "Province"
8176             },
8177             {
8178             "code": "ES-MA",
8179             "name": "Málaga",
8180             "parent": "AN",
8181             "type": "Province"
8182             },
8183             {
8184             "code": "ES-MC",
8185             "name": "Murcia, Región de",
8186             "type": "Autonomous community"
8187             },
8188             {
8189             "code": "ES-MD",
8190             "name": "Madrid, Comunidad de",
8191             "type": "Autonomous community"
8192             },
8193             {
8194             "code": "ES-ML",
8195             "name": "Melilla",
8196             "type": "Autonomous city in north africa"
8197             },
8198             {
8199             "code": "ES-MU",
8200             "name": "Murcia",
8201             "parent": "MC",
8202             "type": "Province"
8203             },
8204             {
8205             "code": "ES-NA",
8206             "name": "Nafarroa*",
8207             "parent": "NC",
8208             "type": "Province"
8209             },
8210             {
8211             "code": "ES-NC",
8212             "name": "Nafarroako Foru Komunitatea*",
8213             "type": "Autonomous community"
8214             },
8215             {
8216             "code": "ES-O",
8217             "name": "Asturias",
8218             "parent": "AS",
8219             "type": "Province"
8220             },
8221             {
8222             "code": "ES-OR",
8223             "name": "Ourense [Orense]",
8224             "parent": "GA",
8225             "type": "Province"
8226             },
8227             {
8228             "code": "ES-P",
8229             "name": "Palencia",
8230             "parent": "CL",
8231             "type": "Province"
8232             },
8233             {
8234             "code": "ES-PM",
8235             "name": "Illes Balears [Islas Baleares]",
8236             "parent": "IB",
8237             "type": "Province"
8238             },
8239             {
8240             "code": "ES-PO",
8241             "name": "Pontevedra [Pontevedra]",
8242             "parent": "GA",
8243             "type": "Province"
8244             },
8245             {
8246             "code": "ES-PV",
8247             "name": "Euskal Herria",
8248             "type": "Autonomous community"
8249             },
8250             {
8251             "code": "ES-RI",
8252             "name": "La Rioja",
8253             "type": "Autonomous community"
8254             },
8255             {
8256             "code": "ES-S",
8257             "name": "Cantabria",
8258             "parent": "CB",
8259             "type": "Province"
8260             },
8261             {
8262             "code": "ES-SA",
8263             "name": "Salamanca",
8264             "parent": "CL",
8265             "type": "Province"
8266             },
8267             {
8268             "code": "ES-SE",
8269             "name": "Sevilla",
8270             "parent": "AN",
8271             "type": "Province"
8272             },
8273             {
8274             "code": "ES-SG",
8275             "name": "Segovia",
8276             "parent": "CL",
8277             "type": "Province"
8278             },
8279             {
8280             "code": "ES-SO",
8281             "name": "Soria",
8282             "parent": "CL",
8283             "type": "Province"
8284             },
8285             {
8286             "code": "ES-SS",
8287             "name": "Gipuzkoa",
8288             "parent": "PV",
8289             "type": "Province"
8290             },
8291             {
8292             "code": "ES-T",
8293             "name": "Tarragona [Tarragona]",
8294             "parent": "CT",
8295             "type": "Province"
8296             },
8297             {
8298             "code": "ES-TE",
8299             "name": "Teruel",
8300             "parent": "AR",
8301             "type": "Province"
8302             },
8303             {
8304             "code": "ES-TF",
8305             "name": "Santa Cruz de Tenerife",
8306             "parent": "CN",
8307             "type": "Province"
8308             },
8309             {
8310             "code": "ES-TO",
8311             "name": "Toledo",
8312             "parent": "CM",
8313             "type": "Province"
8314             },
8315             {
8316             "code": "ES-V",
8317             "name": "Valencia",
8318             "parent": "VC",
8319             "type": "Province"
8320             },
8321             {
8322             "code": "ES-VA",
8323             "name": "Valladolid",
8324             "parent": "CL",
8325             "type": "Province"
8326             },
8327             {
8328             "code": "ES-VC",
8329             "name": "Valenciana, Comunidad",
8330             "type": "Autonomous community"
8331             },
8332             {
8333             "code": "ES-VI",
8334             "name": "Araba*",
8335             "parent": "PV",
8336             "type": "Province"
8337             },
8338             {
8339             "code": "ES-Z",
8340             "name": "Zaragoza",
8341             "parent": "AR",
8342             "type": "Province"
8343             },
8344             {
8345             "code": "ES-ZA",
8346             "name": "Zamora",
8347             "parent": "CL",
8348             "type": "Province"
8349             },
8350             {
8351             "code": "ET-AA",
8352             "name": "Addis Ababa",
8353             "type": "Administration"
8354             },
8355             {
8356             "code": "ET-AF",
8357             "name": "Afar",
8358             "type": "Regional state"
8359             },
8360             {
8361             "code": "ET-AM",
8362             "name": "Amara",
8363             "type": "Regional state"
8364             },
8365             {
8366             "code": "ET-BE",
8367             "name": "Benshangul-Gumaz",
8368             "type": "Regional state"
8369             },
8370             {
8371             "code": "ET-DD",
8372             "name": "Dire Dawa",
8373             "type": "Administration"
8374             },
8375             {
8376             "code": "ET-GA",
8377             "name": "Gambela Peoples",
8378             "type": "Regional state"
8379             },
8380             {
8381             "code": "ET-HA",
8382             "name": "Harari People",
8383             "type": "Regional state"
8384             },
8385             {
8386             "code": "ET-OR",
8387             "name": "Oromia",
8388             "type": "Regional state"
8389             },
8390             {
8391             "code": "ET-SN",
8392             "name": "Southern Nations, Nationalities and Peoples",
8393             "type": "Regional state"
8394             },
8395             {
8396             "code": "ET-SO",
8397             "name": "Somali",
8398             "type": "Regional state"
8399             },
8400             {
8401             "code": "ET-TI",
8402             "name": "Tigrai",
8403             "type": "Regional state"
8404             },
8405             {
8406             "code": "FI-01",
8407             "name": "Ahvenanmaan maakunta",
8408             "type": "Region"
8409             },
8410             {
8411             "code": "FI-02",
8412             "name": "Etelä-Karjala",
8413             "type": "Region"
8414             },
8415             {
8416             "code": "FI-03",
8417             "name": "Etelä-Pohjanmaa",
8418             "type": "Region"
8419             },
8420             {
8421             "code": "FI-04",
8422             "name": "Etelä-Savo",
8423             "type": "Region"
8424             },
8425             {
8426             "code": "FI-05",
8427             "name": "Kainuu",
8428             "type": "Region"
8429             },
8430             {
8431             "code": "FI-06",
8432             "name": "Egentliga Tavastland",
8433             "type": "Region"
8434             },
8435             {
8436             "code": "FI-07",
8437             "name": "Keski-Pohjanmaa",
8438             "type": "Region"
8439             },
8440             {
8441             "code": "FI-08",
8442             "name": "Keski-Suomi",
8443             "type": "Region"
8444             },
8445             {
8446             "code": "FI-09",
8447             "name": "Kymenlaakso",
8448             "type": "Region"
8449             },
8450             {
8451             "code": "FI-10",
8452             "name": "Lappi",
8453             "type": "Region"
8454             },
8455             {
8456             "code": "FI-11",
8457             "name": "Birkaland",
8458             "type": "Region"
8459             },
8460             {
8461             "code": "FI-12",
8462             "name": "Pohjanmaa",
8463             "type": "Region"
8464             },
8465             {
8466             "code": "FI-13",
8467             "name": "Norra Karelen",
8468             "type": "Region"
8469             },
8470             {
8471             "code": "FI-14",
8472             "name": "Norra Österbotten",
8473             "type": "Region"
8474             },
8475             {
8476             "code": "FI-15",
8477             "name": "Norra Savolax",
8478             "type": "Region"
8479             },
8480             {
8481             "code": "FI-16",
8482             "name": "Päijänne-Tavastland",
8483             "type": "Region"
8484             },
8485             {
8486             "code": "FI-17",
8487             "name": "Satakunda",
8488             "type": "Region"
8489             },
8490             {
8491             "code": "FI-18",
8492             "name": "Nyland",
8493             "type": "Region"
8494             },
8495             {
8496             "code": "FI-19",
8497             "name": "Egentliga Finland",
8498             "type": "Region"
8499             },
8500             {
8501             "code": "FJ-01",
8502             "name": "Ba",
8503             "parent": "W",
8504             "type": "Province"
8505             },
8506             {
8507             "code": "FJ-02",
8508             "name": "Bua",
8509             "parent": "N",
8510             "type": "Province"
8511             },
8512             {
8513             "code": "FJ-03",
8514             "name": "Cakaudrove",
8515             "parent": "N",
8516             "type": "Province"
8517             },
8518             {
8519             "code": "FJ-04",
8520             "name": "Kadavu",
8521             "parent": "E",
8522             "type": "Province"
8523             },
8524             {
8525             "code": "FJ-05",
8526             "name": "Lau",
8527             "parent": "E",
8528             "type": "Province"
8529             },
8530             {
8531             "code": "FJ-06",
8532             "name": "Lomaiviti",
8533             "parent": "E",
8534             "type": "Province"
8535             },
8536             {
8537             "code": "FJ-07",
8538             "name": "Macuata",
8539             "parent": "N",
8540             "type": "Province"
8541             },
8542             {
8543             "code": "FJ-08",
8544             "name": "Nadroga and Navosa",
8545             "parent": "W",
8546             "type": "Province"
8547             },
8548             {
8549             "code": "FJ-09",
8550             "name": "Naitasiri",
8551             "parent": "C",
8552             "type": "Province"
8553             },
8554             {
8555             "code": "FJ-10",
8556             "name": "Namosi",
8557             "parent": "C",
8558             "type": "Province"
8559             },
8560             {
8561             "code": "FJ-11",
8562             "name": "Ra",
8563             "parent": "W",
8564             "type": "Province"
8565             },
8566             {
8567             "code": "FJ-12",
8568             "name": "Rewa",
8569             "parent": "C",
8570             "type": "Province"
8571             },
8572             {
8573             "code": "FJ-13",
8574             "name": "Serua",
8575             "parent": "C",
8576             "type": "Province"
8577             },
8578             {
8579             "code": "FJ-14",
8580             "name": "Tailevu",
8581             "parent": "C",
8582             "type": "Province"
8583             },
8584             {
8585             "code": "FJ-C",
8586             "name": "Central",
8587             "type": "Division"
8588             },
8589             {
8590             "code": "FJ-E",
8591             "name": "Eastern",
8592             "type": "Division"
8593             },
8594             {
8595             "code": "FJ-N",
8596             "name": "Northern",
8597             "type": "Division"
8598             },
8599             {
8600             "code": "FJ-R",
8601             "name": "Rotuma",
8602             "type": "Dependency"
8603             },
8604             {
8605             "code": "FJ-W",
8606             "name": "Western",
8607             "type": "Division"
8608             },
8609             {
8610             "code": "FM-KSA",
8611             "name": "Kosrae",
8612             "type": "State"
8613             },
8614             {
8615             "code": "FM-PNI",
8616             "name": "Pohnpei",
8617             "type": "State"
8618             },
8619             {
8620             "code": "FM-TRK",
8621             "name": "Chuuk",
8622             "type": "State"
8623             },
8624             {
8625             "code": "FM-YAP",
8626             "name": "Yap",
8627             "type": "State"
8628             },
8629             {
8630             "code": "FR-01",
8631             "name": "Ain",
8632             "parent": "ARA",
8633             "type": "Metropolitan department"
8634             },
8635             {
8636             "code": "FR-02",
8637             "name": "Aisne",
8638             "parent": "HDF",
8639             "type": "Metropolitan department"
8640             },
8641             {
8642             "code": "FR-03",
8643             "name": "Allier",
8644             "parent": "ARA",
8645             "type": "Metropolitan department"
8646             },
8647             {
8648             "code": "FR-04",
8649             "name": "Alpes-de-Haute-Provence",
8650             "parent": "PAC",
8651             "type": "Metropolitan department"
8652             },
8653             {
8654             "code": "FR-05",
8655             "name": "Hautes-Alpes",
8656             "parent": "PAC",
8657             "type": "Metropolitan department"
8658             },
8659             {
8660             "code": "FR-06",
8661             "name": "Alpes-Maritimes",
8662             "parent": "PAC",
8663             "type": "Metropolitan department"
8664             },
8665             {
8666             "code": "FR-07",
8667             "name": "Ardèche",
8668             "parent": "ARA",
8669             "type": "Metropolitan department"
8670             },
8671             {
8672             "code": "FR-08",
8673             "name": "Ardennes",
8674             "parent": "GES",
8675             "type": "Metropolitan department"
8676             },
8677             {
8678             "code": "FR-09",
8679             "name": "Ariège",
8680             "parent": "OCC",
8681             "type": "Metropolitan department"
8682             },
8683             {
8684             "code": "FR-10",
8685             "name": "Aube",
8686             "parent": "GES",
8687             "type": "Metropolitan department"
8688             },
8689             {
8690             "code": "FR-11",
8691             "name": "Aude",
8692             "parent": "OCC",
8693             "type": "Metropolitan department"
8694             },
8695             {
8696             "code": "FR-12",
8697             "name": "Aveyron",
8698             "parent": "OCC",
8699             "type": "Metropolitan department"
8700             },
8701             {
8702             "code": "FR-13",
8703             "name": "Bouches-du-Rhône",
8704             "parent": "PAC",
8705             "type": "Metropolitan department"
8706             },
8707             {
8708             "code": "FR-14",
8709             "name": "Calvados",
8710             "parent": "NOR",
8711             "type": "Metropolitan department"
8712             },
8713             {
8714             "code": "FR-15",
8715             "name": "Cantal",
8716             "parent": "ARA",
8717             "type": "Metropolitan department"
8718             },
8719             {
8720             "code": "FR-16",
8721             "name": "Charente",
8722             "parent": "NAQ",
8723             "type": "Metropolitan department"
8724             },
8725             {
8726             "code": "FR-17",
8727             "name": "Charente-Maritime",
8728             "parent": "NAQ",
8729             "type": "Metropolitan department"
8730             },
8731             {
8732             "code": "FR-18",
8733             "name": "Cher",
8734             "parent": "CVL",
8735             "type": "Metropolitan department"
8736             },
8737             {
8738             "code": "FR-19",
8739             "name": "Corrèze",
8740             "parent": "NAQ",
8741             "type": "Metropolitan department"
8742             },
8743             {
8744             "code": "FR-20R",
8745             "name": "Corse",
8746             "type": "Metropolitan collectivity with special status"
8747             },
8748             {
8749             "code": "FR-21",
8750             "name": "Côte-d'Or",
8751             "parent": "BFC",
8752             "type": "Metropolitan department"
8753             },
8754             {
8755             "code": "FR-22",
8756             "name": "Côtes-d'Armor",
8757             "parent": "BRE",
8758             "type": "Metropolitan department"
8759             },
8760             {
8761             "code": "FR-23",
8762             "name": "Creuse",
8763             "parent": "NAQ",
8764             "type": "Metropolitan department"
8765             },
8766             {
8767             "code": "FR-24",
8768             "name": "Dordogne",
8769             "parent": "NAQ",
8770             "type": "Metropolitan department"
8771             },
8772             {
8773             "code": "FR-25",
8774             "name": "Doubs",
8775             "parent": "BFC",
8776             "type": "Metropolitan department"
8777             },
8778             {
8779             "code": "FR-26",
8780             "name": "Drôme",
8781             "parent": "ARA",
8782             "type": "Metropolitan department"
8783             },
8784             {
8785             "code": "FR-27",
8786             "name": "Eure",
8787             "parent": "NOR",
8788             "type": "Metropolitan department"
8789             },
8790             {
8791             "code": "FR-28",
8792             "name": "Eure-et-Loir",
8793             "parent": "CVL",
8794             "type": "Metropolitan department"
8795             },
8796             {
8797             "code": "FR-29",
8798             "name": "Finistère",
8799             "parent": "BRE",
8800             "type": "Metropolitan department"
8801             },
8802             {
8803             "code": "FR-2A",
8804             "name": "Corse-du-Sud",
8805             "parent": "20R",
8806             "type": "Metropolitan department"
8807             },
8808             {
8809             "code": "FR-2B",
8810             "name": "Haute-Corse",
8811             "parent": "20R",
8812             "type": "Metropolitan department"
8813             },
8814             {
8815             "code": "FR-30",
8816             "name": "Gard",
8817             "parent": "OCC",
8818             "type": "Metropolitan department"
8819             },
8820             {
8821             "code": "FR-31",
8822             "name": "Haute-Garonne",
8823             "parent": "OCC",
8824             "type": "Metropolitan department"
8825             },
8826             {
8827             "code": "FR-32",
8828             "name": "Gers",
8829             "parent": "OCC",
8830             "type": "Metropolitan department"
8831             },
8832             {
8833             "code": "FR-33",
8834             "name": "Gironde",
8835             "parent": "NAQ",
8836             "type": "Metropolitan department"
8837             },
8838             {
8839             "code": "FR-34",
8840             "name": "Hérault",
8841             "parent": "OCC",
8842             "type": "Metropolitan department"
8843             },
8844             {
8845             "code": "FR-35",
8846             "name": "Ille-et-Vilaine",
8847             "parent": "BRE",
8848             "type": "Metropolitan department"
8849             },
8850             {
8851             "code": "FR-36",
8852             "name": "Indre",
8853             "parent": "CVL",
8854             "type": "Metropolitan department"
8855             },
8856             {
8857             "code": "FR-37",
8858             "name": "Indre-et-Loire",
8859             "parent": "CVL",
8860             "type": "Metropolitan department"
8861             },
8862             {
8863             "code": "FR-38",
8864             "name": "Isère",
8865             "parent": "ARA",
8866             "type": "Metropolitan department"
8867             },
8868             {
8869             "code": "FR-39",
8870             "name": "Jura",
8871             "parent": "BFC",
8872             "type": "Metropolitan department"
8873             },
8874             {
8875             "code": "FR-40",
8876             "name": "Landes",
8877             "parent": "NAQ",
8878             "type": "Metropolitan department"
8879             },
8880             {
8881             "code": "FR-41",
8882             "name": "Loir-et-Cher",
8883             "parent": "CVL",
8884             "type": "Metropolitan department"
8885             },
8886             {
8887             "code": "FR-42",
8888             "name": "Loire",
8889             "parent": "ARA",
8890             "type": "Metropolitan department"
8891             },
8892             {
8893             "code": "FR-43",
8894             "name": "Haute-Loire",
8895             "parent": "ARA",
8896             "type": "Metropolitan department"
8897             },
8898             {
8899             "code": "FR-44",
8900             "name": "Loire-Atlantique",
8901             "parent": "PDL",
8902             "type": "Metropolitan department"
8903             },
8904             {
8905             "code": "FR-45",
8906             "name": "Loiret",
8907             "parent": "CVL",
8908             "type": "Metropolitan department"
8909             },
8910             {
8911             "code": "FR-46",
8912             "name": "Lot",
8913             "parent": "OCC",
8914             "type": "Metropolitan department"
8915             },
8916             {
8917             "code": "FR-47",
8918             "name": "Lot-et-Garonne",
8919             "parent": "NAQ",
8920             "type": "Metropolitan department"
8921             },
8922             {
8923             "code": "FR-48",
8924             "name": "Lozère",
8925             "parent": "OCC",
8926             "type": "Metropolitan department"
8927             },
8928             {
8929             "code": "FR-49",
8930             "name": "Maine-et-Loire",
8931             "parent": "PDL",
8932             "type": "Metropolitan department"
8933             },
8934             {
8935             "code": "FR-50",
8936             "name": "Manche",
8937             "parent": "NOR",
8938             "type": "Metropolitan department"
8939             },
8940             {
8941             "code": "FR-51",
8942             "name": "Marne",
8943             "parent": "GES",
8944             "type": "Metropolitan department"
8945             },
8946             {
8947             "code": "FR-52",
8948             "name": "Haute-Marne",
8949             "parent": "GES",
8950             "type": "Metropolitan department"
8951             },
8952             {
8953             "code": "FR-53",
8954             "name": "Mayenne",
8955             "parent": "PDL",
8956             "type": "Metropolitan department"
8957             },
8958             {
8959             "code": "FR-54",
8960             "name": "Meurthe-et-Moselle",
8961             "parent": "GES",
8962             "type": "Metropolitan department"
8963             },
8964             {
8965             "code": "FR-55",
8966             "name": "Meuse",
8967             "parent": "GES",
8968             "type": "Metropolitan department"
8969             },
8970             {
8971             "code": "FR-56",
8972             "name": "Morbihan",
8973             "parent": "BRE",
8974             "type": "Metropolitan department"
8975             },
8976             {
8977             "code": "FR-57",
8978             "name": "Moselle",
8979             "parent": "GES",
8980             "type": "Metropolitan department"
8981             },
8982             {
8983             "code": "FR-58",
8984             "name": "Nièvre",
8985             "parent": "BFC",
8986             "type": "Metropolitan department"
8987             },
8988             {
8989             "code": "FR-59",
8990             "name": "Nord",
8991             "parent": "HDF",
8992             "type": "Metropolitan department"
8993             },
8994             {
8995             "code": "FR-60",
8996             "name": "Oise",
8997             "parent": "HDF",
8998             "type": "Metropolitan department"
8999             },
9000             {
9001             "code": "FR-61",
9002             "name": "Orne",
9003             "parent": "NOR",
9004             "type": "Metropolitan department"
9005             },
9006             {
9007             "code": "FR-62",
9008             "name": "Pas-de-Calais",
9009             "parent": "HDF",
9010             "type": "Metropolitan department"
9011             },
9012             {
9013             "code": "FR-63",
9014             "name": "Puy-de-Dôme",
9015             "parent": "ARA",
9016             "type": "Metropolitan department"
9017             },
9018             {
9019             "code": "FR-64",
9020             "name": "Pyrénées-Atlantiques",
9021             "parent": "NAQ",
9022             "type": "Metropolitan department"
9023             },
9024             {
9025             "code": "FR-65",
9026             "name": "Hautes-Pyrénées",
9027             "parent": "OCC",
9028             "type": "Metropolitan department"
9029             },
9030             {
9031             "code": "FR-66",
9032             "name": "Pyrénées-Orientales",
9033             "parent": "OCC",
9034             "type": "Metropolitan department"
9035             },
9036             {
9037             "code": "FR-67",
9038             "name": "Bas-Rhin",
9039             "parent": "GES",
9040             "type": "Metropolitan department"
9041             },
9042             {
9043             "code": "FR-68",
9044             "name": "Haut-Rhin",
9045             "parent": "GES",
9046             "type": "Metropolitan department"
9047             },
9048             {
9049             "code": "FR-69",
9050             "name": "Rhône",
9051             "parent": "ARA",
9052             "type": "Metropolitan department"
9053             },
9054             {
9055             "code": "FR-70",
9056             "name": "Haute-Saône",
9057             "parent": "BFC",
9058             "type": "Metropolitan department"
9059             },
9060             {
9061             "code": "FR-71",
9062             "name": "Saône-et-Loire",
9063             "parent": "BFC",
9064             "type": "Metropolitan department"
9065             },
9066             {
9067             "code": "FR-72",
9068             "name": "Sarthe",
9069             "parent": "PDL",
9070             "type": "Metropolitan department"
9071             },
9072             {
9073             "code": "FR-73",
9074             "name": "Savoie",
9075             "parent": "ARA",
9076             "type": "Metropolitan department"
9077             },
9078             {
9079             "code": "FR-74",
9080             "name": "Haute-Savoie",
9081             "parent": "ARA",
9082             "type": "Metropolitan department"
9083             },
9084             {
9085             "code": "FR-75",
9086             "name": "Paris",
9087             "parent": "IDF",
9088             "type": "Metropolitan department"
9089             },
9090             {
9091             "code": "FR-76",
9092             "name": "Seine-Maritime",
9093             "parent": "NOR",
9094             "type": "Metropolitan department"
9095             },
9096             {
9097             "code": "FR-77",
9098             "name": "Seine-et-Marne",
9099             "parent": "IDF",
9100             "type": "Metropolitan department"
9101             },
9102             {
9103             "code": "FR-78",
9104             "name": "Yvelines",
9105             "parent": "IDF",
9106             "type": "Metropolitan department"
9107             },
9108             {
9109             "code": "FR-79",
9110             "name": "Deux-Sèvres",
9111             "parent": "NAQ",
9112             "type": "Metropolitan department"
9113             },
9114             {
9115             "code": "FR-80",
9116             "name": "Somme",
9117             "parent": "HDF",
9118             "type": "Metropolitan department"
9119             },
9120             {
9121             "code": "FR-81",
9122             "name": "Tarn",
9123             "parent": "OCC",
9124             "type": "Metropolitan department"
9125             },
9126             {
9127             "code": "FR-82",
9128             "name": "Tarn-et-Garonne",
9129             "parent": "OCC",
9130             "type": "Metropolitan department"
9131             },
9132             {
9133             "code": "FR-83",
9134             "name": "Var",
9135             "parent": "PAC",
9136             "type": "Metropolitan department"
9137             },
9138             {
9139             "code": "FR-84",
9140             "name": "Vaucluse",
9141             "parent": "PAC",
9142             "type": "Metropolitan department"
9143             },
9144             {
9145             "code": "FR-85",
9146             "name": "Vendée",
9147             "parent": "PDL",
9148             "type": "Metropolitan department"
9149             },
9150             {
9151             "code": "FR-86",
9152             "name": "Vienne",
9153             "parent": "NAQ",
9154             "type": "Metropolitan department"
9155             },
9156             {
9157             "code": "FR-87",
9158             "name": "Haute-Vienne",
9159             "parent": "NAQ",
9160             "type": "Metropolitan department"
9161             },
9162             {
9163             "code": "FR-88",
9164             "name": "Vosges",
9165             "parent": "GES",
9166             "type": "Metropolitan department"
9167             },
9168             {
9169             "code": "FR-89",
9170             "name": "Yonne",
9171             "parent": "BFC",
9172             "type": "Metropolitan department"
9173             },
9174             {
9175             "code": "FR-90",
9176             "name": "Territoire de Belfort",
9177             "parent": "BFC",
9178             "type": "Metropolitan department"
9179             },
9180             {
9181             "code": "FR-91",
9182             "name": "Essonne",
9183             "parent": "IDF",
9184             "type": "Metropolitan department"
9185             },
9186             {
9187             "code": "FR-92",
9188             "name": "Hauts-de-Seine",
9189             "parent": "IDF",
9190             "type": "Metropolitan department"
9191             },
9192             {
9193             "code": "FR-93",
9194             "name": "Seine-Saint-Denis",
9195             "parent": "IDF",
9196             "type": "Metropolitan department"
9197             },
9198             {
9199             "code": "FR-94",
9200             "name": "Val-de-Marne",
9201             "parent": "IDF",
9202             "type": "Metropolitan department"
9203             },
9204             {
9205             "code": "FR-95",
9206             "name": "Val-d'Oise",
9207             "parent": "IDF",
9208             "type": "Metropolitan department"
9209             },
9210             {
9211             "code": "FR-971",
9212             "name": "Guadeloupe",
9213             "parent": "GP",
9214             "type": "Overseas department"
9215             },
9216             {
9217             "code": "FR-972",
9218             "name": "Martinique",
9219             "parent": "MQ",
9220             "type": "Overseas department"
9221             },
9222             {
9223             "code": "FR-973",
9224             "name": "Guyane (française)",
9225             "parent": "GF",
9226             "type": "Overseas department"
9227             },
9228             {
9229             "code": "FR-974",
9230             "name": "La Réunion",
9231             "parent": "RE",
9232             "type": "Overseas department"
9233             },
9234             {
9235             "code": "FR-976",
9236             "name": "Mayotte",
9237             "parent": "YT",
9238             "type": "Overseas department"
9239             },
9240             {
9241             "code": "FR-ARA",
9242             "name": "Auvergne-Rhône-Alpes",
9243             "type": "Metropolitan region"
9244             },
9245             {
9246             "code": "FR-BFC",
9247             "name": "Bourgogne-Franche-Comté",
9248             "type": "Metropolitan region"
9249             },
9250             {
9251             "code": "FR-BL",
9252             "name": "Saint-Barthélemy",
9253             "type": "Overseas collectivity"
9254             },
9255             {
9256             "code": "FR-BRE",
9257             "name": "Bretagne",
9258             "type": "Metropolitan region"
9259             },
9260             {
9261             "code": "FR-CP",
9262             "name": "Clipperton",
9263             "type": "Dependency"
9264             },
9265             {
9266             "code": "FR-CVL",
9267             "name": "Centre-Val de Loire",
9268             "type": "Metropolitan region"
9269             },
9270             {
9271             "code": "FR-GES",
9272             "name": "Grand-Est",
9273             "type": "Metropolitan region"
9274             },
9275             {
9276             "code": "FR-GF",
9277             "name": "Guyane (française)",
9278             "type": "Overseas region"
9279             },
9280             {
9281             "code": "FR-GP",
9282             "name": "Guadeloupe",
9283             "type": "Overseas region"
9284             },
9285             {
9286             "code": "FR-HDF",
9287             "name": "Hauts-de-France",
9288             "type": "Metropolitan region"
9289             },
9290             {
9291             "code": "FR-IDF",
9292             "name": "Île-de-France",
9293             "type": "Metropolitan region"
9294             },
9295             {
9296             "code": "FR-MF",
9297             "name": "Saint-Martin",
9298             "type": "Overseas collectivity"
9299             },
9300             {
9301             "code": "FR-MQ",
9302             "name": "Martinique",
9303             "type": "Overseas region"
9304             },
9305             {
9306             "code": "FR-NAQ",
9307             "name": "Nouvelle-Aquitaine",
9308             "type": "Metropolitan region"
9309             },
9310             {
9311             "code": "FR-NC",
9312             "name": "Nouvelle-Calédonie",
9313             "type": "Overseas collectivity with special status"
9314             },
9315             {
9316             "code": "FR-NOR",
9317             "name": "Normandie",
9318             "type": "Metropolitan region"
9319             },
9320             {
9321             "code": "FR-OCC",
9322             "name": "Occitanie",
9323             "type": "Metropolitan region"
9324             },
9325             {
9326             "code": "FR-PAC",
9327             "name": "Provence-Alpes-Côte-d’Azur",
9328             "type": "Metropolitan region"
9329             },
9330             {
9331             "code": "FR-PDL",
9332             "name": "Pays-de-la-Loire",
9333             "type": "Metropolitan region"
9334             },
9335             {
9336             "code": "FR-PF",
9337             "name": "Polynésie française",
9338             "type": "Overseas collectivity"
9339             },
9340             {
9341             "code": "FR-PM",
9342             "name": "Saint-Pierre-et-Miquelon",
9343             "type": "Overseas collectivity"
9344             },
9345             {
9346             "code": "FR-RE",
9347             "name": "La Réunion",
9348             "type": "Overseas region"
9349             },
9350             {
9351             "code": "FR-TF",
9352             "name": "Terres australes françaises",
9353             "type": "Overseas territory"
9354             },
9355             {
9356             "code": "FR-WF",
9357             "name": "Wallis-et-Futuna",
9358             "type": "Overseas collectivity"
9359             },
9360             {
9361             "code": "FR-YT",
9362             "name": "Mayotte",
9363             "type": "Overseas region"
9364             },
9365             {
9366             "code": "GA-1",
9367             "name": "Estuaire",
9368             "type": "Province"
9369             },
9370             {
9371             "code": "GA-2",
9372             "name": "Haut-Ogooué",
9373             "type": "Province"
9374             },
9375             {
9376             "code": "GA-3",
9377             "name": "Moyen-Ogooué",
9378             "type": "Province"
9379             },
9380             {
9381             "code": "GA-4",
9382             "name": "Ngounié",
9383             "type": "Province"
9384             },
9385             {
9386             "code": "GA-5",
9387             "name": "Nyanga",
9388             "type": "Province"
9389             },
9390             {
9391             "code": "GA-6",
9392             "name": "Ogooué-Ivindo",
9393             "type": "Province"
9394             },
9395             {
9396             "code": "GA-7",
9397             "name": "Ogooué-Lolo",
9398             "type": "Province"
9399             },
9400             {
9401             "code": "GA-8",
9402             "name": "Ogooué-Maritime",
9403             "type": "Province"
9404             },
9405             {
9406             "code": "GA-9",
9407             "name": "Woleu-Ntem",
9408             "type": "Province"
9409             },
9410             {
9411             "code": "GB-ABC",
9412             "name": "Armagh City, Banbridge and Craigavon",
9413             "type": "District"
9414             },
9415             {
9416             "code": "GB-ABD",
9417             "name": "Aberdeenshire",
9418             "type": "Council area"
9419             },
9420             {
9421             "code": "GB-ABE",
9422             "name": "Aberdeen City",
9423             "type": "Council area"
9424             },
9425             {
9426             "code": "GB-AGB",
9427             "name": "Argyll and Bute",
9428             "type": "Council area"
9429             },
9430             {
9431             "code": "GB-AGY",
9432             "name": "Isle of Anglesey [Sir Ynys Môn GB-YNM]",
9433             "type": "Unitary authority"
9434             },
9435             {
9436             "code": "GB-AND",
9437             "name": "Ards and North Down",
9438             "type": "District"
9439             },
9440             {
9441             "code": "GB-ANN",
9442             "name": "Antrim and Newtownabbey",
9443             "type": "District"
9444             },
9445             {
9446             "code": "GB-ANS",
9447             "name": "Angus",
9448             "type": "Council area"
9449             },
9450             {
9451             "code": "GB-BAS",
9452             "name": "Bath and North East Somerset",
9453             "type": "Unitary authority"
9454             },
9455             {
9456             "code": "GB-BBD",
9457             "name": "Blackburn with Darwen",
9458             "type": "Unitary authority"
9459             },
9460             {
9461             "code": "GB-BCP",
9462             "name": "Bournemouth, Christchurch and Poole",
9463             "type": "Unitary authority"
9464             },
9465             {
9466             "code": "GB-BDF",
9467             "name": "Bedford",
9468             "type": "Unitary authority"
9469             },
9470             {
9471             "code": "GB-BDG",
9472             "name": "Barking and Dagenham",
9473             "type": "London borough"
9474             },
9475             {
9476             "code": "GB-BEN",
9477             "name": "Brent",
9478             "type": "London borough"
9479             },
9480             {
9481             "code": "GB-BEX",
9482             "name": "Bexley",
9483             "type": "London borough"
9484             },
9485             {
9486             "code": "GB-BFS",
9487             "name": "Belfast City",
9488             "type": "District"
9489             },
9490             {
9491             "code": "GB-BGE",
9492             "name": "Bridgend [Pen-y-bont ar Ogwr GB-POG]",
9493             "type": "Unitary authority"
9494             },
9495             {
9496             "code": "GB-BGW",
9497             "name": "Blaenau Gwent",
9498             "type": "Unitary authority"
9499             },
9500             {
9501             "code": "GB-BIR",
9502             "name": "Birmingham",
9503             "type": "Metropolitan district"
9504             },
9505             {
9506             "code": "GB-BKM",
9507             "name": "Buckinghamshire",
9508             "type": "Two-tier county"
9509             },
9510             {
9511             "code": "GB-BNE",
9512             "name": "Barnet",
9513             "type": "London borough"
9514             },
9515             {
9516             "code": "GB-BNH",
9517             "name": "Brighton and Hove",
9518             "type": "Unitary authority"
9519             },
9520             {
9521             "code": "GB-BNS",
9522             "name": "Barnsley",
9523             "type": "Metropolitan district"
9524             },
9525             {
9526             "code": "GB-BOL",
9527             "name": "Bolton",
9528             "type": "Metropolitan district"
9529             },
9530             {
9531             "code": "GB-BPL",
9532             "name": "Blackpool",
9533             "type": "Unitary authority"
9534             },
9535             {
9536             "code": "GB-BRC",
9537             "name": "Bracknell Forest",
9538             "type": "Unitary authority"
9539             },
9540             {
9541             "code": "GB-BRD",
9542             "name": "Bradford",
9543             "type": "Metropolitan district"
9544             },
9545             {
9546             "code": "GB-BRY",
9547             "name": "Bromley",
9548             "type": "London borough"
9549             },
9550             {
9551             "code": "GB-BST",
9552             "name": "Bristol, City of",
9553             "type": "Unitary authority"
9554             },
9555             {
9556             "code": "GB-BUR",
9557             "name": "Bury",
9558             "type": "Metropolitan district"
9559             },
9560             {
9561             "code": "GB-CAM",
9562             "name": "Cambridgeshire",
9563             "type": "Two-tier county"
9564             },
9565             {
9566             "code": "GB-CAY",
9567             "name": "Caerphilly [Caerffili GB-CAF]",
9568             "type": "Unitary authority"
9569             },
9570             {
9571             "code": "GB-CBF",
9572             "name": "Central Bedfordshire",
9573             "type": "Unitary authority"
9574             },
9575             {
9576             "code": "GB-CCG",
9577             "name": "Causeway Coast and Glens",
9578             "type": "District"
9579             },
9580             {
9581             "code": "GB-CGN",
9582             "name": "Ceredigion [Sir Ceredigion]",
9583             "type": "Unitary authority"
9584             },
9585             {
9586             "code": "GB-CHE",
9587             "name": "Cheshire East",
9588             "type": "Unitary authority"
9589             },
9590             {
9591             "code": "GB-CHW",
9592             "name": "Cheshire West and Chester",
9593             "type": "Unitary authority"
9594             },
9595             {
9596             "code": "GB-CLD",
9597             "name": "Calderdale",
9598             "type": "Metropolitan district"
9599             },
9600             {
9601             "code": "GB-CLK",
9602             "name": "Clackmannanshire",
9603             "type": "Council area"
9604             },
9605             {
9606             "code": "GB-CMA",
9607             "name": "Cumbria",
9608             "type": "Two-tier county"
9609             },
9610             {
9611             "code": "GB-CMD",
9612             "name": "Camden",
9613             "type": "London borough"
9614             },
9615             {
9616             "code": "GB-CMN",
9617             "name": "Carmarthenshire [Sir Gaerfyrddin GB-GFY]",
9618             "type": "Unitary authority"
9619             },
9620             {
9621             "code": "GB-CON",
9622             "name": "Cornwall",
9623             "type": "Unitary authority"
9624             },
9625             {
9626             "code": "GB-COV",
9627             "name": "Coventry",
9628             "type": "Metropolitan district"
9629             },
9630             {
9631             "code": "GB-CRF",
9632             "name": "Cardiff [Caerdydd GB-CRD]",
9633             "type": "Unitary authority"
9634             },
9635             {
9636             "code": "GB-CRY",
9637             "name": "Croydon",
9638             "type": "London borough"
9639             },
9640             {
9641             "code": "GB-CWY",
9642             "name": "Conwy",
9643             "type": "Unitary authority"
9644             },
9645             {
9646             "code": "GB-DAL",
9647             "name": "Darlington",
9648             "type": "Unitary authority"
9649             },
9650             {
9651             "code": "GB-DBY",
9652             "name": "Derbyshire",
9653             "type": "Two-tier county"
9654             },
9655             {
9656             "code": "GB-DEN",
9657             "name": "Denbighshire [Sir Ddinbych GB-DDB]",
9658             "type": "Unitary authority"
9659             },
9660             {
9661             "code": "GB-DER",
9662             "name": "Derby",
9663             "type": "Unitary authority"
9664             },
9665             {
9666             "code": "GB-DEV",
9667             "name": "Devon",
9668             "type": "Two-tier county"
9669             },
9670             {
9671             "code": "GB-DGY",
9672             "name": "Dumfries and Galloway",
9673             "type": "Council area"
9674             },
9675             {
9676             "code": "GB-DNC",
9677             "name": "Doncaster",
9678             "type": "Metropolitan district"
9679             },
9680             {
9681             "code": "GB-DND",
9682             "name": "Dundee City",
9683             "type": "Council area"
9684             },
9685             {
9686             "code": "GB-DOR",
9687             "name": "Dorset",
9688             "type": "Two-tier county"
9689             },
9690             {
9691             "code": "GB-DRS",
9692             "name": "Derry and Strabane",
9693             "type": "District"
9694             },
9695             {
9696             "code": "GB-DUD",
9697             "name": "Dudley",
9698             "type": "Metropolitan district"
9699             },
9700             {
9701             "code": "GB-DUR",
9702             "name": "Durham, County",
9703             "type": "Unitary authority"
9704             },
9705             {
9706             "code": "GB-EAL",
9707             "name": "Ealing",
9708             "type": "London borough"
9709             },
9710             {
9711             "code": "GB-EAY",
9712             "name": "East Ayrshire",
9713             "type": "Council area"
9714             },
9715             {
9716             "code": "GB-EDH",
9717             "name": "Edinburgh, City of",
9718             "type": "Council area"
9719             },
9720             {
9721             "code": "GB-EDU",
9722             "name": "East Dunbartonshire",
9723             "type": "Council area"
9724             },
9725             {
9726             "code": "GB-ELN",
9727             "name": "East Lothian",
9728             "type": "Council area"
9729             },
9730             {
9731             "code": "GB-ELS",
9732             "name": "Eilean Siar",
9733             "type": "Council area"
9734             },
9735             {
9736             "code": "GB-ENF",
9737             "name": "Enfield",
9738             "type": "London borough"
9739             },
9740             {
9741             "code": "GB-ERW",
9742             "name": "East Renfrewshire",
9743             "type": "Council area"
9744             },
9745             {
9746             "code": "GB-ERY",
9747             "name": "East Riding of Yorkshire",
9748             "type": "Unitary authority"
9749             },
9750             {
9751             "code": "GB-ESS",
9752             "name": "Essex",
9753             "type": "Two-tier county"
9754             },
9755             {
9756             "code": "GB-ESX",
9757             "name": "East Sussex",
9758             "type": "Two-tier county"
9759             },
9760             {
9761             "code": "GB-FAL",
9762             "name": "Falkirk",
9763             "type": "Council area"
9764             },
9765             {
9766             "code": "GB-FIF",
9767             "name": "Fife",
9768             "type": "Council area"
9769             },
9770             {
9771             "code": "GB-FLN",
9772             "name": "Flintshire [Sir y Fflint GB-FFL]",
9773             "type": "Unitary authority"
9774             },
9775             {
9776             "code": "GB-FMO",
9777             "name": "Fermanagh and Omagh",
9778             "type": "District"
9779             },
9780             {
9781             "code": "GB-GAT",
9782             "name": "Gateshead",
9783             "type": "Metropolitan district"
9784             },
9785             {
9786             "code": "GB-GLG",
9787             "name": "Glasgow City",
9788             "type": "Council area"
9789             },
9790             {
9791             "code": "GB-GLS",
9792             "name": "Gloucestershire",
9793             "type": "Two-tier county"
9794             },
9795             {
9796             "code": "GB-GRE",
9797             "name": "Greenwich",
9798             "type": "London borough"
9799             },
9800             {
9801             "code": "GB-GWN",
9802             "name": "Gwynedd",
9803             "type": "Unitary authority"
9804             },
9805             {
9806             "code": "GB-HAL",
9807             "name": "Halton",
9808             "type": "Unitary authority"
9809             },
9810             {
9811             "code": "GB-HAM",
9812             "name": "Hampshire",
9813             "type": "Two-tier county"
9814             },
9815             {
9816             "code": "GB-HAV",
9817             "name": "Havering",
9818             "type": "London borough"
9819             },
9820             {
9821             "code": "GB-HCK",
9822             "name": "Hackney",
9823             "type": "London borough"
9824             },
9825             {
9826             "code": "GB-HEF",
9827             "name": "Herefordshire",
9828             "type": "Unitary authority"
9829             },
9830             {
9831             "code": "GB-HIL",
9832             "name": "Hillingdon",
9833             "type": "London borough"
9834             },
9835             {
9836             "code": "GB-HLD",
9837             "name": "Highland",
9838             "type": "Council area"
9839             },
9840             {
9841             "code": "GB-HMF",
9842             "name": "Hammersmith and Fulham",
9843             "type": "London borough"
9844             },
9845             {
9846             "code": "GB-HNS",
9847             "name": "Hounslow",
9848             "type": "London borough"
9849             },
9850             {
9851             "code": "GB-HPL",
9852             "name": "Hartlepool",
9853             "type": "Unitary authority"
9854             },
9855             {
9856             "code": "GB-HRT",
9857             "name": "Hertfordshire",
9858             "type": "Two-tier county"
9859             },
9860             {
9861             "code": "GB-HRW",
9862             "name": "Harrow",
9863             "type": "London borough"
9864             },
9865             {
9866             "code": "GB-HRY",
9867             "name": "Haringey",
9868             "type": "London borough"
9869             },
9870             {
9871             "code": "GB-IOS",
9872             "name": "Isles of Scilly",
9873             "type": "Unitary authority"
9874             },
9875             {
9876             "code": "GB-IOW",
9877             "name": "Isle of Wight",
9878             "type": "Unitary authority"
9879             },
9880             {
9881             "code": "GB-ISL",
9882             "name": "Islington",
9883             "type": "London borough"
9884             },
9885             {
9886             "code": "GB-IVC",
9887             "name": "Inverclyde",
9888             "type": "Council area"
9889             },
9890             {
9891             "code": "GB-KEC",
9892             "name": "Kensington and Chelsea",
9893             "type": "London borough"
9894             },
9895             {
9896             "code": "GB-KEN",
9897             "name": "Kent",
9898             "type": "Two-tier county"
9899             },
9900             {
9901             "code": "GB-KHL",
9902             "name": "Kingston upon Hull",
9903             "type": "Unitary authority"
9904             },
9905             {
9906             "code": "GB-KIR",
9907             "name": "Kirklees",
9908             "type": "Metropolitan district"
9909             },
9910             {
9911             "code": "GB-KTT",
9912             "name": "Kingston upon Thames",
9913             "type": "London borough"
9914             },
9915             {
9916             "code": "GB-KWL",
9917             "name": "Knowsley",
9918             "type": "Metropolitan district"
9919             },
9920             {
9921             "code": "GB-LAN",
9922             "name": "Lancashire",
9923             "type": "Two-tier county"
9924             },
9925             {
9926             "code": "GB-LBC",
9927             "name": "Lisburn and Castlereagh",
9928             "type": "District"
9929             },
9930             {
9931             "code": "GB-LBH",
9932             "name": "Lambeth",
9933             "type": "London borough"
9934             },
9935             {
9936             "code": "GB-LCE",
9937             "name": "Leicester",
9938             "type": "Unitary authority"
9939             },
9940             {
9941             "code": "GB-LDS",
9942             "name": "Leeds",
9943             "type": "Metropolitan district"
9944             },
9945             {
9946             "code": "GB-LEC",
9947             "name": "Leicestershire",
9948             "type": "Two-tier county"
9949             },
9950             {
9951             "code": "GB-LEW",
9952             "name": "Lewisham",
9953             "type": "London borough"
9954             },
9955             {
9956             "code": "GB-LIN",
9957             "name": "Lincolnshire",
9958             "type": "Two-tier county"
9959             },
9960             {
9961             "code": "GB-LIV",
9962             "name": "Liverpool",
9963             "type": "Metropolitan district"
9964             },
9965             {
9966             "code": "GB-LND",
9967             "name": "London, City of",
9968             "type": "City corporation"
9969             },
9970             {
9971             "code": "GB-LUT",
9972             "name": "Luton",
9973             "type": "Unitary authority"
9974             },
9975             {
9976             "code": "GB-MAN",
9977             "name": "Manchester",
9978             "type": "Metropolitan district"
9979             },
9980             {
9981             "code": "GB-MDB",
9982             "name": "Middlesbrough",
9983             "type": "Unitary authority"
9984             },
9985             {
9986             "code": "GB-MDW",
9987             "name": "Medway",
9988             "type": "Unitary authority"
9989             },
9990             {
9991             "code": "GB-MEA",
9992             "name": "Mid and East Antrim",
9993             "type": "District"
9994             },
9995             {
9996             "code": "GB-MIK",
9997             "name": "Milton Keynes",
9998             "type": "Unitary authority"
9999             },
10000             {
10001             "code": "GB-MLN",
10002             "name": "Midlothian",
10003             "type": "Council area"
10004             },
10005             {
10006             "code": "GB-MON",
10007             "name": "Monmouthshire [Sir Fynwy GB-FYN]",
10008             "type": "Unitary authority"
10009             },
10010             {
10011             "code": "GB-MRT",
10012             "name": "Merton",
10013             "type": "London borough"
10014             },
10015             {
10016             "code": "GB-MRY",
10017             "name": "Moray",
10018             "type": "Council area"
10019             },
10020             {
10021             "code": "GB-MTY",
10022             "name": "Merthyr Tydfil [Merthyr Tudful GB-MTU]",
10023             "type": "Unitary authority"
10024             },
10025             {
10026             "code": "GB-MUL",
10027             "name": "Mid-Ulster",
10028             "type": "District"
10029             },
10030             {
10031             "code": "GB-NAY",
10032             "name": "North Ayrshire",
10033             "type": "Council area"
10034             },
10035             {
10036             "code": "GB-NBL",
10037             "name": "Northumberland",
10038             "type": "Unitary authority"
10039             },
10040             {
10041             "code": "GB-NEL",
10042             "name": "North East Lincolnshire",
10043             "type": "Unitary authority"
10044             },
10045             {
10046             "code": "GB-NET",
10047             "name": "Newcastle upon Tyne",
10048             "type": "Metropolitan district"
10049             },
10050             {
10051             "code": "GB-NFK",
10052             "name": "Norfolk",
10053             "type": "Two-tier county"
10054             },
10055             {
10056             "code": "GB-NGM",
10057             "name": "Nottingham",
10058             "type": "Unitary authority"
10059             },
10060             {
10061             "code": "GB-NLK",
10062             "name": "North Lanarkshire",
10063             "type": "Council area"
10064             },
10065             {
10066             "code": "GB-NLN",
10067             "name": "North Lincolnshire",
10068             "type": "Unitary authority"
10069             },
10070             {
10071             "code": "GB-NMD",
10072             "name": "Newry, Mourne and Down",
10073             "type": "District"
10074             },
10075             {
10076             "code": "GB-NSM",
10077             "name": "North Somerset",
10078             "type": "Unitary authority"
10079             },
10080             {
10081             "code": "GB-NTH",
10082             "name": "Northamptonshire",
10083             "type": "Two-tier county"
10084             },
10085             {
10086             "code": "GB-NTL",
10087             "name": "Neath Port Talbot [Castell-nedd Port Talbot GB-CTL]",
10088             "type": "Unitary authority"
10089             },
10090             {
10091             "code": "GB-NTT",
10092             "name": "Nottinghamshire",
10093             "type": "Two-tier county"
10094             },
10095             {
10096             "code": "GB-NTY",
10097             "name": "North Tyneside",
10098             "type": "Metropolitan district"
10099             },
10100             {
10101             "code": "GB-NWM",
10102             "name": "Newham",
10103             "type": "London borough"
10104             },
10105             {
10106             "code": "GB-NWP",
10107             "name": "Newport [Casnewydd GB-CNW]",
10108             "type": "Unitary authority"
10109             },
10110             {
10111             "code": "GB-NYK",
10112             "name": "North Yorkshire",
10113             "type": "Two-tier county"
10114             },
10115             {
10116             "code": "GB-OLD",
10117             "name": "Oldham",
10118             "type": "Metropolitan district"
10119             },
10120             {
10121             "code": "GB-ORK",
10122             "name": "Orkney Islands",
10123             "type": "Council area"
10124             },
10125             {
10126             "code": "GB-OXF",
10127             "name": "Oxfordshire",
10128             "type": "Two-tier county"
10129             },
10130             {
10131             "code": "GB-PEM",
10132             "name": "Pembrokeshire [Sir Benfro GB-BNF]",
10133             "type": "Unitary authority"
10134             },
10135             {
10136             "code": "GB-PKN",
10137             "name": "Perth and Kinross",
10138             "type": "Council area"
10139             },
10140             {
10141             "code": "GB-PLY",
10142             "name": "Plymouth",
10143             "type": "Unitary authority"
10144             },
10145             {
10146             "code": "GB-POR",
10147             "name": "Portsmouth",
10148             "type": "Unitary authority"
10149             },
10150             {
10151             "code": "GB-POW",
10152             "name": "Powys",
10153             "type": "Unitary authority"
10154             },
10155             {
10156             "code": "GB-PTE",
10157             "name": "Peterborough",
10158             "type": "Unitary authority"
10159             },
10160             {
10161             "code": "GB-RCC",
10162             "name": "Redcar and Cleveland",
10163             "type": "Unitary authority"
10164             },
10165             {
10166             "code": "GB-RCH",
10167             "name": "Rochdale",
10168             "type": "Metropolitan district"
10169             },
10170             {
10171             "code": "GB-RCT",
10172             "name": "Rhondda Cynon Taff [Rhondda CynonTaf]",
10173             "type": "Unitary authority"
10174             },
10175             {
10176             "code": "GB-RDB",
10177             "name": "Redbridge",
10178             "type": "London borough"
10179             },
10180             {
10181             "code": "GB-RDG",
10182             "name": "Reading",
10183             "type": "Unitary authority"
10184             },
10185             {
10186             "code": "GB-RFW",
10187             "name": "Renfrewshire",
10188             "type": "Council area"
10189             },
10190             {
10191             "code": "GB-RIC",
10192             "name": "Richmond upon Thames",
10193             "type": "London borough"
10194             },
10195             {
10196             "code": "GB-ROT",
10197             "name": "Rotherham",
10198             "type": "Metropolitan district"
10199             },
10200             {
10201             "code": "GB-RUT",
10202             "name": "Rutland",
10203             "type": "Unitary authority"
10204             },
10205             {
10206             "code": "GB-SAW",
10207             "name": "Sandwell",
10208             "type": "Metropolitan district"
10209             },
10210             {
10211             "code": "GB-SAY",
10212             "name": "South Ayrshire",
10213             "type": "Council area"
10214             },
10215             {
10216             "code": "GB-SCB",
10217             "name": "Scottish Borders",
10218             "type": "Council area"
10219             },
10220             {
10221             "code": "GB-SFK",
10222             "name": "Suffolk",
10223             "type": "Two-tier county"
10224             },
10225             {
10226             "code": "GB-SFT",
10227             "name": "Sefton",
10228             "type": "Metropolitan district"
10229             },
10230             {
10231             "code": "GB-SGC",
10232             "name": "South Gloucestershire",
10233             "type": "Unitary authority"
10234             },
10235             {
10236             "code": "GB-SHF",
10237             "name": "Sheffield",
10238             "type": "Metropolitan district"
10239             },
10240             {
10241             "code": "GB-SHN",
10242             "name": "St. Helens",
10243             "type": "Metropolitan district"
10244             },
10245             {
10246             "code": "GB-SHR",
10247             "name": "Shropshire",
10248             "type": "Unitary authority"
10249             },
10250             {
10251             "code": "GB-SKP",
10252             "name": "Stockport",
10253             "type": "Metropolitan district"
10254             },
10255             {
10256             "code": "GB-SLF",
10257             "name": "Salford",
10258             "type": "Metropolitan district"
10259             },
10260             {
10261             "code": "GB-SLG",
10262             "name": "Slough",
10263             "type": "Unitary authority"
10264             },
10265             {
10266             "code": "GB-SLK",
10267             "name": "South Lanarkshire",
10268             "type": "Council area"
10269             },
10270             {
10271             "code": "GB-SND",
10272             "name": "Sunderland",
10273             "type": "Metropolitan district"
10274             },
10275             {
10276             "code": "GB-SOL",
10277             "name": "Solihull",
10278             "type": "Metropolitan district"
10279             },
10280             {
10281             "code": "GB-SOM",
10282             "name": "Somerset",
10283             "type": "Two-tier county"
10284             },
10285             {
10286             "code": "GB-SOS",
10287             "name": "Southend-on-Sea",
10288             "type": "Unitary authority"
10289             },
10290             {
10291             "code": "GB-SRY",
10292             "name": "Surrey",
10293             "type": "Two-tier county"
10294             },
10295             {
10296             "code": "GB-STE",
10297             "name": "Stoke-on-Trent",
10298             "type": "Unitary authority"
10299             },
10300             {
10301             "code": "GB-STG",
10302             "name": "Stirling",
10303             "type": "Council area"
10304             },
10305             {
10306             "code": "GB-STH",
10307             "name": "Southampton",
10308             "type": "Unitary authority"
10309             },
10310             {
10311             "code": "GB-STN",
10312             "name": "Sutton",
10313             "type": "London borough"
10314             },
10315             {
10316             "code": "GB-STS",
10317             "name": "Staffordshire",
10318             "type": "Two-tier county"
10319             },
10320             {
10321             "code": "GB-STT",
10322             "name": "Stockton-on-Tees",
10323             "type": "Unitary authority"
10324             },
10325             {
10326             "code": "GB-STY",
10327             "name": "South Tyneside",
10328             "type": "Metropolitan district"
10329             },
10330             {
10331             "code": "GB-SWA",
10332             "name": "Swansea [Abertawe GB-ATA]",
10333             "type": "Unitary authority"
10334             },
10335             {
10336             "code": "GB-SWD",
10337             "name": "Swindon",
10338             "type": "Unitary authority"
10339             },
10340             {
10341             "code": "GB-SWK",
10342             "name": "Southwark",
10343             "type": "London borough"
10344             },
10345             {
10346             "code": "GB-TAM",
10347             "name": "Tameside",
10348             "type": "Metropolitan district"
10349             },
10350             {
10351             "code": "GB-TFW",
10352             "name": "Telford and Wrekin",
10353             "type": "Unitary authority"
10354             },
10355             {
10356             "code": "GB-THR",
10357             "name": "Thurrock",
10358             "type": "Unitary authority"
10359             },
10360             {
10361             "code": "GB-TOB",
10362             "name": "Torbay",
10363             "type": "Unitary authority"
10364             },
10365             {
10366             "code": "GB-TOF",
10367             "name": "Torfaen [Tor-faen]",
10368             "type": "Unitary authority"
10369             },
10370             {
10371             "code": "GB-TRF",
10372             "name": "Trafford",
10373             "type": "Metropolitan district"
10374             },
10375             {
10376             "code": "GB-TWH",
10377             "name": "Tower Hamlets",
10378             "type": "London borough"
10379             },
10380             {
10381             "code": "GB-VGL",
10382             "name": "Vale of Glamorgan, The [Bro Morgannwg GB-BMG]",
10383             "type": "Unitary authority"
10384             },
10385             {
10386             "code": "GB-WAR",
10387             "name": "Warwickshire",
10388             "type": "Two-tier county"
10389             },
10390             {
10391             "code": "GB-WBK",
10392             "name": "West Berkshire",
10393             "type": "Unitary authority"
10394             },
10395             {
10396             "code": "GB-WDU",
10397             "name": "West Dunbartonshire",
10398             "type": "Council area"
10399             },
10400             {
10401             "code": "GB-WFT",
10402             "name": "Waltham Forest",
10403             "type": "London borough"
10404             },
10405             {
10406             "code": "GB-WGN",
10407             "name": "Wigan",
10408             "type": "Metropolitan district"
10409             },
10410             {
10411             "code": "GB-WIL",
10412             "name": "Wiltshire",
10413             "type": "Unitary authority"
10414             },
10415             {
10416             "code": "GB-WKF",
10417             "name": "Wakefield",
10418             "type": "Metropolitan district"
10419             },
10420             {
10421             "code": "GB-WLL",
10422             "name": "Walsall",
10423             "type": "Metropolitan district"
10424             },
10425             {
10426             "code": "GB-WLN",
10427             "name": "West Lothian",
10428             "type": "Council area"
10429             },
10430             {
10431             "code": "GB-WLV",
10432             "name": "Wolverhampton",
10433             "type": "Metropolitan district"
10434             },
10435             {
10436             "code": "GB-WND",
10437             "name": "Wandsworth",
10438             "type": "London borough"
10439             },
10440             {
10441             "code": "GB-WNM",
10442             "name": "Windsor and Maidenhead",
10443             "type": "Unitary authority"
10444             },
10445             {
10446             "code": "GB-WOK",
10447             "name": "Wokingham",
10448             "type": "Unitary authority"
10449             },
10450             {
10451             "code": "GB-WOR",
10452             "name": "Worcestershire",
10453             "type": "Two-tier county"
10454             },
10455             {
10456             "code": "GB-WRL",
10457             "name": "Wirral",
10458             "type": "Metropolitan district"
10459             },
10460             {
10461             "code": "GB-WRT",
10462             "name": "Warrington",
10463             "type": "Unitary authority"
10464             },
10465             {
10466             "code": "GB-WRX",
10467             "name": "Wrexham [Wrecsam GB-WRC]",
10468             "type": "Unitary authority"
10469             },
10470             {
10471             "code": "GB-WSM",
10472             "name": "Westminster",
10473             "type": "London borough"
10474             },
10475             {
10476             "code": "GB-WSX",
10477             "name": "West Sussex",
10478             "type": "Two-tier county"
10479             },
10480             {
10481             "code": "GB-YOR",
10482             "name": "York",
10483             "type": "Unitary authority"
10484             },
10485             {
10486             "code": "GB-ZET",
10487             "name": "Shetland Islands",
10488             "type": "Council area"
10489             },
10490             {
10491             "code": "GD-01",
10492             "name": "Saint Andrew",
10493             "type": "Parish"
10494             },
10495             {
10496             "code": "GD-02",
10497             "name": "Saint David",
10498             "type": "Parish"
10499             },
10500             {
10501             "code": "GD-03",
10502             "name": "Saint George",
10503             "type": "Parish"
10504             },
10505             {
10506             "code": "GD-04",
10507             "name": "Saint John",
10508             "type": "Parish"
10509             },
10510             {
10511             "code": "GD-05",
10512             "name": "Saint Mark",
10513             "type": "Parish"
10514             },
10515             {
10516             "code": "GD-06",
10517             "name": "Saint Patrick",
10518             "type": "Parish"
10519             },
10520             {
10521             "code": "GD-10",
10522             "name": "Southern Grenadine Islands",
10523             "type": "Dependency"
10524             },
10525             {
10526             "code": "GE-AB",
10527             "name": "Abkhazia",
10528             "type": "Autonomous republic"
10529             },
10530             {
10531             "code": "GE-AJ",
10532             "name": "Ajaria",
10533             "type": "Autonomous republic"
10534             },
10535             {
10536             "code": "GE-GU",
10537             "name": "Guria",
10538             "type": "Region"
10539             },
10540             {
10541             "code": "GE-IM",
10542             "name": "Imereti",
10543             "type": "Region"
10544             },
10545             {
10546             "code": "GE-KA",
10547             "name": "K'akheti",
10548             "type": "Region"
10549             },
10550             {
10551             "code": "GE-KK",
10552             "name": "Kvemo Kartli",
10553             "type": "Region"
10554             },
10555             {
10556             "code": "GE-MM",
10557             "name": "Mtskheta-Mtianeti",
10558             "type": "Region"
10559             },
10560             {
10561             "code": "GE-RL",
10562             "name": "Rach'a-Lechkhumi-Kvemo Svaneti",
10563             "type": "Region"
10564             },
10565             {
10566             "code": "GE-SJ",
10567             "name": "Samtskhe-Javakheti",
10568             "type": "Region"
10569             },
10570             {
10571             "code": "GE-SK",
10572             "name": "Shida Kartli",
10573             "type": "Region"
10574             },
10575             {
10576             "code": "GE-SZ",
10577             "name": "Samegrelo-Zemo Svaneti",
10578             "type": "Region"
10579             },
10580             {
10581             "code": "GE-TB",
10582             "name": "Tbilisi",
10583             "type": "City"
10584             },
10585             {
10586             "code": "GH-AA",
10587             "name": "Greater Accra",
10588             "type": "Region"
10589             },
10590             {
10591             "code": "GH-AF",
10592             "name": "Ahafo",
10593             "type": "Region"
10594             },
10595             {
10596             "code": "GH-AH",
10597             "name": "Ashanti",
10598             "type": "Region"
10599             },
10600             {
10601             "code": "GH-BE",
10602             "name": "Bono East",
10603             "type": "Region"
10604             },
10605             {
10606             "code": "GH-BO",
10607             "name": "Bono",
10608             "type": "Region"
10609             },
10610             {
10611             "code": "GH-CP",
10612             "name": "Central",
10613             "type": "Region"
10614             },
10615             {
10616             "code": "GH-EP",
10617             "name": "Eastern",
10618             "type": "Region"
10619             },
10620             {
10621             "code": "GH-NE",
10622             "name": "North East",
10623             "type": "Region"
10624             },
10625             {
10626             "code": "GH-NP",
10627             "name": "Northern",
10628             "type": "Region"
10629             },
10630             {
10631             "code": "GH-OT",
10632             "name": "Oti",
10633             "type": "Region"
10634             },
10635             {
10636             "code": "GH-SV",
10637             "name": "Savannah",
10638             "type": "Region"
10639             },
10640             {
10641             "code": "GH-TV",
10642             "name": "Volta",
10643             "type": "Region"
10644             },
10645             {
10646             "code": "GH-UE",
10647             "name": "Upper East",
10648             "type": "Region"
10649             },
10650             {
10651             "code": "GH-UW",
10652             "name": "Upper West",
10653             "type": "Region"
10654             },
10655             {
10656             "code": "GH-WN",
10657             "name": "Western North",
10658             "type": "Region"
10659             },
10660             {
10661             "code": "GH-WP",
10662             "name": "Western",
10663             "type": "Region"
10664             },
10665             {
10666             "code": "GL-AV",
10667             "name": "Avannaata Kommunia",
10668             "type": "Municipality"
10669             },
10670             {
10671             "code": "GL-KU",
10672             "name": "Kommune Kujalleq",
10673             "type": "Municipality"
10674             },
10675             {
10676             "code": "GL-QE",
10677             "name": "Qeqqata Kommunia",
10678             "type": "Municipality"
10679             },
10680             {
10681             "code": "GL-QT",
10682             "name": "Kommune Qeqertalik",
10683             "type": "Municipality"
10684             },
10685             {
10686             "code": "GL-SM",
10687             "name": "Kommuneqarfik Sermersooq",
10688             "type": "Municipality"
10689             },
10690             {
10691             "code": "GM-B",
10692             "name": "Banjul",
10693             "type": "City"
10694             },
10695             {
10696             "code": "GM-L",
10697             "name": "Lower River",
10698             "type": "Division"
10699             },
10700             {
10701             "code": "GM-M",
10702             "name": "Central River",
10703             "type": "Division"
10704             },
10705             {
10706             "code": "GM-N",
10707             "name": "North Bank",
10708             "type": "Division"
10709             },
10710             {
10711             "code": "GM-U",
10712             "name": "Upper River",
10713             "type": "Division"
10714             },
10715             {
10716             "code": "GM-W",
10717             "name": "Western",
10718             "type": "Division"
10719             },
10720             {
10721             "code": "GN-B",
10722             "name": "Boké",
10723             "type": "Administrative region"
10724             },
10725             {
10726             "code": "GN-BE",
10727             "name": "Beyla",
10728             "parent": "N",
10729             "type": "Prefecture"
10730             },
10731             {
10732             "code": "GN-BF",
10733             "name": "Boffa",
10734             "parent": "B",
10735             "type": "Prefecture"
10736             },
10737             {
10738             "code": "GN-BK",
10739             "name": "Boké",
10740             "parent": "B",
10741             "type": "Prefecture"
10742             },
10743             {
10744             "code": "GN-C",
10745             "name": "Conakry",
10746             "type": "Governorate"
10747             },
10748             {
10749             "code": "GN-CO",
10750             "name": "Coyah",
10751             "parent": "D",
10752             "type": "Prefecture"
10753             },
10754             {
10755             "code": "GN-D",
10756             "name": "Kindia",
10757             "type": "Administrative region"
10758             },
10759             {
10760             "code": "GN-DB",
10761             "name": "Dabola",
10762             "parent": "F",
10763             "type": "Prefecture"
10764             },
10765             {
10766             "code": "GN-DI",
10767             "name": "Dinguiraye",
10768             "parent": "F",
10769             "type": "Prefecture"
10770             },
10771             {
10772             "code": "GN-DL",
10773             "name": "Dalaba",
10774             "parent": "M",
10775             "type": "Prefecture"
10776             },
10777             {
10778             "code": "GN-DU",
10779             "name": "Dubréka",
10780             "parent": "D",
10781             "type": "Prefecture"
10782             },
10783             {
10784             "code": "GN-F",
10785             "name": "Faranah",
10786             "type": "Administrative region"
10787             },
10788             {
10789             "code": "GN-FA",
10790             "name": "Faranah",
10791             "parent": "F",
10792             "type": "Prefecture"
10793             },
10794             {
10795             "code": "GN-FO",
10796             "name": "Forécariah",
10797             "parent": "D",
10798             "type": "Prefecture"
10799             },
10800             {
10801             "code": "GN-FR",
10802             "name": "Fria",
10803             "parent": "B",
10804             "type": "Prefecture"
10805             },
10806             {
10807             "code": "GN-GA",
10808             "name": "Gaoual",
10809             "parent": "B",
10810             "type": "Prefecture"
10811             },
10812             {
10813             "code": "GN-GU",
10814             "name": "Guékédou",
10815             "parent": "N",
10816             "type": "Prefecture"
10817             },
10818             {
10819             "code": "GN-K",
10820             "name": "Kankan",
10821             "type": "Administrative region"
10822             },
10823             {
10824             "code": "GN-KA",
10825             "name": "Kankan",
10826             "parent": "K",
10827             "type": "Prefecture"
10828             },
10829             {
10830             "code": "GN-KB",
10831             "name": "Koubia",
10832             "parent": "L",
10833             "type": "Prefecture"
10834             },
10835             {
10836             "code": "GN-KD",
10837             "name": "Kindia",
10838             "parent": "D",
10839             "type": "Prefecture"
10840             },
10841             {
10842             "code": "GN-KE",
10843             "name": "Kérouané",
10844             "parent": "K",
10845             "type": "Prefecture"
10846             },
10847             {
10848             "code": "GN-KN",
10849             "name": "Koundara",
10850             "parent": "B",
10851             "type": "Prefecture"
10852             },
10853             {
10854             "code": "GN-KO",
10855             "name": "Kouroussa",
10856             "parent": "K",
10857             "type": "Prefecture"
10858             },
10859             {
10860             "code": "GN-KS",
10861             "name": "Kissidougou",
10862             "parent": "F",
10863             "type": "Prefecture"
10864             },
10865             {
10866             "code": "GN-L",
10867             "name": "Labé",
10868             "type": "Administrative region"
10869             },
10870             {
10871             "code": "GN-LA",
10872             "name": "Labé",
10873             "parent": "L",
10874             "type": "Prefecture"
10875             },
10876             {
10877             "code": "GN-LE",
10878             "name": "Lélouma",
10879             "parent": "L",
10880             "type": "Prefecture"
10881             },
10882             {
10883             "code": "GN-LO",
10884             "name": "Lola",
10885             "parent": "N",
10886             "type": "Prefecture"
10887             },
10888             {
10889             "code": "GN-M",
10890             "name": "Mamou",
10891             "type": "Administrative region"
10892             },
10893             {
10894             "code": "GN-MC",
10895             "name": "Macenta",
10896             "parent": "N",
10897             "type": "Prefecture"
10898             },
10899             {
10900             "code": "GN-MD",
10901             "name": "Mandiana",
10902             "parent": "K",
10903             "type": "Prefecture"
10904             },
10905             {
10906             "code": "GN-ML",
10907             "name": "Mali",
10908             "parent": "L",
10909             "type": "Prefecture"
10910             },
10911             {
10912             "code": "GN-MM",
10913             "name": "Mamou",
10914             "parent": "M",
10915             "type": "Prefecture"
10916             },
10917             {
10918             "code": "GN-N",
10919             "name": "Nzérékoré",
10920             "type": "Administrative region"
10921             },
10922             {
10923             "code": "GN-NZ",
10924             "name": "Nzérékoré",
10925             "parent": "N",
10926             "type": "Prefecture"
10927             },
10928             {
10929             "code": "GN-PI",
10930             "name": "Pita",
10931             "parent": "M",
10932             "type": "Prefecture"
10933             },
10934             {
10935             "code": "GN-SI",
10936             "name": "Siguiri",
10937             "parent": "K",
10938             "type": "Prefecture"
10939             },
10940             {
10941             "code": "GN-TE",
10942             "name": "Télimélé",
10943             "parent": "D",
10944             "type": "Prefecture"
10945             },
10946             {
10947             "code": "GN-TO",
10948             "name": "Tougué",
10949             "parent": "L",
10950             "type": "Prefecture"
10951             },
10952             {
10953             "code": "GN-YO",
10954             "name": "Yomou",
10955             "parent": "N",
10956             "type": "Prefecture"
10957             },
10958             {
10959             "code": "GQ-AN",
10960             "name": "Annobon",
10961             "parent": "I",
10962             "type": "Province"
10963             },
10964             {
10965             "code": "GQ-BN",
10966             "name": "Bioko Nord",
10967             "parent": "I",
10968             "type": "Province"
10969             },
10970             {
10971             "code": "GQ-BS",
10972             "name": "Bioko Sud",
10973             "parent": "I",
10974             "type": "Province"
10975             },
10976             {
10977             "code": "GQ-C",
10978             "name": "Região Continental",
10979             "type": "Region"
10980             },
10981             {
10982             "code": "GQ-CS",
10983             "name": "Centro Sud",
10984             "parent": "C",
10985             "type": "Province"
10986             },
10987             {
10988             "code": "GQ-DJ",
10989             "name": "Djibloho",
10990             "parent": "C",
10991             "type": "Province"
10992             },
10993             {
10994             "code": "GQ-I",
10995             "name": "Região Insular",
10996             "type": "Region"
10997             },
10998             {
10999             "code": "GQ-KN",
11000             "name": "Kié-Ntem",
11001             "parent": "C",
11002             "type": "Province"
11003             },
11004             {
11005             "code": "GQ-LI",
11006             "name": "Litoral",
11007             "parent": "C",
11008             "type": "Province"
11009             },
11010             {
11011             "code": "GQ-WN",
11012             "name": "Wele-Nzas",
11013             "parent": "C",
11014             "type": "Province"
11015             },
11016             {
11017             "code": "GR-69",
11018             "name": "Ágion Óros",
11019             "type": "Self-governed part"
11020             },
11021             {
11022             "code": "GR-A",
11023             "name": "Anatolikí Makedonía kai Thráki",
11024             "type": "Administrative region"
11025             },
11026             {
11027             "code": "GR-B",
11028             "name": "Kentrikí Makedonía",
11029             "type": "Administrative region"
11030             },
11031             {
11032             "code": "GR-C",
11033             "name": "Dytikí Makedonía",
11034             "type": "Administrative region"
11035             },
11036             {
11037             "code": "GR-D",
11038             "name": "Ípeiros",
11039             "type": "Administrative region"
11040             },
11041             {
11042             "code": "GR-E",
11043             "name": "Thessalía",
11044             "type": "Administrative region"
11045             },
11046             {
11047             "code": "GR-F",
11048             "name": "Ionía Nísia",
11049             "type": "Administrative region"
11050             },
11051             {
11052             "code": "GR-G",
11053             "name": "Dytikí Elláda",
11054             "type": "Administrative region"
11055             },
11056             {
11057             "code": "GR-H",
11058             "name": "Stereá Elláda",
11059             "type": "Administrative region"
11060             },
11061             {
11062             "code": "GR-I",
11063             "name": "Attikí",
11064             "type": "Administrative region"
11065             },
11066             {
11067             "code": "GR-J",
11068             "name": "Pelopónnisos",
11069             "type": "Administrative region"
11070             },
11071             {
11072             "code": "GR-K",
11073             "name": "Vóreio Aigaío",
11074             "type": "Administrative region"
11075             },
11076             {
11077             "code": "GR-L",
11078             "name": "Nótio Aigaío",
11079             "type": "Administrative region"
11080             },
11081             {
11082             "code": "GR-M",
11083             "name": "Kríti",
11084             "type": "Administrative region"
11085             },
11086             {
11087             "code": "GT-AV",
11088             "name": "Alta Verapaz",
11089             "type": "Department"
11090             },
11091             {
11092             "code": "GT-BV",
11093             "name": "Baja Verapaz",
11094             "type": "Department"
11095             },
11096             {
11097             "code": "GT-CM",
11098             "name": "Chimaltenango",
11099             "type": "Department"
11100             },
11101             {
11102             "code": "GT-CQ",
11103             "name": "Chiquimula",
11104             "type": "Department"
11105             },
11106             {
11107             "code": "GT-ES",
11108             "name": "Escuintla",
11109             "type": "Department"
11110             },
11111             {
11112             "code": "GT-GU",
11113             "name": "Guatemala",
11114             "type": "Department"
11115             },
11116             {
11117             "code": "GT-HU",
11118             "name": "Huehuetenango",
11119             "type": "Department"
11120             },
11121             {
11122             "code": "GT-IZ",
11123             "name": "Izabal",
11124             "type": "Department"
11125             },
11126             {
11127             "code": "GT-JA",
11128             "name": "Jalapa",
11129             "type": "Department"
11130             },
11131             {
11132             "code": "GT-JU",
11133             "name": "Jutiapa",
11134             "type": "Department"
11135             },
11136             {
11137             "code": "GT-PE",
11138             "name": "Petén",
11139             "type": "Department"
11140             },
11141             {
11142             "code": "GT-PR",
11143             "name": "El Progreso",
11144             "type": "Department"
11145             },
11146             {
11147             "code": "GT-QC",
11148             "name": "Quiché",
11149             "type": "Department"
11150             },
11151             {
11152             "code": "GT-QZ",
11153             "name": "Quetzaltenango",
11154             "type": "Department"
11155             },
11156             {
11157             "code": "GT-RE",
11158             "name": "Retalhuleu",
11159             "type": "Department"
11160             },
11161             {
11162             "code": "GT-SA",
11163             "name": "Sacatepéquez",
11164             "type": "Department"
11165             },
11166             {
11167             "code": "GT-SM",
11168             "name": "San Marcos",
11169             "type": "Department"
11170             },
11171             {
11172             "code": "GT-SO",
11173             "name": "Sololá",
11174             "type": "Department"
11175             },
11176             {
11177             "code": "GT-SR",
11178             "name": "Santa Rosa",
11179             "type": "Department"
11180             },
11181             {
11182             "code": "GT-SU",
11183             "name": "Suchitepéquez",
11184             "type": "Department"
11185             },
11186             {
11187             "code": "GT-TO",
11188             "name": "Totonicapán",
11189             "type": "Department"
11190             },
11191             {
11192             "code": "GT-ZA",
11193             "name": "Zacapa",
11194             "type": "Department"
11195             },
11196             {
11197             "code": "GW-BA",
11198             "name": "Bafatá",
11199             "parent": "L",
11200             "type": "Region"
11201             },
11202             {
11203             "code": "GW-BL",
11204             "name": "Bolama / Bijagós",
11205             "parent": "S",
11206             "type": "Region"
11207             },
11208             {
11209             "code": "GW-BM",
11210             "name": "Biombo",
11211             "parent": "N",
11212             "type": "Region"
11213             },
11214             {
11215             "code": "GW-BS",
11216             "name": "Bissau",
11217             "type": "Autonomous sector"
11218             },
11219             {
11220             "code": "GW-CA",
11221             "name": "Cacheu",
11222             "parent": "N",
11223             "type": "Region"
11224             },
11225             {
11226             "code": "GW-GA",
11227             "name": "Gabú",
11228             "parent": "L",
11229             "type": "Region"
11230             },
11231             {
11232             "code": "GW-L",
11233             "name": "Leste",
11234             "type": "Province"
11235             },
11236             {
11237             "code": "GW-N",
11238             "name": "Norte",
11239             "type": "Province"
11240             },
11241             {
11242             "code": "GW-OI",
11243             "name": "Oio",
11244             "parent": "N",
11245             "type": "Region"
11246             },
11247             {
11248             "code": "GW-QU",
11249             "name": "Quinara",
11250             "parent": "S",
11251             "type": "Region"
11252             },
11253             {
11254             "code": "GW-S",
11255             "name": "Sul",
11256             "type": "Province"
11257             },
11258             {
11259             "code": "GW-TO",
11260             "name": "Tombali",
11261             "parent": "S",
11262             "type": "Region"
11263             },
11264             {
11265             "code": "GY-BA",
11266             "name": "Barima-Waini",
11267             "type": "Region"
11268             },
11269             {
11270             "code": "GY-CU",
11271             "name": "Cuyuni-Mazaruni",
11272             "type": "Region"
11273             },
11274             {
11275             "code": "GY-DE",
11276             "name": "Demerara-Mahaica",
11277             "type": "Region"
11278             },
11279             {
11280             "code": "GY-EB",
11281             "name": "East Berbice-Corentyne",
11282             "type": "Region"
11283             },
11284             {
11285             "code": "GY-ES",
11286             "name": "Essequibo Islands-West Demerara",
11287             "type": "Region"
11288             },
11289             {
11290             "code": "GY-MA",
11291             "name": "Mahaica-Berbice",
11292             "type": "Region"
11293             },
11294             {
11295             "code": "GY-PM",
11296             "name": "Pomeroon-Supenaam",
11297             "type": "Region"
11298             },
11299             {
11300             "code": "GY-PT",
11301             "name": "Potaro-Siparuni",
11302             "type": "Region"
11303             },
11304             {
11305             "code": "GY-UD",
11306             "name": "Upper Demerara-Berbice",
11307             "type": "Region"
11308             },
11309             {
11310             "code": "GY-UT",
11311             "name": "Upper Takutu-Upper Essequibo",
11312             "type": "Region"
11313             },
11314             {
11315             "code": "HN-AT",
11316             "name": "Atlántida",
11317             "type": "Department"
11318             },
11319             {
11320             "code": "HN-CH",
11321             "name": "Choluteca",
11322             "type": "Department"
11323             },
11324             {
11325             "code": "HN-CL",
11326             "name": "Colón",
11327             "type": "Department"
11328             },
11329             {
11330             "code": "HN-CM",
11331             "name": "Comayagua",
11332             "type": "Department"
11333             },
11334             {
11335             "code": "HN-CP",
11336             "name": "Copán",
11337             "type": "Department"
11338             },
11339             {
11340             "code": "HN-CR",
11341             "name": "Cortés",
11342             "type": "Department"
11343             },
11344             {
11345             "code": "HN-EP",
11346             "name": "El Paraíso",
11347             "type": "Department"
11348             },
11349             {
11350             "code": "HN-FM",
11351             "name": "Francisco Morazán",
11352             "type": "Department"
11353             },
11354             {
11355             "code": "HN-GD",
11356             "name": "Gracias a Dios",
11357             "type": "Department"
11358             },
11359             {
11360             "code": "HN-IB",
11361             "name": "Islas de la Bahía",
11362             "type": "Department"
11363             },
11364             {
11365             "code": "HN-IN",
11366             "name": "Intibucá",
11367             "type": "Department"
11368             },
11369             {
11370             "code": "HN-LE",
11371             "name": "Lempira",
11372             "type": "Department"
11373             },
11374             {
11375             "code": "HN-LP",
11376             "name": "La Paz",
11377             "type": "Department"
11378             },
11379             {
11380             "code": "HN-OC",
11381             "name": "Ocotepeque",
11382             "type": "Department"
11383             },
11384             {
11385             "code": "HN-OL",
11386             "name": "Olancho",
11387             "type": "Department"
11388             },
11389             {
11390             "code": "HN-SB",
11391             "name": "Santa Bárbara",
11392             "type": "Department"
11393             },
11394             {
11395             "code": "HN-VA",
11396             "name": "Valle",
11397             "type": "Department"
11398             },
11399             {
11400             "code": "HN-YO",
11401             "name": "Yoro",
11402             "type": "Department"
11403             },
11404             {
11405             "code": "HR-01",
11406             "name": "Zagrebačka županija",
11407             "type": "County"
11408             },
11409             {
11410             "code": "HR-02",
11411             "name": "Krapinsko-zagorska županija",
11412             "type": "County"
11413             },
11414             {
11415             "code": "HR-03",
11416             "name": "Sisačko-moslavačka županija",
11417             "type": "County"
11418             },
11419             {
11420             "code": "HR-04",
11421             "name": "Karlovačka županija",
11422             "type": "County"
11423             },
11424             {
11425             "code": "HR-05",
11426             "name": "Varaždinska županija",
11427             "type": "County"
11428             },
11429             {
11430             "code": "HR-06",
11431             "name": "Koprivničko-križevačka županija",
11432             "type": "County"
11433             },
11434             {
11435             "code": "HR-07",
11436             "name": "Bjelovarsko-bilogorska županija",
11437             "type": "County"
11438             },
11439             {
11440             "code": "HR-08",
11441             "name": "Primorsko-goranska županija",
11442             "type": "County"
11443             },
11444             {
11445             "code": "HR-09",
11446             "name": "Ličko-senjska županija",
11447             "type": "County"
11448             },
11449             {
11450             "code": "HR-10",
11451             "name": "Virovitičko-podravska županija",
11452             "type": "County"
11453             },
11454             {
11455             "code": "HR-11",
11456             "name": "Požeško-slavonska županija",
11457             "type": "County"
11458             },
11459             {
11460             "code": "HR-12",
11461             "name": "Brodsko-posavska županija",
11462             "type": "County"
11463             },
11464             {
11465             "code": "HR-13",
11466             "name": "Zadarska županija",
11467             "type": "County"
11468             },
11469             {
11470             "code": "HR-14",
11471             "name": "Osječko-baranjska županija",
11472             "type": "County"
11473             },
11474             {
11475             "code": "HR-15",
11476             "name": "Šibensko-kninska županija",
11477             "type": "County"
11478             },
11479             {
11480             "code": "HR-16",
11481             "name": "Vukovarsko-srijemska županija",
11482             "type": "County"
11483             },
11484             {
11485             "code": "HR-17",
11486             "name": "Splitsko-dalmatinska županija",
11487             "type": "County"
11488             },
11489             {
11490             "code": "HR-18",
11491             "name": "Istarska županija",
11492             "type": "County"
11493             },
11494             {
11495             "code": "HR-19",
11496             "name": "Dubrovačko-neretvanska županija",
11497             "type": "County"
11498             },
11499             {
11500             "code": "HR-20",
11501             "name": "Međimurska županija",
11502             "type": "County"
11503             },
11504             {
11505             "code": "HR-21",
11506             "name": "Grad Zagreb",
11507             "type": "City"
11508             },
11509             {
11510             "code": "HT-AR",
11511             "name": "Artibonite",
11512             "type": "Department"
11513             },
11514             {
11515             "code": "HT-CE",
11516             "name": "Centre",
11517             "type": "Department"
11518             },
11519             {
11520             "code": "HT-GA",
11521             "name": "Grandans",
11522             "type": "Department"
11523             },
11524             {
11525             "code": "HT-ND",
11526             "name": "Nord",
11527             "type": "Department"
11528             },
11529             {
11530             "code": "HT-NE",
11531             "name": "Nord-Est",
11532             "type": "Department"
11533             },
11534             {
11535             "code": "HT-NI",
11536             "name": "Nip",
11537             "type": "Department"
11538             },
11539             {
11540             "code": "HT-NO",
11541             "name": "Nord-Ouest",
11542             "type": "Department"
11543             },
11544             {
11545             "code": "HT-OU",
11546             "name": "Lwès",
11547             "type": "Department"
11548             },
11549             {
11550             "code": "HT-SD",
11551             "name": "Sid",
11552             "type": "Department"
11553             },
11554             {
11555             "code": "HT-SE",
11556             "name": "Sidès",
11557             "type": "Department"
11558             },
11559             {
11560             "code": "HU-BA",
11561             "name": "Baranya",
11562             "type": "County"
11563             },
11564             {
11565             "code": "HU-BC",
11566             "name": "Békéscsaba",
11567             "type": "City with county rights"
11568             },
11569             {
11570             "code": "HU-BE",
11571             "name": "Békés",
11572             "type": "County"
11573             },
11574             {
11575             "code": "HU-BK",
11576             "name": "Bács-Kiskun",
11577             "type": "County"
11578             },
11579             {
11580             "code": "HU-BU",
11581             "name": "Budapest",
11582             "type": "Capital city"
11583             },
11584             {
11585             "code": "HU-BZ",
11586             "name": "Borsod-Abaúj-Zemplén",
11587             "type": "County"
11588             },
11589             {
11590             "code": "HU-CS",
11591             "name": "Csongrád",
11592             "type": "County"
11593             },
11594             {
11595             "code": "HU-DE",
11596             "name": "Debrecen",
11597             "type": "City with county rights"
11598             },
11599             {
11600             "code": "HU-DU",
11601             "name": "Dunaújváros",
11602             "type": "City with county rights"
11603             },
11604             {
11605             "code": "HU-EG",
11606             "name": "Eger",
11607             "type": "City with county rights"
11608             },
11609             {
11610             "code": "HU-ER",
11611             "name": "Érd",
11612             "type": "City with county rights"
11613             },
11614             {
11615             "code": "HU-FE",
11616             "name": "Fejér",
11617             "type": "County"
11618             },
11619             {
11620             "code": "HU-GS",
11621             "name": "Győr-Moson-Sopron",
11622             "type": "County"
11623             },
11624             {
11625             "code": "HU-GY",
11626             "name": "Győr",
11627             "type": "City with county rights"
11628             },
11629             {
11630             "code": "HU-HB",
11631             "name": "Hajdú-Bihar",
11632             "type": "County"
11633             },
11634             {
11635             "code": "HU-HE",
11636             "name": "Heves",
11637             "type": "County"
11638             },
11639             {
11640             "code": "HU-HV",
11641             "name": "Hódmezővásárhely",
11642             "type": "City with county rights"
11643             },
11644             {
11645             "code": "HU-JN",
11646             "name": "Jász-Nagykun-Szolnok",
11647             "type": "County"
11648             },
11649             {
11650             "code": "HU-KE",
11651             "name": "Komárom-Esztergom",
11652             "type": "County"
11653             },
11654             {
11655             "code": "HU-KM",
11656             "name": "Kecskemét",
11657             "type": "City with county rights"
11658             },
11659             {
11660             "code": "HU-KV",
11661             "name": "Kaposvár",
11662             "type": "City with county rights"
11663             },
11664             {
11665             "code": "HU-MI",
11666             "name": "Miskolc",
11667             "type": "City with county rights"
11668             },
11669             {
11670             "code": "HU-NK",
11671             "name": "Nagykanizsa",
11672             "type": "City with county rights"
11673             },
11674             {
11675             "code": "HU-NO",
11676             "name": "Nógrád",
11677             "type": "County"
11678             },
11679             {
11680             "code": "HU-NY",
11681             "name": "Nyíregyháza",
11682             "type": "City with county rights"
11683             },
11684             {
11685             "code": "HU-PE",
11686             "name": "Pest",
11687             "type": "County"
11688             },
11689             {
11690             "code": "HU-PS",
11691             "name": "Pécs",
11692             "type": "City with county rights"
11693             },
11694             {
11695             "code": "HU-SD",
11696             "name": "Szeged",
11697             "type": "City with county rights"
11698             },
11699             {
11700             "code": "HU-SF",
11701             "name": "Székesfehérvár",
11702             "type": "City with county rights"
11703             },
11704             {
11705             "code": "HU-SH",
11706             "name": "Szombathely",
11707             "type": "City with county rights"
11708             },
11709             {
11710             "code": "HU-SK",
11711             "name": "Szolnok",
11712             "type": "City with county rights"
11713             },
11714             {
11715             "code": "HU-SN",
11716             "name": "Sopron",
11717             "type": "City with county rights"
11718             },
11719             {
11720             "code": "HU-SO",
11721             "name": "Somogy",
11722             "type": "County"
11723             },
11724             {
11725             "code": "HU-SS",
11726             "name": "Szekszárd",
11727             "type": "City with county rights"
11728             },
11729             {
11730             "code": "HU-ST",
11731             "name": "Salgótarján",
11732             "type": "City with county rights"
11733             },
11734             {
11735             "code": "HU-SZ",
11736             "name": "Szabolcs-Szatmár-Bereg",
11737             "type": "County"
11738             },
11739             {
11740             "code": "HU-TB",
11741             "name": "Tatabánya",
11742             "type": "City with county rights"
11743             },
11744             {
11745             "code": "HU-TO",
11746             "name": "Tolna",
11747             "type": "County"
11748             },
11749             {
11750             "code": "HU-VA",
11751             "name": "Vas",
11752             "type": "County"
11753             },
11754             {
11755             "code": "HU-VE",
11756             "name": "Veszprém",
11757             "type": "County"
11758             },
11759             {
11760             "code": "HU-VM",
11761             "name": "Veszprém",
11762             "type": "City with county rights"
11763             },
11764             {
11765             "code": "HU-ZA",
11766             "name": "Zala",
11767             "type": "County"
11768             },
11769             {
11770             "code": "HU-ZE",
11771             "name": "Zalaegerszeg",
11772             "type": "City with county rights"
11773             },
11774             {
11775             "code": "ID-AC",
11776             "name": "Aceh",
11777             "parent": "SM",
11778             "type": "Province"
11779             },
11780             {
11781             "code": "ID-BA",
11782             "name": "Bali",
11783             "parent": "NU",
11784             "type": "Province"
11785             },
11786             {
11787             "code": "ID-BB",
11788             "name": "Kepulauan Bangka Belitung",
11789             "parent": "SM",
11790             "type": "Province"
11791             },
11792             {
11793             "code": "ID-BE",
11794             "name": "Bengkulu",
11795             "parent": "SM",
11796             "type": "Province"
11797             },
11798             {
11799             "code": "ID-BT",
11800             "name": "Banten",
11801             "parent": "JW",
11802             "type": "Province"
11803             },
11804             {
11805             "code": "ID-GO",
11806             "name": "Gorontalo",
11807             "parent": "SL",
11808             "type": "Province"
11809             },
11810             {
11811             "code": "ID-JA",
11812             "name": "Jambi",
11813             "parent": "SM",
11814             "type": "Province"
11815             },
11816             {
11817             "code": "ID-JB",
11818             "name": "Jawa Barat",
11819             "parent": "JW",
11820             "type": "Province"
11821             },
11822             {
11823             "code": "ID-JI",
11824             "name": "Jawa Timur",
11825             "parent": "JW",
11826             "type": "Province"
11827             },
11828             {
11829             "code": "ID-JK",
11830             "name": "Jakarta Raya",
11831             "parent": "JW",
11832             "type": "Capital district"
11833             },
11834             {
11835             "code": "ID-JT",
11836             "name": "Jawa Tengah",
11837             "parent": "JW",
11838             "type": "Province"
11839             },
11840             {
11841             "code": "ID-JW",
11842             "name": "Jawa",
11843             "type": "Geographical unit"
11844             },
11845             {
11846             "code": "ID-KA",
11847             "name": "Kalimantan",
11848             "type": "Geographical unit"
11849             },
11850             {
11851             "code": "ID-KB",
11852             "name": "Kalimantan Barat",
11853             "parent": "KA",
11854             "type": "Province"
11855             },
11856             {
11857             "code": "ID-KI",
11858             "name": "Kalimantan Timur",
11859             "parent": "KA",
11860             "type": "Province"
11861             },
11862             {
11863             "code": "ID-KR",
11864             "name": "Kepulauan Riau",
11865             "parent": "SM",
11866             "type": "Province"
11867             },
11868             {
11869             "code": "ID-KS",
11870             "name": "Kalimantan Selatan",
11871             "parent": "KA",
11872             "type": "Province"
11873             },
11874             {
11875             "code": "ID-KT",
11876             "name": "Kalimantan Tengah",
11877             "parent": "KA",
11878             "type": "Province"
11879             },
11880             {
11881             "code": "ID-KU",
11882             "name": "Kalimantan Utara",
11883             "parent": "KA",
11884             "type": "Province"
11885             },
11886             {
11887             "code": "ID-LA",
11888             "name": "Lampung",
11889             "parent": "SM",
11890             "type": "Province"
11891             },
11892             {
11893             "code": "ID-MA",
11894             "name": "Maluku",
11895             "parent": "ML",
11896             "type": "Province"
11897             },
11898             {
11899             "code": "ID-ML",
11900             "name": "Maluku",
11901             "type": "Geographical unit"
11902             },
11903             {
11904             "code": "ID-MU",
11905             "name": "Maluku Utara",
11906             "parent": "ML",
11907             "type": "Province"
11908             },
11909             {
11910             "code": "ID-NB",
11911             "name": "Nusa Tenggara Barat",
11912             "parent": "NU",
11913             "type": "Province"
11914             },
11915             {
11916             "code": "ID-NT",
11917             "name": "Nusa Tenggara Timur",
11918             "parent": "NU",
11919             "type": "Province"
11920             },
11921             {
11922             "code": "ID-NU",
11923             "name": "Nusa Tenggara",
11924             "type": "Geographical unit"
11925             },
11926             {
11927             "code": "ID-PA",
11928             "name": "Papua",
11929             "parent": "PP",
11930             "type": "Province"
11931             },
11932             {
11933             "code": "ID-PB",
11934             "name": "Papua Barat",
11935             "parent": "PP",
11936             "type": "Province"
11937             },
11938             {
11939             "code": "ID-PP",
11940             "name": "Papua",
11941             "type": "Geographical unit"
11942             },
11943             {
11944             "code": "ID-RI",
11945             "name": "Riau",
11946             "parent": "SM",
11947             "type": "Province"
11948             },
11949             {
11950             "code": "ID-SA",
11951             "name": "Sulawesi Utara",
11952             "parent": "SL",
11953             "type": "Province"
11954             },
11955             {
11956             "code": "ID-SB",
11957             "name": "Sumatera Barat",
11958             "parent": "SM",
11959             "type": "Province"
11960             },
11961             {
11962             "code": "ID-SG",
11963             "name": "Sulawesi Tenggara",
11964             "parent": "SL",
11965             "type": "Province"
11966             },
11967             {
11968             "code": "ID-SL",
11969             "name": "Sulawesi",
11970             "type": "Geographical unit"
11971             },
11972             {
11973             "code": "ID-SM",
11974             "name": "Sumatera",
11975             "type": "Geographical unit"
11976             },
11977             {
11978             "code": "ID-SN",
11979             "name": "Sulawesi Selatan",
11980             "parent": "SL",
11981             "type": "Province"
11982             },
11983             {
11984             "code": "ID-SR",
11985             "name": "Sulawesi Barat",
11986             "parent": "SL",
11987             "type": "Province"
11988             },
11989             {
11990             "code": "ID-SS",
11991             "name": "Sumatera Selatan",
11992             "parent": "SM",
11993             "type": "Province"
11994             },
11995             {
11996             "code": "ID-ST",
11997             "name": "Sulawesi Tengah",
11998             "parent": "SL",
11999             "type": "Province"
12000             },
12001             {
12002             "code": "ID-SU",
12003             "name": "Sumatera Utara",
12004             "parent": "SM",
12005             "type": "Province"
12006             },
12007             {
12008             "code": "ID-YO",
12009             "name": "Yogyakarta",
12010             "parent": "JW",
12011             "type": "Special region"
12012             },
12013             {
12014             "code": "IE-C",
12015             "name": "Connaught",
12016             "type": "Province"
12017             },
12018             {
12019             "code": "IE-CE",
12020             "name": "Clare",
12021             "parent": "M",
12022             "type": "County"
12023             },
12024             {
12025             "code": "IE-CN",
12026             "name": "Cavan",
12027             "parent": "U",
12028             "type": "County"
12029             },
12030             {
12031             "code": "IE-CO",
12032             "name": "Cork",
12033             "parent": "M",
12034             "type": "County"
12035             },
12036             {
12037             "code": "IE-CW",
12038             "name": "Carlow",
12039             "parent": "L",
12040             "type": "County"
12041             },
12042             {
12043             "code": "IE-D",
12044             "name": "Dublin",
12045             "parent": "L",
12046             "type": "County"
12047             },
12048             {
12049             "code": "IE-DL",
12050             "name": "Donegal",
12051             "parent": "U",
12052             "type": "County"
12053             },
12054             {
12055             "code": "IE-G",
12056             "name": "Galway",
12057             "parent": "C",
12058             "type": "County"
12059             },
12060             {
12061             "code": "IE-KE",
12062             "name": "Kildare",
12063             "parent": "L",
12064             "type": "County"
12065             },
12066             {
12067             "code": "IE-KK",
12068             "name": "Kilkenny",
12069             "parent": "L",
12070             "type": "County"
12071             },
12072             {
12073             "code": "IE-KY",
12074             "name": "Kerry",
12075             "parent": "M",
12076             "type": "County"
12077             },
12078             {
12079             "code": "IE-L",
12080             "name": "Leinster",
12081             "type": "Province"
12082             },
12083             {
12084             "code": "IE-LD",
12085             "name": "Longford",
12086             "parent": "L",
12087             "type": "County"
12088             },
12089             {
12090             "code": "IE-LH",
12091             "name": "Louth",
12092             "parent": "L",
12093             "type": "County"
12094             },
12095             {
12096             "code": "IE-LK",
12097             "name": "Limerick",
12098             "parent": "M",
12099             "type": "County"
12100             },
12101             {
12102             "code": "IE-LM",
12103             "name": "Leitrim",
12104             "parent": "C",
12105             "type": "County"
12106             },
12107             {
12108             "code": "IE-LS",
12109             "name": "Laois",
12110             "parent": "L",
12111             "type": "County"
12112             },
12113             {
12114             "code": "IE-M",
12115             "name": "Munster",
12116             "type": "Province"
12117             },
12118             {
12119             "code": "IE-MH",
12120             "name": "Meath",
12121             "parent": "L",
12122             "type": "County"
12123             },
12124             {
12125             "code": "IE-MN",
12126             "name": "Monaghan",
12127             "parent": "U",
12128             "type": "County"
12129             },
12130             {
12131             "code": "IE-MO",
12132             "name": "Mayo",
12133             "parent": "C",
12134             "type": "County"
12135             },
12136             {
12137             "code": "IE-OY",
12138             "name": "Offaly",
12139             "parent": "L",
12140             "type": "County"
12141             },
12142             {
12143             "code": "IE-RN",
12144             "name": "Roscommon",
12145             "parent": "C",
12146             "type": "County"
12147             },
12148             {
12149             "code": "IE-SO",
12150             "name": "Sligo",
12151             "parent": "C",
12152             "type": "County"
12153             },
12154             {
12155             "code": "IE-TA",
12156             "name": "Tipperary",
12157             "parent": "M",
12158             "type": "County"
12159             },
12160             {
12161             "code": "IE-U",
12162             "name": "Ulster",
12163             "type": "Province"
12164             },
12165             {
12166             "code": "IE-WD",
12167             "name": "Waterford",
12168             "parent": "M",
12169             "type": "County"
12170             },
12171             {
12172             "code": "IE-WH",
12173             "name": "Westmeath",
12174             "parent": "L",
12175             "type": "County"
12176             },
12177             {
12178             "code": "IE-WW",
12179             "name": "Wicklow",
12180             "parent": "L",
12181             "type": "County"
12182             },
12183             {
12184             "code": "IE-WX",
12185             "name": "Wexford",
12186             "parent": "L",
12187             "type": "County"
12188             },
12189             {
12190             "code": "IL-D",
12191             "name": "Al Janūbī",
12192             "type": "District"
12193             },
12194             {
12195             "code": "IL-HA",
12196             "name": "H̱efa",
12197             "type": "District"
12198             },
12199             {
12200             "code": "IL-JM",
12201             "name": "Al Quds",
12202             "type": "District"
12203             },
12204             {
12205             "code": "IL-M",
12206             "name": "Al Awsaţ",
12207             "type": "District"
12208             },
12209             {
12210             "code": "IL-TA",
12211             "name": "Tall Abīb",
12212             "type": "District"
12213             },
12214             {
12215             "code": "IL-Z",
12216             "name": "Ash Shamālī",
12217             "type": "District"
12218             },
12219             {
12220             "code": "IN-AN",
12221             "name": "Andaman and Nicobar Islands",
12222             "type": "Union territory"
12223             },
12224             {
12225             "code": "IN-AP",
12226             "name": "Andhra Pradesh",
12227             "type": "State"
12228             },
12229             {
12230             "code": "IN-AR",
12231             "name": "Arunāchal Pradesh",
12232             "type": "State"
12233             },
12234             {
12235             "code": "IN-AS",
12236             "name": "Assam",
12237             "type": "State"
12238             },
12239             {
12240             "code": "IN-BR",
12241             "name": "Bihār",
12242             "type": "State"
12243             },
12244             {
12245             "code": "IN-CH",
12246             "name": "Chandīgarh",
12247             "type": "Union territory"
12248             },
12249             {
12250             "code": "IN-CT",
12251             "name": "Chhattīsgarh",
12252             "type": "State"
12253             },
12254             {
12255             "code": "IN-DH",
12256             "name": "Dādra and Nagar Haveli and Damān and Diu",
12257             "type": "Union territory"
12258             },
12259             {
12260             "code": "IN-DL",
12261             "name": "Delhi",
12262             "type": "Union territory"
12263             },
12264             {
12265             "code": "IN-GA",
12266             "name": "Goa",
12267             "type": "State"
12268             },
12269             {
12270             "code": "IN-GJ",
12271             "name": "Gujarāt",
12272             "type": "State"
12273             },
12274             {
12275             "code": "IN-HP",
12276             "name": "Himāchal Pradesh",
12277             "type": "State"
12278             },
12279             {
12280             "code": "IN-HR",
12281             "name": "Haryāna",
12282             "type": "State"
12283             },
12284             {
12285             "code": "IN-JH",
12286             "name": "Jhārkhand",
12287             "type": "State"
12288             },
12289             {
12290             "code": "IN-JK",
12291             "name": "Jammu and Kashmīr",
12292             "type": "Union territory"
12293             },
12294             {
12295             "code": "IN-KA",
12296             "name": "Karnātaka",
12297             "type": "State"
12298             },
12299             {
12300             "code": "IN-KL",
12301             "name": "Kerala",
12302             "type": "State"
12303             },
12304             {
12305             "code": "IN-LA",
12306             "name": "Ladākh",
12307             "type": "Union territory"
12308             },
12309             {
12310             "code": "IN-LD",
12311             "name": "Lakshadweep",
12312             "type": "Union territory"
12313             },
12314             {
12315             "code": "IN-MH",
12316             "name": "Mahārāshtra",
12317             "type": "State"
12318             },
12319             {
12320             "code": "IN-ML",
12321             "name": "Meghālaya",
12322             "type": "State"
12323             },
12324             {
12325             "code": "IN-MN",
12326             "name": "Manipur",
12327             "type": "State"
12328             },
12329             {
12330             "code": "IN-MP",
12331             "name": "Madhya Pradesh",
12332             "type": "State"
12333             },
12334             {
12335             "code": "IN-MZ",
12336             "name": "Mizoram",
12337             "type": "State"
12338             },
12339             {
12340             "code": "IN-NL",
12341             "name": "Nāgāland",
12342             "type": "State"
12343             },
12344             {
12345             "code": "IN-OR",
12346             "name": "Odisha",
12347             "type": "State"
12348             },
12349             {
12350             "code": "IN-PB",
12351             "name": "Punjab",
12352             "type": "State"
12353             },
12354             {
12355             "code": "IN-PY",
12356             "name": "Puducherry",
12357             "type": "Union territory"
12358             },
12359             {
12360             "code": "IN-RJ",
12361             "name": "Rājasthān",
12362             "type": "State"
12363             },
12364             {
12365             "code": "IN-SK",
12366             "name": "Sikkim",
12367             "type": "State"
12368             },
12369             {
12370             "code": "IN-TG",
12371             "name": "Telangāna",
12372             "type": "State"
12373             },
12374             {
12375             "code": "IN-TN",
12376             "name": "Tamil Nādu",
12377             "type": "State"
12378             },
12379             {
12380             "code": "IN-TR",
12381             "name": "Tripura",
12382             "type": "State"
12383             },
12384             {
12385             "code": "IN-UP",
12386             "name": "Uttar Pradesh",
12387             "type": "State"
12388             },
12389             {
12390             "code": "IN-UT",
12391             "name": "Uttarākhand",
12392             "type": "State"
12393             },
12394             {
12395             "code": "IN-WB",
12396             "name": "West Bengal",
12397             "type": "State"
12398             },
12399             {
12400             "code": "IQ-AN",
12401             "name": "Al Anbār",
12402             "type": "Governorate"
12403             },
12404             {
12405             "code": "IQ-AR",
12406             "name": "Arbīl",
12407             "type": "Governorate"
12408             },
12409             {
12410             "code": "IQ-BA",
12411             "name": "Al Başrah",
12412             "type": "Governorate"
12413             },
12414             {
12415             "code": "IQ-BB",
12416             "name": "Bābil",
12417             "type": "Governorate"
12418             },
12419             {
12420             "code": "IQ-BG",
12421             "name": "Baghdād",
12422             "type": "Governorate"
12423             },
12424             {
12425             "code": "IQ-DA",
12426             "name": "Dahūk",
12427             "type": "Governorate"
12428             },
12429             {
12430             "code": "IQ-DI",
12431             "name": "Diyālá",
12432             "type": "Governorate"
12433             },
12434             {
12435             "code": "IQ-DQ",
12436             "name": "Dhī Qār",
12437             "type": "Governorate"
12438             },
12439             {
12440             "code": "IQ-KA",
12441             "name": "Karbalā’",
12442             "type": "Governorate"
12443             },
12444             {
12445             "code": "IQ-KI",
12446             "name": "Kirkūk",
12447             "type": "Governorate"
12448             },
12449             {
12450             "code": "IQ-MA",
12451             "name": "Maysān",
12452             "type": "Governorate"
12453             },
12454             {
12455             "code": "IQ-MU",
12456             "name": "Al Muthanná",
12457             "type": "Governorate"
12458             },
12459             {
12460             "code": "IQ-NA",
12461             "name": "An Najaf",
12462             "type": "Governorate"
12463             },
12464             {
12465             "code": "IQ-NI",
12466             "name": "Nīnawá",
12467             "type": "Governorate"
12468             },
12469             {
12470             "code": "IQ-QA",
12471             "name": "Al Qādisīyah",
12472             "type": "Governorate"
12473             },
12474             {
12475             "code": "IQ-SD",
12476             "name": "Şalāḩ ad Dīn",
12477             "type": "Governorate"
12478             },
12479             {
12480             "code": "IQ-SU",
12481             "name": "As Sulaymānīyah",
12482             "type": "Governorate"
12483             },
12484             {
12485             "code": "IQ-WA",
12486             "name": "Wāsiţ",
12487             "type": "Governorate"
12488             },
12489             {
12490             "code": "IR-00",
12491             "name": "Markazī",
12492             "type": "Province"
12493             },
12494             {
12495             "code": "IR-01",
12496             "name": "Gīlān",
12497             "type": "Province"
12498             },
12499             {
12500             "code": "IR-02",
12501             "name": "Māzandarān",
12502             "type": "Province"
12503             },
12504             {
12505             "code": "IR-03",
12506             "name": "Āz̄ārbāyjān-e Shārqī",
12507             "type": "Province"
12508             },
12509             {
12510             "code": "IR-04",
12511             "name": "Āz̄ārbāyjān-e Ghārbī",
12512             "type": "Province"
12513             },
12514             {
12515             "code": "IR-05",
12516             "name": "Kermānshāh",
12517             "type": "Province"
12518             },
12519             {
12520             "code": "IR-06",
12521             "name": "Khūzestān",
12522             "type": "Province"
12523             },
12524             {
12525             "code": "IR-07",
12526             "name": "Fārs",
12527             "type": "Province"
12528             },
12529             {
12530             "code": "IR-08",
12531             "name": "Kermān",
12532             "type": "Province"
12533             },
12534             {
12535             "code": "IR-09",
12536             "name": "Khorāsān-e Raẕavī",
12537             "type": "Province"
12538             },
12539             {
12540             "code": "IR-10",
12541             "name": "Eşfahān",
12542             "type": "Province"
12543             },
12544             {
12545             "code": "IR-11",
12546             "name": "Sīstān va Balūchestān",
12547             "type": "Province"
12548             },
12549             {
12550             "code": "IR-12",
12551             "name": "Kordestān",
12552             "type": "Province"
12553             },
12554             {
12555             "code": "IR-13",
12556             "name": "Hamadān",
12557             "type": "Province"
12558             },
12559             {
12560             "code": "IR-14",
12561             "name": "Chahār Maḩāl va Bakhtīārī",
12562             "type": "Province"
12563             },
12564             {
12565             "code": "IR-15",
12566             "name": "Lorestān",
12567             "type": "Province"
12568             },
12569             {
12570             "code": "IR-16",
12571             "name": "Īlām",
12572             "type": "Province"
12573             },
12574             {
12575             "code": "IR-17",
12576             "name": "Kohgīlūyeh va Bowyer Aḩmad",
12577             "type": "Province"
12578             },
12579             {
12580             "code": "IR-18",
12581             "name": "Būshehr",
12582             "type": "Province"
12583             },
12584             {
12585             "code": "IR-19",
12586             "name": "Zanjān",
12587             "type": "Province"
12588             },
12589             {
12590             "code": "IR-20",
12591             "name": "Semnān",
12592             "type": "Province"
12593             },
12594             {
12595             "code": "IR-21",
12596             "name": "Yazd",
12597             "type": "Province"
12598             },
12599             {
12600             "code": "IR-22",
12601             "name": "Hormozgān",
12602             "type": "Province"
12603             },
12604             {
12605             "code": "IR-23",
12606             "name": "Tehrān",
12607             "type": "Province"
12608             },
12609             {
12610             "code": "IR-24",
12611             "name": "Ardabīl",
12612             "type": "Province"
12613             },
12614             {
12615             "code": "IR-25",
12616             "name": "Qom",
12617             "type": "Province"
12618             },
12619             {
12620             "code": "IR-26",
12621             "name": "Qazvīn",
12622             "type": "Province"
12623             },
12624             {
12625             "code": "IR-27",
12626             "name": "Golestān",
12627             "type": "Province"
12628             },
12629             {
12630             "code": "IR-28",
12631             "name": "Khorāsān-e Shomālī",
12632             "type": "Province"
12633             },
12634             {
12635             "code": "IR-29",
12636             "name": "Khorāsān-e Jonūbī",
12637             "type": "Province"
12638             },
12639             {
12640             "code": "IR-30",
12641             "name": "Alborz",
12642             "type": "Province"
12643             },
12644             {
12645             "code": "IS-1",
12646             "name": "Höfuðborgarsvæði",
12647             "type": "Region"
12648             },
12649             {
12650             "code": "IS-2",
12651             "name": "Suðurnes",
12652             "type": "Region"
12653             },
12654             {
12655             "code": "IS-3",
12656             "name": "Vesturland",
12657             "type": "Region"
12658             },
12659             {
12660             "code": "IS-4",
12661             "name": "Vestfirðir",
12662             "type": "Region"
12663             },
12664             {
12665             "code": "IS-5",
12666             "name": "Norðurland vestra",
12667             "type": "Region"
12668             },
12669             {
12670             "code": "IS-6",
12671             "name": "Norðurland eystra",
12672             "type": "Region"
12673             },
12674             {
12675             "code": "IS-7",
12676             "name": "Austurland",
12677             "type": "Region"
12678             },
12679             {
12680             "code": "IS-8",
12681             "name": "Suðurland",
12682             "type": "Region"
12683             },
12684             {
12685             "code": "IS-AKH",
12686             "name": "Akrahreppur",
12687             "parent": "5",
12688             "type": "Municipality"
12689             },
12690             {
12691             "code": "IS-AKN",
12692             "name": "Akraneskaupstaður",
12693             "parent": "3",
12694             "type": "Municipality"
12695             },
12696             {
12697             "code": "IS-AKU",
12698             "name": "Akureyrarbær",
12699             "parent": "6",
12700             "type": "Municipality"
12701             },
12702             {
12703             "code": "IS-ARN",
12704             "name": "Árneshreppur",
12705             "parent": "4",
12706             "type": "Municipality"
12707             },
12708             {
12709             "code": "IS-ASA",
12710             "name": "Ásahreppur",
12711             "parent": "8",
12712             "type": "Municipality"
12713             },
12714             {
12715             "code": "IS-BFJ",
12716             "name": "Borgarfjarðarhreppur",
12717             "parent": "7",
12718             "type": "Municipality"
12719             },
12720             {
12721             "code": "IS-BLA",
12722             "name": "Bláskógabyggð",
12723             "parent": "8",
12724             "type": "Municipality"
12725             },
12726             {
12727             "code": "IS-BLO",
12728             "name": "Blönduósbær",
12729             "parent": "5",
12730             "type": "Municipality"
12731             },
12732             {
12733             "code": "IS-BOG",
12734             "name": "Borgarbyggð",
12735             "parent": "3",
12736             "type": "Municipality"
12737             },
12738             {
12739             "code": "IS-BOL",
12740             "name": "Bolungarvíkurkaupstaður",
12741             "parent": "4",
12742             "type": "Municipality"
12743             },
12744             {
12745             "code": "IS-DAB",
12746             "name": "Dalabyggð",
12747             "parent": "3",
12748             "type": "Municipality"
12749             },
12750             {
12751             "code": "IS-DAV",
12752             "name": "Dalvíkurbyggð",
12753             "parent": "6",
12754             "type": "Municipality"
12755             },
12756             {
12757             "code": "IS-DJU",
12758             "name": "Djúpavogshreppur",
12759             "parent": "7",
12760             "type": "Municipality"
12761             },
12762             {
12763             "code": "IS-EOM",
12764             "name": "Eyja- og Miklaholtshreppur",
12765             "parent": "3",
12766             "type": "Municipality"
12767             },
12768             {
12769             "code": "IS-EYF",
12770             "name": "Eyjafjarðarsveit",
12771             "parent": "6",
12772             "type": "Municipality"
12773             },
12774             {
12775             "code": "IS-FJD",
12776             "name": "Fjarðabyggð",
12777             "parent": "7",
12778             "type": "Municipality"
12779             },
12780             {
12781             "code": "IS-FJL",
12782             "name": "Fjallabyggð",
12783             "parent": "6",
12784             "type": "Municipality"
12785             },
12786             {
12787             "code": "IS-FLA",
12788             "name": "Flóahreppur",
12789             "parent": "8",
12790             "type": "Municipality"
12791             },
12792             {
12793             "code": "IS-FLD",
12794             "name": "Fljótsdalshérað",
12795             "parent": "7",
12796             "type": "Municipality"
12797             },
12798             {
12799             "code": "IS-FLR",
12800             "name": "Fljótsdalshreppur",
12801             "parent": "7",
12802             "type": "Municipality"
12803             },
12804             {
12805             "code": "IS-GAR",
12806             "name": "Garðabær",
12807             "parent": "1",
12808             "type": "Municipality"
12809             },
12810             {
12811             "code": "IS-GOG",
12812             "name": "Grímsnes- og Grafningshreppur",
12813             "parent": "8",
12814             "type": "Municipality"
12815             },
12816             {
12817             "code": "IS-GRN",
12818             "name": "Grindavíkurbær",
12819             "parent": "2",
12820             "type": "Municipality"
12821             },
12822             {
12823             "code": "IS-GRU",
12824             "name": "Grundarfjarðarbær",
12825             "parent": "3",
12826             "type": "Municipality"
12827             },
12828             {
12829             "code": "IS-GRY",
12830             "name": "Grýtubakkahreppur",
12831             "parent": "6",
12832             "type": "Municipality"
12833             },
12834             {
12835             "code": "IS-HAF",
12836             "name": "Hafnarfjarðarkaupstaður",
12837             "parent": "1",
12838             "type": "Municipality"
12839             },
12840             {
12841             "code": "IS-HEL",
12842             "name": "Helgafellssveit",
12843             "parent": "3",
12844             "type": "Municipality"
12845             },
12846             {
12847             "code": "IS-HRG",
12848             "name": "Hörgársveit",
12849             "parent": "6",
12850             "type": "Municipality"
12851             },
12852             {
12853             "code": "IS-HRU",
12854             "name": "Hrunamannahreppur",
12855             "parent": "8",
12856             "type": "Municipality"
12857             },
12858             {
12859             "code": "IS-HUT",
12860             "name": "Húnavatnshreppur",
12861             "parent": "5",
12862             "type": "Municipality"
12863             },
12864             {
12865             "code": "IS-HUV",
12866             "name": "Húnaþing vestra",
12867             "parent": "5",
12868             "type": "Municipality"
12869             },
12870             {
12871             "code": "IS-HVA",
12872             "name": "Hvalfjarðarsveit",
12873             "parent": "3",
12874             "type": "Municipality"
12875             },
12876             {
12877             "code": "IS-HVE",
12878             "name": "Hveragerðisbær",
12879             "parent": "8",
12880             "type": "Municipality"
12881             },
12882             {
12883             "code": "IS-ISA",
12884             "name": "Ísafjarðarbær",
12885             "parent": "4",
12886             "type": "Municipality"
12887             },
12888             {
12889             "code": "IS-KAL",
12890             "name": "Kaldrananeshreppur",
12891             "parent": "4",
12892             "type": "Municipality"
12893             },
12894             {
12895             "code": "IS-KJO",
12896             "name": "Kjósarhreppur",
12897             "parent": "1",
12898             "type": "Municipality"
12899             },
12900             {
12901             "code": "IS-KOP",
12902             "name": "Kópavogsbær",
12903             "parent": "1",
12904             "type": "Municipality"
12905             },
12906             {
12907             "code": "IS-LAN",
12908             "name": "Langanesbyggð",
12909             "parent": "6",
12910             "type": "Municipality"
12911             },
12912             {
12913             "code": "IS-MOS",
12914             "name": "Mosfellsbær",
12915             "parent": "1",
12916             "type": "Municipality"
12917             },
12918             {
12919             "code": "IS-MYR",
12920             "name": "Mýrdalshreppur",
12921             "parent": "8",
12922             "type": "Municipality"
12923             },
12924             {
12925             "code": "IS-NOR",
12926             "name": "Norðurþing",
12927             "parent": "6",
12928             "type": "Municipality"
12929             },
12930             {
12931             "code": "IS-RGE",
12932             "name": "Rangárþing eystra",
12933             "parent": "8",
12934             "type": "Municipality"
12935             },
12936             {
12937             "code": "IS-RGY",
12938             "name": "Rangárþing ytra",
12939             "parent": "8",
12940             "type": "Municipality"
12941             },
12942             {
12943             "code": "IS-RHH",
12944             "name": "Reykhólahreppur",
12945             "parent": "4",
12946             "type": "Municipality"
12947             },
12948             {
12949             "code": "IS-RKN",
12950             "name": "Reykjanesbær",
12951             "parent": "2",
12952             "type": "Municipality"
12953             },
12954             {
12955             "code": "IS-RKV",
12956             "name": "Reykjavíkurborg",
12957             "parent": "1",
12958             "type": "Municipality"
12959             },
12960             {
12961             "code": "IS-SBH",
12962             "name": "Svalbarðshreppur",
12963             "parent": "6",
12964             "type": "Municipality"
12965             },
12966             {
12967             "code": "IS-SBT",
12968             "name": "Svalbarðsstrandarhreppur",
12969             "parent": "6",
12970             "type": "Municipality"
12971             },
12972             {
12973             "code": "IS-SDN",
12974             "name": "Suðurnesjabær",
12975             "parent": "2",
12976             "type": "Municipality"
12977             },
12978             {
12979             "code": "IS-SDV",
12980             "name": "Súðavíkurhreppur",
12981             "parent": "4",
12982             "type": "Municipality"
12983             },
12984             {
12985             "code": "IS-SEL",
12986             "name": "Seltjarnarnesbær",
12987             "parent": "1",
12988             "type": "Municipality"
12989             },
12990             {
12991             "code": "IS-SEY",
12992             "name": "Seyðisfjarðarkaupstaður",
12993             "parent": "7",
12994             "type": "Municipality"
12995             },
12996             {
12997             "code": "IS-SFA",
12998             "name": "Sveitarfélagið Árborg",
12999             "parent": "8",
13000             "type": "Municipality"
13001             },
13002             {
13003             "code": "IS-SHF",
13004             "name": "Sveitarfélagið Hornafjörður",
13005             "parent": "7",
13006             "type": "Municipality"
13007             },
13008             {
13009             "code": "IS-SKF",
13010             "name": "Skaftárhreppur",
13011             "parent": "8",
13012             "type": "Municipality"
13013             },
13014             {
13015             "code": "IS-SKG",
13016             "name": "Skagabyggð",
13017             "parent": "5",
13018             "type": "Municipality"
13019             },
13020             {
13021             "code": "IS-SKO",
13022             "name": "Skorradalshreppur",
13023             "parent": "3",
13024             "type": "Municipality"
13025             },
13026             {
13027             "code": "IS-SKU",
13028             "name": "Skútustaðahreppur",
13029             "parent": "6",
13030             "type": "Municipality"
13031             },
13032             {
13033             "code": "IS-SNF",
13034             "name": "Snæfellsbær",
13035             "parent": "3",
13036             "type": "Municipality"
13037             },
13038             {
13039             "code": "IS-SOG",
13040             "name": "Skeiða- og Gnúpverjahreppur",
13041             "parent": "8",
13042             "type": "Municipality"
13043             },
13044             {
13045             "code": "IS-SOL",
13046             "name": "Sveitarfélagið Ölfus",
13047             "parent": "8",
13048             "type": "Municipality"
13049             },
13050             {
13051             "code": "IS-SSF",
13052             "name": "Sveitarfélagið Skagafjörður",
13053             "parent": "5",
13054             "type": "Municipality"
13055             },
13056             {
13057             "code": "IS-SSS",
13058             "name": "Sveitarfélagið Skagaströnd",
13059             "parent": "5",
13060             "type": "Municipality"
13061             },
13062             {
13063             "code": "IS-STR",
13064             "name": "Strandabyggð",
13065             "parent": "4",
13066             "type": "Municipality"
13067             },
13068             {
13069             "code": "IS-STY",
13070             "name": "Stykkishólmsbær",
13071             "parent": "3",
13072             "type": "Municipality"
13073             },
13074             {
13075             "code": "IS-SVG",
13076             "name": "Sveitarfélagið Vogar",
13077             "parent": "2",
13078             "type": "Municipality"
13079             },
13080             {
13081             "code": "IS-TAL",
13082             "name": "Tálknafjarðarhreppur",
13083             "parent": "4",
13084             "type": "Municipality"
13085             },
13086             {
13087             "code": "IS-THG",
13088             "name": "Þingeyjarsveit",
13089             "parent": "6",
13090             "type": "Municipality"
13091             },
13092             {
13093             "code": "IS-TJO",
13094             "name": "Tjörneshreppur",
13095             "parent": "6",
13096             "type": "Municipality"
13097             },
13098             {
13099             "code": "IS-VEM",
13100             "name": "Vestmannaeyjabær",
13101             "parent": "8",
13102             "type": "Municipality"
13103             },
13104             {
13105             "code": "IS-VER",
13106             "name": "Vesturbyggð",
13107             "parent": "4",
13108             "type": "Municipality"
13109             },
13110             {
13111             "code": "IS-VOP",
13112             "name": "Vopnafjarðarhreppur",
13113             "parent": "7",
13114             "type": "Municipality"
13115             },
13116             {
13117             "code": "IT-21",
13118             "name": "Piemonte",
13119             "type": "Region"
13120             },
13121             {
13122             "code": "IT-23",
13123             "name": "Val d'Aoste",
13124             "type": "Autonomous region"
13125             },
13126             {
13127             "code": "IT-25",
13128             "name": "Lombardia",
13129             "type": "Region"
13130             },
13131             {
13132             "code": "IT-32",
13133             "name": "Trentino-Alto Adige",
13134             "type": "Autonomous region"
13135             },
13136             {
13137             "code": "IT-34",
13138             "name": "Veneto",
13139             "type": "Region"
13140             },
13141             {
13142             "code": "IT-36",
13143             "name": "Friuli Venezia Giulia",
13144             "type": "Autonomous region"
13145             },
13146             {
13147             "code": "IT-42",
13148             "name": "Liguria",
13149             "type": "Region"
13150             },
13151             {
13152             "code": "IT-45",
13153             "name": "Emilia-Romagna",
13154             "type": "Region"
13155             },
13156             {
13157             "code": "IT-52",
13158             "name": "Toscana",
13159             "type": "Region"
13160             },
13161             {
13162             "code": "IT-55",
13163             "name": "Umbria",
13164             "type": "Region"
13165             },
13166             {
13167             "code": "IT-57",
13168             "name": "Marche",
13169             "type": "Region"
13170             },
13171             {
13172             "code": "IT-62",
13173             "name": "Lazio",
13174             "type": "Region"
13175             },
13176             {
13177             "code": "IT-65",
13178             "name": "Abruzzo",
13179             "type": "Region"
13180             },
13181             {
13182             "code": "IT-67",
13183             "name": "Molise",
13184             "type": "Region"
13185             },
13186             {
13187             "code": "IT-72",
13188             "name": "Campania",
13189             "type": "Region"
13190             },
13191             {
13192             "code": "IT-75",
13193             "name": "Puglia",
13194             "type": "Region"
13195             },
13196             {
13197             "code": "IT-77",
13198             "name": "Basilicata",
13199             "type": "Region"
13200             },
13201             {
13202             "code": "IT-78",
13203             "name": "Calabria",
13204             "type": "Region"
13205             },
13206             {
13207             "code": "IT-82",
13208             "name": "Sicilia",
13209             "type": "Autonomous region"
13210             },
13211             {
13212             "code": "IT-88",
13213             "name": "Sardegna",
13214             "type": "Autonomous region"
13215             },
13216             {
13217             "code": "IT-AG",
13218             "name": "Agrigento",
13219             "parent": "82",
13220             "type": "Free municipal consortium"
13221             },
13222             {
13223             "code": "IT-AL",
13224             "name": "Alessandria",
13225             "parent": "21",
13226             "type": "Province"
13227             },
13228             {
13229             "code": "IT-AN",
13230             "name": "Ancona",
13231             "parent": "57",
13232             "type": "Province"
13233             },
13234             {
13235             "code": "IT-AP",
13236             "name": "Ascoli Piceno",
13237             "parent": "57",
13238             "type": "Province"
13239             },
13240             {
13241             "code": "IT-AQ",
13242             "name": "L'Aquila",
13243             "parent": "65",
13244             "type": "Province"
13245             },
13246             {
13247             "code": "IT-AR",
13248             "name": "Arezzo",
13249             "parent": "52",
13250             "type": "Province"
13251             },
13252             {
13253             "code": "IT-AT",
13254             "name": "Asti",
13255             "parent": "21",
13256             "type": "Province"
13257             },
13258             {
13259             "code": "IT-AV",
13260             "name": "Avellino",
13261             "parent": "72",
13262             "type": "Province"
13263             },
13264             {
13265             "code": "IT-BA",
13266             "name": "Bari",
13267             "parent": "75",
13268             "type": "Metropolitan city"
13269             },
13270             {
13271             "code": "IT-BG",
13272             "name": "Bergamo",
13273             "parent": "25",
13274             "type": "Province"
13275             },
13276             {
13277             "code": "IT-BI",
13278             "name": "Biella",
13279             "parent": "21",
13280             "type": "Province"
13281             },
13282             {
13283             "code": "IT-BL",
13284             "name": "Belluno",
13285             "parent": "34",
13286             "type": "Province"
13287             },
13288             {
13289             "code": "IT-BN",
13290             "name": "Benevento",
13291             "parent": "72",
13292             "type": "Province"
13293             },
13294             {
13295             "code": "IT-BO",
13296             "name": "Bologna",
13297             "parent": "45",
13298             "type": "Metropolitan city"
13299             },
13300             {
13301             "code": "IT-BR",
13302             "name": "Brindisi",
13303             "parent": "75",
13304             "type": "Province"
13305             },
13306             {
13307             "code": "IT-BS",
13308             "name": "Brescia",
13309             "parent": "25",
13310             "type": "Province"
13311             },
13312             {
13313             "code": "IT-BT",
13314             "name": "Barletta-Andria-Trani",
13315             "parent": "75",
13316             "type": "Province"
13317             },
13318             {
13319             "code": "IT-BZ",
13320             "name": "Bolzano",
13321             "parent": "32",
13322             "type": "Autonomous province"
13323             },
13324             {
13325             "code": "IT-CA",
13326             "name": "Cagliari",
13327             "parent": "88",
13328             "type": "Metropolitan city"
13329             },
13330             {
13331             "code": "IT-CB",
13332             "name": "Campobasso",
13333             "parent": "67",
13334             "type": "Province"
13335             },
13336             {
13337             "code": "IT-CE",
13338             "name": "Caserta",
13339             "parent": "72",
13340             "type": "Province"
13341             },
13342             {
13343             "code": "IT-CH",
13344             "name": "Chieti",
13345             "parent": "65",
13346             "type": "Province"
13347             },
13348             {
13349             "code": "IT-CL",
13350             "name": "Caltanissetta",
13351             "parent": "82",
13352             "type": "Free municipal consortium"
13353             },
13354             {
13355             "code": "IT-CN",
13356             "name": "Cuneo",
13357             "parent": "21",
13358             "type": "Province"
13359             },
13360             {
13361             "code": "IT-CO",
13362             "name": "Como",
13363             "parent": "25",
13364             "type": "Province"
13365             },
13366             {
13367             "code": "IT-CR",
13368             "name": "Cremona",
13369             "parent": "25",
13370             "type": "Province"
13371             },
13372             {
13373             "code": "IT-CS",
13374             "name": "Cosenza",
13375             "parent": "78",
13376             "type": "Province"
13377             },
13378             {
13379             "code": "IT-CT",
13380             "name": "Catania",
13381             "parent": "82",
13382             "type": "Metropolitan city"
13383             },
13384             {
13385             "code": "IT-CZ",
13386             "name": "Catanzaro",
13387             "parent": "78",
13388             "type": "Province"
13389             },
13390             {
13391             "code": "IT-EN",
13392             "name": "Enna",
13393             "parent": "82",
13394             "type": "Free municipal consortium"
13395             },
13396             {
13397             "code": "IT-FC",
13398             "name": "Forlì-Cesena",
13399             "parent": "45",
13400             "type": "Province"
13401             },
13402             {
13403             "code": "IT-FE",
13404             "name": "Ferrara",
13405             "parent": "45",
13406             "type": "Province"
13407             },
13408             {
13409             "code": "IT-FG",
13410             "name": "Foggia",
13411             "parent": "75",
13412             "type": "Province"
13413             },
13414             {
13415             "code": "IT-FI",
13416             "name": "Firenze",
13417             "parent": "52",
13418             "type": "Metropolitan city"
13419             },
13420             {
13421             "code": "IT-FM",
13422             "name": "Fermo",
13423             "parent": "57",
13424             "type": "Province"
13425             },
13426             {
13427             "code": "IT-FR",
13428             "name": "Frosinone",
13429             "parent": "62",
13430             "type": "Province"
13431             },
13432             {
13433             "code": "IT-GE",
13434             "name": "Genova",
13435             "parent": "42",
13436             "type": "Metropolitan city"
13437             },
13438             {
13439             "code": "IT-GO",
13440             "name": "Gorizia",
13441             "parent": "36",
13442             "type": "Decentralized regional entity"
13443             },
13444             {
13445             "code": "IT-GR",
13446             "name": "Grosseto",
13447             "parent": "52",
13448             "type": "Province"
13449             },
13450             {
13451             "code": "IT-IM",
13452             "name": "Imperia",
13453             "parent": "42",
13454             "type": "Province"
13455             },
13456             {
13457             "code": "IT-IS",
13458             "name": "Isernia",
13459             "parent": "67",
13460             "type": "Province"
13461             },
13462             {
13463             "code": "IT-KR",
13464             "name": "Crotone",
13465             "parent": "78",
13466             "type": "Province"
13467             },
13468             {
13469             "code": "IT-LC",
13470             "name": "Lecco",
13471             "parent": "25",
13472             "type": "Province"
13473             },
13474             {
13475             "code": "IT-LE",
13476             "name": "Lecce",
13477             "parent": "75",
13478             "type": "Province"
13479             },
13480             {
13481             "code": "IT-LI",
13482             "name": "Livorno",
13483             "parent": "52",
13484             "type": "Province"
13485             },
13486             {
13487             "code": "IT-LO",
13488             "name": "Lodi",
13489             "parent": "25",
13490             "type": "Province"
13491             },
13492             {
13493             "code": "IT-LT",
13494             "name": "Latina",
13495             "parent": "62",
13496             "type": "Province"
13497             },
13498             {
13499             "code": "IT-LU",
13500             "name": "Lucca",
13501             "parent": "52",
13502             "type": "Province"
13503             },
13504             {
13505             "code": "IT-MB",
13506             "name": "Monza e Brianza",
13507             "parent": "25",
13508             "type": "Province"
13509             },
13510             {
13511             "code": "IT-MC",
13512             "name": "Macerata",
13513             "parent": "57",
13514             "type": "Province"
13515             },
13516             {
13517             "code": "IT-ME",
13518             "name": "Messina",
13519             "parent": "82",
13520             "type": "Metropolitan city"
13521             },
13522             {
13523             "code": "IT-MI",
13524             "name": "Milano",
13525             "parent": "25",
13526             "type": "Metropolitan city"
13527             },
13528             {
13529             "code": "IT-MN",
13530             "name": "Mantova",
13531             "parent": "25",
13532             "type": "Province"
13533             },
13534             {
13535             "code": "IT-MO",
13536             "name": "Modena",
13537             "parent": "45",
13538             "type": "Province"
13539             },
13540             {
13541             "code": "IT-MS",
13542             "name": "Massa-Carrara",
13543             "parent": "52",
13544             "type": "Province"
13545             },
13546             {
13547             "code": "IT-MT",
13548             "name": "Matera",
13549             "parent": "77",
13550             "type": "Province"
13551             },
13552             {
13553             "code": "IT-NA",
13554             "name": "Napoli",
13555             "parent": "72",
13556             "type": "Metropolitan city"
13557             },
13558             {
13559             "code": "IT-NO",
13560             "name": "Novara",
13561             "parent": "21",
13562             "type": "Province"
13563             },
13564             {
13565             "code": "IT-NU",
13566             "name": "Nuoro",
13567             "parent": "88",
13568             "type": "Province"
13569             },
13570             {
13571             "code": "IT-OR",
13572             "name": "Oristano",
13573             "parent": "88",
13574             "type": "Province"
13575             },
13576             {
13577             "code": "IT-PA",
13578             "name": "Palermo",
13579             "parent": "82",
13580             "type": "Metropolitan city"
13581             },
13582             {
13583             "code": "IT-PC",
13584             "name": "Piacenza",
13585             "parent": "45",
13586             "type": "Province"
13587             },
13588             {
13589             "code": "IT-PD",
13590             "name": "Padova",
13591             "parent": "34",
13592             "type": "Province"
13593             },
13594             {
13595             "code": "IT-PE",
13596             "name": "Pescara",
13597             "parent": "65",
13598             "type": "Province"
13599             },
13600             {
13601             "code": "IT-PG",
13602             "name": "Perugia",
13603             "parent": "55",
13604             "type": "Province"
13605             },
13606             {
13607             "code": "IT-PI",
13608             "name": "Pisa",
13609             "parent": "52",
13610             "type": "Province"
13611             },
13612             {
13613             "code": "IT-PN",
13614             "name": "Pordenone",
13615             "parent": "36",
13616             "type": "Decentralized regional entity"
13617             },
13618             {
13619             "code": "IT-PO",
13620             "name": "Prato",
13621             "parent": "52",
13622             "type": "Province"
13623             },
13624             {
13625             "code": "IT-PR",
13626             "name": "Parma",
13627             "parent": "45",
13628             "type": "Province"
13629             },
13630             {
13631             "code": "IT-PT",
13632             "name": "Pistoia",
13633             "parent": "52",
13634             "type": "Province"
13635             },
13636             {
13637             "code": "IT-PU",
13638             "name": "Pesaro e Urbino",
13639             "parent": "57",
13640             "type": "Province"
13641             },
13642             {
13643             "code": "IT-PV",
13644             "name": "Pavia",
13645             "parent": "25",
13646             "type": "Province"
13647             },
13648             {
13649             "code": "IT-PZ",
13650             "name": "Potenza",
13651             "parent": "77",
13652             "type": "Province"
13653             },
13654             {
13655             "code": "IT-RA",
13656             "name": "Ravenna",
13657             "parent": "45",
13658             "type": "Province"
13659             },
13660             {
13661             "code": "IT-RC",
13662             "name": "Reggio Calabria",
13663             "parent": "78",
13664             "type": "Metropolitan city"
13665             },
13666             {
13667             "code": "IT-RE",
13668             "name": "Reggio Emilia",
13669             "parent": "45",
13670             "type": "Province"
13671             },
13672             {
13673             "code": "IT-RG",
13674             "name": "Ragusa",
13675             "parent": "82",
13676             "type": "Free municipal consortium"
13677             },
13678             {
13679             "code": "IT-RI",
13680             "name": "Rieti",
13681             "parent": "62",
13682             "type": "Province"
13683             },
13684             {
13685             "code": "IT-RM",
13686             "name": "Roma",
13687             "parent": "62",
13688             "type": "Metropolitan city"
13689             },
13690             {
13691             "code": "IT-RN",
13692             "name": "Rimini",
13693             "parent": "45",
13694             "type": "Province"
13695             },
13696             {
13697             "code": "IT-RO",
13698             "name": "Rovigo",
13699             "parent": "34",
13700             "type": "Province"
13701             },
13702             {
13703             "code": "IT-SA",
13704             "name": "Salerno",
13705             "parent": "72",
13706             "type": "Province"
13707             },
13708             {
13709             "code": "IT-SI",
13710             "name": "Siena",
13711             "parent": "52",
13712             "type": "Province"
13713             },
13714             {
13715             "code": "IT-SO",
13716             "name": "Sondrio",
13717             "parent": "25",
13718             "type": "Province"
13719             },
13720             {
13721             "code": "IT-SP",
13722             "name": "La Spezia",
13723             "parent": "42",
13724             "type": "Province"
13725             },
13726             {
13727             "code": "IT-SR",
13728             "name": "Siracusa",
13729             "parent": "82",
13730             "type": "Free municipal consortium"
13731             },
13732             {
13733             "code": "IT-SS",
13734             "name": "Sassari",
13735             "parent": "88",
13736             "type": "Province"
13737             },
13738             {
13739             "code": "IT-SU",
13740             "name": "Sud Sardegna",
13741             "parent": "88",
13742             "type": "Province"
13743             },
13744             {
13745             "code": "IT-SV",
13746             "name": "Savona",
13747             "parent": "42",
13748             "type": "Province"
13749             },
13750             {
13751             "code": "IT-TA",
13752             "name": "Taranto",
13753             "parent": "75",
13754             "type": "Province"
13755             },
13756             {
13757             "code": "IT-TE",
13758             "name": "Teramo",
13759             "parent": "65",
13760             "type": "Province"
13761             },
13762             {
13763             "code": "IT-TN",
13764             "name": "Trento",
13765             "parent": "32",
13766             "type": "Autonomous province"
13767             },
13768             {
13769             "code": "IT-TO",
13770             "name": "Torino",
13771             "parent": "21",
13772             "type": "Metropolitan city"
13773             },
13774             {
13775             "code": "IT-TP",
13776             "name": "Trapani",
13777             "parent": "82",
13778             "type": "Free municipal consortium"
13779             },
13780             {
13781             "code": "IT-TR",
13782             "name": "Terni",
13783             "parent": "55",
13784             "type": "Province"
13785             },
13786             {
13787             "code": "IT-TS",
13788             "name": "Trieste",
13789             "parent": "36",
13790             "type": "Decentralized regional entity"
13791             },
13792             {
13793             "code": "IT-TV",
13794             "name": "Treviso",
13795             "parent": "34",
13796             "type": "Province"
13797             },
13798             {
13799             "code": "IT-UD",
13800             "name": "Udine",
13801             "parent": "36",
13802             "type": "Decentralized regional entity"
13803             },
13804             {
13805             "code": "IT-VA",
13806             "name": "Varese",
13807             "parent": "25",
13808             "type": "Province"
13809             },
13810             {
13811             "code": "IT-VB",
13812             "name": "Verbano-Cusio-Ossola",
13813             "parent": "21",
13814             "type": "Province"
13815             },
13816             {
13817             "code": "IT-VC",
13818             "name": "Vercelli",
13819             "parent": "21",
13820             "type": "Province"
13821             },
13822             {
13823             "code": "IT-VE",
13824             "name": "Venezia",
13825             "parent": "34",
13826             "type": "Metropolitan city"
13827             },
13828             {
13829             "code": "IT-VI",
13830             "name": "Vicenza",
13831             "parent": "34",
13832             "type": "Province"
13833             },
13834             {
13835             "code": "IT-VR",
13836             "name": "Verona",
13837             "parent": "34",
13838             "type": "Province"
13839             },
13840             {
13841             "code": "IT-VT",
13842             "name": "Viterbo",
13843             "parent": "62",
13844             "type": "Province"
13845             },
13846             {
13847             "code": "IT-VV",
13848             "name": "Vibo Valentia",
13849             "parent": "78",
13850             "type": "Province"
13851             },
13852             {
13853             "code": "JM-01",
13854             "name": "Kingston",
13855             "type": "Parish"
13856             },
13857             {
13858             "code": "JM-02",
13859             "name": "Saint Andrew",
13860             "type": "Parish"
13861             },
13862             {
13863             "code": "JM-03",
13864             "name": "Saint Thomas",
13865             "type": "Parish"
13866             },
13867             {
13868             "code": "JM-04",
13869             "name": "Portland",
13870             "type": "Parish"
13871             },
13872             {
13873             "code": "JM-05",
13874             "name": "Saint Mary",
13875             "type": "Parish"
13876             },
13877             {
13878             "code": "JM-06",
13879             "name": "Saint Ann",
13880             "type": "Parish"
13881             },
13882             {
13883             "code": "JM-07",
13884             "name": "Trelawny",
13885             "type": "Parish"
13886             },
13887             {
13888             "code": "JM-08",
13889             "name": "Saint James",
13890             "type": "Parish"
13891             },
13892             {
13893             "code": "JM-09",
13894             "name": "Hanover",
13895             "type": "Parish"
13896             },
13897             {
13898             "code": "JM-10",
13899             "name": "Westmoreland",
13900             "type": "Parish"
13901             },
13902             {
13903             "code": "JM-11",
13904             "name": "Saint Elizabeth",
13905             "type": "Parish"
13906             },
13907             {
13908             "code": "JM-12",
13909             "name": "Manchester",
13910             "type": "Parish"
13911             },
13912             {
13913             "code": "JM-13",
13914             "name": "Clarendon",
13915             "type": "Parish"
13916             },
13917             {
13918             "code": "JM-14",
13919             "name": "Saint Catherine",
13920             "type": "Parish"
13921             },
13922             {
13923             "code": "JO-AJ",
13924             "name": "‘Ajlūn",
13925             "type": "Governorate"
13926             },
13927             {
13928             "code": "JO-AM",
13929             "name": "Al ‘A̅şimah",
13930             "type": "Governorate"
13931             },
13932             {
13933             "code": "JO-AQ",
13934             "name": "Al ‘Aqabah",
13935             "type": "Governorate"
13936             },
13937             {
13938             "code": "JO-AT",
13939             "name": "Aţ Ţafīlah",
13940             "type": "Governorate"
13941             },
13942             {
13943             "code": "JO-AZ",
13944             "name": "Az Zarqā’",
13945             "type": "Governorate"
13946             },
13947             {
13948             "code": "JO-BA",
13949             "name": "Al Balqā’",
13950             "type": "Governorate"
13951             },
13952             {
13953             "code": "JO-IR",
13954             "name": "Irbid",
13955             "type": "Governorate"
13956             },
13957             {
13958             "code": "JO-JA",
13959             "name": "Jarash",
13960             "type": "Governorate"
13961             },
13962             {
13963             "code": "JO-KA",
13964             "name": "Al Karak",
13965             "type": "Governorate"
13966             },
13967             {
13968             "code": "JO-MA",
13969             "name": "Al Mafraq",
13970             "type": "Governorate"
13971             },
13972             {
13973             "code": "JO-MD",
13974             "name": "Mādabā",
13975             "type": "Governorate"
13976             },
13977             {
13978             "code": "JO-MN",
13979             "name": "Ma‘ān",
13980             "type": "Governorate"
13981             },
13982             {
13983             "code": "JP-01",
13984             "name": "Hokkaido",
13985             "type": "Prefecture"
13986             },
13987             {
13988             "code": "JP-02",
13989             "name": "Aomori",
13990             "type": "Prefecture"
13991             },
13992             {
13993             "code": "JP-03",
13994             "name": "Iwate",
13995             "type": "Prefecture"
13996             },
13997             {
13998             "code": "JP-04",
13999             "name": "Miyagi",
14000             "type": "Prefecture"
14001             },
14002             {
14003             "code": "JP-05",
14004             "name": "Akita",
14005             "type": "Prefecture"
14006             },
14007             {
14008             "code": "JP-06",
14009             "name": "Yamagata",
14010             "type": "Prefecture"
14011             },
14012             {
14013             "code": "JP-07",
14014             "name": "Fukushima",
14015             "type": "Prefecture"
14016             },
14017             {
14018             "code": "JP-08",
14019             "name": "Ibaraki",
14020             "type": "Prefecture"
14021             },
14022             {
14023             "code": "JP-09",
14024             "name": "Tochigi",
14025             "type": "Prefecture"
14026             },
14027             {
14028             "code": "JP-10",
14029             "name": "Gunma",
14030             "type": "Prefecture"
14031             },
14032             {
14033             "code": "JP-11",
14034             "name": "Saitama",
14035             "type": "Prefecture"
14036             },
14037             {
14038             "code": "JP-12",
14039             "name": "Chiba",
14040             "type": "Prefecture"
14041             },
14042             {
14043             "code": "JP-13",
14044             "name": "Tokyo",
14045             "type": "Prefecture"
14046             },
14047             {
14048             "code": "JP-14",
14049             "name": "Kanagawa",
14050             "type": "Prefecture"
14051             },
14052             {
14053             "code": "JP-15",
14054             "name": "Niigata",
14055             "type": "Prefecture"
14056             },
14057             {
14058             "code": "JP-16",
14059             "name": "Toyama",
14060             "type": "Prefecture"
14061             },
14062             {
14063             "code": "JP-17",
14064             "name": "Ishikawa",
14065             "type": "Prefecture"
14066             },
14067             {
14068             "code": "JP-18",
14069             "name": "Fukui",
14070             "type": "Prefecture"
14071             },
14072             {
14073             "code": "JP-19",
14074             "name": "Yamanashi",
14075             "type": "Prefecture"
14076             },
14077             {
14078             "code": "JP-20",
14079             "name": "Nagano",
14080             "type": "Prefecture"
14081             },
14082             {
14083             "code": "JP-21",
14084             "name": "Gifu",
14085             "type": "Prefecture"
14086             },
14087             {
14088             "code": "JP-22",
14089             "name": "Shizuoka",
14090             "type": "Prefecture"
14091             },
14092             {
14093             "code": "JP-23",
14094             "name": "Aichi",
14095             "type": "Prefecture"
14096             },
14097             {
14098             "code": "JP-24",
14099             "name": "Mie",
14100             "type": "Prefecture"
14101             },
14102             {
14103             "code": "JP-25",
14104             "name": "Shiga",
14105             "type": "Prefecture"
14106             },
14107             {
14108             "code": "JP-26",
14109             "name": "Kyoto",
14110             "type": "Prefecture"
14111             },
14112             {
14113             "code": "JP-27",
14114             "name": "Osaka",
14115             "type": "Prefecture"
14116             },
14117             {
14118             "code": "JP-28",
14119             "name": "Hyogo",
14120             "type": "Prefecture"
14121             },
14122             {
14123             "code": "JP-29",
14124             "name": "Nara",
14125             "type": "Prefecture"
14126             },
14127             {
14128             "code": "JP-30",
14129             "name": "Wakayama",
14130             "type": "Prefecture"
14131             },
14132             {
14133             "code": "JP-31",
14134             "name": "Tottori",
14135             "type": "Prefecture"
14136             },
14137             {
14138             "code": "JP-32",
14139             "name": "Shimane",
14140             "type": "Prefecture"
14141             },
14142             {
14143             "code": "JP-33",
14144             "name": "Okayama",
14145             "type": "Prefecture"
14146             },
14147             {
14148             "code": "JP-34",
14149             "name": "Hiroshima",
14150             "type": "Prefecture"
14151             },
14152             {
14153             "code": "JP-35",
14154             "name": "Yamaguchi",
14155             "type": "Prefecture"
14156             },
14157             {
14158             "code": "JP-36",
14159             "name": "Tokushima",
14160             "type": "Prefecture"
14161             },
14162             {
14163             "code": "JP-37",
14164             "name": "Kagawa",
14165             "type": "Prefecture"
14166             },
14167             {
14168             "code": "JP-38",
14169             "name": "Ehime",
14170             "type": "Prefecture"
14171             },
14172             {
14173             "code": "JP-39",
14174             "name": "Kochi",
14175             "type": "Prefecture"
14176             },
14177             {
14178             "code": "JP-40",
14179             "name": "Fukuoka",
14180             "type": "Prefecture"
14181             },
14182             {
14183             "code": "JP-41",
14184             "name": "Saga",
14185             "type": "Prefecture"
14186             },
14187             {
14188             "code": "JP-42",
14189             "name": "Nagasaki",
14190             "type": "Prefecture"
14191             },
14192             {
14193             "code": "JP-43",
14194             "name": "Kumamoto",
14195             "type": "Prefecture"
14196             },
14197             {
14198             "code": "JP-44",
14199             "name": "Oita",
14200             "type": "Prefecture"
14201             },
14202             {
14203             "code": "JP-45",
14204             "name": "Miyazaki",
14205             "type": "Prefecture"
14206             },
14207             {
14208             "code": "JP-46",
14209             "name": "Kagoshima",
14210             "type": "Prefecture"
14211             },
14212             {
14213             "code": "JP-47",
14214             "name": "Okinawa",
14215             "type": "Prefecture"
14216             },
14217             {
14218             "code": "KE-01",
14219             "name": "Baringo",
14220             "type": "County"
14221             },
14222             {
14223             "code": "KE-02",
14224             "name": "Bomet",
14225             "type": "County"
14226             },
14227             {
14228             "code": "KE-03",
14229             "name": "Bungoma",
14230             "type": "County"
14231             },
14232             {
14233             "code": "KE-04",
14234             "name": "Busia",
14235             "type": "County"
14236             },
14237             {
14238             "code": "KE-05",
14239             "name": "Elgeyo/Marakwet",
14240             "type": "County"
14241             },
14242             {
14243             "code": "KE-06",
14244             "name": "Embu",
14245             "type": "County"
14246             },
14247             {
14248             "code": "KE-07",
14249             "name": "Garissa",
14250             "type": "County"
14251             },
14252             {
14253             "code": "KE-08",
14254             "name": "Homa Bay",
14255             "type": "County"
14256             },
14257             {
14258             "code": "KE-09",
14259             "name": "Isiolo",
14260             "type": "County"
14261             },
14262             {
14263             "code": "KE-10",
14264             "name": "Kajiado",
14265             "type": "County"
14266             },
14267             {
14268             "code": "KE-11",
14269             "name": "Kakamega",
14270             "type": "County"
14271             },
14272             {
14273             "code": "KE-12",
14274             "name": "Kericho",
14275             "type": "County"
14276             },
14277             {
14278             "code": "KE-13",
14279             "name": "Kiambu",
14280             "type": "County"
14281             },
14282             {
14283             "code": "KE-14",
14284             "name": "Kilifi",
14285             "type": "County"
14286             },
14287             {
14288             "code": "KE-15",
14289             "name": "Kirinyaga",
14290             "type": "County"
14291             },
14292             {
14293             "code": "KE-16",
14294             "name": "Kisii",
14295             "type": "County"
14296             },
14297             {
14298             "code": "KE-17",
14299             "name": "Kisumu",
14300             "type": "County"
14301             },
14302             {
14303             "code": "KE-18",
14304             "name": "Kitui",
14305             "type": "County"
14306             },
14307             {
14308             "code": "KE-19",
14309             "name": "Kwale",
14310             "type": "County"
14311             },
14312             {
14313             "code": "KE-20",
14314             "name": "Laikipia",
14315             "type": "County"
14316             },
14317             {
14318             "code": "KE-21",
14319             "name": "Lamu",
14320             "type": "County"
14321             },
14322             {
14323             "code": "KE-22",
14324             "name": "Machakos",
14325             "type": "County"
14326             },
14327             {
14328             "code": "KE-23",
14329             "name": "Makueni",
14330             "type": "County"
14331             },
14332             {
14333             "code": "KE-24",
14334             "name": "Mandera",
14335             "type": "County"
14336             },
14337             {
14338             "code": "KE-25",
14339             "name": "Marsabit",
14340             "type": "County"
14341             },
14342             {
14343             "code": "KE-26",
14344             "name": "Meru",
14345             "type": "County"
14346             },
14347             {
14348             "code": "KE-27",
14349             "name": "Migori",
14350             "type": "County"
14351             },
14352             {
14353             "code": "KE-28",
14354             "name": "Mombasa",
14355             "type": "County"
14356             },
14357             {
14358             "code": "KE-29",
14359             "name": "Murang'a",
14360             "type": "County"
14361             },
14362             {
14363             "code": "KE-30",
14364             "name": "Nairobi City",
14365             "type": "County"
14366             },
14367             {
14368             "code": "KE-31",
14369             "name": "Nakuru",
14370             "type": "County"
14371             },
14372             {
14373             "code": "KE-32",
14374             "name": "Nandi",
14375             "type": "County"
14376             },
14377             {
14378             "code": "KE-33",
14379             "name": "Narok",
14380             "type": "County"
14381             },
14382             {
14383             "code": "KE-34",
14384             "name": "Nyamira",
14385             "type": "County"
14386             },
14387             {
14388             "code": "KE-35",
14389             "name": "Nyandarua",
14390             "type": "County"
14391             },
14392             {
14393             "code": "KE-36",
14394             "name": "Nyeri",
14395             "type": "County"
14396             },
14397             {
14398             "code": "KE-37",
14399             "name": "Samburu",
14400             "type": "County"
14401             },
14402             {
14403             "code": "KE-38",
14404             "name": "Siaya",
14405             "type": "County"
14406             },
14407             {
14408             "code": "KE-39",
14409             "name": "Taita/Taveta",
14410             "type": "County"
14411             },
14412             {
14413             "code": "KE-40",
14414             "name": "Tana River",
14415             "type": "County"
14416             },
14417             {
14418             "code": "KE-41",
14419             "name": "Tharaka-Nithi",
14420             "type": "County"
14421             },
14422             {
14423             "code": "KE-42",
14424             "name": "Trans Nzoia",
14425             "type": "County"
14426             },
14427             {
14428             "code": "KE-43",
14429             "name": "Turkana",
14430             "type": "County"
14431             },
14432             {
14433             "code": "KE-44",
14434             "name": "Uasin Gishu",
14435             "type": "County"
14436             },
14437             {
14438             "code": "KE-45",
14439             "name": "Vihiga",
14440             "type": "County"
14441             },
14442             {
14443             "code": "KE-46",
14444             "name": "Wajir",
14445             "type": "County"
14446             },
14447             {
14448             "code": "KE-47",
14449             "name": "West Pokot",
14450             "type": "County"
14451             },
14452             {
14453             "code": "KG-B",
14454             "name": "Batken",
14455             "type": "Region"
14456             },
14457             {
14458             "code": "KG-C",
14459             "name": "Chuyskaya oblast'",
14460             "type": "Region"
14461             },
14462             {
14463             "code": "KG-GB",
14464             "name": "Bishkek Shaary",
14465             "type": "City"
14466             },
14467             {
14468             "code": "KG-GO",
14469             "name": "Gorod Osh",
14470             "type": "City"
14471             },
14472             {
14473             "code": "KG-J",
14474             "name": "Dzhalal-Abadskaya oblast'",
14475             "type": "Region"
14476             },
14477             {
14478             "code": "KG-N",
14479             "name": "Naryn",
14480             "type": "Region"
14481             },
14482             {
14483             "code": "KG-O",
14484             "name": "Osh",
14485             "type": "Region"
14486             },
14487             {
14488             "code": "KG-T",
14489             "name": "Talas",
14490             "type": "Region"
14491             },
14492             {
14493             "code": "KG-Y",
14494             "name": "Issyk-Kul'skaja oblast'",
14495             "type": "Region"
14496             },
14497             {
14498             "code": "KH-1",
14499             "name": "Banteay Mean Choăy",
14500             "type": "Province"
14501             },
14502             {
14503             "code": "KH-10",
14504             "name": "Kracheh",
14505             "type": "Province"
14506             },
14507             {
14508             "code": "KH-11",
14509             "name": "Mondol Kiri",
14510             "type": "Province"
14511             },
14512             {
14513             "code": "KH-12",
14514             "name": "Phnom Penh",
14515             "type": "Autonomous municipality"
14516             },
14517             {
14518             "code": "KH-13",
14519             "name": "Preah Vihear",
14520             "type": "Province"
14521             },
14522             {
14523             "code": "KH-14",
14524             "name": "Prey Veaeng",
14525             "type": "Province"
14526             },
14527             {
14528             "code": "KH-15",
14529             "name": "Pousaat",
14530             "type": "Province"
14531             },
14532             {
14533             "code": "KH-16",
14534             "name": "Rotanak Kiri",
14535             "type": "Province"
14536             },
14537             {
14538             "code": "KH-17",
14539             "name": "Siem Reab",
14540             "type": "Province"
14541             },
14542             {
14543             "code": "KH-18",
14544             "name": "Preah Sihanouk",
14545             "type": "Province"
14546             },
14547             {
14548             "code": "KH-19",
14549             "name": "Stoĕng Trêng",
14550             "type": "Province"
14551             },
14552             {
14553             "code": "KH-2",
14554             "name": "Baat Dambang",
14555             "type": "Province"
14556             },
14557             {
14558             "code": "KH-20",
14559             "name": "Svaay Rieng",
14560             "type": "Province"
14561             },
14562             {
14563             "code": "KH-21",
14564             "name": "Taakaev",
14565             "type": "Province"
14566             },
14567             {
14568             "code": "KH-22",
14569             "name": "Otdar Mean Chey",
14570             "type": "Province"
14571             },
14572             {
14573             "code": "KH-23",
14574             "name": "Kaeb",
14575             "type": "Province"
14576             },
14577             {
14578             "code": "KH-24",
14579             "name": "Pailin",
14580             "type": "Province"
14581             },
14582             {
14583             "code": "KH-25",
14584             "name": "Tbong Khmum",
14585             "type": "Province"
14586             },
14587             {
14588             "code": "KH-3",
14589             "name": "Kampong Chaam",
14590             "type": "Province"
14591             },
14592             {
14593             "code": "KH-4",
14594             "name": "Kampong Chhnang",
14595             "type": "Province"
14596             },
14597             {
14598             "code": "KH-5",
14599             "name": "Kampong Spueu",
14600             "type": "Province"
14601             },
14602             {
14603             "code": "KH-6",
14604             "name": "Kampong Thum",
14605             "type": "Province"
14606             },
14607             {
14608             "code": "KH-7",
14609             "name": "Kampot",
14610             "type": "Province"
14611             },
14612             {
14613             "code": "KH-8",
14614             "name": "Kandaal",
14615             "type": "Province"
14616             },
14617             {
14618             "code": "KH-9",
14619             "name": "Kaoh Kong",
14620             "type": "Province"
14621             },
14622             {
14623             "code": "KI-G",
14624             "name": "Gilbert Islands",
14625             "type": "Group of islands (20 inhabited islands)"
14626             },
14627             {
14628             "code": "KI-L",
14629             "name": "Line Islands",
14630             "type": "Group of islands (20 inhabited islands)"
14631             },
14632             {
14633             "code": "KI-P",
14634             "name": "Phoenix Islands",
14635             "type": "Group of islands (20 inhabited islands)"
14636             },
14637             {
14638             "code": "KM-A",
14639             "name": "Andjouân",
14640             "type": "Island"
14641             },
14642             {
14643             "code": "KM-G",
14644             "name": "Andjazîdja",
14645             "type": "Island"
14646             },
14647             {
14648             "code": "KM-M",
14649             "name": "Mohéli",
14650             "type": "Island"
14651             },
14652             {
14653             "code": "KN-01",
14654             "name": "Christ Church Nichola Town",
14655             "parent": "K",
14656             "type": "Parish"
14657             },
14658             {
14659             "code": "KN-02",
14660             "name": "Saint Anne Sandy Point",
14661             "parent": "K",
14662             "type": "Parish"
14663             },
14664             {
14665             "code": "KN-03",
14666             "name": "Saint George Basseterre",
14667             "parent": "K",
14668             "type": "Parish"
14669             },
14670             {
14671             "code": "KN-04",
14672             "name": "Saint George Gingerland",
14673             "parent": "N",
14674             "type": "Parish"
14675             },
14676             {
14677             "code": "KN-05",
14678             "name": "Saint James Windward",
14679             "parent": "N",
14680             "type": "Parish"
14681             },
14682             {
14683             "code": "KN-06",
14684             "name": "Saint John Capisterre",
14685             "parent": "K",
14686             "type": "Parish"
14687             },
14688             {
14689             "code": "KN-07",
14690             "name": "Saint John Figtree",
14691             "parent": "N",
14692             "type": "Parish"
14693             },
14694             {
14695             "code": "KN-08",
14696             "name": "Saint Mary Cayon",
14697             "parent": "K",
14698             "type": "Parish"
14699             },
14700             {
14701             "code": "KN-09",
14702             "name": "Saint Paul Capisterre",
14703             "parent": "K",
14704             "type": "Parish"
14705             },
14706             {
14707             "code": "KN-10",
14708             "name": "Saint Paul Charlestown",
14709             "parent": "N",
14710             "type": "Parish"
14711             },
14712             {
14713             "code": "KN-11",
14714             "name": "Saint Peter Basseterre",
14715             "parent": "K",
14716             "type": "Parish"
14717             },
14718             {
14719             "code": "KN-12",
14720             "name": "Saint Thomas Lowland",
14721             "parent": "N",
14722             "type": "Parish"
14723             },
14724             {
14725             "code": "KN-13",
14726             "name": "Saint Thomas Middle Island",
14727             "parent": "K",
14728             "type": "Parish"
14729             },
14730             {
14731             "code": "KN-15",
14732             "name": "Trinity Palmetto Point",
14733             "parent": "K",
14734             "type": "Parish"
14735             },
14736             {
14737             "code": "KN-K",
14738             "name": "Saint Kitts",
14739             "type": "State"
14740             },
14741             {
14742             "code": "KN-N",
14743             "name": "Nevis",
14744             "type": "State"
14745             },
14746             {
14747             "code": "KP-01",
14748             "name": "P'yǒngyang",
14749             "type": "Capital city"
14750             },
14751             {
14752             "code": "KP-02",
14753             "name": "P'yǒngan-namdo",
14754             "type": "Province"
14755             },
14756             {
14757             "code": "KP-03",
14758             "name": "P'yǒngan-bukto",
14759             "type": "Province"
14760             },
14761             {
14762             "code": "KP-04",
14763             "name": "Chagang-do",
14764             "type": "Province"
14765             },
14766             {
14767             "code": "KP-05",
14768             "name": "Hwanghae-namdo",
14769             "type": "Province"
14770             },
14771             {
14772             "code": "KP-06",
14773             "name": "Hwanghae-bukto",
14774             "type": "Province"
14775             },
14776             {
14777             "code": "KP-07",
14778             "name": "Kangweonto",
14779             "type": "Province"
14780             },
14781             {
14782             "code": "KP-08",
14783             "name": "Hamgyǒng-namdo",
14784             "type": "Province"
14785             },
14786             {
14787             "code": "KP-09",
14788             "name": "Hamgyǒng-bukto",
14789             "type": "Province"
14790             },
14791             {
14792             "code": "KP-10",
14793             "name": "Ryanggang-do",
14794             "type": "Province"
14795             },
14796             {
14797             "code": "KP-13",
14798             "name": "Raseon",
14799             "type": "Special city"
14800             },
14801             {
14802             "code": "KP-14",
14803             "name": "Nampho",
14804             "type": "Metropolitan city"
14805             },
14806             {
14807             "code": "KR-11",
14808             "name": "Seoul-teukbyeolsi",
14809             "type": "Special city"
14810             },
14811             {
14812             "code": "KR-26",
14813             "name": "Busan-gwangyeoksi",
14814             "type": "Metropolitan city"
14815             },
14816             {
14817             "code": "KR-27",
14818             "name": "Daegu-gwangyeoksi",
14819             "type": "Metropolitan city"
14820             },
14821             {
14822             "code": "KR-28",
14823             "name": "Incheon-gwangyeoksi",
14824             "type": "Metropolitan city"
14825             },
14826             {
14827             "code": "KR-29",
14828             "name": "Gwangju-gwangyeoksi",
14829             "type": "Metropolitan city"
14830             },
14831             {
14832             "code": "KR-30",
14833             "name": "Daejeon-gwangyeoksi",
14834             "type": "Metropolitan city"
14835             },
14836             {
14837             "code": "KR-31",
14838             "name": "Ulsan-gwangyeoksi",
14839             "type": "Metropolitan city"
14840             },
14841             {
14842             "code": "KR-41",
14843             "name": "Gyeonggi-do",
14844             "type": "Province"
14845             },
14846             {
14847             "code": "KR-42",
14848             "name": "Gangwon-do",
14849             "type": "Province"
14850             },
14851             {
14852             "code": "KR-43",
14853             "name": "Chungcheongbuk-do",
14854             "type": "Province"
14855             },
14856             {
14857             "code": "KR-44",
14858             "name": "Chungcheongnam-do",
14859             "type": "Province"
14860             },
14861             {
14862             "code": "KR-45",
14863             "name": "Jeollabuk-do",
14864             "type": "Province"
14865             },
14866             {
14867             "code": "KR-46",
14868             "name": "Jeollanam-do",
14869             "type": "Province"
14870             },
14871             {
14872             "code": "KR-47",
14873             "name": "Gyeongsangbuk-do",
14874             "type": "Province"
14875             },
14876             {
14877             "code": "KR-48",
14878             "name": "Gyeongsangnam-do",
14879             "type": "Province"
14880             },
14881             {
14882             "code": "KR-49",
14883             "name": "Jeju-teukbyeoljachido",
14884             "type": "Special self-governing province"
14885             },
14886             {
14887             "code": "KR-50",
14888             "name": "Sejong",
14889             "type": "Special self-governing city"
14890             },
14891             {
14892             "code": "KW-AH",
14893             "name": "Al Aḩmadī",
14894             "type": "Governorate"
14895             },
14896             {
14897             "code": "KW-FA",
14898             "name": "Al Farwānīyah",
14899             "type": "Governorate"
14900             },
14901             {
14902             "code": "KW-HA",
14903             "name": "Ḩawallī",
14904             "type": "Governorate"
14905             },
14906             {
14907             "code": "KW-JA",
14908             "name": "Al Jahrā’",
14909             "type": "Governorate"
14910             },
14911             {
14912             "code": "KW-KU",
14913             "name": "Al ‘Āşimah",
14914             "type": "Governorate"
14915             },
14916             {
14917             "code": "KW-MU",
14918             "name": "Mubārak al Kabīr",
14919             "type": "Governorate"
14920             },
14921             {
14922             "code": "KZ-AKM",
14923             "name": "Akmolinskaja oblast'",
14924             "type": "Region"
14925             },
14926             {
14927             "code": "KZ-AKT",
14928             "name": "Aktjubinskaja oblast'",
14929             "type": "Region"
14930             },
14931             {
14932             "code": "KZ-ALA",
14933             "name": "Almaty",
14934             "type": "City"
14935             },
14936             {
14937             "code": "KZ-ALM",
14938             "name": "Almatinskaja oblast'",
14939             "type": "Region"
14940             },
14941             {
14942             "code": "KZ-AST",
14943             "name": "Nur-Sultan",
14944             "type": "City"
14945             },
14946             {
14947             "code": "KZ-ATY",
14948             "name": "Atyrauskaja oblast'",
14949             "type": "Region"
14950             },
14951             {
14952             "code": "KZ-KAR",
14953             "name": "Karagandinskaja oblast'",
14954             "type": "Region"
14955             },
14956             {
14957             "code": "KZ-KUS",
14958             "name": "Kostanajskaja oblast'",
14959             "type": "Region"
14960             },
14961             {
14962             "code": "KZ-KZY",
14963             "name": "Kyzylordinskaja oblast'",
14964             "type": "Region"
14965             },
14966             {
14967             "code": "KZ-MAN",
14968             "name": "Mangghystaū oblysy",
14969             "type": "Region"
14970             },
14971             {
14972             "code": "KZ-PAV",
14973             "name": "Pavlodar oblysy",
14974             "type": "Region"
14975             },
14976             {
14977             "code": "KZ-SEV",
14978             "name": "Severo-Kazahstanskaja oblast'",
14979             "type": "Region"
14980             },
14981             {
14982             "code": "KZ-SHY",
14983             "name": "Shymkent",
14984             "type": "City"
14985             },
14986             {
14987             "code": "KZ-VOS",
14988             "name": "Shyghys Qazaqstan oblysy",
14989             "type": "Region"
14990             },
14991             {
14992             "code": "KZ-YUZ",
14993             "name": "Turkestankaya oblast'",
14994             "type": "Region"
14995             },
14996             {
14997             "code": "KZ-ZAP",
14998             "name": "Batys Qazaqstan oblysy",
14999             "type": "Region"
15000             },
15001             {
15002             "code": "KZ-ZHA",
15003             "name": "Zhambyl oblysy",
15004             "type": "Region"
15005             },
15006             {
15007             "code": "LA-AT",
15008             "name": "Attapu",
15009             "type": "Province"
15010             },
15011             {
15012             "code": "LA-BK",
15013             "name": "Bokèo",
15014             "type": "Province"
15015             },
15016             {
15017             "code": "LA-BL",
15018             "name": "Bolikhamxai",
15019             "type": "Province"
15020             },
15021             {
15022             "code": "LA-CH",
15023             "name": "Champasak",
15024             "type": "Province"
15025             },
15026             {
15027             "code": "LA-HO",
15028             "name": "Houaphan",
15029             "type": "Province"
15030             },
15031             {
15032             "code": "LA-KH",
15033             "name": "Khammouan",
15034             "type": "Province"
15035             },
15036             {
15037             "code": "LA-LM",
15038             "name": "Louang Namtha",
15039             "type": "Province"
15040             },
15041             {
15042             "code": "LA-LP",
15043             "name": "Louangphabang",
15044             "type": "Province"
15045             },
15046             {
15047             "code": "LA-OU",
15048             "name": "Oudômxai",
15049             "type": "Province"
15050             },
15051             {
15052             "code": "LA-PH",
15053             "name": "Phôngsali",
15054             "type": "Province"
15055             },
15056             {
15057             "code": "LA-SL",
15058             "name": "Salavan",
15059             "type": "Province"
15060             },
15061             {
15062             "code": "LA-SV",
15063             "name": "Savannakhét",
15064             "type": "Province"
15065             },
15066             {
15067             "code": "LA-VI",
15068             "name": "Viangchan",
15069             "type": "Province"
15070             },
15071             {
15072             "code": "LA-VT",
15073             "name": "Viangchan",
15074             "type": "Prefecture"
15075             },
15076             {
15077             "code": "LA-XA",
15078             "name": "Xaignabouli",
15079             "type": "Province"
15080             },
15081             {
15082             "code": "LA-XE",
15083             "name": "Xékong",
15084             "type": "Province"
15085             },
15086             {
15087             "code": "LA-XI",
15088             "name": "Xiangkhouang",
15089             "type": "Province"
15090             },
15091             {
15092             "code": "LA-XS",
15093             "name": "Xaisômboun",
15094             "type": "Province"
15095             },
15096             {
15097             "code": "LB-AK",
15098             "name": "Aakkâr",
15099             "type": "Governorate"
15100             },
15101             {
15102             "code": "LB-AS",
15103             "name": "Ash Shimāl",
15104             "type": "Governorate"
15105             },
15106             {
15107             "code": "LB-BA",
15108             "name": "Bayrūt",
15109             "type": "Governorate"
15110             },
15111             {
15112             "code": "LB-BH",
15113             "name": "Baalbek-Hermel",
15114             "type": "Governorate"
15115             },
15116             {
15117             "code": "LB-BI",
15118             "name": "Al Biqā‘",
15119             "type": "Governorate"
15120             },
15121             {
15122             "code": "LB-JA",
15123             "name": "Al Janūb",
15124             "type": "Governorate"
15125             },
15126             {
15127             "code": "LB-JL",
15128             "name": "Jabal Lubnān",
15129             "type": "Governorate"
15130             },
15131             {
15132             "code": "LB-NA",
15133             "name": "An Nabaţīyah",
15134             "type": "Governorate"
15135             },
15136             {
15137             "code": "LC-01",
15138             "name": "Anse la Raye",
15139             "type": "District"
15140             },
15141             {
15142             "code": "LC-02",
15143             "name": "Castries",
15144             "type": "District"
15145             },
15146             {
15147             "code": "LC-03",
15148             "name": "Choiseul",
15149             "type": "District"
15150             },
15151             {
15152             "code": "LC-05",
15153             "name": "Dennery",
15154             "type": "District"
15155             },
15156             {
15157             "code": "LC-06",
15158             "name": "Gros Islet",
15159             "type": "District"
15160             },
15161             {
15162             "code": "LC-07",
15163             "name": "Laborie",
15164             "type": "District"
15165             },
15166             {
15167             "code": "LC-08",
15168             "name": "Micoud",
15169             "type": "District"
15170             },
15171             {
15172             "code": "LC-10",
15173             "name": "Soufrière",
15174             "type": "District"
15175             },
15176             {
15177             "code": "LC-11",
15178             "name": "Vieux Fort",
15179             "type": "District"
15180             },
15181             {
15182             "code": "LC-12",
15183             "name": "Canaries",
15184             "type": "District"
15185             },
15186             {
15187             "code": "LI-01",
15188             "name": "Balzers",
15189             "type": "Commune"
15190             },
15191             {
15192             "code": "LI-02",
15193             "name": "Eschen",
15194             "type": "Commune"
15195             },
15196             {
15197             "code": "LI-03",
15198             "name": "Gamprin",
15199             "type": "Commune"
15200             },
15201             {
15202             "code": "LI-04",
15203             "name": "Mauren",
15204             "type": "Commune"
15205             },
15206             {
15207             "code": "LI-05",
15208             "name": "Planken",
15209             "type": "Commune"
15210             },
15211             {
15212             "code": "LI-06",
15213             "name": "Ruggell",
15214             "type": "Commune"
15215             },
15216             {
15217             "code": "LI-07",
15218             "name": "Schaan",
15219             "type": "Commune"
15220             },
15221             {
15222             "code": "LI-08",
15223             "name": "Schellenberg",
15224             "type": "Commune"
15225             },
15226             {
15227             "code": "LI-09",
15228             "name": "Triesen",
15229             "type": "Commune"
15230             },
15231             {
15232             "code": "LI-10",
15233             "name": "Triesenberg",
15234             "type": "Commune"
15235             },
15236             {
15237             "code": "LI-11",
15238             "name": "Vaduz",
15239             "type": "Commune"
15240             },
15241             {
15242             "code": "LK-1",
15243             "name": "Western Province",
15244             "type": "Province"
15245             },
15246             {
15247             "code": "LK-11",
15248             "name": "Colombo",
15249             "parent": "1",
15250             "type": "District"
15251             },
15252             {
15253             "code": "LK-12",
15254             "name": "Gampaha",
15255             "parent": "1",
15256             "type": "District"
15257             },
15258             {
15259             "code": "LK-13",
15260             "name": "Kalutara",
15261             "parent": "1",
15262             "type": "District"
15263             },
15264             {
15265             "code": "LK-2",
15266             "name": "Central Province",
15267             "type": "Province"
15268             },
15269             {
15270             "code": "LK-21",
15271             "name": "Kandy",
15272             "parent": "2",
15273             "type": "District"
15274             },
15275             {
15276             "code": "LK-22",
15277             "name": "Matale",
15278             "parent": "2",
15279             "type": "District"
15280             },
15281             {
15282             "code": "LK-23",
15283             "name": "Nuwara Eliya",
15284             "parent": "2",
15285             "type": "District"
15286             },
15287             {
15288             "code": "LK-3",
15289             "name": "Southern Province",
15290             "type": "Province"
15291             },
15292             {
15293             "code": "LK-31",
15294             "name": "Galle",
15295             "parent": "3",
15296             "type": "District"
15297             },
15298             {
15299             "code": "LK-32",
15300             "name": "Matara",
15301             "parent": "3",
15302             "type": "District"
15303             },
15304             {
15305             "code": "LK-33",
15306             "name": "Hambantota",
15307             "parent": "3",
15308             "type": "District"
15309             },
15310             {
15311             "code": "LK-4",
15312             "name": "Northern Province",
15313             "type": "Province"
15314             },
15315             {
15316             "code": "LK-41",
15317             "name": "Jaffna",
15318             "parent": "4",
15319             "type": "District"
15320             },
15321             {
15322             "code": "LK-42",
15323             "name": "Kilinochchi",
15324             "parent": "4",
15325             "type": "District"
15326             },
15327             {
15328             "code": "LK-43",
15329             "name": "Mannar",
15330             "parent": "4",
15331             "type": "District"
15332             },
15333             {
15334             "code": "LK-44",
15335             "name": "Vavuniya",
15336             "parent": "4",
15337             "type": "District"
15338             },
15339             {
15340             "code": "LK-45",
15341             "name": "Mullaittivu",
15342             "parent": "4",
15343             "type": "District"
15344             },
15345             {
15346             "code": "LK-5",
15347             "name": "Eastern Province",
15348             "type": "Province"
15349             },
15350             {
15351             "code": "LK-51",
15352             "name": "Batticaloa",
15353             "parent": "5",
15354             "type": "District"
15355             },
15356             {
15357             "code": "LK-52",
15358             "name": "Ampara",
15359             "parent": "5",
15360             "type": "District"
15361             },
15362             {
15363             "code": "LK-53",
15364             "name": "Trincomalee",
15365             "parent": "5",
15366             "type": "District"
15367             },
15368             {
15369             "code": "LK-6",
15370             "name": "North Western Province",
15371             "type": "Province"
15372             },
15373             {
15374             "code": "LK-61",
15375             "name": "Kurunegala",
15376             "parent": "6",
15377             "type": "District"
15378             },
15379             {
15380             "code": "LK-62",
15381             "name": "Puttalam",
15382             "parent": "6",
15383             "type": "District"
15384             },
15385             {
15386             "code": "LK-7",
15387             "name": "North Central Province",
15388             "type": "Province"
15389             },
15390             {
15391             "code": "LK-71",
15392             "name": "Anuradhapura",
15393             "parent": "7",
15394             "type": "District"
15395             },
15396             {
15397             "code": "LK-72",
15398             "name": "Polonnaruwa",
15399             "parent": "7",
15400             "type": "District"
15401             },
15402             {
15403             "code": "LK-8",
15404             "name": "Uva Province",
15405             "type": "Province"
15406             },
15407             {
15408             "code": "LK-81",
15409             "name": "Badulla",
15410             "parent": "8",
15411             "type": "District"
15412             },
15413             {
15414             "code": "LK-82",
15415             "name": "Monaragala",
15416             "parent": "8",
15417             "type": "District"
15418             },
15419             {
15420             "code": "LK-9",
15421             "name": "Sabaragamuwa Province",
15422             "type": "Province"
15423             },
15424             {
15425             "code": "LK-91",
15426             "name": "Ratnapura",
15427             "parent": "9",
15428             "type": "District"
15429             },
15430             {
15431             "code": "LK-92",
15432             "name": "Kegalla",
15433             "parent": "9",
15434             "type": "District"
15435             },
15436             {
15437             "code": "LR-BG",
15438             "name": "Bong",
15439             "type": "County"
15440             },
15441             {
15442             "code": "LR-BM",
15443             "name": "Bomi",
15444             "type": "County"
15445             },
15446             {
15447             "code": "LR-CM",
15448             "name": "Grand Cape Mount",
15449             "type": "County"
15450             },
15451             {
15452             "code": "LR-GB",
15453             "name": "Grand Bassa",
15454             "type": "County"
15455             },
15456             {
15457             "code": "LR-GG",
15458             "name": "Grand Gedeh",
15459             "type": "County"
15460             },
15461             {
15462             "code": "LR-GK",
15463             "name": "Grand Kru",
15464             "type": "County"
15465             },
15466             {
15467             "code": "LR-GP",
15468             "name": "Gbarpolu",
15469             "type": "County"
15470             },
15471             {
15472             "code": "LR-LO",
15473             "name": "Lofa",
15474             "type": "County"
15475             },
15476             {
15477             "code": "LR-MG",
15478             "name": "Margibi",
15479             "type": "County"
15480             },
15481             {
15482             "code": "LR-MO",
15483             "name": "Montserrado",
15484             "type": "County"
15485             },
15486             {
15487             "code": "LR-MY",
15488             "name": "Maryland",
15489             "type": "County"
15490             },
15491             {
15492             "code": "LR-NI",
15493             "name": "Nimba",
15494             "type": "County"
15495             },
15496             {
15497             "code": "LR-RG",
15498             "name": "River Gee",
15499             "type": "County"
15500             },
15501             {
15502             "code": "LR-RI",
15503             "name": "River Cess",
15504             "type": "County"
15505             },
15506             {
15507             "code": "LR-SI",
15508             "name": "Sinoe",
15509             "type": "County"
15510             },
15511             {
15512             "code": "LS-A",
15513             "name": "Maseru",
15514             "type": "District"
15515             },
15516             {
15517             "code": "LS-B",
15518             "name": "Botha-Bothe",
15519             "type": "District"
15520             },
15521             {
15522             "code": "LS-C",
15523             "name": "Leribe",
15524             "type": "District"
15525             },
15526             {
15527             "code": "LS-D",
15528             "name": "Berea",
15529             "type": "District"
15530             },
15531             {
15532             "code": "LS-E",
15533             "name": "Mafeteng",
15534             "type": "District"
15535             },
15536             {
15537             "code": "LS-F",
15538             "name": "Mohale's Hoek",
15539             "type": "District"
15540             },
15541             {
15542             "code": "LS-G",
15543             "name": "Quthing",
15544             "type": "District"
15545             },
15546             {
15547             "code": "LS-H",
15548             "name": "Qacha's Nek",
15549             "type": "District"
15550             },
15551             {
15552             "code": "LS-J",
15553             "name": "Mokhotlong",
15554             "type": "District"
15555             },
15556             {
15557             "code": "LS-K",
15558             "name": "Thaba-Tseka",
15559             "type": "District"
15560             },
15561             {
15562             "code": "LT-01",
15563             "name": "Akmenė",
15564             "type": "District municipality"
15565             },
15566             {
15567             "code": "LT-02",
15568             "name": "Alytaus miestas",
15569             "type": "City municipality"
15570             },
15571             {
15572             "code": "LT-03",
15573             "name": "Alytus",
15574             "type": "District municipality"
15575             },
15576             {
15577             "code": "LT-04",
15578             "name": "Anykščiai",
15579             "type": "District municipality"
15580             },
15581             {
15582             "code": "LT-05",
15583             "name": "Birštono",
15584             "type": "Municipality"
15585             },
15586             {
15587             "code": "LT-06",
15588             "name": "Biržai",
15589             "type": "District municipality"
15590             },
15591             {
15592             "code": "LT-07",
15593             "name": "Druskininkai",
15594             "type": "Municipality"
15595             },
15596             {
15597             "code": "LT-08",
15598             "name": "Elektrėnai",
15599             "type": "Municipality"
15600             },
15601             {
15602             "code": "LT-09",
15603             "name": "Ignalina",
15604             "type": "District municipality"
15605             },
15606             {
15607             "code": "LT-10",
15608             "name": "Jonava",
15609             "type": "District municipality"
15610             },
15611             {
15612             "code": "LT-11",
15613             "name": "Joniškis",
15614             "type": "District municipality"
15615             },
15616             {
15617             "code": "LT-12",
15618             "name": "Jurbarkas",
15619             "type": "District municipality"
15620             },
15621             {
15622             "code": "LT-13",
15623             "name": "Kaišiadorys",
15624             "type": "District municipality"
15625             },
15626             {
15627             "code": "LT-14",
15628             "name": "Kalvarijos",
15629             "type": "Municipality"
15630             },
15631             {
15632             "code": "LT-15",
15633             "name": "Kauno miestas",
15634             "type": "City municipality"
15635             },
15636             {
15637             "code": "LT-16",
15638             "name": "Kaunas",
15639             "type": "District municipality"
15640             },
15641             {
15642             "code": "LT-17",
15643             "name": "Kazlų Rūdos",
15644             "type": "Municipality"
15645             },
15646             {
15647             "code": "LT-18",
15648             "name": "Kėdainiai",
15649             "type": "District municipality"
15650             },
15651             {
15652             "code": "LT-19",
15653             "name": "Kelmė",
15654             "type": "District municipality"
15655             },
15656             {
15657             "code": "LT-20",
15658             "name": "Klaipėdos miestas",
15659             "type": "City municipality"
15660             },
15661             {
15662             "code": "LT-21",
15663             "name": "Klaipėda",
15664             "type": "District municipality"
15665             },
15666             {
15667             "code": "LT-22",
15668             "name": "Kretinga",
15669             "type": "District municipality"
15670             },
15671             {
15672             "code": "LT-23",
15673             "name": "Kupiškis",
15674             "type": "District municipality"
15675             },
15676             {
15677             "code": "LT-24",
15678             "name": "Lazdijai",
15679             "type": "District municipality"
15680             },
15681             {
15682             "code": "LT-25",
15683             "name": "Marijampolė",
15684             "type": "District municipality"
15685             },
15686             {
15687             "code": "LT-26",
15688             "name": "Mažeikiai",
15689             "type": "District municipality"
15690             },
15691             {
15692             "code": "LT-27",
15693             "name": "Molėtai",
15694             "type": "District municipality"
15695             },
15696             {
15697             "code": "LT-28",
15698             "name": "Neringa",
15699             "type": "Municipality"
15700             },
15701             {
15702             "code": "LT-29",
15703             "name": "Pagėgiai",
15704             "type": "Municipality"
15705             },
15706             {
15707             "code": "LT-30",
15708             "name": "Pakruojis",
15709             "type": "District municipality"
15710             },
15711             {
15712             "code": "LT-31",
15713             "name": "Palangos miestas",
15714             "type": "City municipality"
15715             },
15716             {
15717             "code": "LT-32",
15718             "name": "Panevėžio miestas",
15719             "type": "City municipality"
15720             },
15721             {
15722             "code": "LT-33",
15723             "name": "Panevėžys",
15724             "type": "District municipality"
15725             },
15726             {
15727             "code": "LT-34",
15728             "name": "Pasvalys",
15729             "type": "District municipality"
15730             },
15731             {
15732             "code": "LT-35",
15733             "name": "Plungė",
15734             "type": "District municipality"
15735             },
15736             {
15737             "code": "LT-36",
15738             "name": "Prienai",
15739             "type": "District municipality"
15740             },
15741             {
15742             "code": "LT-37",
15743             "name": "Radviliškis",
15744             "type": "District municipality"
15745             },
15746             {
15747             "code": "LT-38",
15748             "name": "Raseiniai",
15749             "type": "District municipality"
15750             },
15751             {
15752             "code": "LT-39",
15753             "name": "Rietavo",
15754             "type": "Municipality"
15755             },
15756             {
15757             "code": "LT-40",
15758             "name": "Rokiškis",
15759             "type": "District municipality"
15760             },
15761             {
15762             "code": "LT-41",
15763             "name": "Šakiai",
15764             "type": "District municipality"
15765             },
15766             {
15767             "code": "LT-42",
15768             "name": "Šalčininkai",
15769             "type": "District municipality"
15770             },
15771             {
15772             "code": "LT-43",
15773             "name": "Šiaulių miestas",
15774             "type": "City municipality"
15775             },
15776             {
15777             "code": "LT-44",
15778             "name": "Šiauliai",
15779             "type": "District municipality"
15780             },
15781             {
15782             "code": "LT-45",
15783             "name": "Šilalė",
15784             "type": "District municipality"
15785             },
15786             {
15787             "code": "LT-46",
15788             "name": "Šilutė",
15789             "type": "District municipality"
15790             },
15791             {
15792             "code": "LT-47",
15793             "name": "Širvintos",
15794             "type": "District municipality"
15795             },
15796             {
15797             "code": "LT-48",
15798             "name": "Skuodas",
15799             "type": "District municipality"
15800             },
15801             {
15802             "code": "LT-49",
15803             "name": "Švenčionys",
15804             "type": "District municipality"
15805             },
15806             {
15807             "code": "LT-50",
15808             "name": "Tauragė",
15809             "type": "District municipality"
15810             },
15811             {
15812             "code": "LT-51",
15813             "name": "Telšiai",
15814             "type": "District municipality"
15815             },
15816             {
15817             "code": "LT-52",
15818             "name": "Trakai",
15819             "type": "District municipality"
15820             },
15821             {
15822             "code": "LT-53",
15823             "name": "Ukmergė",
15824             "type": "District municipality"
15825             },
15826             {
15827             "code": "LT-54",
15828             "name": "Utena",
15829             "type": "District municipality"
15830             },
15831             {
15832             "code": "LT-55",
15833             "name": "Varėna",
15834             "type": "District municipality"
15835             },
15836             {
15837             "code": "LT-56",
15838             "name": "Vilkaviškis",
15839             "type": "District municipality"
15840             },
15841             {
15842             "code": "LT-57",
15843             "name": "Vilniaus miestas",
15844             "type": "City municipality"
15845             },
15846             {
15847             "code": "LT-58",
15848             "name": "Vilnius",
15849             "type": "District municipality"
15850             },
15851             {
15852             "code": "LT-59",
15853             "name": "Visaginas",
15854             "type": "Municipality"
15855             },
15856             {
15857             "code": "LT-60",
15858             "name": "Zarasai",
15859             "type": "District municipality"
15860             },
15861             {
15862             "code": "LT-AL",
15863             "name": "Alytaus apskritis",
15864             "type": "County"
15865             },
15866             {
15867             "code": "LT-KL",
15868             "name": "Klaipėdos apskritis",
15869             "type": "County"
15870             },
15871             {
15872             "code": "LT-KU",
15873             "name": "Kauno apskritis",
15874             "type": "County"
15875             },
15876             {
15877             "code": "LT-MR",
15878             "name": "Marijampolės apskritis",
15879             "type": "County"
15880             },
15881             {
15882             "code": "LT-PN",
15883             "name": "Panevėžio apskritis",
15884             "type": "County"
15885             },
15886             {
15887             "code": "LT-SA",
15888             "name": "Šiaulių apskritis",
15889             "type": "County"
15890             },
15891             {
15892             "code": "LT-TA",
15893             "name": "Tauragės apskritis",
15894             "type": "County"
15895             },
15896             {
15897             "code": "LT-TE",
15898             "name": "Telšių apskritis",
15899             "type": "County"
15900             },
15901             {
15902             "code": "LT-UT",
15903             "name": "Utenos apskritis",
15904             "type": "County"
15905             },
15906             {
15907             "code": "LT-VL",
15908             "name": "Vilniaus apskritis",
15909             "type": "County"
15910             },
15911             {
15912             "code": "LU-CA",
15913             "name": "Capellen",
15914             "type": "Canton"
15915             },
15916             {
15917             "code": "LU-CL",
15918             "name": "Clerf",
15919             "type": "Canton"
15920             },
15921             {
15922             "code": "LU-DI",
15923             "name": "Diekirch",
15924             "type": "Canton"
15925             },
15926             {
15927             "code": "LU-EC",
15928             "name": "Echternach",
15929             "type": "Canton"
15930             },
15931             {
15932             "code": "LU-ES",
15933             "name": "Esch an der Alzette",
15934             "type": "Canton"
15935             },
15936             {
15937             "code": "LU-GR",
15938             "name": "Grevenmacher",
15939             "type": "Canton"
15940             },
15941             {
15942             "code": "LU-LU",
15943             "name": "Luxembourg",
15944             "type": "Canton"
15945             },
15946             {
15947             "code": "LU-ME",
15948             "name": "Mersch",
15949             "type": "Canton"
15950             },
15951             {
15952             "code": "LU-RD",
15953             "name": "Redange",
15954             "type": "Canton"
15955             },
15956             {
15957             "code": "LU-RM",
15958             "name": "Remich",
15959             "type": "Canton"
15960             },
15961             {
15962             "code": "LU-VD",
15963             "name": "Veianen",
15964             "type": "Canton"
15965             },
15966             {
15967             "code": "LU-WI",
15968             "name": "Wiltz",
15969             "type": "Canton"
15970             },
15971             {
15972             "code": "LV-001",
15973             "name": "Aglonas novads",
15974             "type": "Municipality"
15975             },
15976             {
15977             "code": "LV-002",
15978             "name": "Aizkraukles novads",
15979             "type": "Municipality"
15980             },
15981             {
15982             "code": "LV-003",
15983             "name": "Aizputes novads",
15984             "type": "Municipality"
15985             },
15986             {
15987             "code": "LV-004",
15988             "name": "Aknīstes novads",
15989             "type": "Municipality"
15990             },
15991             {
15992             "code": "LV-005",
15993             "name": "Alojas novads",
15994             "type": "Municipality"
15995             },
15996             {
15997             "code": "LV-006",
15998             "name": "Alsungas novads",
15999             "type": "Municipality"
16000             },
16001             {
16002             "code": "LV-007",
16003             "name": "Alūksnes novads",
16004             "type": "Municipality"
16005             },
16006             {
16007             "code": "LV-008",
16008             "name": "Amatas novads",
16009             "type": "Municipality"
16010             },
16011             {
16012             "code": "LV-009",
16013             "name": "Apes novads",
16014             "type": "Municipality"
16015             },
16016             {
16017             "code": "LV-010",
16018             "name": "Auces novads",
16019             "type": "Municipality"
16020             },
16021             {
16022             "code": "LV-011",
16023             "name": "Ādažu novads",
16024             "type": "Municipality"
16025             },
16026             {
16027             "code": "LV-012",
16028             "name": "Babītes novads",
16029             "type": "Municipality"
16030             },
16031             {
16032             "code": "LV-013",
16033             "name": "Baldones novads",
16034             "type": "Municipality"
16035             },
16036             {
16037             "code": "LV-014",
16038             "name": "Baltinavas novads",
16039             "type": "Municipality"
16040             },
16041             {
16042             "code": "LV-015",
16043             "name": "Balvu novads",
16044             "type": "Municipality"
16045             },
16046             {
16047             "code": "LV-016",
16048             "name": "Bauskas novads",
16049             "type": "Municipality"
16050             },
16051             {
16052             "code": "LV-017",
16053             "name": "Beverīnas novads",
16054             "type": "Municipality"
16055             },
16056             {
16057             "code": "LV-018",
16058             "name": "Brocēnu novads",
16059             "type": "Municipality"
16060             },
16061             {
16062             "code": "LV-019",
16063             "name": "Burtnieku novads",
16064             "type": "Municipality"
16065             },
16066             {
16067             "code": "LV-020",
16068             "name": "Carnikavas novads",
16069             "type": "Municipality"
16070             },
16071             {
16072             "code": "LV-021",
16073             "name": "Cesvaines novads",
16074             "type": "Municipality"
16075             },
16076             {
16077             "code": "LV-022",
16078             "name": "Cēsu novads",
16079             "type": "Municipality"
16080             },
16081             {
16082             "code": "LV-023",
16083             "name": "Ciblas novads",
16084             "type": "Municipality"
16085             },
16086             {
16087             "code": "LV-024",
16088             "name": "Dagdas novads",
16089             "type": "Municipality"
16090             },
16091             {
16092             "code": "LV-025",
16093             "name": "Daugavpils novads",
16094             "type": "Municipality"
16095             },
16096             {
16097             "code": "LV-026",
16098             "name": "Dobeles novads",
16099             "type": "Municipality"
16100             },
16101             {
16102             "code": "LV-027",
16103             "name": "Dundagas novads",
16104             "type": "Municipality"
16105             },
16106             {
16107             "code": "LV-028",
16108             "name": "Durbes novads",
16109             "type": "Municipality"
16110             },
16111             {
16112             "code": "LV-029",
16113             "name": "Engures novads",
16114             "type": "Municipality"
16115             },
16116             {
16117             "code": "LV-030",
16118             "name": "Ērgļu novads",
16119             "type": "Municipality"
16120             },
16121             {
16122             "code": "LV-031",
16123             "name": "Garkalnes novads",
16124             "type": "Municipality"
16125             },
16126             {
16127             "code": "LV-032",
16128             "name": "Grobiņas novads",
16129             "type": "Municipality"
16130             },
16131             {
16132             "code": "LV-033",
16133             "name": "Gulbenes novads",
16134             "type": "Municipality"
16135             },
16136             {
16137             "code": "LV-034",
16138             "name": "Iecavas novads",
16139             "type": "Municipality"
16140             },
16141             {
16142             "code": "LV-035",
16143             "name": "Ikšķiles novads",
16144             "type": "Municipality"
16145             },
16146             {
16147             "code": "LV-036",
16148             "name": "Ilūkstes novads",
16149             "type": "Municipality"
16150             },
16151             {
16152             "code": "LV-037",
16153             "name": "Inčukalna novads",
16154             "type": "Municipality"
16155             },
16156             {
16157             "code": "LV-038",
16158             "name": "Jaunjelgavas novads",
16159             "type": "Municipality"
16160             },
16161             {
16162             "code": "LV-039",
16163             "name": "Jaunpiebalgas novads",
16164             "type": "Municipality"
16165             },
16166             {
16167             "code": "LV-040",
16168             "name": "Jaunpils novads",
16169             "type": "Municipality"
16170             },
16171             {
16172             "code": "LV-041",
16173             "name": "Jelgavas novads",
16174             "type": "Municipality"
16175             },
16176             {
16177             "code": "LV-042",
16178             "name": "Jēkabpils novads",
16179             "type": "Municipality"
16180             },
16181             {
16182             "code": "LV-043",
16183             "name": "Kandavas novads",
16184             "type": "Municipality"
16185             },
16186             {
16187             "code": "LV-044",
16188             "name": "Kārsavas novads",
16189             "type": "Municipality"
16190             },
16191             {
16192             "code": "LV-045",
16193             "name": "Kocēnu novads",
16194             "type": "Municipality"
16195             },
16196             {
16197             "code": "LV-046",
16198             "name": "Kokneses novads",
16199             "type": "Municipality"
16200             },
16201             {
16202             "code": "LV-047",
16203             "name": "Krāslavas novads",
16204             "type": "Municipality"
16205             },
16206             {
16207             "code": "LV-048",
16208             "name": "Krimuldas novads",
16209             "type": "Municipality"
16210             },
16211             {
16212             "code": "LV-049",
16213             "name": "Krustpils novads",
16214             "type": "Municipality"
16215             },
16216             {
16217             "code": "LV-050",
16218             "name": "Kuldīgas novads",
16219             "type": "Municipality"
16220             },
16221             {
16222             "code": "LV-051",
16223             "name": "Ķeguma novads",
16224             "type": "Municipality"
16225             },
16226             {
16227             "code": "LV-052",
16228             "name": "Ķekavas novads",
16229             "type": "Municipality"
16230             },
16231             {
16232             "code": "LV-053",
16233             "name": "Lielvārdes novads",
16234             "type": "Municipality"
16235             },
16236             {
16237             "code": "LV-054",
16238             "name": "Limbažu novads",
16239             "type": "Municipality"
16240             },
16241             {
16242             "code": "LV-055",
16243             "name": "Līgatnes novads",
16244             "type": "Municipality"
16245             },
16246             {
16247             "code": "LV-056",
16248             "name": "Līvānu novads",
16249             "type": "Municipality"
16250             },
16251             {
16252             "code": "LV-057",
16253             "name": "Lubānas novads",
16254             "type": "Municipality"
16255             },
16256             {
16257             "code": "LV-058",
16258             "name": "Ludzas novads",
16259             "type": "Municipality"
16260             },
16261             {
16262             "code": "LV-059",
16263             "name": "Madonas novads",
16264             "type": "Municipality"
16265             },
16266             {
16267             "code": "LV-060",
16268             "name": "Mazsalacas novads",
16269             "type": "Municipality"
16270             },
16271             {
16272             "code": "LV-061",
16273             "name": "Mālpils novads",
16274             "type": "Municipality"
16275             },
16276             {
16277             "code": "LV-062",
16278             "name": "Mārupes novads",
16279             "type": "Municipality"
16280             },
16281             {
16282             "code": "LV-063",
16283             "name": "Mērsraga novads",
16284             "type": "Municipality"
16285             },
16286             {
16287             "code": "LV-064",
16288             "name": "Naukšēnu novads",
16289             "type": "Municipality"
16290             },
16291             {
16292             "code": "LV-065",
16293             "name": "Neretas novads",
16294             "type": "Municipality"
16295             },
16296             {
16297             "code": "LV-066",
16298             "name": "Nīcas novads",
16299             "type": "Municipality"
16300             },
16301             {
16302             "code": "LV-067",
16303             "name": "Ogres novads",
16304             "type": "Municipality"
16305             },
16306             {
16307             "code": "LV-068",
16308             "name": "Olaines novads",
16309             "type": "Municipality"
16310             },
16311             {
16312             "code": "LV-069",
16313             "name": "Ozolnieku novads",
16314             "type": "Municipality"
16315             },
16316             {
16317             "code": "LV-070",
16318             "name": "Pārgaujas novads",
16319             "type": "Municipality"
16320             },
16321             {
16322             "code": "LV-071",
16323             "name": "Pāvilostas novads",
16324             "type": "Municipality"
16325             },
16326             {
16327             "code": "LV-072",
16328             "name": "Pļaviņu novads",
16329             "type": "Municipality"
16330             },
16331             {
16332             "code": "LV-073",
16333             "name": "Preiļu novads",
16334             "type": "Municipality"
16335             },
16336             {
16337             "code": "LV-074",
16338             "name": "Priekules novads",
16339             "type": "Municipality"
16340             },
16341             {
16342             "code": "LV-075",
16343             "name": "Priekuļu novads",
16344             "type": "Municipality"
16345             },
16346             {
16347             "code": "LV-076",
16348             "name": "Raunas novads",
16349             "type": "Municipality"
16350             },
16351             {
16352             "code": "LV-077",
16353             "name": "Rēzeknes novads",
16354             "type": "Municipality"
16355             },
16356             {
16357             "code": "LV-078",
16358             "name": "Riebiņu novads",
16359             "type": "Municipality"
16360             },
16361             {
16362             "code": "LV-079",
16363             "name": "Rojas novads",
16364             "type": "Municipality"
16365             },
16366             {
16367             "code": "LV-080",
16368             "name": "Ropažu novads",
16369             "type": "Municipality"
16370             },
16371             {
16372             "code": "LV-081",
16373             "name": "Rucavas novads",
16374             "type": "Municipality"
16375             },
16376             {
16377             "code": "LV-082",
16378             "name": "Rugāju novads",
16379             "type": "Municipality"
16380             },
16381             {
16382             "code": "LV-083",
16383             "name": "Rundāles novads",
16384             "type": "Municipality"
16385             },
16386             {
16387             "code": "LV-084",
16388             "name": "Rūjienas novads",
16389             "type": "Municipality"
16390             },
16391             {
16392             "code": "LV-085",
16393             "name": "Salas novads",
16394             "type": "Municipality"
16395             },
16396             {
16397             "code": "LV-086",
16398             "name": "Salacgrīvas novads",
16399             "type": "Municipality"
16400             },
16401             {
16402             "code": "LV-087",
16403             "name": "Salaspils novads",
16404             "type": "Municipality"
16405             },
16406             {
16407             "code": "LV-088",
16408             "name": "Saldus novads",
16409             "type": "Municipality"
16410             },
16411             {
16412             "code": "LV-089",
16413             "name": "Saulkrastu novads",
16414             "type": "Municipality"
16415             },
16416             {
16417             "code": "LV-090",
16418             "name": "Sējas novads",
16419             "type": "Municipality"
16420             },
16421             {
16422             "code": "LV-091",
16423             "name": "Siguldas novads",
16424             "type": "Municipality"
16425             },
16426             {
16427             "code": "LV-092",
16428             "name": "Skrīveru novads",
16429             "type": "Municipality"
16430             },
16431             {
16432             "code": "LV-093",
16433             "name": "Skrundas novads",
16434             "type": "Municipality"
16435             },
16436             {
16437             "code": "LV-094",
16438             "name": "Smiltenes novads",
16439             "type": "Municipality"
16440             },
16441             {
16442             "code": "LV-095",
16443             "name": "Stopiņu novads",
16444             "type": "Municipality"
16445             },
16446             {
16447             "code": "LV-096",
16448             "name": "Strenču novads",
16449             "type": "Municipality"
16450             },
16451             {
16452             "code": "LV-097",
16453             "name": "Talsu novads",
16454             "type": "Municipality"
16455             },
16456             {
16457             "code": "LV-098",
16458             "name": "Tērvetes novads",
16459             "type": "Municipality"
16460             },
16461             {
16462             "code": "LV-099",
16463             "name": "Tukuma novads",
16464             "type": "Municipality"
16465             },
16466             {
16467             "code": "LV-100",
16468             "name": "Vaiņodes novads",
16469             "type": "Municipality"
16470             },
16471             {
16472             "code": "LV-101",
16473             "name": "Valkas novads",
16474             "type": "Municipality"
16475             },
16476             {
16477             "code": "LV-102",
16478             "name": "Varakļānu novads",
16479             "type": "Municipality"
16480             },
16481             {
16482             "code": "LV-103",
16483             "name": "Vārkavas novads",
16484             "type": "Municipality"
16485             },
16486             {
16487             "code": "LV-104",
16488             "name": "Vecpiebalgas novads",
16489             "type": "Municipality"
16490             },
16491             {
16492             "code": "LV-105",
16493             "name": "Vecumnieku novads",
16494             "type": "Municipality"
16495             },
16496             {
16497             "code": "LV-106",
16498             "name": "Ventspils novads",
16499             "type": "Municipality"
16500             },
16501             {
16502             "code": "LV-107",
16503             "name": "Viesītes novads",
16504             "type": "Municipality"
16505             },
16506             {
16507             "code": "LV-108",
16508             "name": "Viļakas novads",
16509             "type": "Municipality"
16510             },
16511             {
16512             "code": "LV-109",
16513             "name": "Viļānu novads",
16514             "type": "Municipality"
16515             },
16516             {
16517             "code": "LV-110",
16518             "name": "Zilupes novads",
16519             "type": "Municipality"
16520             },
16521             {
16522             "code": "LV-DGV",
16523             "name": "Daugavpils",
16524             "type": "Republican city"
16525             },
16526             {
16527             "code": "LV-JEL",
16528             "name": "Jelgava",
16529             "type": "Republican city"
16530             },
16531             {
16532             "code": "LV-JKB",
16533             "name": "Jēkabpils",
16534             "type": "Republican city"
16535             },
16536             {
16537             "code": "LV-JUR",
16538             "name": "Jūrmala",
16539             "type": "Republican city"
16540             },
16541             {
16542             "code": "LV-LPX",
16543             "name": "Liepāja",
16544             "type": "Republican city"
16545             },
16546             {
16547             "code": "LV-REZ",
16548             "name": "Rēzekne",
16549             "type": "Republican city"
16550             },
16551             {
16552             "code": "LV-RIX",
16553             "name": "Rīga",
16554             "type": "Republican city"
16555             },
16556             {
16557             "code": "LV-VEN",
16558             "name": "Ventspils",
16559             "type": "Republican city"
16560             },
16561             {
16562             "code": "LV-VMR",
16563             "name": "Valmiera",
16564             "type": "Republican city"
16565             },
16566             {
16567             "code": "LY-BA",
16568             "name": "Banghāzī",
16569             "type": "Popularate"
16570             },
16571             {
16572             "code": "LY-BU",
16573             "name": "Al Buţnān",
16574             "type": "Popularate"
16575             },
16576             {
16577             "code": "LY-DR",
16578             "name": "Darnah",
16579             "type": "Popularate"
16580             },
16581             {
16582             "code": "LY-GT",
16583             "name": "Ghāt",
16584             "type": "Popularate"
16585             },
16586             {
16587             "code": "LY-JA",
16588             "name": "Al Jabal al Akhḑar",
16589             "type": "Popularate"
16590             },
16591             {
16592             "code": "LY-JG",
16593             "name": "Al Jabal al Gharbī",
16594             "type": "Popularate"
16595             },
16596             {
16597             "code": "LY-JI",
16598             "name": "Al Jafārah",
16599             "type": "Popularate"
16600             },
16601             {
16602             "code": "LY-JU",
16603             "name": "Al Jufrah",
16604             "type": "Popularate"
16605             },
16606             {
16607             "code": "LY-KF",
16608             "name": "Al Kufrah",
16609             "type": "Popularate"
16610             },
16611             {
16612             "code": "LY-MB",
16613             "name": "Al Marqab",
16614             "type": "Popularate"
16615             },
16616             {
16617             "code": "LY-MI",
16618             "name": "Mişrātah",
16619             "type": "Popularate"
16620             },
16621             {
16622             "code": "LY-MJ",
16623             "name": "Al Marj",
16624             "type": "Popularate"
16625             },
16626             {
16627             "code": "LY-MQ",
16628             "name": "Murzuq",
16629             "type": "Popularate"
16630             },
16631             {
16632             "code": "LY-NL",
16633             "name": "Nālūt",
16634             "type": "Popularate"
16635             },
16636             {
16637             "code": "LY-NQ",
16638             "name": "An Nuqāţ al Khams",
16639             "type": "Popularate"
16640             },
16641             {
16642             "code": "LY-SB",
16643             "name": "Sabhā",
16644             "type": "Popularate"
16645             },
16646             {
16647             "code": "LY-SR",
16648             "name": "Surt",
16649             "type": "Popularate"
16650             },
16651             {
16652             "code": "LY-TB",
16653             "name": "Ţarābulus",
16654             "type": "Popularate"
16655             },
16656             {
16657             "code": "LY-WA",
16658             "name": "Al Wāḩāt",
16659             "type": "Popularate"
16660             },
16661             {
16662             "code": "LY-WD",
16663             "name": "Wādī al Ḩayāt",
16664             "type": "Popularate"
16665             },
16666             {
16667             "code": "LY-WS",
16668             "name": "Wādī ash Shāţi’",
16669             "type": "Popularate"
16670             },
16671             {
16672             "code": "LY-ZA",
16673             "name": "Az Zāwiyah",
16674             "type": "Popularate"
16675             },
16676             {
16677             "code": "MA-01",
16678             "name": "Tanger-Tétouan-Al Hoceïma",
16679             "type": "Region"
16680             },
16681             {
16682             "code": "MA-02",
16683             "name": "L'Oriental",
16684             "type": "Region"
16685             },
16686             {
16687             "code": "MA-03",
16688             "name": "Fès-Meknès",
16689             "type": "Region"
16690             },
16691             {
16692             "code": "MA-04",
16693             "name": "Rabat-Salé-Kénitra",
16694             "type": "Region"
16695             },
16696             {
16697             "code": "MA-05",
16698             "name": "Béni Mellal-Khénifra",
16699             "type": "Region"
16700             },
16701             {
16702             "code": "MA-06",
16703             "name": "Casablanca-Settat",
16704             "type": "Region"
16705             },
16706             {
16707             "code": "MA-07",
16708             "name": "Marrakech-Safi",
16709             "type": "Region"
16710             },
16711             {
16712             "code": "MA-08",
16713             "name": "Drâa-Tafilalet",
16714             "type": "Region"
16715             },
16716             {
16717             "code": "MA-09",
16718             "name": "Souss-Massa",
16719             "type": "Region"
16720             },
16721             {
16722             "code": "MA-10",
16723             "name": "Guelmim-Oued Noun (EH-partial)",
16724             "type": "Region"
16725             },
16726             {
16727             "code": "MA-11",
16728             "name": "Laâyoune-Sakia El Hamra (EH-partial)",
16729             "type": "Region"
16730             },
16731             {
16732             "code": "MA-12",
16733             "name": "Dakhla-Oued Ed-Dahab (EH)",
16734             "type": "Region"
16735             },
16736             {
16737             "code": "MA-AGD",
16738             "name": "Agadir-Ida-Ou-Tanane",
16739             "parent": "09",
16740             "type": "Prefecture"
16741             },
16742             {
16743             "code": "MA-AOU",
16744             "name": "Aousserd (EH)",
16745             "parent": "12",
16746             "type": "Province"
16747             },
16748             {
16749             "code": "MA-ASZ",
16750             "name": "Assa-Zag (EH-partial)",
16751             "parent": "10",
16752             "type": "Province"
16753             },
16754             {
16755             "code": "MA-AZI",
16756             "name": "Azilal",
16757             "parent": "05",
16758             "type": "Province"
16759             },
16760             {
16761             "code": "MA-BEM",
16762             "name": "Béni Mellal",
16763             "parent": "05",
16764             "type": "Province"
16765             },
16766             {
16767             "code": "MA-BER",
16768             "name": "Berkane",
16769             "parent": "02",
16770             "type": "Province"
16771             },
16772             {
16773             "code": "MA-BES",
16774             "name": "Benslimane",
16775             "parent": "06",
16776             "type": "Province"
16777             },
16778             {
16779             "code": "MA-BOD",
16780             "name": "Boujdour (EH)",
16781             "parent": "11",
16782             "type": "Province"
16783             },
16784             {
16785             "code": "MA-BOM",
16786             "name": "Boulemane",
16787             "parent": "03",
16788             "type": "Province"
16789             },
16790             {
16791             "code": "MA-BRR",
16792             "name": "Berrechid",
16793             "parent": "06",
16794             "type": "Province"
16795             },
16796             {
16797             "code": "MA-CAS",
16798             "name": "Casablanca",
16799             "parent": "06",
16800             "type": "Prefecture"
16801             },
16802             {
16803             "code": "MA-CHE",
16804             "name": "Chefchaouen",
16805             "parent": "01",
16806             "type": "Province"
16807             },
16808             {
16809             "code": "MA-CHI",
16810             "name": "Chichaoua",
16811             "parent": "07",
16812             "type": "Province"
16813             },
16814             {
16815             "code": "MA-CHT",
16816             "name": "Chtouka-Ait Baha",
16817             "parent": "06",
16818             "type": "Province"
16819             },
16820             {
16821             "code": "MA-DRI",
16822             "name": "Driouch",
16823             "parent": "02",
16824             "type": "Province"
16825             },
16826             {
16827             "code": "MA-ERR",
16828             "name": "Errachidia",
16829             "parent": "08",
16830             "type": "Province"
16831             },
16832             {
16833             "code": "MA-ESI",
16834             "name": "Essaouira",
16835             "parent": "07",
16836             "type": "Province"
16837             },
16838             {
16839             "code": "MA-ESM",
16840             "name": "Es-Semara (EH-partial)",
16841             "parent": "11",
16842             "type": "Province"
16843             },
16844             {
16845             "code": "MA-FAH",
16846             "name": "Fahs-Anjra",
16847             "parent": "01",
16848             "type": "Province"
16849             },
16850             {
16851             "code": "MA-FES",
16852             "name": "Fès",
16853             "parent": "03",
16854             "type": "Prefecture"
16855             },
16856             {
16857             "code": "MA-FIG",
16858             "name": "Figuig",
16859             "parent": "02",
16860             "type": "Province"
16861             },
16862             {
16863             "code": "MA-FQH",
16864             "name": "Fquih Ben Salah",
16865             "parent": "05",
16866             "type": "Province"
16867             },
16868             {
16869             "code": "MA-GUE",
16870             "name": "Guelmim",
16871             "parent": "10",
16872             "type": "Province"
16873             },
16874             {
16875             "code": "MA-GUF",
16876             "name": "Guercif",
16877             "parent": "02",
16878             "type": "Province"
16879             },
16880             {
16881             "code": "MA-HAJ",
16882             "name": "El Hajeb",
16883             "parent": "03",
16884             "type": "Province"
16885             },
16886             {
16887             "code": "MA-HAO",
16888             "name": "Al Haouz",
16889             "parent": "07",
16890             "type": "Province"
16891             },
16892             {
16893             "code": "MA-HOC",
16894             "name": "Al Hoceïma",
16895             "parent": "01",
16896             "type": "Province"
16897             },
16898             {
16899             "code": "MA-IFR",
16900             "name": "Ifrane",
16901             "parent": "03",
16902             "type": "Province"
16903             },
16904             {
16905             "code": "MA-INE",
16906             "name": "Inezgane-Ait Melloul",
16907             "parent": "09",
16908             "type": "Prefecture"
16909             },
16910             {
16911             "code": "MA-JDI",
16912             "name": "El Jadida",
16913             "parent": "06",
16914             "type": "Province"
16915             },
16916             {
16917             "code": "MA-JRA",
16918             "name": "Jerada",
16919             "parent": "02",
16920             "type": "Province"
16921             },
16922             {
16923             "code": "MA-KEN",
16924             "name": "Kénitra",
16925             "parent": "04",
16926             "type": "Province"
16927             },
16928             {
16929             "code": "MA-KES",
16930             "name": "El Kelâa des Sraghna",
16931             "parent": "07",
16932             "type": "Province"
16933             },
16934             {
16935             "code": "MA-KHE",
16936             "name": "Khémisset",
16937             "parent": "04",
16938             "type": "Province"
16939             },
16940             {
16941             "code": "MA-KHN",
16942             "name": "Khénifra",
16943             "parent": "05",
16944             "type": "Province"
16945             },
16946             {
16947             "code": "MA-KHO",
16948             "name": "Khouribga",
16949             "parent": "05",
16950             "type": "Province"
16951             },
16952             {
16953             "code": "MA-LAA",
16954             "name": "Laâyoune (EH)",
16955             "parent": "11",
16956             "type": "Province"
16957             },
16958             {
16959             "code": "MA-LAR",
16960             "name": "Larache",
16961             "parent": "01",
16962             "type": "Province"
16963             },
16964             {
16965             "code": "MA-MAR",
16966             "name": "Marrakech",
16967             "parent": "07",
16968             "type": "Prefecture"
16969             },
16970             {
16971             "code": "MA-MDF",
16972             "name": "M’diq-Fnideq",
16973             "parent": "01",
16974             "type": "Prefecture"
16975             },
16976             {
16977             "code": "MA-MED",
16978             "name": "Médiouna",
16979             "parent": "06",
16980             "type": "Province"
16981             },
16982             {
16983             "code": "MA-MEK",
16984             "name": "Meknès",
16985             "parent": "03",
16986             "type": "Prefecture"
16987             },
16988             {
16989             "code": "MA-MID",
16990             "name": "Midelt",
16991             "parent": "08",
16992             "type": "Province"
16993             },
16994             {
16995             "code": "MA-MOH",
16996             "name": "Mohammadia",
16997             "parent": "06",
16998             "type": "Prefecture"
16999             },
17000             {
17001             "code": "MA-MOU",
17002             "name": "Moulay Yacoub",
17003             "parent": "03",
17004             "type": "Province"
17005             },
17006             {
17007             "code": "MA-NAD",
17008             "name": "Nador",
17009             "parent": "02",
17010             "type": "Province"
17011             },
17012             {
17013             "code": "MA-NOU",
17014             "name": "Nouaceur",
17015             "parent": "04",
17016             "type": "Province"
17017             },
17018             {
17019             "code": "MA-OUA",
17020             "name": "Ouarzazate",
17021             "parent": "08",
17022             "type": "Province"
17023             },
17024             {
17025             "code": "MA-OUD",
17026             "name": "Oued Ed-Dahab (EH)",
17027             "parent": "12",
17028             "type": "Province"
17029             },
17030             {
17031             "code": "MA-OUJ",
17032             "name": "Oujda-Angad",
17033             "parent": "02",
17034             "type": "Prefecture"
17035             },
17036             {
17037             "code": "MA-OUZ",
17038             "name": "Ouezzane",
17039             "parent": "01",
17040             "type": "Province"
17041             },
17042             {
17043             "code": "MA-RAB",
17044             "name": "Rabat",
17045             "parent": "04",
17046             "type": "Prefecture"
17047             },
17048             {
17049             "code": "MA-REH",
17050             "name": "Rehamna",
17051             "parent": "07",
17052             "type": "Province"
17053             },
17054             {
17055             "code": "MA-SAF",
17056             "name": "Safi",
17057             "parent": "07",
17058             "type": "Province"
17059             },
17060             {
17061             "code": "MA-SAL",
17062             "name": "Salé",
17063             "parent": "04",
17064             "type": "Prefecture"
17065             },
17066             {
17067             "code": "MA-SEF",
17068             "name": "Sefrou",
17069             "parent": "03",
17070             "type": "Province"
17071             },
17072             {
17073             "code": "MA-SET",
17074             "name": "Settat",
17075             "parent": "06",
17076             "type": "Province"
17077             },
17078             {
17079             "code": "MA-SIB",
17080             "name": "Sidi Bennour",
17081             "parent": "06",
17082             "type": "Province"
17083             },
17084             {
17085             "code": "MA-SIF",
17086             "name": "Sidi Ifni",
17087             "parent": "10",
17088             "type": "Province"
17089             },
17090             {
17091             "code": "MA-SIK",
17092             "name": "Sidi Kacem",
17093             "parent": "04",
17094             "type": "Province"
17095             },
17096             {
17097             "code": "MA-SIL",
17098             "name": "Sidi Slimane",
17099             "parent": "04",
17100             "type": "Province"
17101             },
17102             {
17103             "code": "MA-SKH",
17104             "name": "Skhirate-Témara",
17105             "parent": "04",
17106             "type": "Prefecture"
17107             },
17108             {
17109             "code": "MA-TAF",
17110             "name": "Tarfaya (EH-partial)",
17111             "parent": "11",
17112             "type": "Province"
17113             },
17114             {
17115             "code": "MA-TAI",
17116             "name": "Taourirt",
17117             "parent": "02",
17118             "type": "Province"
17119             },
17120             {
17121             "code": "MA-TAO",
17122             "name": "Taounate",
17123             "parent": "03",
17124             "type": "Province"
17125             },
17126             {
17127             "code": "MA-TAR",
17128             "name": "Taroudannt",
17129             "parent": "09",
17130             "type": "Province"
17131             },
17132             {
17133             "code": "MA-TAT",
17134             "name": "Tata",
17135             "parent": "09",
17136             "type": "Province"
17137             },
17138             {
17139             "code": "MA-TAZ",
17140             "name": "Taza",
17141             "parent": "03",
17142             "type": "Province"
17143             },
17144             {
17145             "code": "MA-TET",
17146             "name": "Tétouan",
17147             "parent": "01",
17148             "type": "Province"
17149             },
17150             {
17151             "code": "MA-TIN",
17152             "name": "Tinghir",
17153             "parent": "08",
17154             "type": "Province"
17155             },
17156             {
17157             "code": "MA-TIZ",
17158             "name": "Tiznit",
17159             "parent": "09",
17160             "type": "Province"
17161             },
17162             {
17163             "code": "MA-TNG",
17164             "name": "Tanger-Assilah",
17165             "parent": "01",
17166             "type": "Prefecture"
17167             },
17168             {
17169             "code": "MA-TNT",
17170             "name": "Tan-Tan (EH-partial)",
17171             "parent": "10",
17172             "type": "Province"
17173             },
17174             {
17175             "code": "MA-YUS",
17176             "name": "Youssoufia",
17177             "parent": "07",
17178             "type": "Province"
17179             },
17180             {
17181             "code": "MA-ZAG",
17182             "name": "Zagora",
17183             "parent": "08",
17184             "type": "Province"
17185             },
17186             {
17187             "code": "MC-CL",
17188             "name": "La Colle",
17189             "type": "Quarter"
17190             },
17191             {
17192             "code": "MC-CO",
17193             "name": "La Condamine",
17194             "type": "Quarter"
17195             },
17196             {
17197             "code": "MC-FO",
17198             "name": "Fontvieille",
17199             "type": "Quarter"
17200             },
17201             {
17202             "code": "MC-GA",
17203             "name": "La Gare",
17204             "type": "Quarter"
17205             },
17206             {
17207             "code": "MC-JE",
17208             "name": "Jardin Exotique",
17209             "type": "Quarter"
17210             },
17211             {
17212             "code": "MC-LA",
17213             "name": "Larvotto",
17214             "type": "Quarter"
17215             },
17216             {
17217             "code": "MC-MA",
17218             "name": "Malbousquet",
17219             "type": "Quarter"
17220             },
17221             {
17222             "code": "MC-MC",
17223             "name": "Monte-Carlo",
17224             "type": "Quarter"
17225             },
17226             {
17227             "code": "MC-MG",
17228             "name": "Moneghetti",
17229             "type": "Quarter"
17230             },
17231             {
17232             "code": "MC-MO",
17233             "name": "Monaco-Ville",
17234             "type": "Quarter"
17235             },
17236             {
17237             "code": "MC-MU",
17238             "name": "Moulins",
17239             "type": "Quarter"
17240             },
17241             {
17242             "code": "MC-PH",
17243             "name": "Port-Hercule",
17244             "type": "Quarter"
17245             },
17246             {
17247             "code": "MC-SD",
17248             "name": "Sainte-Dévote",
17249             "type": "Quarter"
17250             },
17251             {
17252             "code": "MC-SO",
17253             "name": "La Source",
17254             "type": "Quarter"
17255             },
17256             {
17257             "code": "MC-SP",
17258             "name": "Spélugues",
17259             "type": "Quarter"
17260             },
17261             {
17262             "code": "MC-SR",
17263             "name": "Saint-Roman",
17264             "type": "Quarter"
17265             },
17266             {
17267             "code": "MC-VR",
17268             "name": "Vallon de la Rousse",
17269             "type": "Quarter"
17270             },
17271             {
17272             "code": "MD-AN",
17273             "name": "Anenii Noi",
17274             "type": "District"
17275             },
17276             {
17277             "code": "MD-BA",
17278             "name": "Bălți",
17279             "type": "City"
17280             },
17281             {
17282             "code": "MD-BD",
17283             "name": "Bender [Tighina]",
17284             "type": "City"
17285             },
17286             {
17287             "code": "MD-BR",
17288             "name": "Briceni",
17289             "type": "District"
17290             },
17291             {
17292             "code": "MD-BS",
17293             "name": "Basarabeasca",
17294             "type": "District"
17295             },
17296             {
17297             "code": "MD-CA",
17298             "name": "Cahul",
17299             "type": "District"
17300             },
17301             {
17302             "code": "MD-CL",
17303             "name": "Călărași",
17304             "type": "District"
17305             },
17306             {
17307             "code": "MD-CM",
17308             "name": "Cimișlia",
17309             "type": "District"
17310             },
17311             {
17312             "code": "MD-CR",
17313             "name": "Criuleni",
17314             "type": "District"
17315             },
17316             {
17317             "code": "MD-CS",
17318             "name": "Căușeni",
17319             "type": "District"
17320             },
17321             {
17322             "code": "MD-CT",
17323             "name": "Cantemir",
17324             "type": "District"
17325             },
17326             {
17327             "code": "MD-CU",
17328             "name": "Chișinău",
17329             "type": "City"
17330             },
17331             {
17332             "code": "MD-DO",
17333             "name": "Dondușeni",
17334             "type": "District"
17335             },
17336             {
17337             "code": "MD-DR",
17338             "name": "Drochia",
17339             "type": "District"
17340             },
17341             {
17342             "code": "MD-DU",
17343             "name": "Dubăsari",
17344             "type": "District"
17345             },
17346             {
17347             "code": "MD-ED",
17348             "name": "Edineț",
17349             "type": "District"
17350             },
17351             {
17352             "code": "MD-FA",
17353             "name": "Fălești",
17354             "type": "District"
17355             },
17356             {
17357             "code": "MD-FL",
17358             "name": "Florești",
17359             "type": "District"
17360             },
17361             {
17362             "code": "MD-GA",
17363             "name": "Găgăuzia, Unitatea teritorială autonomă (UTAG)",
17364             "type": "Autonomous territorial unit"
17365             },
17366             {
17367             "code": "MD-GL",
17368             "name": "Glodeni",
17369             "type": "District"
17370             },
17371             {
17372             "code": "MD-HI",
17373             "name": "Hîncești",
17374             "type": "District"
17375             },
17376             {
17377             "code": "MD-IA",
17378             "name": "Ialoveni",
17379             "type": "District"
17380             },
17381             {
17382             "code": "MD-LE",
17383             "name": "Leova",
17384             "type": "District"
17385             },
17386             {
17387             "code": "MD-NI",
17388             "name": "Nisporeni",
17389             "type": "District"
17390             },
17391             {
17392             "code": "MD-OC",
17393             "name": "Ocnița",
17394             "type": "District"
17395             },
17396             {
17397             "code": "MD-OR",
17398             "name": "Orhei",
17399             "type": "District"
17400             },
17401             {
17402             "code": "MD-RE",
17403             "name": "Rezina",
17404             "type": "District"
17405             },
17406             {
17407             "code": "MD-RI",
17408             "name": "Rîșcani",
17409             "type": "District"
17410             },
17411             {
17412             "code": "MD-SD",
17413             "name": "Șoldănești",
17414             "type": "District"
17415             },
17416             {
17417             "code": "MD-SI",
17418             "name": "Sîngerei",
17419             "type": "District"
17420             },
17421             {
17422             "code": "MD-SN",
17423             "name": "Stînga Nistrului, unitatea teritorială din",
17424             "type": "Territorial unit"
17425             },
17426             {
17427             "code": "MD-SO",
17428             "name": "Soroca",
17429             "type": "District"
17430             },
17431             {
17432             "code": "MD-ST",
17433             "name": "Strășeni",
17434             "type": "District"
17435             },
17436             {
17437             "code": "MD-SV",
17438             "name": "Ștefan Vodă",
17439             "type": "District"
17440             },
17441             {
17442             "code": "MD-TA",
17443             "name": "Taraclia",
17444             "type": "District"
17445             },
17446             {
17447             "code": "MD-TE",
17448             "name": "Telenești",
17449             "type": "District"
17450             },
17451             {
17452             "code": "MD-UN",
17453             "name": "Ungheni",
17454             "type": "District"
17455             },
17456             {
17457             "code": "ME-01",
17458             "name": "Andrijevica",
17459             "type": "Municipality"
17460             },
17461             {
17462             "code": "ME-02",
17463             "name": "Bar",
17464             "type": "Municipality"
17465             },
17466             {
17467             "code": "ME-03",
17468             "name": "Berane",
17469             "type": "Municipality"
17470             },
17471             {
17472             "code": "ME-04",
17473             "name": "Bijelo Polje",
17474             "type": "Municipality"
17475             },
17476             {
17477             "code": "ME-05",
17478             "name": "Budva",
17479             "type": "Municipality"
17480             },
17481             {
17482             "code": "ME-06",
17483             "name": "Cetinje",
17484             "type": "Municipality"
17485             },
17486             {
17487             "code": "ME-07",
17488             "name": "Danilovgrad",
17489             "type": "Municipality"
17490             },
17491             {
17492             "code": "ME-08",
17493             "name": "Herceg-Novi",
17494             "type": "Municipality"
17495             },
17496             {
17497             "code": "ME-09",
17498             "name": "Kolašin",
17499             "type": "Municipality"
17500             },
17501             {
17502             "code": "ME-10",
17503             "name": "Kotor",
17504             "type": "Municipality"
17505             },
17506             {
17507             "code": "ME-11",
17508             "name": "Mojkovac",
17509             "type": "Municipality"
17510             },
17511             {
17512             "code": "ME-12",
17513             "name": "Nikšić",
17514             "type": "Municipality"
17515             },
17516             {
17517             "code": "ME-13",
17518             "name": "Plav",
17519             "type": "Municipality"
17520             },
17521             {
17522             "code": "ME-14",
17523             "name": "Pljevlja",
17524             "type": "Municipality"
17525             },
17526             {
17527             "code": "ME-15",
17528             "name": "Plužine",
17529             "type": "Municipality"
17530             },
17531             {
17532             "code": "ME-16",
17533             "name": "Podgorica",
17534             "type": "Municipality"
17535             },
17536             {
17537             "code": "ME-17",
17538             "name": "Rožaje",
17539             "type": "Municipality"
17540             },
17541             {
17542             "code": "ME-18",
17543             "name": "Šavnik",
17544             "type": "Municipality"
17545             },
17546             {
17547             "code": "ME-19",
17548             "name": "Tivat",
17549             "type": "Municipality"
17550             },
17551             {
17552             "code": "ME-20",
17553             "name": "Ulcinj",
17554             "type": "Municipality"
17555             },
17556             {
17557             "code": "ME-21",
17558             "name": "Žabljak",
17559             "type": "Municipality"
17560             },
17561             {
17562             "code": "ME-22",
17563             "name": "Gusinje",
17564             "type": "Municipality"
17565             },
17566             {
17567             "code": "ME-23",
17568             "name": "Petnjica",
17569             "type": "Municipality"
17570             },
17571             {
17572             "code": "ME-24",
17573             "name": "Tuzi",
17574             "type": "Municipality"
17575             },
17576             {
17577             "code": "MG-A",
17578             "name": "Toamasina",
17579             "type": "Province"
17580             },
17581             {
17582             "code": "MG-D",
17583             "name": "Antsiranana",
17584             "type": "Province"
17585             },
17586             {
17587             "code": "MG-F",
17588             "name": "Fianarantsoa",
17589             "type": "Province"
17590             },
17591             {
17592             "code": "MG-M",
17593             "name": "Mahajanga",
17594             "type": "Province"
17595             },
17596             {
17597             "code": "MG-T",
17598             "name": "Antananarivo",
17599             "type": "Province"
17600             },
17601             {
17602             "code": "MG-U",
17603             "name": "Toliara",
17604             "type": "Province"
17605             },
17606             {
17607             "code": "MH-ALK",
17608             "name": "Ailuk",
17609             "parent": "T",
17610             "type": "Municipality"
17611             },
17612             {
17613             "code": "MH-ALL",
17614             "name": "Ailinglaplap",
17615             "parent": "L",
17616             "type": "Municipality"
17617             },
17618             {
17619             "code": "MH-ARN",
17620             "name": "Arno",
17621             "parent": "T",
17622             "type": "Municipality"
17623             },
17624             {
17625             "code": "MH-AUR",
17626             "name": "Aur",
17627             "parent": "T",
17628             "type": "Municipality"
17629             },
17630             {
17631             "code": "MH-EBO",
17632             "name": "Ebon",
17633             "parent": "L",
17634             "type": "Municipality"
17635             },
17636             {
17637             "code": "MH-ENI",
17638             "name": "Enewetak & Ujelang",
17639             "parent": "L",
17640             "type": "Municipality"
17641             },
17642             {
17643             "code": "MH-JAB",
17644             "name": "Jabat",
17645             "parent": "L",
17646             "type": "Municipality"
17647             },
17648             {
17649             "code": "MH-JAL",
17650             "name": "Jaluit",
17651             "parent": "L",
17652             "type": "Municipality"
17653             },
17654             {
17655             "code": "MH-KIL",
17656             "name": "Bikini & Kili",
17657             "parent": "L",
17658             "type": "Municipality"
17659             },
17660             {
17661             "code": "MH-KWA",
17662             "name": "Kwajalein",
17663             "parent": "L",
17664             "type": "Municipality"
17665             },
17666             {
17667             "code": "MH-L",
17668             "name": "Ralik chain",
17669             "type": "Chain (of islands)"
17670             },
17671             {
17672             "code": "MH-LAE",
17673             "name": "Lae",
17674             "parent": "L",
17675             "type": "Municipality"
17676             },
17677             {
17678             "code": "MH-LIB",
17679             "name": "Lib",
17680             "parent": "L",
17681             "type": "Municipality"
17682             },
17683             {
17684             "code": "MH-LIK",
17685             "name": "Likiep",
17686             "parent": "T",
17687             "type": "Municipality"
17688             },
17689             {
17690             "code": "MH-MAJ",
17691             "name": "Majuro",
17692             "parent": "T",
17693             "type": "Municipality"
17694             },
17695             {
17696             "code": "MH-MAL",
17697             "name": "Maloelap",
17698             "parent": "T",
17699             "type": "Municipality"
17700             },
17701             {
17702             "code": "MH-MEJ",
17703             "name": "Mejit",
17704             "parent": "T",
17705             "type": "Municipality"
17706             },
17707             {
17708             "code": "MH-MIL",
17709             "name": "Mili",
17710             "parent": "T",
17711             "type": "Municipality"
17712             },
17713             {
17714             "code": "MH-NMK",
17715             "name": "Namdrik",
17716             "parent": "L",
17717             "type": "Municipality"
17718             },
17719             {
17720             "code": "MH-NMU",
17721             "name": "Namu",
17722             "parent": "L",
17723             "type": "Municipality"
17724             },
17725             {
17726             "code": "MH-RON",
17727             "name": "Rongelap",
17728             "parent": "L",
17729             "type": "Municipality"
17730             },
17731             {
17732             "code": "MH-T",
17733             "name": "Ratak chain",
17734             "type": "Chain (of islands)"
17735             },
17736             {
17737             "code": "MH-UJA",
17738             "name": "Ujae",
17739             "parent": "L",
17740             "type": "Municipality"
17741             },
17742             {
17743             "code": "MH-UTI",
17744             "name": "Utrik",
17745             "parent": "T",
17746             "type": "Municipality"
17747             },
17748             {
17749             "code": "MH-WTH",
17750             "name": "Wotho",
17751             "parent": "L",
17752             "type": "Municipality"
17753             },
17754             {
17755             "code": "MH-WTJ",
17756             "name": "Wotje",
17757             "parent": "T",
17758             "type": "Municipality"
17759             },
17760             {
17761             "code": "MK-101",
17762             "name": "Veles",
17763             "type": "Municipality"
17764             },
17765             {
17766             "code": "MK-102",
17767             "name": "Gradsko",
17768             "type": "Municipality"
17769             },
17770             {
17771             "code": "MK-103",
17772             "name": "Demir Kapija",
17773             "type": "Municipality"
17774             },
17775             {
17776             "code": "MK-104",
17777             "name": "Kavadarci",
17778             "type": "Municipality"
17779             },
17780             {
17781             "code": "MK-105",
17782             "name": "Lozovo",
17783             "type": "Municipality"
17784             },
17785             {
17786             "code": "MK-106",
17787             "name": "Negotino",
17788             "type": "Municipality"
17789             },
17790             {
17791             "code": "MK-107",
17792             "name": "Rosoman",
17793             "type": "Municipality"
17794             },
17795             {
17796             "code": "MK-108",
17797             "name": "Sveti Nikole",
17798             "type": "Municipality"
17799             },
17800             {
17801             "code": "MK-109",
17802             "name": "Čaška",
17803             "type": "Municipality"
17804             },
17805             {
17806             "code": "MK-201",
17807             "name": "Berovo",
17808             "type": "Municipality"
17809             },
17810             {
17811             "code": "MK-202",
17812             "name": "Vinica",
17813             "type": "Municipality"
17814             },
17815             {
17816             "code": "MK-203",
17817             "name": "Delčevo",
17818             "type": "Municipality"
17819             },
17820             {
17821             "code": "MK-204",
17822             "name": "Zrnovci",
17823             "type": "Municipality"
17824             },
17825             {
17826             "code": "MK-205",
17827             "name": "Karbinci",
17828             "type": "Municipality"
17829             },
17830             {
17831             "code": "MK-206",
17832             "name": "Kočani",
17833             "type": "Municipality"
17834             },
17835             {
17836             "code": "MK-207",
17837             "name": "Makedonska Kamenica",
17838             "type": "Municipality"
17839             },
17840             {
17841             "code": "MK-208",
17842             "name": "Pehčevo",
17843             "type": "Municipality"
17844             },
17845             {
17846             "code": "MK-209",
17847             "name": "Probištip",
17848             "type": "Municipality"
17849             },
17850             {
17851             "code": "MK-210",
17852             "name": "Češinovo-Obleševo",
17853             "type": "Municipality"
17854             },
17855             {
17856             "code": "MK-211",
17857             "name": "Štip",
17858             "type": "Municipality"
17859             },
17860             {
17861             "code": "MK-301",
17862             "name": "Vevčani",
17863             "type": "Municipality"
17864             },
17865             {
17866             "code": "MK-303",
17867             "name": "Debar",
17868             "type": "Municipality"
17869             },
17870             {
17871             "code": "MK-304",
17872             "name": "Debrca",
17873             "type": "Municipality"
17874             },
17875             {
17876             "code": "MK-307",
17877             "name": "Kičevo",
17878             "type": "Municipality"
17879             },
17880             {
17881             "code": "MK-308",
17882             "name": "Makedonski Brod",
17883             "type": "Municipality"
17884             },
17885             {
17886             "code": "MK-310",
17887             "name": "Ohrid",
17888             "type": "Municipality"
17889             },
17890             {
17891             "code": "MK-311",
17892             "name": "Plasnica",
17893             "type": "Municipality"
17894             },
17895             {
17896             "code": "MK-312",
17897             "name": "Struga",
17898             "type": "Municipality"
17899             },
17900             {
17901             "code": "MK-313",
17902             "name": "Centar Župa",
17903             "type": "Municipality"
17904             },
17905             {
17906             "code": "MK-401",
17907             "name": "Bogdanci",
17908             "type": "Municipality"
17909             },
17910             {
17911             "code": "MK-402",
17912             "name": "Bosilovo",
17913             "type": "Municipality"
17914             },
17915             {
17916             "code": "MK-403",
17917             "name": "Valandovo",
17918             "type": "Municipality"
17919             },
17920             {
17921             "code": "MK-404",
17922             "name": "Vasilevo",
17923             "type": "Municipality"
17924             },
17925             {
17926             "code": "MK-405",
17927             "name": "Gevgelija",
17928             "type": "Municipality"
17929             },
17930             {
17931             "code": "MK-406",
17932             "name": "Dojran",
17933             "type": "Municipality"
17934             },
17935             {
17936             "code": "MK-407",
17937             "name": "Konče",
17938             "type": "Municipality"
17939             },
17940             {
17941             "code": "MK-408",
17942             "name": "Novo Selo",
17943             "type": "Municipality"
17944             },
17945             {
17946             "code": "MK-409",
17947             "name": "Radoviš",
17948             "type": "Municipality"
17949             },
17950             {
17951             "code": "MK-410",
17952             "name": "Strumica",
17953             "type": "Municipality"
17954             },
17955             {
17956             "code": "MK-501",
17957             "name": "Bitola",
17958             "type": "Municipality"
17959             },
17960             {
17961             "code": "MK-502",
17962             "name": "Demir Hisar",
17963             "type": "Municipality"
17964             },
17965             {
17966             "code": "MK-503",
17967             "name": "Dolneni",
17968             "type": "Municipality"
17969             },
17970             {
17971             "code": "MK-504",
17972             "name": "Krivogaštani",
17973             "type": "Municipality"
17974             },
17975             {
17976             "code": "MK-505",
17977             "name": "Kruševo",
17978             "type": "Municipality"
17979             },
17980             {
17981             "code": "MK-506",
17982             "name": "Mogila",
17983             "type": "Municipality"
17984             },
17985             {
17986             "code": "MK-507",
17987             "name": "Novaci",
17988             "type": "Municipality"
17989             },
17990             {
17991             "code": "MK-508",
17992             "name": "Prilep",
17993             "type": "Municipality"
17994             },
17995             {
17996             "code": "MK-509",
17997             "name": "Resen",
17998             "type": "Municipality"
17999             },
18000             {
18001             "code": "MK-601",
18002             "name": "Bogovinje",
18003             "type": "Municipality"
18004             },
18005             {
18006             "code": "MK-602",
18007             "name": "Brvenica",
18008             "type": "Municipality"
18009             },
18010             {
18011             "code": "MK-603",
18012             "name": "Vrapčište",
18013             "type": "Municipality"
18014             },
18015             {
18016             "code": "MK-604",
18017             "name": "Gostivar",
18018             "type": "Municipality"
18019             },
18020             {
18021             "code": "MK-605",
18022             "name": "Želino",
18023             "type": "Municipality"
18024             },
18025             {
18026             "code": "MK-606",
18027             "name": "Jegunovce",
18028             "type": "Municipality"
18029             },
18030             {
18031             "code": "MK-607",
18032             "name": "Mavrovo i Rostuše",
18033             "type": "Municipality"
18034             },
18035             {
18036             "code": "MK-608",
18037             "name": "Tearce",
18038             "type": "Municipality"
18039             },
18040             {
18041             "code": "MK-609",
18042             "name": "Tetovo",
18043             "type": "Municipality"
18044             },
18045             {
18046             "code": "MK-701",
18047             "name": "Kratovo",
18048             "type": "Municipality"
18049             },
18050             {
18051             "code": "MK-702",
18052             "name": "Kriva Palanka",
18053             "type": "Municipality"
18054             },
18055             {
18056             "code": "MK-703",
18057             "name": "Kumanovo",
18058             "type": "Municipality"
18059             },
18060             {
18061             "code": "MK-704",
18062             "name": "Lipkovo",
18063             "type": "Municipality"
18064             },
18065             {
18066             "code": "MK-705",
18067             "name": "Rankovce",
18068             "type": "Municipality"
18069             },
18070             {
18071             "code": "MK-706",
18072             "name": "Staro Nagoričane",
18073             "type": "Municipality"
18074             },
18075             {
18076             "code": "MK-801",
18077             "name": "Aerodrom †",
18078             "type": "Municipality"
18079             },
18080             {
18081             "code": "MK-802",
18082             "name": "Aračinovo",
18083             "type": "Municipality"
18084             },
18085             {
18086             "code": "MK-803",
18087             "name": "Butel †",
18088             "type": "Municipality"
18089             },
18090             {
18091             "code": "MK-804",
18092             "name": "Gazi Baba †",
18093             "type": "Municipality"
18094             },
18095             {
18096             "code": "MK-805",
18097             "name": "Gjorče Petrov †",
18098             "type": "Municipality"
18099             },
18100             {
18101             "code": "MK-806",
18102             "name": "Zelenikovo",
18103             "type": "Municipality"
18104             },
18105             {
18106             "code": "MK-807",
18107             "name": "Ilinden",
18108             "type": "Municipality"
18109             },
18110             {
18111             "code": "MK-808",
18112             "name": "Karpoš †",
18113             "type": "Municipality"
18114             },
18115             {
18116             "code": "MK-809",
18117             "name": "Kisela Voda †",
18118             "type": "Municipality"
18119             },
18120             {
18121             "code": "MK-810",
18122             "name": "Petrovec",
18123             "type": "Municipality"
18124             },
18125             {
18126             "code": "MK-811",
18127             "name": "Saraj †",
18128             "type": "Municipality"
18129             },
18130             {
18131             "code": "MK-812",
18132             "name": "Sopište",
18133             "type": "Municipality"
18134             },
18135             {
18136             "code": "MK-813",
18137             "name": "Studeničani",
18138             "type": "Municipality"
18139             },
18140             {
18141             "code": "MK-814",
18142             "name": "Centar †",
18143             "type": "Municipality"
18144             },
18145             {
18146             "code": "MK-815",
18147             "name": "Čair †",
18148             "type": "Municipality"
18149             },
18150             {
18151             "code": "MK-816",
18152             "name": "Čučer-Sandevo",
18153             "type": "Municipality"
18154             },
18155             {
18156             "code": "MK-817",
18157             "name": "Šuto Orizari †",
18158             "type": "Municipality"
18159             },
18160             {
18161             "code": "ML-1",
18162             "name": "Kayes",
18163             "type": "Region"
18164             },
18165             {
18166             "code": "ML-10",
18167             "name": "Taoudénit",
18168             "type": "Region"
18169             },
18170             {
18171             "code": "ML-2",
18172             "name": "Koulikoro",
18173             "type": "Region"
18174             },
18175             {
18176             "code": "ML-3",
18177             "name": "Sikasso",
18178             "type": "Region"
18179             },
18180             {
18181             "code": "ML-4",
18182             "name": "Ségou",
18183             "type": "Region"
18184             },
18185             {
18186             "code": "ML-5",
18187             "name": "Mopti",
18188             "type": "Region"
18189             },
18190             {
18191             "code": "ML-6",
18192             "name": "Tombouctou",
18193             "type": "Region"
18194             },
18195             {
18196             "code": "ML-7",
18197             "name": "Gao",
18198             "type": "Region"
18199             },
18200             {
18201             "code": "ML-8",
18202             "name": "Kidal",
18203             "type": "Region"
18204             },
18205             {
18206             "code": "ML-9",
18207             "name": "Ménaka",
18208             "type": "Region"
18209             },
18210             {
18211             "code": "ML-BKO",
18212             "name": "Bamako",
18213             "type": "District"
18214             },
18215             {
18216             "code": "MM-01",
18217             "name": "Sagaing",
18218             "type": "Region"
18219             },
18220             {
18221             "code": "MM-02",
18222             "name": "Bago",
18223             "type": "Region"
18224             },
18225             {
18226             "code": "MM-03",
18227             "name": "Magway",
18228             "type": "Region"
18229             },
18230             {
18231             "code": "MM-04",
18232             "name": "Mandalay",
18233             "type": "Region"
18234             },
18235             {
18236             "code": "MM-05",
18237             "name": "Tanintharyi",
18238             "type": "Region"
18239             },
18240             {
18241             "code": "MM-06",
18242             "name": "Yangon",
18243             "type": "Region"
18244             },
18245             {
18246             "code": "MM-07",
18247             "name": "Ayeyarwady",
18248             "type": "Region"
18249             },
18250             {
18251             "code": "MM-11",
18252             "name": "Kachin",
18253             "type": "State"
18254             },
18255             {
18256             "code": "MM-12",
18257             "name": "Kayah",
18258             "type": "State"
18259             },
18260             {
18261             "code": "MM-13",
18262             "name": "Kayin",
18263             "type": "State"
18264             },
18265             {
18266             "code": "MM-14",
18267             "name": "Chin",
18268             "type": "State"
18269             },
18270             {
18271             "code": "MM-15",
18272             "name": "Mon",
18273             "type": "State"
18274             },
18275             {
18276             "code": "MM-16",
18277             "name": "Rakhine",
18278             "type": "State"
18279             },
18280             {
18281             "code": "MM-17",
18282             "name": "Shan",
18283             "type": "State"
18284             },
18285             {
18286             "code": "MM-18",
18287             "name": "Nay Pyi Taw",
18288             "type": "Union territory"
18289             },
18290             {
18291             "code": "MN-035",
18292             "name": "Orhon",
18293             "type": "Province"
18294             },
18295             {
18296             "code": "MN-037",
18297             "name": "Darhan uul",
18298             "type": "Province"
18299             },
18300             {
18301             "code": "MN-039",
18302             "name": "Hentiy",
18303             "type": "Province"
18304             },
18305             {
18306             "code": "MN-041",
18307             "name": "Hövsgöl",
18308             "type": "Province"
18309             },
18310             {
18311             "code": "MN-043",
18312             "name": "Hovd",
18313             "type": "Province"
18314             },
18315             {
18316             "code": "MN-046",
18317             "name": "Uvs",
18318             "type": "Province"
18319             },
18320             {
18321             "code": "MN-047",
18322             "name": "Töv",
18323             "type": "Province"
18324             },
18325             {
18326             "code": "MN-049",
18327             "name": "Selenge",
18328             "type": "Province"
18329             },
18330             {
18331             "code": "MN-051",
18332             "name": "Sühbaatar",
18333             "type": "Province"
18334             },
18335             {
18336             "code": "MN-053",
18337             "name": "Ömnögovĭ",
18338             "type": "Province"
18339             },
18340             {
18341             "code": "MN-055",
18342             "name": "Övörhangay",
18343             "type": "Province"
18344             },
18345             {
18346             "code": "MN-057",
18347             "name": "Dzavhan",
18348             "type": "Province"
18349             },
18350             {
18351             "code": "MN-059",
18352             "name": "Dundgovĭ",
18353             "type": "Province"
18354             },
18355             {
18356             "code": "MN-061",
18357             "name": "Dornod",
18358             "type": "Province"
18359             },
18360             {
18361             "code": "MN-063",
18362             "name": "Dornogovĭ",
18363             "type": "Province"
18364             },
18365             {
18366             "code": "MN-064",
18367             "name": "Govĭ-Sümber",
18368             "type": "Province"
18369             },
18370             {
18371             "code": "MN-065",
18372             "name": "Govĭ-Altay",
18373             "type": "Province"
18374             },
18375             {
18376             "code": "MN-067",
18377             "name": "Bulgan",
18378             "type": "Province"
18379             },
18380             {
18381             "code": "MN-069",
18382             "name": "Bayanhongor",
18383             "type": "Province"
18384             },
18385             {
18386             "code": "MN-071",
18387             "name": "Bayan-Ölgiy",
18388             "type": "Province"
18389             },
18390             {
18391             "code": "MN-073",
18392             "name": "Arhangay",
18393             "type": "Province"
18394             },
18395             {
18396             "code": "MN-1",
18397             "name": "Ulaanbaatar",
18398             "type": "Capital city"
18399             },
18400             {
18401             "code": "MR-01",
18402             "name": "Hodh ech Chargui",
18403             "type": "Region"
18404             },
18405             {
18406             "code": "MR-02",
18407             "name": "Hodh el Gharbi",
18408             "type": "Region"
18409             },
18410             {
18411             "code": "MR-03",
18412             "name": "Assaba",
18413             "type": "Region"
18414             },
18415             {
18416             "code": "MR-04",
18417             "name": "Gorgol",
18418             "type": "Region"
18419             },
18420             {
18421             "code": "MR-05",
18422             "name": "Brakna",
18423             "type": "Region"
18424             },
18425             {
18426             "code": "MR-06",
18427             "name": "Trarza",
18428             "type": "Region"
18429             },
18430             {
18431             "code": "MR-07",
18432             "name": "Adrar",
18433             "type": "Region"
18434             },
18435             {
18436             "code": "MR-08",
18437             "name": "Dakhlet Nouâdhibou",
18438             "type": "Region"
18439             },
18440             {
18441             "code": "MR-09",
18442             "name": "Tagant",
18443             "type": "Region"
18444             },
18445             {
18446             "code": "MR-10",
18447             "name": "Guidimaka",
18448             "type": "Region"
18449             },
18450             {
18451             "code": "MR-11",
18452             "name": "Tiris Zemmour",
18453             "type": "Region"
18454             },
18455             {
18456             "code": "MR-12",
18457             "name": "Inchiri",
18458             "type": "Region"
18459             },
18460             {
18461             "code": "MR-13",
18462             "name": "Nouakchott Ouest",
18463             "type": "Region"
18464             },
18465             {
18466             "code": "MR-14",
18467             "name": "Nouakchott Nord",
18468             "type": "Region"
18469             },
18470             {
18471             "code": "MR-15",
18472             "name": "Nouakchott Sud",
18473             "type": "Region"
18474             },
18475             {
18476             "code": "MT-01",
18477             "name": "Attard",
18478             "type": "Local council"
18479             },
18480             {
18481             "code": "MT-02",
18482             "name": "Balzan",
18483             "type": "Local council"
18484             },
18485             {
18486             "code": "MT-03",
18487             "name": "Birgu",
18488             "type": "Local council"
18489             },
18490             {
18491             "code": "MT-04",
18492             "name": "Birkirkara",
18493             "type": "Local council"
18494             },
18495             {
18496             "code": "MT-05",
18497             "name": "Birżebbuġa",
18498             "type": "Local council"
18499             },
18500             {
18501             "code": "MT-06",
18502             "name": "Bormla",
18503             "type": "Local council"
18504             },
18505             {
18506             "code": "MT-07",
18507             "name": "Dingli",
18508             "type": "Local council"
18509             },
18510             {
18511             "code": "MT-08",
18512             "name": "Fgura",
18513             "type": "Local council"
18514             },
18515             {
18516             "code": "MT-09",
18517             "name": "Floriana",
18518             "type": "Local council"
18519             },
18520             {
18521             "code": "MT-10",
18522             "name": "Fontana",
18523             "type": "Local council"
18524             },
18525             {
18526             "code": "MT-11",
18527             "name": "Gudja",
18528             "type": "Local council"
18529             },
18530             {
18531             "code": "MT-12",
18532             "name": "Gżira",
18533             "type": "Local council"
18534             },
18535             {
18536             "code": "MT-13",
18537             "name": "Għajnsielem",
18538             "type": "Local council"
18539             },
18540             {
18541             "code": "MT-14",
18542             "name": "Għarb",
18543             "type": "Local council"
18544             },
18545             {
18546             "code": "MT-15",
18547             "name": "Għargħur",
18548             "type": "Local council"
18549             },
18550             {
18551             "code": "MT-16",
18552             "name": "Għasri",
18553             "type": "Local council"
18554             },
18555             {
18556             "code": "MT-17",
18557             "name": "Għaxaq",
18558             "type": "Local council"
18559             },
18560             {
18561             "code": "MT-18",
18562             "name": "Ħamrun",
18563             "type": "Local council"
18564             },
18565             {
18566             "code": "MT-19",
18567             "name": "Iklin",
18568             "type": "Local council"
18569             },
18570             {
18571             "code": "MT-20",
18572             "name": "Isla",
18573             "type": "Local council"
18574             },
18575             {
18576             "code": "MT-21",
18577             "name": "Kalkara",
18578             "type": "Local council"
18579             },
18580             {
18581             "code": "MT-22",
18582             "name": "Kerċem",
18583             "type": "Local council"
18584             },
18585             {
18586             "code": "MT-23",
18587             "name": "Kirkop",
18588             "type": "Local council"
18589             },
18590             {
18591             "code": "MT-24",
18592             "name": "Lija",
18593             "type": "Local council"
18594             },
18595             {
18596             "code": "MT-25",
18597             "name": "Luqa",
18598             "type": "Local council"
18599             },
18600             {
18601             "code": "MT-26",
18602             "name": "Marsa",
18603             "type": "Local council"
18604             },
18605             {
18606             "code": "MT-27",
18607             "name": "Marsaskala",
18608             "type": "Local council"
18609             },
18610             {
18611             "code": "MT-28",
18612             "name": "Marsaxlokk",
18613             "type": "Local council"
18614             },
18615             {
18616             "code": "MT-29",
18617             "name": "Mdina",
18618             "type": "Local council"
18619             },
18620             {
18621             "code": "MT-30",
18622             "name": "Mellieħa",
18623             "type": "Local council"
18624             },
18625             {
18626             "code": "MT-31",
18627             "name": "Mġarr",
18628             "type": "Local council"
18629             },
18630             {
18631             "code": "MT-32",
18632             "name": "Mosta",
18633             "type": "Local council"
18634             },
18635             {
18636             "code": "MT-33",
18637             "name": "Mqabba",
18638             "type": "Local council"
18639             },
18640             {
18641             "code": "MT-34",
18642             "name": "Msida",
18643             "type": "Local council"
18644             },
18645             {
18646             "code": "MT-35",
18647             "name": "Mtarfa",
18648             "type": "Local council"
18649             },
18650             {
18651             "code": "MT-36",
18652             "name": "Munxar",
18653             "type": "Local council"
18654             },
18655             {
18656             "code": "MT-37",
18657             "name": "Nadur",
18658             "type": "Local council"
18659             },
18660             {
18661             "code": "MT-38",
18662             "name": "Naxxar",
18663             "type": "Local council"
18664             },
18665             {
18666             "code": "MT-39",
18667             "name": "Paola",
18668             "type": "Local council"
18669             },
18670             {
18671             "code": "MT-40",
18672             "name": "Pembroke",
18673             "type": "Local council"
18674             },
18675             {
18676             "code": "MT-41",
18677             "name": "Pietà",
18678             "type": "Local council"
18679             },
18680             {
18681             "code": "MT-42",
18682             "name": "Qala",
18683             "type": "Local council"
18684             },
18685             {
18686             "code": "MT-43",
18687             "name": "Qormi",
18688             "type": "Local council"
18689             },
18690             {
18691             "code": "MT-44",
18692             "name": "Qrendi",
18693             "type": "Local council"
18694             },
18695             {
18696             "code": "MT-45",
18697             "name": "Rabat Gozo",
18698             "type": "Local council"
18699             },
18700             {
18701             "code": "MT-46",
18702             "name": "Rabat Malta",
18703             "type": "Local council"
18704             },
18705             {
18706             "code": "MT-47",
18707             "name": "Safi",
18708             "type": "Local council"
18709             },
18710             {
18711             "code": "MT-48",
18712             "name": "Saint Julian's",
18713             "type": "Local council"
18714             },
18715             {
18716             "code": "MT-49",
18717             "name": "Saint John",
18718             "type": "Local council"
18719             },
18720             {
18721             "code": "MT-50",
18722             "name": "Saint Lawrence",
18723             "type": "Local council"
18724             },
18725             {
18726             "code": "MT-51",
18727             "name": "Saint Paul's Bay",
18728             "type": "Local council"
18729             },
18730             {
18731             "code": "MT-52",
18732             "name": "Sannat",
18733             "type": "Local council"
18734             },
18735             {
18736             "code": "MT-53",
18737             "name": "Saint Lucia's",
18738             "type": "Local council"
18739             },
18740             {
18741             "code": "MT-54",
18742             "name": "Santa Venera",
18743             "type": "Local council"
18744             },
18745             {
18746             "code": "MT-55",
18747             "name": "Siġġiewi",
18748             "type": "Local council"
18749             },
18750             {
18751             "code": "MT-56",
18752             "name": "Sliema",
18753             "type": "Local council"
18754             },
18755             {
18756             "code": "MT-57",
18757             "name": "Swieqi",
18758             "type": "Local council"
18759             },
18760             {
18761             "code": "MT-58",
18762             "name": "Ta' Xbiex",
18763             "type": "Local council"
18764             },
18765             {
18766             "code": "MT-59",
18767             "name": "Tarxien",
18768             "type": "Local council"
18769             },
18770             {
18771             "code": "MT-60",
18772             "name": "Valletta",
18773             "type": "Local council"
18774             },
18775             {
18776             "code": "MT-61",
18777             "name": "Xagħra",
18778             "type": "Local council"
18779             },
18780             {
18781             "code": "MT-62",
18782             "name": "Xewkija",
18783             "type": "Local council"
18784             },
18785             {
18786             "code": "MT-63",
18787             "name": "Xgħajra",
18788             "type": "Local council"
18789             },
18790             {
18791             "code": "MT-64",
18792             "name": "Żabbar",
18793             "type": "Local council"
18794             },
18795             {
18796             "code": "MT-65",
18797             "name": "Żebbuġ Gozo",
18798             "type": "Local council"
18799             },
18800             {
18801             "code": "MT-66",
18802             "name": "Żebbuġ Malta",
18803             "type": "Local council"
18804             },
18805             {
18806             "code": "MT-67",
18807             "name": "Żejtun",
18808             "type": "Local council"
18809             },
18810             {
18811             "code": "MT-68",
18812             "name": "Żurrieq",
18813             "type": "Local council"
18814             },
18815             {
18816             "code": "MU-AG",
18817             "name": "Agalega Islands",
18818             "type": "Dependency"
18819             },
18820             {
18821             "code": "MU-BL",
18822             "name": "Black River",
18823             "type": "District"
18824             },
18825             {
18826             "code": "MU-CC",
18827             "name": "Cargados Carajos Shoals",
18828             "type": "Dependency"
18829             },
18830             {
18831             "code": "MU-FL",
18832             "name": "Flacq",
18833             "type": "District"
18834             },
18835             {
18836             "code": "MU-GP",
18837             "name": "Grand Port",
18838             "type": "District"
18839             },
18840             {
18841             "code": "MU-MO",
18842             "name": "Moka",
18843             "type": "District"
18844             },
18845             {
18846             "code": "MU-PA",
18847             "name": "Pamplemousses",
18848             "type": "District"
18849             },
18850             {
18851             "code": "MU-PL",
18852             "name": "Port Louis",
18853             "type": "District"
18854             },
18855             {
18856             "code": "MU-PW",
18857             "name": "Plaines Wilhems",
18858             "type": "District"
18859             },
18860             {
18861             "code": "MU-RO",
18862             "name": "Rodrigues Island",
18863             "type": "Dependency"
18864             },
18865             {
18866             "code": "MU-RR",
18867             "name": "Rivière du Rempart",
18868             "type": "District"
18869             },
18870             {
18871             "code": "MU-SA",
18872             "name": "Savanne",
18873             "type": "District"
18874             },
18875             {
18876             "code": "MV-00",
18877             "name": "South Ari Atoll",
18878             "type": "Administrative atoll"
18879             },
18880             {
18881             "code": "MV-01",
18882             "name": "Addu City",
18883             "type": "City"
18884             },
18885             {
18886             "code": "MV-02",
18887             "name": "North Ari Atoll",
18888             "type": "Administrative atoll"
18889             },
18890             {
18891             "code": "MV-03",
18892             "name": "Faadhippolhu",
18893             "type": "Administrative atoll"
18894             },
18895             {
18896             "code": "MV-04",
18897             "name": "Felidhu Atoll",
18898             "type": "Administrative atoll"
18899             },
18900             {
18901             "code": "MV-05",
18902             "name": "Hahdhunmathi",
18903             "type": "Administrative atoll"
18904             },
18905             {
18906             "code": "MV-07",
18907             "name": "North Thiladhunmathi",
18908             "type": "Administrative atoll"
18909             },
18910             {
18911             "code": "MV-08",
18912             "name": "Kolhumadulu",
18913             "type": "Administrative atoll"
18914             },
18915             {
18916             "code": "MV-12",
18917             "name": "Mulaku Atoll",
18918             "type": "Administrative atoll"
18919             },
18920             {
18921             "code": "MV-13",
18922             "name": "North Maalhosmadulu",
18923             "type": "Administrative atoll"
18924             },
18925             {
18926             "code": "MV-14",
18927             "name": "North Nilandhe Atoll",
18928             "type": "Administrative atoll"
18929             },
18930             {
18931             "code": "MV-17",
18932             "name": "South Nilandhe Atoll",
18933             "type": "Administrative atoll"
18934             },
18935             {
18936             "code": "MV-20",
18937             "name": "South Maalhosmadulu",
18938             "type": "Administrative atoll"
18939             },
18940             {
18941             "code": "MV-23",
18942             "name": "South Thiladhunmathi",
18943             "type": "Administrative atoll"
18944             },
18945             {
18946             "code": "MV-24",
18947             "name": "North Miladhunmadulu",
18948             "type": "Administrative atoll"
18949             },
18950             {
18951             "code": "MV-25",
18952             "name": "South Miladhunmadulu",
18953             "type": "Administrative atoll"
18954             },
18955             {
18956             "code": "MV-26",
18957             "name": "Male Atoll",
18958             "type": "Administrative atoll"
18959             },
18960             {
18961             "code": "MV-27",
18962             "name": "North Huvadhu Atoll",
18963             "type": "Administrative atoll"
18964             },
18965             {
18966             "code": "MV-28",
18967             "name": "South Huvadhu Atoll",
18968             "type": "Administrative atoll"
18969             },
18970             {
18971             "code": "MV-29",
18972             "name": "Fuvammulah",
18973             "type": "Administrative atoll"
18974             },
18975             {
18976             "code": "MV-MLE",
18977             "name": "Male",
18978             "type": "City"
18979             },
18980             {
18981             "code": "MW-BA",
18982             "name": "Balaka",
18983             "parent": "S",
18984             "type": "District"
18985             },
18986             {
18987             "code": "MW-BL",
18988             "name": "Blantyre",
18989             "parent": "S",
18990             "type": "District"
18991             },
18992             {
18993             "code": "MW-C",
18994             "name": "Central Region",
18995             "type": "Region"
18996             },
18997             {
18998             "code": "MW-CK",
18999             "name": "Chikwawa",
19000             "parent": "S",
19001             "type": "District"
19002             },
19003             {
19004             "code": "MW-CR",
19005             "name": "Chiradzulu",
19006             "parent": "S",
19007             "type": "District"
19008             },
19009             {
19010             "code": "MW-CT",
19011             "name": "Chitipa",
19012             "parent": "N",
19013             "type": "District"
19014             },
19015             {
19016             "code": "MW-DE",
19017             "name": "Dedza",
19018             "parent": "C",
19019             "type": "District"
19020             },
19021             {
19022             "code": "MW-DO",
19023             "name": "Dowa",
19024             "parent": "C",
19025             "type": "District"
19026             },
19027             {
19028             "code": "MW-KR",
19029             "name": "Karonga",
19030             "parent": "N",
19031             "type": "District"
19032             },
19033             {
19034             "code": "MW-KS",
19035             "name": "Kasungu",
19036             "parent": "C",
19037             "type": "District"
19038             },
19039             {
19040             "code": "MW-LI",
19041             "name": "Lilongwe",
19042             "parent": "C",
19043             "type": "District"
19044             },
19045             {
19046             "code": "MW-LK",
19047             "name": "Likoma",
19048             "parent": "N",
19049             "type": "District"
19050             },
19051             {
19052             "code": "MW-MC",
19053             "name": "Mchinji",
19054             "parent": "C",
19055             "type": "District"
19056             },
19057             {
19058             "code": "MW-MG",
19059             "name": "Mangochi",
19060             "parent": "S",
19061             "type": "District"
19062             },
19063             {
19064             "code": "MW-MH",
19065             "name": "Machinga",
19066             "parent": "S",
19067             "type": "District"
19068             },
19069             {
19070             "code": "MW-MU",
19071             "name": "Mulanje",
19072             "parent": "S",
19073             "type": "District"
19074             },
19075             {
19076             "code": "MW-MW",
19077             "name": "Mwanza",
19078             "parent": "S",
19079             "type": "District"
19080             },
19081             {
19082             "code": "MW-MZ",
19083             "name": "Mzimba",
19084             "parent": "N",
19085             "type": "District"
19086             },
19087             {
19088             "code": "MW-N",
19089             "name": "Northern Region",
19090             "type": "Region"
19091             },
19092             {
19093             "code": "MW-NB",
19094             "name": "Nkhata Bay",
19095             "parent": "N",
19096             "type": "District"
19097             },
19098             {
19099             "code": "MW-NE",
19100             "name": "Neno",
19101             "parent": "S",
19102             "type": "District"
19103             },
19104             {
19105             "code": "MW-NI",
19106             "name": "Ntchisi",
19107             "parent": "C",
19108             "type": "District"
19109             },
19110             {
19111             "code": "MW-NK",
19112             "name": "Nkhotakota",
19113             "parent": "C",
19114             "type": "District"
19115             },
19116             {
19117             "code": "MW-NS",
19118             "name": "Nsanje",
19119             "parent": "S",
19120             "type": "District"
19121             },
19122             {
19123             "code": "MW-NU",
19124             "name": "Ntcheu",
19125             "parent": "C",
19126             "type": "District"
19127             },
19128             {
19129             "code": "MW-PH",
19130             "name": "Phalombe",
19131             "parent": "S",
19132             "type": "District"
19133             },
19134             {
19135             "code": "MW-RU",
19136             "name": "Rumphi",
19137             "parent": "N",
19138             "type": "District"
19139             },
19140             {
19141             "code": "MW-S",
19142             "name": "Southern Region",
19143             "type": "Region"
19144             },
19145             {
19146             "code": "MW-SA",
19147             "name": "Salima",
19148             "parent": "C",
19149             "type": "District"
19150             },
19151             {
19152             "code": "MW-TH",
19153             "name": "Thyolo",
19154             "parent": "S",
19155             "type": "District"
19156             },
19157             {
19158             "code": "MW-ZO",
19159             "name": "Zomba",
19160             "parent": "S",
19161             "type": "District"
19162             },
19163             {
19164             "code": "MX-AGU",
19165             "name": "Aguascalientes",
19166             "type": "State"
19167             },
19168             {
19169             "code": "MX-BCN",
19170             "name": "Baja California",
19171             "type": "State"
19172             },
19173             {
19174             "code": "MX-BCS",
19175             "name": "Baja California Sur",
19176             "type": "State"
19177             },
19178             {
19179             "code": "MX-CAM",
19180             "name": "Campeche",
19181             "type": "State"
19182             },
19183             {
19184             "code": "MX-CHH",
19185             "name": "Chihuahua",
19186             "type": "State"
19187             },
19188             {
19189             "code": "MX-CHP",
19190             "name": "Chiapas",
19191             "type": "State"
19192             },
19193             {
19194             "code": "MX-CMX",
19195             "name": "Ciudad de México",
19196             "type": "Federal district"
19197             },
19198             {
19199             "code": "MX-COA",
19200             "name": "Coahuila de Zaragoza",
19201             "type": "State"
19202             },
19203             {
19204             "code": "MX-COL",
19205             "name": "Colima",
19206             "type": "State"
19207             },
19208             {
19209             "code": "MX-DUR",
19210             "name": "Durango",
19211             "type": "State"
19212             },
19213             {
19214             "code": "MX-GRO",
19215             "name": "Guerrero",
19216             "type": "State"
19217             },
19218             {
19219             "code": "MX-GUA",
19220             "name": "Guanajuato",
19221             "type": "State"
19222             },
19223             {
19224             "code": "MX-HID",
19225             "name": "Hidalgo",
19226             "type": "State"
19227             },
19228             {
19229             "code": "MX-JAL",
19230             "name": "Jalisco",
19231             "type": "State"
19232             },
19233             {
19234             "code": "MX-MEX",
19235             "name": "México",
19236             "type": "State"
19237             },
19238             {
19239             "code": "MX-MIC",
19240             "name": "Michoacán de Ocampo",
19241             "type": "State"
19242             },
19243             {
19244             "code": "MX-MOR",
19245             "name": "Morelos",
19246             "type": "State"
19247             },
19248             {
19249             "code": "MX-NAY",
19250             "name": "Nayarit",
19251             "type": "State"
19252             },
19253             {
19254             "code": "MX-NLE",
19255             "name": "Nuevo León",
19256             "type": "State"
19257             },
19258             {
19259             "code": "MX-OAX",
19260             "name": "Oaxaca",
19261             "type": "State"
19262             },
19263             {
19264             "code": "MX-PUE",
19265             "name": "Puebla",
19266             "type": "State"
19267             },
19268             {
19269             "code": "MX-QUE",
19270             "name": "Querétaro",
19271             "type": "State"
19272             },
19273             {
19274             "code": "MX-ROO",
19275             "name": "Quintana Roo",
19276             "type": "State"
19277             },
19278             {
19279             "code": "MX-SIN",
19280             "name": "Sinaloa",
19281             "type": "State"
19282             },
19283             {
19284             "code": "MX-SLP",
19285             "name": "San Luis Potosí",
19286             "type": "State"
19287             },
19288             {
19289             "code": "MX-SON",
19290             "name": "Sonora",
19291             "type": "State"
19292             },
19293             {
19294             "code": "MX-TAB",
19295             "name": "Tabasco",
19296             "type": "State"
19297             },
19298             {
19299             "code": "MX-TAM",
19300             "name": "Tamaulipas",
19301             "type": "State"
19302             },
19303             {
19304             "code": "MX-TLA",
19305             "name": "Tlaxcala",
19306             "type": "State"
19307             },
19308             {
19309             "code": "MX-VER",
19310             "name": "Veracruz de Ignacio de la Llave",
19311             "type": "State"
19312             },
19313             {
19314             "code": "MX-YUC",
19315             "name": "Yucatán",
19316             "type": "State"
19317             },
19318             {
19319             "code": "MX-ZAC",
19320             "name": "Zacatecas",
19321             "type": "State"
19322             },
19323             {
19324             "code": "MY-01",
19325             "name": "Johor",
19326             "type": "State"
19327             },
19328             {
19329             "code": "MY-02",
19330             "name": "Kedah",
19331             "type": "State"
19332             },
19333             {
19334             "code": "MY-03",
19335             "name": "Kelantan",
19336             "type": "State"
19337             },
19338             {
19339             "code": "MY-04",
19340             "name": "Melaka",
19341             "type": "State"
19342             },
19343             {
19344             "code": "MY-05",
19345             "name": "Negeri Sembilan",
19346             "type": "State"
19347             },
19348             {
19349             "code": "MY-06",
19350             "name": "Pahang",
19351             "type": "State"
19352             },
19353             {
19354             "code": "MY-07",
19355             "name": "Pulau Pinang",
19356             "type": "State"
19357             },
19358             {
19359             "code": "MY-08",
19360             "name": "Perak",
19361             "type": "State"
19362             },
19363             {
19364             "code": "MY-09",
19365             "name": "Perlis",
19366             "type": "State"
19367             },
19368             {
19369             "code": "MY-10",
19370             "name": "Selangor",
19371             "type": "State"
19372             },
19373             {
19374             "code": "MY-11",
19375             "name": "Terengganu",
19376             "type": "State"
19377             },
19378             {
19379             "code": "MY-12",
19380             "name": "Sabah",
19381             "type": "State"
19382             },
19383             {
19384             "code": "MY-13",
19385             "name": "Sarawak",
19386             "type": "State"
19387             },
19388             {
19389             "code": "MY-14",
19390             "name": "Wilayah Persekutuan Kuala Lumpur",
19391             "type": "Federal territory"
19392             },
19393             {
19394             "code": "MY-15",
19395             "name": "Wilayah Persekutuan Labuan",
19396             "type": "Federal territory"
19397             },
19398             {
19399             "code": "MY-16",
19400             "name": "Wilayah Persekutuan Putrajaya",
19401             "type": "Federal territory"
19402             },
19403             {
19404             "code": "MZ-A",
19405             "name": "Niassa",
19406             "type": "Province"
19407             },
19408             {
19409             "code": "MZ-B",
19410             "name": "Manica",
19411             "type": "Province"
19412             },
19413             {
19414             "code": "MZ-G",
19415             "name": "Gaza",
19416             "type": "Province"
19417             },
19418             {
19419             "code": "MZ-I",
19420             "name": "Inhambane",
19421             "type": "Province"
19422             },
19423             {
19424             "code": "MZ-L",
19425             "name": "Maputo",
19426             "type": "Province"
19427             },
19428             {
19429             "code": "MZ-MPM",
19430             "name": "Maputo",
19431             "type": "City"
19432             },
19433             {
19434             "code": "MZ-N",
19435             "name": "Nampula",
19436             "type": "Province"
19437             },
19438             {
19439             "code": "MZ-P",
19440             "name": "Cabo Delgado",
19441             "type": "Province"
19442             },
19443             {
19444             "code": "MZ-Q",
19445             "name": "Zambézia",
19446             "type": "Province"
19447             },
19448             {
19449             "code": "MZ-S",
19450             "name": "Sofala",
19451             "type": "Province"
19452             },
19453             {
19454             "code": "MZ-T",
19455             "name": "Tete",
19456             "type": "Province"
19457             },
19458             {
19459             "code": "NA-CA",
19460             "name": "Zambezi",
19461             "type": "Region"
19462             },
19463             {
19464             "code": "NA-ER",
19465             "name": "Erongo",
19466             "type": "Region"
19467             },
19468             {
19469             "code": "NA-HA",
19470             "name": "Hardap",
19471             "type": "Region"
19472             },
19473             {
19474             "code": "NA-KA",
19475             "name": "//Karas",
19476             "type": "Region"
19477             },
19478             {
19479             "code": "NA-KE",
19480             "name": "Kavango East",
19481             "type": "Region"
19482             },
19483             {
19484             "code": "NA-KH",
19485             "name": "Khomas",
19486             "type": "Region"
19487             },
19488             {
19489             "code": "NA-KU",
19490             "name": "Kunene",
19491             "type": "Region"
19492             },
19493             {
19494             "code": "NA-KW",
19495             "name": "Kavango West",
19496             "type": "Region"
19497             },
19498             {
19499             "code": "NA-OD",
19500             "name": "Otjozondjupa",
19501             "type": "Region"
19502             },
19503             {
19504             "code": "NA-OH",
19505             "name": "Omaheke",
19506             "type": "Region"
19507             },
19508             {
19509             "code": "NA-ON",
19510             "name": "Oshana",
19511             "type": "Region"
19512             },
19513             {
19514             "code": "NA-OS",
19515             "name": "Omusati",
19516             "type": "Region"
19517             },
19518             {
19519             "code": "NA-OT",
19520             "name": "Oshikoto",
19521             "type": "Region"
19522             },
19523             {
19524             "code": "NA-OW",
19525             "name": "Ohangwena",
19526             "type": "Region"
19527             },
19528             {
19529             "code": "NE-1",
19530             "name": "Agadez",
19531             "type": "Region"
19532             },
19533             {
19534             "code": "NE-2",
19535             "name": "Diffa",
19536             "type": "Region"
19537             },
19538             {
19539             "code": "NE-3",
19540             "name": "Dosso",
19541             "type": "Region"
19542             },
19543             {
19544             "code": "NE-4",
19545             "name": "Maradi",
19546             "type": "Region"
19547             },
19548             {
19549             "code": "NE-5",
19550             "name": "Tahoua",
19551             "type": "Region"
19552             },
19553             {
19554             "code": "NE-6",
19555             "name": "Tillabéri",
19556             "type": "Region"
19557             },
19558             {
19559             "code": "NE-7",
19560             "name": "Zinder",
19561             "type": "Region"
19562             },
19563             {
19564             "code": "NE-8",
19565             "name": "Niamey",
19566             "type": "Urban community"
19567             },
19568             {
19569             "code": "NG-AB",
19570             "name": "Abia",
19571             "type": "State"
19572             },
19573             {
19574             "code": "NG-AD",
19575             "name": "Adamawa",
19576             "type": "State"
19577             },
19578             {
19579             "code": "NG-AK",
19580             "name": "Akwa Ibom",
19581             "type": "State"
19582             },
19583             {
19584             "code": "NG-AN",
19585             "name": "Anambra",
19586             "type": "State"
19587             },
19588             {
19589             "code": "NG-BA",
19590             "name": "Bauchi",
19591             "type": "State"
19592             },
19593             {
19594             "code": "NG-BE",
19595             "name": "Benue",
19596             "type": "State"
19597             },
19598             {
19599             "code": "NG-BO",
19600             "name": "Borno",
19601             "type": "State"
19602             },
19603             {
19604             "code": "NG-BY",
19605             "name": "Bayelsa",
19606             "type": "State"
19607             },
19608             {
19609             "code": "NG-CR",
19610             "name": "Cross River",
19611             "type": "State"
19612             },
19613             {
19614             "code": "NG-DE",
19615             "name": "Delta",
19616             "type": "State"
19617             },
19618             {
19619             "code": "NG-EB",
19620             "name": "Ebonyi",
19621             "type": "State"
19622             },
19623             {
19624             "code": "NG-ED",
19625             "name": "Edo",
19626             "type": "State"
19627             },
19628             {
19629             "code": "NG-EK",
19630             "name": "Ekiti",
19631             "type": "State"
19632             },
19633             {
19634             "code": "NG-EN",
19635             "name": "Enugu",
19636             "type": "State"
19637             },
19638             {
19639             "code": "NG-FC",
19640             "name": "Abuja Federal Capital Territory",
19641             "type": "Capital territory"
19642             },
19643             {
19644             "code": "NG-GO",
19645             "name": "Gombe",
19646             "type": "State"
19647             },
19648             {
19649             "code": "NG-IM",
19650             "name": "Imo",
19651             "type": "State"
19652             },
19653             {
19654             "code": "NG-JI",
19655             "name": "Jigawa",
19656             "type": "State"
19657             },
19658             {
19659             "code": "NG-KD",
19660             "name": "Kaduna",
19661             "type": "State"
19662             },
19663             {
19664             "code": "NG-KE",
19665             "name": "Kebbi",
19666             "type": "State"
19667             },
19668             {
19669             "code": "NG-KN",
19670             "name": "Kano",
19671             "type": "State"
19672             },
19673             {
19674             "code": "NG-KO",
19675             "name": "Kogi",
19676             "type": "State"
19677             },
19678             {
19679             "code": "NG-KT",
19680             "name": "Katsina",
19681             "type": "State"
19682             },
19683             {
19684             "code": "NG-KW",
19685             "name": "Kwara",
19686             "type": "State"
19687             },
19688             {
19689             "code": "NG-LA",
19690             "name": "Lagos",
19691             "type": "State"
19692             },
19693             {
19694             "code": "NG-NA",
19695             "name": "Nasarawa",
19696             "type": "State"
19697             },
19698             {
19699             "code": "NG-NI",
19700             "name": "Niger",
19701             "type": "State"
19702             },
19703             {
19704             "code": "NG-OG",
19705             "name": "Ogun",
19706             "type": "State"
19707             },
19708             {
19709             "code": "NG-ON",
19710             "name": "Ondo",
19711             "type": "State"
19712             },
19713             {
19714             "code": "NG-OS",
19715             "name": "Osun",
19716             "type": "State"
19717             },
19718             {
19719             "code": "NG-OY",
19720             "name": "Oyo",
19721             "type": "State"
19722             },
19723             {
19724             "code": "NG-PL",
19725             "name": "Plateau",
19726             "type": "State"
19727             },
19728             {
19729             "code": "NG-RI",
19730             "name": "Rivers",
19731             "type": "State"
19732             },
19733             {
19734             "code": "NG-SO",
19735             "name": "Sokoto",
19736             "type": "State"
19737             },
19738             {
19739             "code": "NG-TA",
19740             "name": "Taraba",
19741             "type": "State"
19742             },
19743             {
19744             "code": "NG-YO",
19745             "name": "Yobe",
19746             "type": "State"
19747             },
19748             {
19749             "code": "NG-ZA",
19750             "name": "Zamfara",
19751             "type": "State"
19752             },
19753             {
19754             "code": "NI-AN",
19755             "name": "Costa Caribe Norte",
19756             "type": "Autonomous region"
19757             },
19758             {
19759             "code": "NI-AS",
19760             "name": "Costa Caribe Sur",
19761             "type": "Autonomous region"
19762             },
19763             {
19764             "code": "NI-BO",
19765             "name": "Boaco",
19766             "type": "Department"
19767             },
19768             {
19769             "code": "NI-CA",
19770             "name": "Carazo",
19771             "type": "Department"
19772             },
19773             {
19774             "code": "NI-CI",
19775             "name": "Chinandega",
19776             "type": "Department"
19777             },
19778             {
19779             "code": "NI-CO",
19780             "name": "Chontales",
19781             "type": "Department"
19782             },
19783             {
19784             "code": "NI-ES",
19785             "name": "Estelí",
19786             "type": "Department"
19787             },
19788             {
19789             "code": "NI-GR",
19790             "name": "Granada",
19791             "type": "Department"
19792             },
19793             {
19794             "code": "NI-JI",
19795             "name": "Jinotega",
19796             "type": "Department"
19797             },
19798             {
19799             "code": "NI-LE",
19800             "name": "León",
19801             "type": "Department"
19802             },
19803             {
19804             "code": "NI-MD",
19805             "name": "Madriz",
19806             "type": "Department"
19807             },
19808             {
19809             "code": "NI-MN",
19810             "name": "Managua",
19811             "type": "Department"
19812             },
19813             {
19814             "code": "NI-MS",
19815             "name": "Masaya",
19816             "type": "Department"
19817             },
19818             {
19819             "code": "NI-MT",
19820             "name": "Matagalpa",
19821             "type": "Department"
19822             },
19823             {
19824             "code": "NI-NS",
19825             "name": "Nueva Segovia",
19826             "type": "Department"
19827             },
19828             {
19829             "code": "NI-RI",
19830             "name": "Rivas",
19831             "type": "Department"
19832             },
19833             {
19834             "code": "NI-SJ",
19835             "name": "Río San Juan",
19836             "type": "Department"
19837             },
19838             {
19839             "code": "NL-AW",
19840             "name": "Aruba",
19841             "type": "Country"
19842             },
19843             {
19844             "code": "NL-BQ1",
19845             "name": "Bonaire",
19846             "type": "Special municipality"
19847             },
19848             {
19849             "code": "NL-BQ2",
19850             "name": "Saba",
19851             "type": "Special municipality"
19852             },
19853             {
19854             "code": "NL-BQ3",
19855             "name": "Sint Eustatius",
19856             "type": "Special municipality"
19857             },
19858             {
19859             "code": "NL-CW",
19860             "name": "Curaçao",
19861             "type": "Country"
19862             },
19863             {
19864             "code": "NL-DR",
19865             "name": "Drenthe",
19866             "type": "Province"
19867             },
19868             {
19869             "code": "NL-FL",
19870             "name": "Flevoland",
19871             "type": "Province"
19872             },
19873             {
19874             "code": "NL-FR",
19875             "name": "Fryslân",
19876             "type": "Province"
19877             },
19878             {
19879             "code": "NL-GE",
19880             "name": "Gelderland",
19881             "type": "Province"
19882             },
19883             {
19884             "code": "NL-GR",
19885             "name": "Groningen",
19886             "type": "Province"
19887             },
19888             {
19889             "code": "NL-LI",
19890             "name": "Limburg",
19891             "type": "Province"
19892             },
19893             {
19894             "code": "NL-NB",
19895             "name": "Noord-Brabant",
19896             "type": "Province"
19897             },
19898             {
19899             "code": "NL-NH",
19900             "name": "Noord-Holland",
19901             "type": "Province"
19902             },
19903             {
19904             "code": "NL-OV",
19905             "name": "Overijssel",
19906             "type": "Province"
19907             },
19908             {
19909             "code": "NL-SX",
19910             "name": "Sint Maarten",
19911             "type": "Country"
19912             },
19913             {
19914             "code": "NL-UT",
19915             "name": "Utrecht",
19916             "type": "Province"
19917             },
19918             {
19919             "code": "NL-ZE",
19920             "name": "Zeeland",
19921             "type": "Province"
19922             },
19923             {
19924             "code": "NL-ZH",
19925             "name": "Zuid-Holland",
19926             "type": "Province"
19927             },
19928             {
19929             "code": "NO-03",
19930             "name": "Oslo",
19931             "type": "County"
19932             },
19933             {
19934             "code": "NO-11",
19935             "name": "Rogaland",
19936             "type": "County"
19937             },
19938             {
19939             "code": "NO-15",
19940             "name": "Møre og Romsdal",
19941             "type": "County"
19942             },
19943             {
19944             "code": "NO-18",
19945             "name": "Nordland",
19946             "type": "County"
19947             },
19948             {
19949             "code": "NO-21",
19950             "name": "Svalbard (Arctic Region)",
19951             "type": "Arctic region"
19952             },
19953             {
19954             "code": "NO-22",
19955             "name": "Jan Mayen (Arctic Region)",
19956             "type": "Arctic region"
19957             },
19958             {
19959             "code": "NO-30",
19960             "name": "Viken",
19961             "type": "County"
19962             },
19963             {
19964             "code": "NO-34",
19965             "name": "Innlandet",
19966             "type": "County"
19967             },
19968             {
19969             "code": "NO-38",
19970             "name": "Vestfold og Telemark",
19971             "type": "County"
19972             },
19973             {
19974             "code": "NO-42",
19975             "name": "Agder",
19976             "type": "County"
19977             },
19978             {
19979             "code": "NO-46",
19980             "name": "Vestland",
19981             "type": "County"
19982             },
19983             {
19984             "code": "NO-50",
19985             "name": "Trööndelage",
19986             "type": "County"
19987             },
19988             {
19989             "code": "NO-54",
19990             "name": "Romssa ja Finnmárkku",
19991             "type": "County"
19992             },
19993             {
19994             "code": "NP-1",
19995             "name": "Central",
19996             "type": "Development region"
19997             },
19998             {
19999             "code": "NP-2",
20000             "name": "Mid Western",
20001             "type": "Development region"
20002             },
20003             {
20004             "code": "NP-3",
20005             "name": "Western",
20006             "type": "Development region"
20007             },
20008             {
20009             "code": "NP-4",
20010             "name": "Eastern",
20011             "type": "Development region"
20012             },
20013             {
20014             "code": "NP-5",
20015             "name": "Far Western",
20016             "type": "Development region"
20017             },
20018             {
20019             "code": "NP-BA",
20020             "name": "Bagmati",
20021             "parent": "1",
20022             "type": "Zone"
20023             },
20024             {
20025             "code": "NP-BH",
20026             "name": "Bheri",
20027             "parent": "2",
20028             "type": "Zone"
20029             },
20030             {
20031             "code": "NP-DH",
20032             "name": "Dhawalagiri",
20033             "parent": "3",
20034             "type": "Zone"
20035             },
20036             {
20037             "code": "NP-GA",
20038             "name": "Gandaki",
20039             "parent": "3",
20040             "type": "Zone"
20041             },
20042             {
20043             "code": "NP-JA",
20044             "name": "Janakpur",
20045             "parent": "1",
20046             "type": "Zone"
20047             },
20048             {
20049             "code": "NP-KA",
20050             "name": "Karnali",
20051             "parent": "2",
20052             "type": "Zone"
20053             },
20054             {
20055             "code": "NP-KO",
20056             "name": "Kosi",
20057             "parent": "4",
20058             "type": "Zone"
20059             },
20060             {
20061             "code": "NP-LU",
20062             "name": "Lumbini",
20063             "parent": "3",
20064             "type": "Zone"
20065             },
20066             {
20067             "code": "NP-MA",
20068             "name": "Mahakali",
20069             "parent": "5",
20070             "type": "Zone"
20071             },
20072             {
20073             "code": "NP-ME",
20074             "name": "Mechi",
20075             "parent": "4",
20076             "type": "Zone"
20077             },
20078             {
20079             "code": "NP-NA",
20080             "name": "Narayani",
20081             "parent": "1",
20082             "type": "Zone"
20083             },
20084             {
20085             "code": "NP-P1",
20086             "name": "Province 1",
20087             "type": "Province"
20088             },
20089             {
20090             "code": "NP-P2",
20091             "name": "Province 2",
20092             "type": "Province"
20093             },
20094             {
20095             "code": "NP-P3",
20096             "name": "Bāgmatī",
20097             "type": "Province"
20098             },
20099             {
20100             "code": "NP-P4",
20101             "name": "Gandaki",
20102             "type": "Province"
20103             },
20104             {
20105             "code": "NP-P5",
20106             "name": "Province 5",
20107             "type": "Province"
20108             },
20109             {
20110             "code": "NP-P6",
20111             "name": "Karnali",
20112             "type": "Province"
20113             },
20114             {
20115             "code": "NP-P7",
20116             "name": "Sudūr Pashchim",
20117             "type": "Province"
20118             },
20119             {
20120             "code": "NP-RA",
20121             "name": "Rapti",
20122             "parent": "2",
20123             "type": "Zone"
20124             },
20125             {
20126             "code": "NP-SA",
20127             "name": "Sagarmatha",
20128             "parent": "4",
20129             "type": "Zone"
20130             },
20131             {
20132             "code": "NP-SE",
20133             "name": "Seti",
20134             "parent": "5",
20135             "type": "Zone"
20136             },
20137             {
20138             "code": "NR-01",
20139             "name": "Aiwo",
20140             "type": "District"
20141             },
20142             {
20143             "code": "NR-02",
20144             "name": "Anabar",
20145             "type": "District"
20146             },
20147             {
20148             "code": "NR-03",
20149             "name": "Anetan",
20150             "type": "District"
20151             },
20152             {
20153             "code": "NR-04",
20154             "name": "Anibare",
20155             "type": "District"
20156             },
20157             {
20158             "code": "NR-05",
20159             "name": "Baitsi",
20160             "type": "District"
20161             },
20162             {
20163             "code": "NR-06",
20164             "name": "Boe",
20165             "type": "District"
20166             },
20167             {
20168             "code": "NR-07",
20169             "name": "Buada",
20170             "type": "District"
20171             },
20172             {
20173             "code": "NR-08",
20174             "name": "Denigomodu",
20175             "type": "District"
20176             },
20177             {
20178             "code": "NR-09",
20179             "name": "Ewa",
20180             "type": "District"
20181             },
20182             {
20183             "code": "NR-10",
20184             "name": "Ijuw",
20185             "type": "District"
20186             },
20187             {
20188             "code": "NR-11",
20189             "name": "Meneng",
20190             "type": "District"
20191             },
20192             {
20193             "code": "NR-12",
20194             "name": "Nibok",
20195             "type": "District"
20196             },
20197             {
20198             "code": "NR-13",
20199             "name": "Uaboe",
20200             "type": "District"
20201             },
20202             {
20203             "code": "NR-14",
20204             "name": "Yaren",
20205             "type": "District"
20206             },
20207             {
20208             "code": "NZ-AUK",
20209             "name": "Auckland",
20210             "type": "Region"
20211             },
20212             {
20213             "code": "NZ-BOP",
20214             "name": "Bay of Plenty",
20215             "type": "Region"
20216             },
20217             {
20218             "code": "NZ-CAN",
20219             "name": "Canterbury",
20220             "type": "Region"
20221             },
20222             {
20223             "code": "NZ-CIT",
20224             "name": "Chatham Islands Territory",
20225             "type": "Special island authority"
20226             },
20227             {
20228             "code": "NZ-GIS",
20229             "name": "Gisborne",
20230             "type": "Region"
20231             },
20232             {
20233             "code": "NZ-HKB",
20234             "name": "Hawke's Bay",
20235             "type": "Region"
20236             },
20237             {
20238             "code": "NZ-MBH",
20239             "name": "Marlborough",
20240             "type": "Region"
20241             },
20242             {
20243             "code": "NZ-MWT",
20244             "name": "Manawatu-Wanganui",
20245             "type": "Region"
20246             },
20247             {
20248             "code": "NZ-NSN",
20249             "name": "Nelson",
20250             "type": "Region"
20251             },
20252             {
20253             "code": "NZ-NTL",
20254             "name": "Northland",
20255             "type": "Region"
20256             },
20257             {
20258             "code": "NZ-OTA",
20259             "name": "Otago",
20260             "type": "Region"
20261             },
20262             {
20263             "code": "NZ-STL",
20264             "name": "Southland",
20265             "type": "Region"
20266             },
20267             {
20268             "code": "NZ-TAS",
20269             "name": "Tasman",
20270             "type": "Region"
20271             },
20272             {
20273             "code": "NZ-TKI",
20274             "name": "Taranaki",
20275             "type": "Region"
20276             },
20277             {
20278             "code": "NZ-WGN",
20279             "name": "Wellington",
20280             "type": "Region"
20281             },
20282             {
20283             "code": "NZ-WKO",
20284             "name": "Waikato",
20285             "type": "Region"
20286             },
20287             {
20288             "code": "NZ-WTC",
20289             "name": "West Coast",
20290             "type": "Region"
20291             },
20292             {
20293             "code": "OM-BJ",
20294             "name": "Janūb al Bāţinah",
20295             "type": "Governorate"
20296             },
20297             {
20298             "code": "OM-BS",
20299             "name": "Shamāl al Bāţinah",
20300             "type": "Governorate"
20301             },
20302             {
20303             "code": "OM-BU",
20304             "name": "Al Buraymī",
20305             "type": "Governorate"
20306             },
20307             {
20308             "code": "OM-DA",
20309             "name": "Ad Dākhilīyah",
20310             "type": "Governorate"
20311             },
20312             {
20313             "code": "OM-MA",
20314             "name": "Masqaţ",
20315             "type": "Governorate"
20316             },
20317             {
20318             "code": "OM-MU",
20319             "name": "Musandam",
20320             "type": "Governorate"
20321             },
20322             {
20323             "code": "OM-SJ",
20324             "name": "Janūb ash Sharqīyah",
20325             "type": "Governorate"
20326             },
20327             {
20328             "code": "OM-SS",
20329             "name": "Shamāl ash Sharqīyah",
20330             "type": "Governorate"
20331             },
20332             {
20333             "code": "OM-WU",
20334             "name": "Al Wusţá",
20335             "type": "Governorate"
20336             },
20337             {
20338             "code": "OM-ZA",
20339             "name": "Az̧ Z̧āhirah",
20340             "type": "Governorate"
20341             },
20342             {
20343             "code": "OM-ZU",
20344             "name": "Z̧ufār",
20345             "type": "Governorate"
20346             },
20347             {
20348             "code": "PA-1",
20349             "name": "Bocas del Toro",
20350             "type": "Province"
20351             },
20352             {
20353             "code": "PA-10",
20354             "name": "Panamá Oeste",
20355             "type": "Province"
20356             },
20357             {
20358             "code": "PA-2",
20359             "name": "Coclé",
20360             "type": "Province"
20361             },
20362             {
20363             "code": "PA-3",
20364             "name": "Colón",
20365             "type": "Province"
20366             },
20367             {
20368             "code": "PA-4",
20369             "name": "Chiriquí",
20370             "type": "Province"
20371             },
20372             {
20373             "code": "PA-5",
20374             "name": "Darién",
20375             "type": "Province"
20376             },
20377             {
20378             "code": "PA-6",
20379             "name": "Herrera",
20380             "type": "Province"
20381             },
20382             {
20383             "code": "PA-7",
20384             "name": "Los Santos",
20385             "type": "Province"
20386             },
20387             {
20388             "code": "PA-8",
20389             "name": "Panamá",
20390             "type": "Province"
20391             },
20392             {
20393             "code": "PA-9",
20394             "name": "Veraguas",
20395             "type": "Province"
20396             },
20397             {
20398             "code": "PA-EM",
20399             "name": "Emberá",
20400             "type": "Indigenous region"
20401             },
20402             {
20403             "code": "PA-KY",
20404             "name": "Guna Yala",
20405             "type": "Indigenous region"
20406             },
20407             {
20408             "code": "PA-NB",
20409             "name": "Ngöbe-Buglé",
20410             "type": "Indigenous region"
20411             },
20412             {
20413             "code": "PE-AMA",
20414             "name": "Amarumayu",
20415             "type": "Region"
20416             },
20417             {
20418             "code": "PE-ANC",
20419             "name": "Ancash",
20420             "type": "Region"
20421             },
20422             {
20423             "code": "PE-APU",
20424             "name": "Apurimaq",
20425             "type": "Region"
20426             },
20427             {
20428             "code": "PE-ARE",
20429             "name": "Arequipa",
20430             "type": "Region"
20431             },
20432             {
20433             "code": "PE-AYA",
20434             "name": "Ayacucho",
20435             "type": "Region"
20436             },
20437             {
20438             "code": "PE-CAJ",
20439             "name": "Cajamarca",
20440             "type": "Region"
20441             },
20442             {
20443             "code": "PE-CAL",
20444             "name": "El Callao",
20445             "type": "Region"
20446             },
20447             {
20448             "code": "PE-CUS",
20449             "name": "Cusco",
20450             "type": "Region"
20451             },
20452             {
20453             "code": "PE-HUC",
20454             "name": "Huánuco",
20455             "type": "Region"
20456             },
20457             {
20458             "code": "PE-HUV",
20459             "name": "Huancavelica",
20460             "type": "Region"
20461             },
20462             {
20463             "code": "PE-ICA",
20464             "name": "Ica",
20465             "type": "Region"
20466             },
20467             {
20468             "code": "PE-JUN",
20469             "name": "Hunin",
20470             "type": "Region"
20471             },
20472             {
20473             "code": "PE-LAL",
20474             "name": "La Libertad",
20475             "type": "Region"
20476             },
20477             {
20478             "code": "PE-LAM",
20479             "name": "Lambayeque",
20480             "type": "Region"
20481             },
20482             {
20483             "code": "PE-LIM",
20484             "name": "Lima",
20485             "type": "Region"
20486             },
20487             {
20488             "code": "PE-LMA",
20489             "name": "Lima hatun llaqta",
20490             "type": "Municipality"
20491             },
20492             {
20493             "code": "PE-LOR",
20494             "name": "Loreto",
20495             "type": "Region"
20496             },
20497             {
20498             "code": "PE-MDD",
20499             "name": "Madre de Dios",
20500             "type": "Region"
20501             },
20502             {
20503             "code": "PE-MOQ",
20504             "name": "Moquegua",
20505             "type": "Region"
20506             },
20507             {
20508             "code": "PE-PAS",
20509             "name": "Pasco",
20510             "type": "Region"
20511             },
20512             {
20513             "code": "PE-PIU",
20514             "name": "Piura",
20515             "type": "Region"
20516             },
20517             {
20518             "code": "PE-PUN",
20519             "name": "Puno",
20520             "type": "Region"
20521             },
20522             {
20523             "code": "PE-SAM",
20524             "name": "San Martin",
20525             "type": "Region"
20526             },
20527             {
20528             "code": "PE-TAC",
20529             "name": "Tacna",
20530             "type": "Region"
20531             },
20532             {
20533             "code": "PE-TUM",
20534             "name": "Tumbes",
20535             "type": "Region"
20536             },
20537             {
20538             "code": "PE-UCA",
20539             "name": "Ucayali",
20540             "type": "Region"
20541             },
20542             {
20543             "code": "PG-CPK",
20544             "name": "Chimbu",
20545             "type": "Province"
20546             },
20547             {
20548             "code": "PG-CPM",
20549             "name": "Central",
20550             "type": "Province"
20551             },
20552             {
20553             "code": "PG-EBR",
20554             "name": "East New Britain",
20555             "type": "Province"
20556             },
20557             {
20558             "code": "PG-EHG",
20559             "name": "Eastern Highlands",
20560             "type": "Province"
20561             },
20562             {
20563             "code": "PG-EPW",
20564             "name": "Enga",
20565             "type": "Province"
20566             },
20567             {
20568             "code": "PG-ESW",
20569             "name": "East Sepik",
20570             "type": "Province"
20571             },
20572             {
20573             "code": "PG-GPK",
20574             "name": "Gulf",
20575             "type": "Province"
20576             },
20577             {
20578             "code": "PG-HLA",
20579             "name": "Hela",
20580             "type": "Province"
20581             },
20582             {
20583             "code": "PG-JWK",
20584             "name": "Jiwaka",
20585             "type": "Province"
20586             },
20587             {
20588             "code": "PG-MBA",
20589             "name": "Milne Bay",
20590             "type": "Province"
20591             },
20592             {
20593             "code": "PG-MPL",
20594             "name": "Morobe",
20595             "type": "Province"
20596             },
20597             {
20598             "code": "PG-MPM",
20599             "name": "Madang",
20600             "type": "Province"
20601             },
20602             {
20603             "code": "PG-MRL",
20604             "name": "Manus",
20605             "type": "Province"
20606             },
20607             {
20608             "code": "PG-NCD",
20609             "name": "National Capital District (Port Moresby)",
20610             "type": "District"
20611             },
20612             {
20613             "code": "PG-NIK",
20614             "name": "New Ireland",
20615             "type": "Province"
20616             },
20617             {
20618             "code": "PG-NPP",
20619             "name": "Northern",
20620             "type": "Province"
20621             },
20622             {
20623             "code": "PG-NSB",
20624             "name": "Bougainville",
20625             "type": "Autonomous region"
20626             },
20627             {
20628             "code": "PG-SAN",
20629             "name": "West Sepik",
20630             "type": "Province"
20631             },
20632             {
20633             "code": "PG-SHM",
20634             "name": "Southern Highlands",
20635             "type": "Province"
20636             },
20637             {
20638             "code": "PG-WBK",
20639             "name": "West New Britain",
20640             "type": "Province"
20641             },
20642             {
20643             "code": "PG-WHM",
20644             "name": "Western Highlands",
20645             "type": "Province"
20646             },
20647             {
20648             "code": "PG-WPD",
20649             "name": "Western",
20650             "type": "Province"
20651             },
20652             {
20653             "code": "PH-00",
20654             "name": "National Capital Region",
20655             "type": "Region"
20656             },
20657             {
20658             "code": "PH-01",
20659             "name": "Ilocos (Region I)",
20660             "type": "Region"
20661             },
20662             {
20663             "code": "PH-02",
20664             "name": "Cagayan Valley (Region II)",
20665             "type": "Region"
20666             },
20667             {
20668             "code": "PH-03",
20669             "name": "Central Luzon (Region III)",
20670             "type": "Region"
20671             },
20672             {
20673             "code": "PH-05",
20674             "name": "Bicol (Region V)",
20675             "type": "Region"
20676             },
20677             {
20678             "code": "PH-06",
20679             "name": "Western Visayas (Region VI)",
20680             "type": "Region"
20681             },
20682             {
20683             "code": "PH-07",
20684             "name": "Central Visayas (Region VII)",
20685             "type": "Region"
20686             },
20687             {
20688             "code": "PH-08",
20689             "name": "Eastern Visayas (Region VIII)",
20690             "type": "Region"
20691             },
20692             {
20693             "code": "PH-09",
20694             "name": "Zamboanga Peninsula (Region IX)",
20695             "type": "Region"
20696             },
20697             {
20698             "code": "PH-10",
20699             "name": "Northern Mindanao (Region X)",
20700             "type": "Region"
20701             },
20702             {
20703             "code": "PH-11",
20704             "name": "Davao (Region XI)",
20705             "type": "Region"
20706             },
20707             {
20708             "code": "PH-12",
20709             "name": "Soccsksargen (Region XII)",
20710             "type": "Region"
20711             },
20712             {
20713             "code": "PH-13",
20714             "name": "Caraga (Region XIII)",
20715             "type": "Region"
20716             },
20717             {
20718             "code": "PH-14",
20719             "name": "Autonomous Region in Muslim Mindanao (ARMM)",
20720             "type": "Region"
20721             },
20722             {
20723             "code": "PH-15",
20724             "name": "Cordillera Administrative Region (CAR)",
20725             "type": "Region"
20726             },
20727             {
20728             "code": "PH-40",
20729             "name": "Calabarzon (Region IV-A)",
20730             "type": "Region"
20731             },
20732             {
20733             "code": "PH-41",
20734             "name": "Mimaropa (Region IV-B)",
20735             "type": "Region"
20736             },
20737             {
20738             "code": "PH-ABR",
20739             "name": "Abra",
20740             "parent": "15",
20741             "type": "Province"
20742             },
20743             {
20744             "code": "PH-AGN",
20745             "name": "Agusan del Norte",
20746             "parent": "13",
20747             "type": "Province"
20748             },
20749             {
20750             "code": "PH-AGS",
20751             "name": "Agusan del Sur",
20752             "parent": "13",
20753             "type": "Province"
20754             },
20755             {
20756             "code": "PH-AKL",
20757             "name": "Aklan",
20758             "parent": "06",
20759             "type": "Province"
20760             },
20761             {
20762             "code": "PH-ALB",
20763             "name": "Albay",
20764             "parent": "05",
20765             "type": "Province"
20766             },
20767             {
20768             "code": "PH-ANT",
20769             "name": "Antique",
20770             "parent": "06",
20771             "type": "Province"
20772             },
20773             {
20774             "code": "PH-APA",
20775             "name": "Apayao",
20776             "parent": "15",
20777             "type": "Province"
20778             },
20779             {
20780             "code": "PH-AUR",
20781             "name": "Aurora",
20782             "parent": "03",
20783             "type": "Province"
20784             },
20785             {
20786             "code": "PH-BAN",
20787             "name": "Bataan",
20788             "parent": "03",
20789             "type": "Province"
20790             },
20791             {
20792             "code": "PH-BAS",
20793             "name": "Basilan",
20794             "parent": "09",
20795             "type": "Province"
20796             },
20797             {
20798             "code": "PH-BEN",
20799             "name": "Benguet",
20800             "parent": "15",
20801             "type": "Province"
20802             },
20803             {
20804             "code": "PH-BIL",
20805             "name": "Biliran",
20806             "parent": "08",
20807             "type": "Province"
20808             },
20809             {
20810             "code": "PH-BOH",
20811             "name": "Bohol",
20812             "parent": "07",
20813             "type": "Province"
20814             },
20815             {
20816             "code": "PH-BTG",
20817             "name": "Batangas",
20818             "parent": "40",
20819             "type": "Province"
20820             },
20821             {
20822             "code": "PH-BTN",
20823             "name": "Batanes",
20824             "parent": "02",
20825             "type": "Province"
20826             },
20827             {
20828             "code": "PH-BUK",
20829             "name": "Bukidnon",
20830             "parent": "10",
20831             "type": "Province"
20832             },
20833             {
20834             "code": "PH-BUL",
20835             "name": "Bulacan",
20836             "parent": "03",
20837             "type": "Province"
20838             },
20839             {
20840             "code": "PH-CAG",
20841             "name": "Cagayan",
20842             "parent": "02",
20843             "type": "Province"
20844             },
20845             {
20846             "code": "PH-CAM",
20847             "name": "Camiguin",
20848             "parent": "10",
20849             "type": "Province"
20850             },
20851             {
20852             "code": "PH-CAN",
20853             "name": "Camarines Norte",
20854             "parent": "05",
20855             "type": "Province"
20856             },
20857             {
20858             "code": "PH-CAP",
20859             "name": "Capiz",
20860             "parent": "06",
20861             "type": "Province"
20862             },
20863             {
20864             "code": "PH-CAS",
20865             "name": "Camarines Sur",
20866             "parent": "05",
20867             "type": "Province"
20868             },
20869             {
20870             "code": "PH-CAT",
20871             "name": "Catanduanes",
20872             "parent": "05",
20873             "type": "Province"
20874             },
20875             {
20876             "code": "PH-CAV",
20877             "name": "Cavite",
20878             "parent": "40",
20879             "type": "Province"
20880             },
20881             {
20882             "code": "PH-CEB",
20883             "name": "Cebu",
20884             "parent": "07",
20885             "type": "Province"
20886             },
20887             {
20888             "code": "PH-COM",
20889             "name": "Davao de Oro",
20890             "parent": "11",
20891             "type": "Province"
20892             },
20893             {
20894             "code": "PH-DAO",
20895             "name": "Davao Oriental",
20896             "parent": "11",
20897             "type": "Province"
20898             },
20899             {
20900             "code": "PH-DAS",
20901             "name": "Davao del Sur",
20902             "parent": "11",
20903             "type": "Province"
20904             },
20905             {
20906             "code": "PH-DAV",
20907             "name": "Davao del Norte",
20908             "parent": "11",
20909             "type": "Province"
20910             },
20911             {
20912             "code": "PH-DIN",
20913             "name": "Dinagat Islands",
20914             "parent": "13",
20915             "type": "Province"
20916             },
20917             {
20918             "code": "PH-DVO",
20919             "name": "Davao Occidental",
20920             "parent": "11",
20921             "type": "Province"
20922             },
20923             {
20924             "code": "PH-EAS",
20925             "name": "Eastern Samar",
20926             "parent": "08",
20927             "type": "Province"
20928             },
20929             {
20930             "code": "PH-GUI",
20931             "name": "Guimaras",
20932             "parent": "06",
20933             "type": "Province"
20934             },
20935             {
20936             "code": "PH-IFU",
20937             "name": "Ifugao",
20938             "parent": "15",
20939             "type": "Province"
20940             },
20941             {
20942             "code": "PH-ILI",
20943             "name": "Iloilo",
20944             "parent": "06",
20945             "type": "Province"
20946             },
20947             {
20948             "code": "PH-ILN",
20949             "name": "Ilocos Norte",
20950             "parent": "01",
20951             "type": "Province"
20952             },
20953             {
20954             "code": "PH-ILS",
20955             "name": "Ilocos Sur",
20956             "parent": "01",
20957             "type": "Province"
20958             },
20959             {
20960             "code": "PH-ISA",
20961             "name": "Isabela",
20962             "parent": "02",
20963             "type": "Province"
20964             },
20965             {
20966             "code": "PH-KAL",
20967             "name": "Kalinga",
20968             "parent": "15",
20969             "type": "Province"
20970             },
20971             {
20972             "code": "PH-LAG",
20973             "name": "Laguna",
20974             "parent": "40",
20975             "type": "Province"
20976             },
20977             {
20978             "code": "PH-LAN",
20979             "name": "Lanao del Norte",
20980             "parent": "12",
20981             "type": "Province"
20982             },
20983             {
20984             "code": "PH-LAS",
20985             "name": "Lanao del Sur",
20986             "parent": "14",
20987             "type": "Province"
20988             },
20989             {
20990             "code": "PH-LEY",
20991             "name": "Leyte",
20992             "parent": "08",
20993             "type": "Province"
20994             },
20995             {
20996             "code": "PH-LUN",
20997             "name": "La Union",
20998             "parent": "01",
20999             "type": "Province"
21000             },
21001             {
21002             "code": "PH-MAD",
21003             "name": "Marinduque",
21004             "parent": "41",
21005             "type": "Province"
21006             },
21007             {
21008             "code": "PH-MAG",
21009             "name": "Maguindanao",
21010             "parent": "14",
21011             "type": "Province"
21012             },
21013             {
21014             "code": "PH-MAS",
21015             "name": "Masbate",
21016             "parent": "05",
21017             "type": "Province"
21018             },
21019             {
21020             "code": "PH-MDC",
21021             "name": "Mindoro Occidental",
21022             "parent": "41",
21023             "type": "Province"
21024             },
21025             {
21026             "code": "PH-MDR",
21027             "name": "Mindoro Oriental",
21028             "parent": "41",
21029             "type": "Province"
21030             },
21031             {
21032             "code": "PH-MOU",
21033             "name": "Mountain Province",
21034             "parent": "15",
21035             "type": "Province"
21036             },
21037             {
21038             "code": "PH-MSC",
21039             "name": "Misamis Occidental",
21040             "parent": "10",
21041             "type": "Province"
21042             },
21043             {
21044             "code": "PH-MSR",
21045             "name": "Misamis Oriental",
21046             "parent": "10",
21047             "type": "Province"
21048             },
21049             {
21050             "code": "PH-NCO",
21051             "name": "Cotabato",
21052             "parent": "12",
21053             "type": "Province"
21054             },
21055             {
21056             "code": "PH-NEC",
21057             "name": "Negros Occidental",
21058             "parent": "06",
21059             "type": "Province"
21060             },
21061             {
21062             "code": "PH-NER",
21063             "name": "Negros Oriental",
21064             "parent": "07",
21065             "type": "Province"
21066             },
21067             {
21068             "code": "PH-NSA",
21069             "name": "Northern Samar",
21070             "parent": "08",
21071             "type": "Province"
21072             },
21073             {
21074             "code": "PH-NUE",
21075             "name": "Nueva Ecija",
21076             "parent": "03",
21077             "type": "Province"
21078             },
21079             {
21080             "code": "PH-NUV",
21081             "name": "Nueva Vizcaya",
21082             "parent": "02",
21083             "type": "Province"
21084             },
21085             {
21086             "code": "PH-PAM",
21087             "name": "Pampanga",
21088             "parent": "03",
21089             "type": "Province"
21090             },
21091             {
21092             "code": "PH-PAN",
21093             "name": "Pangasinan",
21094             "parent": "01",
21095             "type": "Province"
21096             },
21097             {
21098             "code": "PH-PLW",
21099             "name": "Palawan",
21100             "parent": "41",
21101             "type": "Province"
21102             },
21103             {
21104             "code": "PH-QUE",
21105             "name": "Quezon",
21106             "parent": "40",
21107             "type": "Province"
21108             },
21109             {
21110             "code": "PH-QUI",
21111             "name": "Quirino",
21112             "parent": "02",
21113             "type": "Province"
21114             },
21115             {
21116             "code": "PH-RIZ",
21117             "name": "Rizal",
21118             "parent": "40",
21119             "type": "Province"
21120             },
21121             {
21122             "code": "PH-ROM",
21123             "name": "Romblon",
21124             "parent": "41",
21125             "type": "Province"
21126             },
21127             {
21128             "code": "PH-SAR",
21129             "name": "Sarangani",
21130             "parent": "11",
21131             "type": "Province"
21132             },
21133             {
21134             "code": "PH-SCO",
21135             "name": "South Cotabato",
21136             "parent": "11",
21137             "type": "Province"
21138             },
21139             {
21140             "code": "PH-SIG",
21141             "name": "Siquijor",
21142             "parent": "07",
21143             "type": "Province"
21144             },
21145             {
21146             "code": "PH-SLE",
21147             "name": "Southern Leyte",
21148             "parent": "08",
21149             "type": "Province"
21150             },
21151             {
21152             "code": "PH-SLU",
21153             "name": "Sulu",
21154             "parent": "14",
21155             "type": "Province"
21156             },
21157             {
21158             "code": "PH-SOR",
21159             "name": "Sorsogon",
21160             "parent": "05",
21161             "type": "Province"
21162             },
21163             {
21164             "code": "PH-SUK",
21165             "name": "Sultan Kudarat",
21166             "parent": "12",
21167             "type": "Province"
21168             },
21169             {
21170             "code": "PH-SUN",
21171             "name": "Surigao del Norte",
21172             "parent": "13",
21173             "type": "Province"
21174             },
21175             {
21176             "code": "PH-SUR",
21177             "name": "Surigao del Sur",
21178             "parent": "13",
21179             "type": "Province"
21180             },
21181             {
21182             "code": "PH-TAR",
21183             "name": "Tarlac",
21184             "parent": "03",
21185             "type": "Province"
21186             },
21187             {
21188             "code": "PH-TAW",
21189             "name": "Tawi-Tawi",
21190             "parent": "14",
21191             "type": "Province"
21192             },
21193             {
21194             "code": "PH-WSA",
21195             "name": "Samar",
21196             "parent": "08",
21197             "type": "Province"
21198             },
21199             {
21200             "code": "PH-ZAN",
21201             "name": "Zamboanga del Norte",
21202             "parent": "09",
21203             "type": "Province"
21204             },
21205             {
21206             "code": "PH-ZAS",
21207             "name": "Zamboanga del Sur",
21208             "parent": "09",
21209             "type": "Province"
21210             },
21211             {
21212             "code": "PH-ZMB",
21213             "name": "Zambales",
21214             "parent": "03",
21215             "type": "Province"
21216             },
21217             {
21218             "code": "PH-ZSI",
21219             "name": "Zamboanga Sibugay",
21220             "parent": "09",
21221             "type": "Province"
21222             },
21223             {
21224             "code": "PK-BA",
21225             "name": "Balochistan",
21226             "type": "Province"
21227             },
21228             {
21229             "code": "PK-GB",
21230             "name": "Gilgit-Baltistan",
21231             "type": "Pakistan administered area"
21232             },
21233             {
21234             "code": "PK-IS",
21235             "name": "Islamabad",
21236             "type": "Federal capital territory"
21237             },
21238             {
21239             "code": "PK-JK",
21240             "name": "Azad Jammu and Kashmir",
21241             "type": "Pakistan administered area"
21242             },
21243             {
21244             "code": "PK-KP",
21245             "name": "Khyber Pakhtunkhwa",
21246             "type": "Province"
21247             },
21248             {
21249             "code": "PK-PB",
21250             "name": "Punjab",
21251             "type": "Province"
21252             },
21253             {
21254             "code": "PK-SD",
21255             "name": "Sindh",
21256             "type": "Province"
21257             },
21258             {
21259             "code": "PL-02",
21260             "name": "Dolnośląskie",
21261             "type": "Voivodship"
21262             },
21263             {
21264             "code": "PL-04",
21265             "name": "Kujawsko-pomorskie",
21266             "type": "Voivodship"
21267             },
21268             {
21269             "code": "PL-06",
21270             "name": "Lubelskie",
21271             "type": "Voivodship"
21272             },
21273             {
21274             "code": "PL-08",
21275             "name": "Lubuskie",
21276             "type": "Voivodship"
21277             },
21278             {
21279             "code": "PL-10",
21280             "name": "Łódzkie",
21281             "type": "Voivodship"
21282             },
21283             {
21284             "code": "PL-12",
21285             "name": "Małopolskie",
21286             "type": "Voivodship"
21287             },
21288             {
21289             "code": "PL-14",
21290             "name": "Mazowieckie",
21291             "type": "Voivodship"
21292             },
21293             {
21294             "code": "PL-16",
21295             "name": "Opolskie",
21296             "type": "Voivodship"
21297             },
21298             {
21299             "code": "PL-18",
21300             "name": "Podkarpackie",
21301             "type": "Voivodship"
21302             },
21303             {
21304             "code": "PL-20",
21305             "name": "Podlaskie",
21306             "type": "Voivodship"
21307             },
21308             {
21309             "code": "PL-22",
21310             "name": "Pomorskie",
21311             "type": "Voivodship"
21312             },
21313             {
21314             "code": "PL-24",
21315             "name": "Śląskie",
21316             "type": "Voivodship"
21317             },
21318             {
21319             "code": "PL-26",
21320             "name": "Świętokrzyskie",
21321             "type": "Voivodship"
21322             },
21323             {
21324             "code": "PL-28",
21325             "name": "Warmińsko-mazurskie",
21326             "type": "Voivodship"
21327             },
21328             {
21329             "code": "PL-30",
21330             "name": "Wielkopolskie",
21331             "type": "Voivodship"
21332             },
21333             {
21334             "code": "PL-32",
21335             "name": "Zachodniopomorskie",
21336             "type": "Voivodship"
21337             },
21338             {
21339             "code": "PS-BTH",
21340             "name": "Bethlehem",
21341             "type": "Governorate"
21342             },
21343             {
21344             "code": "PS-DEB",
21345             "name": "Deir El Balah",
21346             "type": "Governorate"
21347             },
21348             {
21349             "code": "PS-GZA",
21350             "name": "Gaza",
21351             "type": "Governorate"
21352             },
21353             {
21354             "code": "PS-HBN",
21355             "name": "Hebron",
21356             "type": "Governorate"
21357             },
21358             {
21359             "code": "PS-JEM",
21360             "name": "Jerusalem",
21361             "type": "Governorate"
21362             },
21363             {
21364             "code": "PS-JEN",
21365             "name": "Jenin",
21366             "type": "Governorate"
21367             },
21368             {
21369             "code": "PS-JRH",
21370             "name": "Jericho and Al Aghwar",
21371             "type": "Governorate"
21372             },
21373             {
21374             "code": "PS-KYS",
21375             "name": "Khan Yunis",
21376             "type": "Governorate"
21377             },
21378             {
21379             "code": "PS-NBS",
21380             "name": "Nablus",
21381             "type": "Governorate"
21382             },
21383             {
21384             "code": "PS-NGZ",
21385             "name": "North Gaza",
21386             "type": "Governorate"
21387             },
21388             {
21389             "code": "PS-QQA",
21390             "name": "Qalqilya",
21391             "type": "Governorate"
21392             },
21393             {
21394             "code": "PS-RBH",
21395             "name": "Ramallah",
21396             "type": "Governorate"
21397             },
21398             {
21399             "code": "PS-RFH",
21400             "name": "Rafah",
21401             "type": "Governorate"
21402             },
21403             {
21404             "code": "PS-SLT",
21405             "name": "Salfit",
21406             "type": "Governorate"
21407             },
21408             {
21409             "code": "PS-TBS",
21410             "name": "Tubas",
21411             "type": "Governorate"
21412             },
21413             {
21414             "code": "PS-TKM",
21415             "name": "Tulkarm",
21416             "type": "Governorate"
21417             },
21418             {
21419             "code": "PT-01",
21420             "name": "Aveiro",
21421             "type": "District"
21422             },
21423             {
21424             "code": "PT-02",
21425             "name": "Beja",
21426             "type": "District"
21427             },
21428             {
21429             "code": "PT-03",
21430             "name": "Braga",
21431             "type": "District"
21432             },
21433             {
21434             "code": "PT-04",
21435             "name": "Bragança",
21436             "type": "District"
21437             },
21438             {
21439             "code": "PT-05",
21440             "name": "Castelo Branco",
21441             "type": "District"
21442             },
21443             {
21444             "code": "PT-06",
21445             "name": "Coimbra",
21446             "type": "District"
21447             },
21448             {
21449             "code": "PT-07",
21450             "name": "Évora",
21451             "type": "District"
21452             },
21453             {
21454             "code": "PT-08",
21455             "name": "Faro",
21456             "type": "District"
21457             },
21458             {
21459             "code": "PT-09",
21460             "name": "Guarda",
21461             "type": "District"
21462             },
21463             {
21464             "code": "PT-10",
21465             "name": "Leiria",
21466             "type": "District"
21467             },
21468             {
21469             "code": "PT-11",
21470             "name": "Lisboa",
21471             "type": "District"
21472             },
21473             {
21474             "code": "PT-12",
21475             "name": "Portalegre",
21476             "type": "District"
21477             },
21478             {
21479             "code": "PT-13",
21480             "name": "Porto",
21481             "type": "District"
21482             },
21483             {
21484             "code": "PT-14",
21485             "name": "Santarém",
21486             "type": "District"
21487             },
21488             {
21489             "code": "PT-15",
21490             "name": "Setúbal",
21491             "type": "District"
21492             },
21493             {
21494             "code": "PT-16",
21495             "name": "Viana do Castelo",
21496             "type": "District"
21497             },
21498             {
21499             "code": "PT-17",
21500             "name": "Vila Real",
21501             "type": "District"
21502             },
21503             {
21504             "code": "PT-18",
21505             "name": "Viseu",
21506             "type": "District"
21507             },
21508             {
21509             "code": "PT-20",
21510             "name": "Região Autónoma dos Açores",
21511             "type": "Autonomous region"
21512             },
21513             {
21514             "code": "PT-30",
21515             "name": "Região Autónoma da Madeira",
21516             "type": "Autonomous region"
21517             },
21518             {
21519             "code": "PW-002",
21520             "name": "Aimeliik",
21521             "type": "State"
21522             },
21523             {
21524             "code": "PW-004",
21525             "name": "Airai",
21526             "type": "State"
21527             },
21528             {
21529             "code": "PW-010",
21530             "name": "Angaur",
21531             "type": "State"
21532             },
21533             {
21534             "code": "PW-050",
21535             "name": "Hatohobei",
21536             "type": "State"
21537             },
21538             {
21539             "code": "PW-100",
21540             "name": "Kayangel",
21541             "type": "State"
21542             },
21543             {
21544             "code": "PW-150",
21545             "name": "Koror",
21546             "type": "State"
21547             },
21548             {
21549             "code": "PW-212",
21550             "name": "Melekeok",
21551             "type": "State"
21552             },
21553             {
21554             "code": "PW-214",
21555             "name": "Ngaraard",
21556             "type": "State"
21557             },
21558             {
21559             "code": "PW-218",
21560             "name": "Ngarchelong",
21561             "type": "State"
21562             },
21563             {
21564             "code": "PW-222",
21565             "name": "Ngardmau",
21566             "type": "State"
21567             },
21568             {
21569             "code": "PW-224",
21570             "name": "Ngatpang",
21571             "type": "State"
21572             },
21573             {
21574             "code": "PW-226",
21575             "name": "Ngchesar",
21576             "type": "State"
21577             },
21578             {
21579             "code": "PW-227",
21580             "name": "Ngeremlengui",
21581             "type": "State"
21582             },
21583             {
21584             "code": "PW-228",
21585             "name": "Ngiwal",
21586             "type": "State"
21587             },
21588             {
21589             "code": "PW-350",
21590             "name": "Peleliu",
21591             "type": "State"
21592             },
21593             {
21594             "code": "PW-370",
21595             "name": "Sonsorol",
21596             "type": "State"
21597             },
21598             {
21599             "code": "PY-1",
21600             "name": "Concepción",
21601             "type": "Department"
21602             },
21603             {
21604             "code": "PY-10",
21605             "name": "Alto Paraná",
21606             "type": "Department"
21607             },
21608             {
21609             "code": "PY-11",
21610             "name": "Central",
21611             "type": "Department"
21612             },
21613             {
21614             "code": "PY-12",
21615             "name": "Ñeembucú",
21616             "type": "Department"
21617             },
21618             {
21619             "code": "PY-13",
21620             "name": "Amambay",
21621             "type": "Department"
21622             },
21623             {
21624             "code": "PY-14",
21625             "name": "Canindeyú",
21626             "type": "Department"
21627             },
21628             {
21629             "code": "PY-15",
21630             "name": "Presidente Hayes",
21631             "type": "Department"
21632             },
21633             {
21634             "code": "PY-16",
21635             "name": "Alto Paraguay",
21636             "type": "Department"
21637             },
21638             {
21639             "code": "PY-19",
21640             "name": "Boquerón",
21641             "type": "Department"
21642             },
21643             {
21644             "code": "PY-2",
21645             "name": "San Pedro",
21646             "type": "Department"
21647             },
21648             {
21649             "code": "PY-3",
21650             "name": "Cordillera",
21651             "type": "Department"
21652             },
21653             {
21654             "code": "PY-4",
21655             "name": "Guairá",
21656             "type": "Department"
21657             },
21658             {
21659             "code": "PY-5",
21660             "name": "Caaguazú",
21661             "type": "Department"
21662             },
21663             {
21664             "code": "PY-6",
21665             "name": "Caazapá",
21666             "type": "Department"
21667             },
21668             {
21669             "code": "PY-7",
21670             "name": "Itapúa",
21671             "type": "Department"
21672             },
21673             {
21674             "code": "PY-8",
21675             "name": "Misiones",
21676             "type": "Department"
21677             },
21678             {
21679             "code": "PY-9",
21680             "name": "Paraguarí",
21681             "type": "Department"
21682             },
21683             {
21684             "code": "PY-ASU",
21685             "name": "Asunción",
21686             "type": "Capital"
21687             },
21688             {
21689             "code": "QA-DA",
21690             "name": "Ad Dawḩah",
21691             "type": "Municipality"
21692             },
21693             {
21694             "code": "QA-KH",
21695             "name": "Al Khawr wa adh Dhakhīrah",
21696             "type": "Municipality"
21697             },
21698             {
21699             "code": "QA-MS",
21700             "name": "Ash Shamāl",
21701             "type": "Municipality"
21702             },
21703             {
21704             "code": "QA-RA",
21705             "name": "Ar Rayyān",
21706             "type": "Municipality"
21707             },
21708             {
21709             "code": "QA-SH",
21710             "name": "Ash Shīḩānīyah",
21711             "type": "Municipality"
21712             },
21713             {
21714             "code": "QA-US",
21715             "name": "Umm Şalāl",
21716             "type": "Municipality"
21717             },
21718             {
21719             "code": "QA-WA",
21720             "name": "Al Wakrah",
21721             "type": "Municipality"
21722             },
21723             {
21724             "code": "QA-ZA",
21725             "name": "Az̧ Z̧a‘āyin",
21726             "type": "Municipality"
21727             },
21728             {
21729             "code": "RO-AB",
21730             "name": "Alba",
21731             "type": "Department"
21732             },
21733             {
21734             "code": "RO-AG",
21735             "name": "Argeș",
21736             "type": "Department"
21737             },
21738             {
21739             "code": "RO-AR",
21740             "name": "Arad",
21741             "type": "Department"
21742             },
21743             {
21744             "code": "RO-B",
21745             "name": "București",
21746             "type": "Municipality"
21747             },
21748             {
21749             "code": "RO-BC",
21750             "name": "Bacău",
21751             "type": "Department"
21752             },
21753             {
21754             "code": "RO-BH",
21755             "name": "Bihor",
21756             "type": "Department"
21757             },
21758             {
21759             "code": "RO-BN",
21760             "name": "Bistrița-Năsăud",
21761             "type": "Department"
21762             },
21763             {
21764             "code": "RO-BR",
21765             "name": "Brăila",
21766             "type": "Department"
21767             },
21768             {
21769             "code": "RO-BT",
21770             "name": "Botoșani",
21771             "type": "Department"
21772             },
21773             {
21774             "code": "RO-BV",
21775             "name": "Brașov",
21776             "type": "Department"
21777             },
21778             {
21779             "code": "RO-BZ",
21780             "name": "Buzău",
21781             "type": "Department"
21782             },
21783             {
21784             "code": "RO-CJ",
21785             "name": "Cluj",
21786             "type": "Department"
21787             },
21788             {
21789             "code": "RO-CL",
21790             "name": "Călărași",
21791             "type": "Department"
21792             },
21793             {
21794             "code": "RO-CS",
21795             "name": "Caraș-Severin",
21796             "type": "Department"
21797             },
21798             {
21799             "code": "RO-CT",
21800             "name": "Constanța",
21801             "type": "Department"
21802             },
21803             {
21804             "code": "RO-CV",
21805             "name": "Covasna",
21806             "type": "Department"
21807             },
21808             {
21809             "code": "RO-DB",
21810             "name": "Dâmbovița",
21811             "type": "Department"
21812             },
21813             {
21814             "code": "RO-DJ",
21815             "name": "Dolj",
21816             "type": "Department"
21817             },
21818             {
21819             "code": "RO-GJ",
21820             "name": "Gorj",
21821             "type": "Department"
21822             },
21823             {
21824             "code": "RO-GL",
21825             "name": "Galați",
21826             "type": "Department"
21827             },
21828             {
21829             "code": "RO-GR",
21830             "name": "Giurgiu",
21831             "type": "Department"
21832             },
21833             {
21834             "code": "RO-HD",
21835             "name": "Hunedoara",
21836             "type": "Department"
21837             },
21838             {
21839             "code": "RO-HR",
21840             "name": "Harghita",
21841             "type": "Department"
21842             },
21843             {
21844             "code": "RO-IF",
21845             "name": "Ilfov",
21846             "type": "Department"
21847             },
21848             {
21849             "code": "RO-IL",
21850             "name": "Ialomița",
21851             "type": "Department"
21852             },
21853             {
21854             "code": "RO-IS",
21855             "name": "Iași",
21856             "type": "Department"
21857             },
21858             {
21859             "code": "RO-MH",
21860             "name": "Mehedinți",
21861             "type": "Department"
21862             },
21863             {
21864             "code": "RO-MM",
21865             "name": "Maramureș",
21866             "type": "Department"
21867             },
21868             {
21869             "code": "RO-MS",
21870             "name": "Mureș",
21871             "type": "Department"
21872             },
21873             {
21874             "code": "RO-NT",
21875             "name": "Neamț",
21876             "type": "Department"
21877             },
21878             {
21879             "code": "RO-OT",
21880             "name": "Olt",
21881             "type": "Department"
21882             },
21883             {
21884             "code": "RO-PH",
21885             "name": "Prahova",
21886             "type": "Department"
21887             },
21888             {
21889             "code": "RO-SB",
21890             "name": "Sibiu",
21891             "type": "Department"
21892             },
21893             {
21894             "code": "RO-SJ",
21895             "name": "Sălaj",
21896             "type": "Department"
21897             },
21898             {
21899             "code": "RO-SM",
21900             "name": "Satu Mare",
21901             "type": "Department"
21902             },
21903             {
21904             "code": "RO-SV",
21905             "name": "Suceava",
21906             "type": "Department"
21907             },
21908             {
21909             "code": "RO-TL",
21910             "name": "Tulcea",
21911             "type": "Department"
21912             },
21913             {
21914             "code": "RO-TM",
21915             "name": "Timiș",
21916             "type": "Department"
21917             },
21918             {
21919             "code": "RO-TR",
21920             "name": "Teleorman",
21921             "type": "Department"
21922             },
21923             {
21924             "code": "RO-VL",
21925             "name": "Vâlcea",
21926             "type": "Department"
21927             },
21928             {
21929             "code": "RO-VN",
21930             "name": "Vrancea",
21931             "type": "Department"
21932             },
21933             {
21934             "code": "RO-VS",
21935             "name": "Vaslui",
21936             "type": "Department"
21937             },
21938             {
21939             "code": "RS-00",
21940             "name": "Beograd",
21941             "type": "City"
21942             },
21943             {
21944             "code": "RS-01",
21945             "name": "Severnobački okrug",
21946             "parent": "VO",
21947             "type": "District"
21948             },
21949             {
21950             "code": "RS-02",
21951             "name": "Srednjebanatski okrug",
21952             "parent": "VO",
21953             "type": "District"
21954             },
21955             {
21956             "code": "RS-03",
21957             "name": "Severnobanatski okrug",
21958             "parent": "VO",
21959             "type": "District"
21960             },
21961             {
21962             "code": "RS-04",
21963             "name": "Južnobanatski okrug",
21964             "parent": "VO",
21965             "type": "District"
21966             },
21967             {
21968             "code": "RS-05",
21969             "name": "Zapadnobački okrug",
21970             "parent": "VO",
21971             "type": "District"
21972             },
21973             {
21974             "code": "RS-06",
21975             "name": "Južnobački okrug",
21976             "parent": "VO",
21977             "type": "District"
21978             },
21979             {
21980             "code": "RS-07",
21981             "name": "Sremski okrug",
21982             "parent": "VO",
21983             "type": "District"
21984             },
21985             {
21986             "code": "RS-08",
21987             "name": "Mačvanski okrug",
21988             "type": "District"
21989             },
21990             {
21991             "code": "RS-09",
21992             "name": "Kolubarski okrug",
21993             "type": "District"
21994             },
21995             {
21996             "code": "RS-10",
21997             "name": "Podunavski okrug",
21998             "type": "District"
21999             },
22000             {
22001             "code": "RS-11",
22002             "name": "Braničevski okrug",
22003             "type": "District"
22004             },
22005             {
22006             "code": "RS-12",
22007             "name": "Šumadijski okrug",
22008             "type": "District"
22009             },
22010             {
22011             "code": "RS-13",
22012             "name": "Pomoravski okrug",
22013             "type": "District"
22014             },
22015             {
22016             "code": "RS-14",
22017             "name": "Borski okrug",
22018             "type": "District"
22019             },
22020             {
22021             "code": "RS-15",
22022             "name": "Zaječarski okrug",
22023             "type": "District"
22024             },
22025             {
22026             "code": "RS-16",
22027             "name": "Zlatiborski okrug",
22028             "type": "District"
22029             },
22030             {
22031             "code": "RS-17",
22032             "name": "Moravički okrug",
22033             "type": "District"
22034             },
22035             {
22036             "code": "RS-18",
22037             "name": "Raški okrug",
22038             "type": "District"
22039             },
22040             {
22041             "code": "RS-19",
22042             "name": "Rasinski okrug",
22043             "type": "District"
22044             },
22045             {
22046             "code": "RS-20",
22047             "name": "Nišavski okrug",
22048             "type": "District"
22049             },
22050             {
22051             "code": "RS-21",
22052             "name": "Toplički okrug",
22053             "type": "District"
22054             },
22055             {
22056             "code": "RS-22",
22057             "name": "Pirotski okrug",
22058             "type": "District"
22059             },
22060             {
22061             "code": "RS-23",
22062             "name": "Jablanički okrug",
22063             "type": "District"
22064             },
22065             {
22066             "code": "RS-24",
22067             "name": "Pčinjski okrug",
22068             "type": "District"
22069             },
22070             {
22071             "code": "RS-25",
22072             "name": "Kosovski okrug",
22073             "parent": "KM",
22074             "type": "District"
22075             },
22076             {
22077             "code": "RS-26",
22078             "name": "Pećki okrug",
22079             "parent": "KM",
22080             "type": "District"
22081             },
22082             {
22083             "code": "RS-27",
22084             "name": "Prizrenski okrug",
22085             "parent": "KM",
22086             "type": "District"
22087             },
22088             {
22089             "code": "RS-28",
22090             "name": "Kosovsko-Mitrovački okrug",
22091             "parent": "KM",
22092             "type": "District"
22093             },
22094             {
22095             "code": "RS-29",
22096             "name": "Kosovsko-Pomoravski okrug",
22097             "parent": "KM",
22098             "type": "District"
22099             },
22100             {
22101             "code": "RS-KM",
22102             "name": "Kosovo-Metohija",
22103             "type": "Autonomous province"
22104             },
22105             {
22106             "code": "RS-VO",
22107             "name": "Vojvodina",
22108             "type": "Autonomous province"
22109             },
22110             {
22111             "code": "RU-AD",
22112             "name": "Adygeja, Respublika",
22113             "type": "Republic"
22114             },
22115             {
22116             "code": "RU-AL",
22117             "name": "Altaj, Respublika",
22118             "type": "Republic"
22119             },
22120             {
22121             "code": "RU-ALT",
22122             "name": "Altajskij kraj",
22123             "type": "Administrative territory"
22124             },
22125             {
22126             "code": "RU-AMU",
22127             "name": "Amurskaja oblast'",
22128             "type": "Administrative region"
22129             },
22130             {
22131             "code": "RU-ARK",
22132             "name": "Arhangel'skaja oblast'",
22133             "type": "Administrative region"
22134             },
22135             {
22136             "code": "RU-AST",
22137             "name": "Astrahanskaja oblast'",
22138             "type": "Administrative region"
22139             },
22140             {
22141             "code": "RU-BA",
22142             "name": "Bashkortostan, Respublika",
22143             "type": "Republic"
22144             },
22145             {
22146             "code": "RU-BEL",
22147             "name": "Belgorodskaja oblast'",
22148             "type": "Administrative region"
22149             },
22150             {
22151             "code": "RU-BRY",
22152             "name": "Brjanskaja oblast'",
22153             "type": "Administrative region"
22154             },
22155             {
22156             "code": "RU-BU",
22157             "name": "Burjatija, Respublika",
22158             "type": "Republic"
22159             },
22160             {
22161             "code": "RU-CE",
22162             "name": "Chechenskaya Respublika",
22163             "type": "Republic"
22164             },
22165             {
22166             "code": "RU-CHE",
22167             "name": "Chelyabinskaya oblast'",
22168             "type": "Administrative region"
22169             },
22170             {
22171             "code": "RU-CHU",
22172             "name": "Chukotskiy avtonomnyy okrug",
22173             "type": "Autonomous district"
22174             },
22175             {
22176             "code": "RU-CU",
22177             "name": "Chuvashskaya Respublika",
22178             "type": "Republic"
22179             },
22180             {
22181             "code": "RU-DA",
22182             "name": "Dagestan, Respublika",
22183             "type": "Republic"
22184             },
22185             {
22186             "code": "RU-IN",
22187             "name": "Ingushetiya, Respublika",
22188             "type": "Republic"
22189             },
22190             {
22191             "code": "RU-IRK",
22192             "name": "Irkutskaja oblast'",
22193             "type": "Administrative region"
22194             },
22195             {
22196             "code": "RU-IVA",
22197             "name": "Ivanovskaja oblast'",
22198             "type": "Administrative region"
22199             },
22200             {
22201             "code": "RU-KAM",
22202             "name": "Kamchatskiy kray",
22203             "type": "Administrative territory"
22204             },
22205             {
22206             "code": "RU-KB",
22207             "name": "Kabardino-Balkarskaja Respublika",
22208             "type": "Republic"
22209             },
22210             {
22211             "code": "RU-KC",
22212             "name": "Karachayevo-Cherkesskaya Respublika",
22213             "type": "Republic"
22214             },
22215             {
22216             "code": "RU-KDA",
22217             "name": "Krasnodarskij kraj",
22218             "type": "Administrative territory"
22219             },
22220             {
22221             "code": "RU-KEM",
22222             "name": "Kemerovskaja oblast'",
22223             "type": "Administrative region"
22224             },
22225             {
22226             "code": "RU-KGD",
22227             "name": "Kaliningradskaja oblast'",
22228             "type": "Administrative region"
22229             },
22230             {
22231             "code": "RU-KGN",
22232             "name": "Kurganskaja oblast'",
22233             "type": "Administrative region"
22234             },
22235             {
22236             "code": "RU-KHA",
22237             "name": "Habarovskij kraj",
22238             "type": "Administrative territory"
22239             },
22240             {
22241             "code": "RU-KHM",
22242             "name": "Hanty-Mansijskij avtonomnyj okrug",
22243             "type": "Autonomous district"
22244             },
22245             {
22246             "code": "RU-KIR",
22247             "name": "Kirovskaja oblast'",
22248             "type": "Administrative region"
22249             },
22250             {
22251             "code": "RU-KK",
22252             "name": "Hakasija, Respublika",
22253             "type": "Republic"
22254             },
22255             {
22256             "code": "RU-KL",
22257             "name": "Kalmykija, Respublika",
22258             "type": "Republic"
22259             },
22260             {
22261             "code": "RU-KLU",
22262             "name": "Kaluzhskaya oblast'",
22263             "type": "Administrative region"
22264             },
22265             {
22266             "code": "RU-KO",
22267             "name": "Komi, Respublika",
22268             "type": "Republic"
22269             },
22270             {
22271             "code": "RU-KOS",
22272             "name": "Kostromskaja oblast'",
22273             "type": "Administrative region"
22274             },
22275             {
22276             "code": "RU-KR",
22277             "name": "Karelija, Respublika",
22278             "type": "Republic"
22279             },
22280             {
22281             "code": "RU-KRS",
22282             "name": "Kurskaja oblast'",
22283             "type": "Administrative region"
22284             },
22285             {
22286             "code": "RU-KYA",
22287             "name": "Krasnojarskij kraj",
22288             "type": "Administrative territory"
22289             },
22290             {
22291             "code": "RU-LEN",
22292             "name": "Leningradskaja oblast'",
22293             "type": "Administrative region"
22294             },
22295             {
22296             "code": "RU-LIP",
22297             "name": "Lipeckaja oblast'",
22298             "type": "Administrative region"
22299             },
22300             {
22301             "code": "RU-MAG",
22302             "name": "Magadanskaja oblast'",
22303             "type": "Administrative region"
22304             },
22305             {
22306             "code": "RU-ME",
22307             "name": "Marij Èl, Respublika",
22308             "type": "Republic"
22309             },
22310             {
22311             "code": "RU-MO",
22312             "name": "Mordovija, Respublika",
22313             "type": "Republic"
22314             },
22315             {
22316             "code": "RU-MOS",
22317             "name": "Moskovskaja oblast'",
22318             "type": "Administrative region"
22319             },
22320             {
22321             "code": "RU-MOW",
22322             "name": "Moskva",
22323             "type": "Autonomous city"
22324             },
22325             {
22326             "code": "RU-MUR",
22327             "name": "Murmanskaja oblast'",
22328             "type": "Administrative region"
22329             },
22330             {
22331             "code": "RU-NEN",
22332             "name": "Neneckij avtonomnyj okrug",
22333             "type": "Autonomous district"
22334             },
22335             {
22336             "code": "RU-NGR",
22337             "name": "Novgorodskaja oblast'",
22338             "type": "Administrative region"
22339             },
22340             {
22341             "code": "RU-NIZ",
22342             "name": "Nizhegorodskaya oblast'",
22343             "type": "Administrative region"
22344             },
22345             {
22346             "code": "RU-NVS",
22347             "name": "Novosibirskaja oblast'",
22348             "type": "Administrative region"
22349             },
22350             {
22351             "code": "RU-OMS",
22352             "name": "Omskaja oblast'",
22353             "type": "Administrative region"
22354             },
22355             {
22356             "code": "RU-ORE",
22357             "name": "Orenburgskaja oblast'",
22358             "type": "Administrative region"
22359             },
22360             {
22361             "code": "RU-ORL",
22362             "name": "Orlovskaja oblast'",
22363             "type": "Administrative region"
22364             },
22365             {
22366             "code": "RU-PER",
22367             "name": "Permskij kraj",
22368             "type": "Administrative territory"
22369             },
22370             {
22371             "code": "RU-PNZ",
22372             "name": "Penzenskaja oblast'",
22373             "type": "Administrative region"
22374             },
22375             {
22376             "code": "RU-PRI",
22377             "name": "Primorskij kraj",
22378             "type": "Administrative territory"
22379             },
22380             {
22381             "code": "RU-PSK",
22382             "name": "Pskovskaja oblast'",
22383             "type": "Administrative region"
22384             },
22385             {
22386             "code": "RU-ROS",
22387             "name": "Rostovskaja oblast'",
22388             "type": "Administrative region"
22389             },
22390             {
22391             "code": "RU-RYA",
22392             "name": "Rjazanskaja oblast'",
22393             "type": "Administrative region"
22394             },
22395             {
22396             "code": "RU-SA",
22397             "name": "Saha, Respublika",
22398             "type": "Republic"
22399             },
22400             {
22401             "code": "RU-SAK",
22402             "name": "Sahalinskaja oblast'",
22403             "type": "Administrative region"
22404             },
22405             {
22406             "code": "RU-SAM",
22407             "name": "Samarskaja oblast'",
22408             "type": "Administrative region"
22409             },
22410             {
22411             "code": "RU-SAR",
22412             "name": "Saratovskaja oblast'",
22413             "type": "Administrative region"
22414             },
22415             {
22416             "code": "RU-SE",
22417             "name": "Severnaja Osetija, Respublika",
22418             "type": "Republic"
22419             },
22420             {
22421             "code": "RU-SMO",
22422             "name": "Smolenskaja oblast'",
22423             "type": "Administrative region"
22424             },
22425             {
22426             "code": "RU-SPE",
22427             "name": "Sankt-Peterburg",
22428             "type": "Autonomous city"
22429             },
22430             {
22431             "code": "RU-STA",
22432             "name": "Stavropol'skij kraj",
22433             "type": "Administrative territory"
22434             },
22435             {
22436             "code": "RU-SVE",
22437             "name": "Sverdlovskaja oblast'",
22438             "type": "Administrative region"
22439             },
22440             {
22441             "code": "RU-TA",
22442             "name": "Tatarstan, Respublika",
22443             "type": "Republic"
22444             },
22445             {
22446             "code": "RU-TAM",
22447             "name": "Tambovskaja oblast'",
22448             "type": "Administrative region"
22449             },
22450             {
22451             "code": "RU-TOM",
22452             "name": "Tomskaja oblast'",
22453             "type": "Administrative region"
22454             },
22455             {
22456             "code": "RU-TUL",
22457             "name": "Tul'skaja oblast'",
22458             "type": "Administrative region"
22459             },
22460             {
22461             "code": "RU-TVE",
22462             "name": "Tverskaja oblast'",
22463             "type": "Administrative region"
22464             },
22465             {
22466             "code": "RU-TY",
22467             "name": "Tyva, Respublika",
22468             "type": "Republic"
22469             },
22470             {
22471             "code": "RU-TYU",
22472             "name": "Tjumenskaja oblast'",
22473             "type": "Administrative region"
22474             },
22475             {
22476             "code": "RU-UD",
22477             "name": "Udmurtskaja Respublika",
22478             "type": "Republic"
22479             },
22480             {
22481             "code": "RU-ULY",
22482             "name": "Ul'janovskaja oblast'",
22483             "type": "Administrative region"
22484             },
22485             {
22486             "code": "RU-VGG",
22487             "name": "Volgogradskaja oblast'",
22488             "type": "Administrative region"
22489             },
22490             {
22491             "code": "RU-VLA",
22492             "name": "Vladimirskaja oblast'",
22493             "type": "Administrative region"
22494             },
22495             {
22496             "code": "RU-VLG",
22497             "name": "Vologodskaja oblast'",
22498             "type": "Administrative region"
22499             },
22500             {
22501             "code": "RU-VOR",
22502             "name": "Voronezhskaya oblast'",
22503             "type": "Administrative region"
22504             },
22505             {
22506             "code": "RU-YAN",
22507             "name": "Jamalo-Neneckij avtonomnyj okrug",
22508             "type": "Autonomous district"
22509             },
22510             {
22511             "code": "RU-YAR",
22512             "name": "Jaroslavskaja oblast'",
22513             "type": "Administrative region"
22514             },
22515             {
22516             "code": "RU-YEV",
22517             "name": "Evrejskaja avtonomnaja oblast'",
22518             "type": "Autonomous region"
22519             },
22520             {
22521             "code": "RU-ZAB",
22522             "name": "Zabajkal'skij kraj",
22523             "type": "Administrative territory"
22524             },
22525             {
22526             "code": "RW-01",
22527             "name": "City of Kigali",
22528             "type": "City"
22529             },
22530             {
22531             "code": "RW-02",
22532             "name": "Eastern",
22533             "type": "Province"
22534             },
22535             {
22536             "code": "RW-03",
22537             "name": "Northern",
22538             "type": "Province"
22539             },
22540             {
22541             "code": "RW-04",
22542             "name": "Western",
22543             "type": "Province"
22544             },
22545             {
22546             "code": "RW-05",
22547             "name": "Southern",
22548             "type": "Province"
22549             },
22550             {
22551             "code": "SA-01",
22552             "name": "Ar Riyāḑ",
22553             "type": "Region"
22554             },
22555             {
22556             "code": "SA-02",
22557             "name": "Makkah al Mukarramah",
22558             "type": "Region"
22559             },
22560             {
22561             "code": "SA-03",
22562             "name": "Al Madīnah al Munawwarah",
22563             "type": "Region"
22564             },
22565             {
22566             "code": "SA-04",
22567             "name": "Ash Sharqīyah",
22568             "type": "Region"
22569             },
22570             {
22571             "code": "SA-05",
22572             "name": "Al Qaşīm",
22573             "type": "Region"
22574             },
22575             {
22576             "code": "SA-06",
22577             "name": "Ḩā'il",
22578             "type": "Region"
22579             },
22580             {
22581             "code": "SA-07",
22582             "name": "Tabūk",
22583             "type": "Region"
22584             },
22585             {
22586             "code": "SA-08",
22587             "name": "Al Ḩudūd ash Shamālīyah",
22588             "type": "Region"
22589             },
22590             {
22591             "code": "SA-09",
22592             "name": "Jāzān",
22593             "type": "Region"
22594             },
22595             {
22596             "code": "SA-10",
22597             "name": "Najrān",
22598             "type": "Region"
22599             },
22600             {
22601             "code": "SA-11",
22602             "name": "Al Bāḩah",
22603             "type": "Region"
22604             },
22605             {
22606             "code": "SA-12",
22607             "name": "Al Jawf",
22608             "type": "Region"
22609             },
22610             {
22611             "code": "SA-14",
22612             "name": "'Asīr",
22613             "type": "Region"
22614             },
22615             {
22616             "code": "SB-CE",
22617             "name": "Central",
22618             "type": "Province"
22619             },
22620             {
22621             "code": "SB-CH",
22622             "name": "Choiseul",
22623             "type": "Province"
22624             },
22625             {
22626             "code": "SB-CT",
22627             "name": "Capital Territory (Honiara)",
22628             "type": "Capital territory"
22629             },
22630             {
22631             "code": "SB-GU",
22632             "name": "Guadalcanal",
22633             "type": "Province"
22634             },
22635             {
22636             "code": "SB-IS",
22637             "name": "Isabel",
22638             "type": "Province"
22639             },
22640             {
22641             "code": "SB-MK",
22642             "name": "Makira-Ulawa",
22643             "type": "Province"
22644             },
22645             {
22646             "code": "SB-ML",
22647             "name": "Malaita",
22648             "type": "Province"
22649             },
22650             {
22651             "code": "SB-RB",
22652             "name": "Rennell and Bellona",
22653             "type": "Province"
22654             },
22655             {
22656             "code": "SB-TE",
22657             "name": "Temotu",
22658             "type": "Province"
22659             },
22660             {
22661             "code": "SB-WE",
22662             "name": "Western",
22663             "type": "Province"
22664             },
22665             {
22666             "code": "SC-01",
22667             "name": "Anse aux Pins",
22668             "type": "District"
22669             },
22670             {
22671             "code": "SC-02",
22672             "name": "Anse Boileau",
22673             "type": "District"
22674             },
22675             {
22676             "code": "SC-03",
22677             "name": "Anse Etoile",
22678             "type": "District"
22679             },
22680             {
22681             "code": "SC-04",
22682             "name": "Au Cap",
22683             "type": "District"
22684             },
22685             {
22686             "code": "SC-05",
22687             "name": "Anse Royale",
22688             "type": "District"
22689             },
22690             {
22691             "code": "SC-06",
22692             "name": "Baie Lazare",
22693             "type": "District"
22694             },
22695             {
22696             "code": "SC-07",
22697             "name": "Baie Sainte Anne",
22698             "type": "District"
22699             },
22700             {
22701             "code": "SC-08",
22702             "name": "Beau Vallon",
22703             "type": "District"
22704             },
22705             {
22706             "code": "SC-09",
22707             "name": "Bel Air",
22708             "type": "District"
22709             },
22710             {
22711             "code": "SC-10",
22712             "name": "Bel Ombre",
22713             "type": "District"
22714             },
22715             {
22716             "code": "SC-11",
22717             "name": "Cascade",
22718             "type": "District"
22719             },
22720             {
22721             "code": "SC-12",
22722             "name": "Glacis",
22723             "type": "District"
22724             },
22725             {
22726             "code": "SC-13",
22727             "name": "Grand Anse Mahe",
22728             "type": "District"
22729             },
22730             {
22731             "code": "SC-14",
22732             "name": "Grand Anse Praslin",
22733             "type": "District"
22734             },
22735             {
22736             "code": "SC-15",
22737             "name": "La Digue",
22738             "type": "District"
22739             },
22740             {
22741             "code": "SC-16",
22742             "name": "English River",
22743             "type": "District"
22744             },
22745             {
22746             "code": "SC-17",
22747             "name": "Mont Buxton",
22748             "type": "District"
22749             },
22750             {
22751             "code": "SC-18",
22752             "name": "Mont Fleuri",
22753             "type": "District"
22754             },
22755             {
22756             "code": "SC-19",
22757             "name": "Plaisance",
22758             "type": "District"
22759             },
22760             {
22761             "code": "SC-20",
22762             "name": "Pointe Larue",
22763             "type": "District"
22764             },
22765             {
22766             "code": "SC-21",
22767             "name": "Port Glaud",
22768             "type": "District"
22769             },
22770             {
22771             "code": "SC-22",
22772             "name": "Saint Louis",
22773             "type": "District"
22774             },
22775             {
22776             "code": "SC-23",
22777             "name": "Takamaka",
22778             "type": "District"
22779             },
22780             {
22781             "code": "SC-24",
22782             "name": "Les Mamelles",
22783             "type": "District"
22784             },
22785             {
22786             "code": "SC-25",
22787             "name": "Roche Caiman",
22788             "type": "District"
22789             },
22790             {
22791             "code": "SC-26",
22792             "name": "Ile Perseverance I",
22793             "type": "District"
22794             },
22795             {
22796             "code": "SC-27",
22797             "name": "Ile Perseverance II",
22798             "type": "District"
22799             },
22800             {
22801             "code": "SD-DC",
22802             "name": "Central Darfur",
22803             "type": "State"
22804             },
22805             {
22806             "code": "SD-DE",
22807             "name": "East Darfur",
22808             "type": "State"
22809             },
22810             {
22811             "code": "SD-DN",
22812             "name": "North Darfur",
22813             "type": "State"
22814             },
22815             {
22816             "code": "SD-DS",
22817             "name": "South Darfur",
22818             "type": "State"
22819             },
22820             {
22821             "code": "SD-DW",
22822             "name": "West Darfur",
22823             "type": "State"
22824             },
22825             {
22826             "code": "SD-GD",
22827             "name": "Gedaref",
22828             "type": "State"
22829             },
22830             {
22831             "code": "SD-GK",
22832             "name": "West Kordofan",
22833             "type": "State"
22834             },
22835             {
22836             "code": "SD-GZ",
22837             "name": "Gezira",
22838             "type": "State"
22839             },
22840             {
22841             "code": "SD-KA",
22842             "name": "Kassala",
22843             "type": "State"
22844             },
22845             {
22846             "code": "SD-KH",
22847             "name": "Khartoum",
22848             "type": "State"
22849             },
22850             {
22851             "code": "SD-KN",
22852             "name": "North Kordofan",
22853             "type": "State"
22854             },
22855             {
22856             "code": "SD-KS",
22857             "name": "South Kordofan",
22858             "type": "State"
22859             },
22860             {
22861             "code": "SD-NB",
22862             "name": "Blue Nile",
22863             "type": "State"
22864             },
22865             {
22866             "code": "SD-NO",
22867             "name": "Northern",
22868             "type": "State"
22869             },
22870             {
22871             "code": "SD-NR",
22872             "name": "River Nile",
22873             "type": "State"
22874             },
22875             {
22876             "code": "SD-NW",
22877             "name": "White Nile",
22878             "type": "State"
22879             },
22880             {
22881             "code": "SD-RS",
22882             "name": "Red Sea",
22883             "type": "State"
22884             },
22885             {
22886             "code": "SD-SI",
22887             "name": "Sennar",
22888             "type": "State"
22889             },
22890             {
22891             "code": "SE-AB",
22892             "name": "Stockholms län [SE-01]",
22893             "type": "County"
22894             },
22895             {
22896             "code": "SE-AC",
22897             "name": "Västerbottens län [SE-24]",
22898             "type": "County"
22899             },
22900             {
22901             "code": "SE-BD",
22902             "name": "Norrbottens län [SE-25]",
22903             "type": "County"
22904             },
22905             {
22906             "code": "SE-C",
22907             "name": "Uppsala län [SE-03]",
22908             "type": "County"
22909             },
22910             {
22911             "code": "SE-D",
22912             "name": "Södermanlands län [SE-04]",
22913             "type": "County"
22914             },
22915             {
22916             "code": "SE-E",
22917             "name": "Östergötlands län [SE-05]",
22918             "type": "County"
22919             },
22920             {
22921             "code": "SE-F",
22922             "name": "Jönköpings län [SE-06]",
22923             "type": "County"
22924             },
22925             {
22926             "code": "SE-G",
22927             "name": "Kronobergs län [SE-07]",
22928             "type": "County"
22929             },
22930             {
22931             "code": "SE-H",
22932             "name": "Kalmar län [SE-08]",
22933             "type": "County"
22934             },
22935             {
22936             "code": "SE-I",
22937             "name": "Gotlands län [SE-09]",
22938             "type": "County"
22939             },
22940             {
22941             "code": "SE-K",
22942             "name": "Blekinge län [SE-10]",
22943             "type": "County"
22944             },
22945             {
22946             "code": "SE-M",
22947             "name": "Skåne län [SE-12]",
22948             "type": "County"
22949             },
22950             {
22951             "code": "SE-N",
22952             "name": "Hallands län [SE-13]",
22953             "type": "County"
22954             },
22955             {
22956             "code": "SE-O",
22957             "name": "Västra Götalands län [SE-14]",
22958             "type": "County"
22959             },
22960             {
22961             "code": "SE-S",
22962             "name": "Värmlands län [SE-17]",
22963             "type": "County"
22964             },
22965             {
22966             "code": "SE-T",
22967             "name": "Örebro län [SE-18]",
22968             "type": "County"
22969             },
22970             {
22971             "code": "SE-U",
22972             "name": "Västmanlands län [SE-19]",
22973             "type": "County"
22974             },
22975             {
22976             "code": "SE-W",
22977             "name": "Dalarnas län [SE-20]",
22978             "type": "County"
22979             },
22980             {
22981             "code": "SE-X",
22982             "name": "Gävleborgs län [SE-21]",
22983             "type": "County"
22984             },
22985             {
22986             "code": "SE-Y",
22987             "name": "Västernorrlands län [SE-22]",
22988             "type": "County"
22989             },
22990             {
22991             "code": "SE-Z",
22992             "name": "Jämtlands län [SE-23]",
22993             "type": "County"
22994             },
22995             {
22996             "code": "SG-01",
22997             "name": "Central Singapore",
22998             "type": "District"
22999             },
23000             {
23001             "code": "SG-02",
23002             "name": "North East",
23003             "type": "District"
23004             },
23005             {
23006             "code": "SG-03",
23007             "name": "North West",
23008             "type": "District"
23009             },
23010             {
23011             "code": "SG-04",
23012             "name": "South East",
23013             "type": "District"
23014             },
23015             {
23016             "code": "SG-05",
23017             "name": "South West",
23018             "type": "District"
23019             },
23020             {
23021             "code": "SH-AC",
23022             "name": "Ascension",
23023             "type": "Geographical entity"
23024             },
23025             {
23026             "code": "SH-HL",
23027             "name": "Saint Helena",
23028             "type": "Geographical entity"
23029             },
23030             {
23031             "code": "SH-TA",
23032             "name": "Tristan da Cunha",
23033             "type": "Geographical entity"
23034             },
23035             {
23036             "code": "SI-001",
23037             "name": "Ajdovščina",
23038             "type": "Municipality"
23039             },
23040             {
23041             "code": "SI-002",
23042             "name": "Beltinci",
23043             "type": "Municipality"
23044             },
23045             {
23046             "code": "SI-003",
23047             "name": "Bled",
23048             "type": "Municipality"
23049             },
23050             {
23051             "code": "SI-004",
23052             "name": "Bohinj",
23053             "type": "Municipality"
23054             },
23055             {
23056             "code": "SI-005",
23057             "name": "Borovnica",
23058             "type": "Municipality"
23059             },
23060             {
23061             "code": "SI-006",
23062             "name": "Bovec",
23063             "type": "Municipality"
23064             },
23065             {
23066             "code": "SI-007",
23067             "name": "Brda",
23068             "type": "Municipality"
23069             },
23070             {
23071             "code": "SI-008",
23072             "name": "Brezovica",
23073             "type": "Municipality"
23074             },
23075             {
23076             "code": "SI-009",
23077             "name": "Brežice",
23078             "type": "Municipality"
23079             },
23080             {
23081             "code": "SI-010",
23082             "name": "Tišina",
23083             "type": "Municipality"
23084             },
23085             {
23086             "code": "SI-011",
23087             "name": "Celje",
23088             "type": "Municipality"
23089             },
23090             {
23091             "code": "SI-012",
23092             "name": "Cerklje na Gorenjskem",
23093             "type": "Municipality"
23094             },
23095             {
23096             "code": "SI-013",
23097             "name": "Cerknica",
23098             "type": "Municipality"
23099             },
23100             {
23101             "code": "SI-014",
23102             "name": "Cerkno",
23103             "type": "Municipality"
23104             },
23105             {
23106             "code": "SI-015",
23107             "name": "Črenšovci",
23108             "type": "Municipality"
23109             },
23110             {
23111             "code": "SI-016",
23112             "name": "Črna na Koroškem",
23113             "type": "Municipality"
23114             },
23115             {
23116             "code": "SI-017",
23117             "name": "Črnomelj",
23118             "type": "Municipality"
23119             },
23120             {
23121             "code": "SI-018",
23122             "name": "Destrnik",
23123             "type": "Municipality"
23124             },
23125             {
23126             "code": "SI-019",
23127             "name": "Divača",
23128             "type": "Municipality"
23129             },
23130             {
23131             "code": "SI-020",
23132             "name": "Dobrepolje",
23133             "type": "Municipality"
23134             },
23135             {
23136             "code": "SI-021",
23137             "name": "Dobrova-Polhov Gradec",
23138             "type": "Municipality"
23139             },
23140             {
23141             "code": "SI-022",
23142             "name": "Dol pri Ljubljani",
23143             "type": "Municipality"
23144             },
23145             {
23146             "code": "SI-023",
23147             "name": "Domžale",
23148             "type": "Municipality"
23149             },
23150             {
23151             "code": "SI-024",
23152             "name": "Dornava",
23153             "type": "Municipality"
23154             },
23155             {
23156             "code": "SI-025",
23157             "name": "Dravograd",
23158             "type": "Municipality"
23159             },
23160             {
23161             "code": "SI-026",
23162             "name": "Duplek",
23163             "type": "Municipality"
23164             },
23165             {
23166             "code": "SI-027",
23167             "name": "Gorenja vas-Poljane",
23168             "type": "Municipality"
23169             },
23170             {
23171             "code": "SI-028",
23172             "name": "Gorišnica",
23173             "type": "Municipality"
23174             },
23175             {
23176             "code": "SI-029",
23177             "name": "Gornja Radgona",
23178             "type": "Municipality"
23179             },
23180             {
23181             "code": "SI-030",
23182             "name": "Gornji Grad",
23183             "type": "Municipality"
23184             },
23185             {
23186             "code": "SI-031",
23187             "name": "Gornji Petrovci",
23188             "type": "Municipality"
23189             },
23190             {
23191             "code": "SI-032",
23192             "name": "Grosuplje",
23193             "type": "Municipality"
23194             },
23195             {
23196             "code": "SI-033",
23197             "name": "Šalovci",
23198             "type": "Municipality"
23199             },
23200             {
23201             "code": "SI-034",
23202             "name": "Hrastnik",
23203             "type": "Municipality"
23204             },
23205             {
23206             "code": "SI-035",
23207             "name": "Hrpelje-Kozina",
23208             "type": "Municipality"
23209             },
23210             {
23211             "code": "SI-036",
23212             "name": "Idrija",
23213             "type": "Municipality"
23214             },
23215             {
23216             "code": "SI-037",
23217             "name": "Ig",
23218             "type": "Municipality"
23219             },
23220             {
23221             "code": "SI-038",
23222             "name": "Ilirska Bistrica",
23223             "type": "Municipality"
23224             },
23225             {
23226             "code": "SI-039",
23227             "name": "Ivančna Gorica",
23228             "type": "Municipality"
23229             },
23230             {
23231             "code": "SI-040",
23232             "name": "Izola",
23233             "type": "Municipality"
23234             },
23235             {
23236             "code": "SI-041",
23237             "name": "Jesenice",
23238             "type": "Municipality"
23239             },
23240             {
23241             "code": "SI-042",
23242             "name": "Juršinci",
23243             "type": "Municipality"
23244             },
23245             {
23246             "code": "SI-043",
23247             "name": "Kamnik",
23248             "type": "Municipality"
23249             },
23250             {
23251             "code": "SI-044",
23252             "name": "Kanal",
23253             "type": "Municipality"
23254             },
23255             {
23256             "code": "SI-045",
23257             "name": "Kidričevo",
23258             "type": "Municipality"
23259             },
23260             {
23261             "code": "SI-046",
23262             "name": "Kobarid",
23263             "type": "Municipality"
23264             },
23265             {
23266             "code": "SI-047",
23267             "name": "Kobilje",
23268             "type": "Municipality"
23269             },
23270             {
23271             "code": "SI-048",
23272             "name": "Kočevje",
23273             "type": "Municipality"
23274             },
23275             {
23276             "code": "SI-049",
23277             "name": "Komen",
23278             "type": "Municipality"
23279             },
23280             {
23281             "code": "SI-050",
23282             "name": "Koper",
23283             "type": "Municipality"
23284             },
23285             {
23286             "code": "SI-051",
23287             "name": "Kozje",
23288             "type": "Municipality"
23289             },
23290             {
23291             "code": "SI-052",
23292             "name": "Kranj",
23293             "type": "Municipality"
23294             },
23295             {
23296             "code": "SI-053",
23297             "name": "Kranjska Gora",
23298             "type": "Municipality"
23299             },
23300             {
23301             "code": "SI-054",
23302             "name": "Krško",
23303             "type": "Municipality"
23304             },
23305             {
23306             "code": "SI-055",
23307             "name": "Kungota",
23308             "type": "Municipality"
23309             },
23310             {
23311             "code": "SI-056",
23312             "name": "Kuzma",
23313             "type": "Municipality"
23314             },
23315             {
23316             "code": "SI-057",
23317             "name": "Laško",
23318             "type": "Municipality"
23319             },
23320             {
23321             "code": "SI-058",
23322             "name": "Lenart",
23323             "type": "Municipality"
23324             },
23325             {
23326             "code": "SI-059",
23327             "name": "Lendava",
23328             "type": "Municipality"
23329             },
23330             {
23331             "code": "SI-060",
23332             "name": "Litija",
23333             "type": "Municipality"
23334             },
23335             {
23336             "code": "SI-061",
23337             "name": "Ljubljana",
23338             "type": "Municipality"
23339             },
23340             {
23341             "code": "SI-062",
23342             "name": "Ljubno",
23343             "type": "Municipality"
23344             },
23345             {
23346             "code": "SI-063",
23347             "name": "Ljutomer",
23348             "type": "Municipality"
23349             },
23350             {
23351             "code": "SI-064",
23352             "name": "Logatec",
23353             "type": "Municipality"
23354             },
23355             {
23356             "code": "SI-065",
23357             "name": "Loška dolina",
23358             "type": "Municipality"
23359             },
23360             {
23361             "code": "SI-066",
23362             "name": "Loški Potok",
23363             "type": "Municipality"
23364             },
23365             {
23366             "code": "SI-067",
23367             "name": "Luče",
23368             "type": "Municipality"
23369             },
23370             {
23371             "code": "SI-068",
23372             "name": "Lukovica",
23373             "type": "Municipality"
23374             },
23375             {
23376             "code": "SI-069",
23377             "name": "Majšperk",
23378             "type": "Municipality"
23379             },
23380             {
23381             "code": "SI-070",
23382             "name": "Maribor",
23383             "type": "Municipality"
23384             },
23385             {
23386             "code": "SI-071",
23387             "name": "Medvode",
23388             "type": "Municipality"
23389             },
23390             {
23391             "code": "SI-072",
23392             "name": "Mengeš",
23393             "type": "Municipality"
23394             },
23395             {
23396             "code": "SI-073",
23397             "name": "Metlika",
23398             "type": "Municipality"
23399             },
23400             {
23401             "code": "SI-074",
23402             "name": "Mežica",
23403             "type": "Municipality"
23404             },
23405             {
23406             "code": "SI-075",
23407             "name": "Miren-Kostanjevica",
23408             "type": "Municipality"
23409             },
23410             {
23411             "code": "SI-076",
23412             "name": "Mislinja",
23413             "type": "Municipality"
23414             },
23415             {
23416             "code": "SI-077",
23417             "name": "Moravče",
23418             "type": "Municipality"
23419             },
23420             {
23421             "code": "SI-078",
23422             "name": "Moravske Toplice",
23423             "type": "Municipality"
23424             },
23425             {
23426             "code": "SI-079",
23427             "name": "Mozirje",
23428             "type": "Municipality"
23429             },
23430             {
23431             "code": "SI-080",
23432             "name": "Murska Sobota",
23433             "type": "Municipality"
23434             },
23435             {
23436             "code": "SI-081",
23437             "name": "Muta",
23438             "type": "Municipality"
23439             },
23440             {
23441             "code": "SI-082",
23442             "name": "Naklo",
23443             "type": "Municipality"
23444             },
23445             {
23446             "code": "SI-083",
23447             "name": "Nazarje",
23448             "type": "Municipality"
23449             },
23450             {
23451             "code": "SI-084",
23452             "name": "Nova Gorica",
23453             "type": "Municipality"
23454             },
23455             {
23456             "code": "SI-085",
23457             "name": "Novo Mesto",
23458             "type": "Municipality"
23459             },
23460             {
23461             "code": "SI-086",
23462             "name": "Odranci",
23463             "type": "Municipality"
23464             },
23465             {
23466             "code": "SI-087",
23467             "name": "Ormož",
23468             "type": "Municipality"
23469             },
23470             {
23471             "code": "SI-088",
23472             "name": "Osilnica",
23473             "type": "Municipality"
23474             },
23475             {
23476             "code": "SI-089",
23477             "name": "Pesnica",
23478             "type": "Municipality"
23479             },
23480             {
23481             "code": "SI-090",
23482             "name": "Piran",
23483             "type": "Municipality"
23484             },
23485             {
23486             "code": "SI-091",
23487             "name": "Pivka",
23488             "type": "Municipality"
23489             },
23490             {
23491             "code": "SI-092",
23492             "name": "Podčetrtek",
23493             "type": "Municipality"
23494             },
23495             {
23496             "code": "SI-093",
23497             "name": "Podvelka",
23498             "type": "Municipality"
23499             },
23500             {
23501             "code": "SI-094",
23502             "name": "Postojna",
23503             "type": "Municipality"
23504             },
23505             {
23506             "code": "SI-095",
23507             "name": "Preddvor",
23508             "type": "Municipality"
23509             },
23510             {
23511             "code": "SI-096",
23512             "name": "Ptuj",
23513             "type": "Municipality"
23514             },
23515             {
23516             "code": "SI-097",
23517             "name": "Puconci",
23518             "type": "Municipality"
23519             },
23520             {
23521             "code": "SI-098",
23522             "name": "Rače-Fram",
23523             "type": "Municipality"
23524             },
23525             {
23526             "code": "SI-099",
23527             "name": "Radeče",
23528             "type": "Municipality"
23529             },
23530             {
23531             "code": "SI-100",
23532             "name": "Radenci",
23533             "type": "Municipality"
23534             },
23535             {
23536             "code": "SI-101",
23537             "name": "Radlje ob Dravi",
23538             "type": "Municipality"
23539             },
23540             {
23541             "code": "SI-102",
23542             "name": "Radovljica",
23543             "type": "Municipality"
23544             },
23545             {
23546             "code": "SI-103",
23547             "name": "Ravne na Koroškem",
23548             "type": "Municipality"
23549             },
23550             {
23551             "code": "SI-104",
23552             "name": "Ribnica",
23553             "type": "Municipality"
23554             },
23555             {
23556             "code": "SI-105",
23557             "name": "Rogašovci",
23558             "type": "Municipality"
23559             },
23560             {
23561             "code": "SI-106",
23562             "name": "Rogaška Slatina",
23563             "type": "Municipality"
23564             },
23565             {
23566             "code": "SI-107",
23567             "name": "Rogatec",
23568             "type": "Municipality"
23569             },
23570             {
23571             "code": "SI-108",
23572             "name": "Ruše",
23573             "type": "Municipality"
23574             },
23575             {
23576             "code": "SI-109",
23577             "name": "Semič",
23578             "type": "Municipality"
23579             },
23580             {
23581             "code": "SI-110",
23582             "name": "Sevnica",
23583             "type": "Municipality"
23584             },
23585             {
23586             "code": "SI-111",
23587             "name": "Sežana",
23588             "type": "Municipality"
23589             },
23590             {
23591             "code": "SI-112",
23592             "name": "Slovenj Gradec",
23593             "type": "Municipality"
23594             },
23595             {
23596             "code": "SI-113",
23597             "name": "Slovenska Bistrica",
23598             "type": "Municipality"
23599             },
23600             {
23601             "code": "SI-114",
23602             "name": "Slovenske Konjice",
23603             "type": "Municipality"
23604             },
23605             {
23606             "code": "SI-115",
23607             "name": "Starše",
23608             "type": "Municipality"
23609             },
23610             {
23611             "code": "SI-116",
23612             "name": "Sveti Jurij ob Ščavnici",
23613             "type": "Municipality"
23614             },
23615             {
23616             "code": "SI-117",
23617             "name": "Šenčur",
23618             "type": "Municipality"
23619             },
23620             {
23621             "code": "SI-118",
23622             "name": "Šentilj",
23623             "type": "Municipality"
23624             },
23625             {
23626             "code": "SI-119",
23627             "name": "Šentjernej",
23628             "type": "Municipality"
23629             },
23630             {
23631             "code": "SI-120",
23632             "name": "Šentjur",
23633             "type": "Municipality"
23634             },
23635             {
23636             "code": "SI-121",
23637             "name": "Škocjan",
23638             "type": "Municipality"
23639             },
23640             {
23641             "code": "SI-122",
23642             "name": "Škofja Loka",
23643             "type": "Municipality"
23644             },
23645             {
23646             "code": "SI-123",
23647             "name": "Škofljica",
23648             "type": "Municipality"
23649             },
23650             {
23651             "code": "SI-124",
23652             "name": "Šmarje pri Jelšah",
23653             "type": "Municipality"
23654             },
23655             {
23656             "code": "SI-125",
23657             "name": "Šmartno ob Paki",
23658             "type": "Municipality"
23659             },
23660             {
23661             "code": "SI-126",
23662             "name": "Šoštanj",
23663             "type": "Municipality"
23664             },
23665             {
23666             "code": "SI-127",
23667             "name": "Štore",
23668             "type": "Municipality"
23669             },
23670             {
23671             "code": "SI-128",
23672             "name": "Tolmin",
23673             "type": "Municipality"
23674             },
23675             {
23676             "code": "SI-129",
23677             "name": "Trbovlje",
23678             "type": "Municipality"
23679             },
23680             {
23681             "code": "SI-130",
23682             "name": "Trebnje",
23683             "type": "Municipality"
23684             },
23685             {
23686             "code": "SI-131",
23687             "name": "Tržič",
23688             "type": "Municipality"
23689             },
23690             {
23691             "code": "SI-132",
23692             "name": "Turnišče",
23693             "type": "Municipality"
23694             },
23695             {
23696             "code": "SI-133",
23697             "name": "Velenje",
23698             "type": "Municipality"
23699             },
23700             {
23701             "code": "SI-134",
23702             "name": "Velike Lašče",
23703             "type": "Municipality"
23704             },
23705             {
23706             "code": "SI-135",
23707             "name": "Videm",
23708             "type": "Municipality"
23709             },
23710             {
23711             "code": "SI-136",
23712             "name": "Vipava",
23713             "type": "Municipality"
23714             },
23715             {
23716             "code": "SI-137",
23717             "name": "Vitanje",
23718             "type": "Municipality"
23719             },
23720             {
23721             "code": "SI-138",
23722             "name": "Vodice",
23723             "type": "Municipality"
23724             },
23725             {
23726             "code": "SI-139",
23727             "name": "Vojnik",
23728             "type": "Municipality"
23729             },
23730             {
23731             "code": "SI-140",
23732             "name": "Vrhnika",
23733             "type": "Municipality"
23734             },
23735             {
23736             "code": "SI-141",
23737             "name": "Vuzenica",
23738             "type": "Municipality"
23739             },
23740             {
23741             "code": "SI-142",
23742             "name": "Zagorje ob Savi",
23743             "type": "Municipality"
23744             },
23745             {
23746             "code": "SI-143",
23747             "name": "Zavrč",
23748             "type": "Municipality"
23749             },
23750             {
23751             "code": "SI-144",
23752             "name": "Zreče",
23753             "type": "Municipality"
23754             },
23755             {
23756             "code": "SI-146",
23757             "name": "Železniki",
23758             "type": "Municipality"
23759             },
23760             {
23761             "code": "SI-147",
23762             "name": "Žiri",
23763             "type": "Municipality"
23764             },
23765             {
23766             "code": "SI-148",
23767             "name": "Benedikt",
23768             "type": "Municipality"
23769             },
23770             {
23771             "code": "SI-149",
23772             "name": "Bistrica ob Sotli",
23773             "type": "Municipality"
23774             },
23775             {
23776             "code": "SI-150",
23777             "name": "Bloke",
23778             "type": "Municipality"
23779             },
23780             {
23781             "code": "SI-151",
23782             "name": "Braslovče",
23783             "type": "Municipality"
23784             },
23785             {
23786             "code": "SI-152",
23787             "name": "Cankova",
23788             "type": "Municipality"
23789             },
23790             {
23791             "code": "SI-153",
23792             "name": "Cerkvenjak",
23793             "type": "Municipality"
23794             },
23795             {
23796             "code": "SI-154",
23797             "name": "Dobje",
23798             "type": "Municipality"
23799             },
23800             {
23801             "code": "SI-155",
23802             "name": "Dobrna",
23803             "type": "Municipality"
23804             },
23805             {
23806             "code": "SI-156",
23807             "name": "Dobrovnik",
23808             "type": "Municipality"
23809             },
23810             {
23811             "code": "SI-157",
23812             "name": "Dolenjske Toplice",
23813             "type": "Municipality"
23814             },
23815             {
23816             "code": "SI-158",
23817             "name": "Grad",
23818             "type": "Municipality"
23819             },
23820             {
23821             "code": "SI-159",
23822             "name": "Hajdina",
23823             "type": "Municipality"
23824             },
23825             {
23826             "code": "SI-160",
23827             "name": "Hoče-Slivnica",
23828             "type": "Municipality"
23829             },
23830             {
23831             "code": "SI-161",
23832             "name": "Hodoš",
23833             "type": "Municipality"
23834             },
23835             {
23836             "code": "SI-162",
23837             "name": "Horjul",
23838             "type": "Municipality"
23839             },
23840             {
23841             "code": "SI-163",
23842             "name": "Jezersko",
23843             "type": "Municipality"
23844             },
23845             {
23846             "code": "SI-164",
23847             "name": "Komenda",
23848             "type": "Municipality"
23849             },
23850             {
23851             "code": "SI-165",
23852             "name": "Kostel",
23853             "type": "Municipality"
23854             },
23855             {
23856             "code": "SI-166",
23857             "name": "Križevci",
23858             "type": "Municipality"
23859             },
23860             {
23861             "code": "SI-167",
23862             "name": "Lovrenc na Pohorju",
23863             "type": "Municipality"
23864             },
23865             {
23866             "code": "SI-168",
23867             "name": "Markovci",
23868             "type": "Municipality"
23869             },
23870             {
23871             "code": "SI-169",
23872             "name": "Miklavž na Dravskem polju",
23873             "type": "Municipality"
23874             },
23875             {
23876             "code": "SI-170",
23877             "name": "Mirna Peč",
23878             "type": "Municipality"
23879             },
23880             {
23881             "code": "SI-171",
23882             "name": "Oplotnica",
23883             "type": "Municipality"
23884             },
23885             {
23886             "code": "SI-172",
23887             "name": "Podlehnik",
23888             "type": "Municipality"
23889             },
23890             {
23891             "code": "SI-173",
23892             "name": "Polzela",
23893             "type": "Municipality"
23894             },
23895             {
23896             "code": "SI-174",
23897             "name": "Prebold",
23898             "type": "Municipality"
23899             },
23900             {
23901             "code": "SI-175",
23902             "name": "Prevalje",
23903             "type": "Municipality"
23904             },
23905             {
23906             "code": "SI-176",
23907             "name": "Razkrižje",
23908             "type": "Municipality"
23909             },
23910             {
23911             "code": "SI-177",
23912             "name": "Ribnica na Pohorju",
23913             "type": "Municipality"
23914             },
23915             {
23916             "code": "SI-178",
23917             "name": "Selnica ob Dravi",
23918             "type": "Municipality"
23919             },
23920             {
23921             "code": "SI-179",
23922             "name": "Sodražica",
23923             "type": "Municipality"
23924             },
23925             {
23926             "code": "SI-180",
23927             "name": "Solčava",
23928             "type": "Municipality"
23929             },
23930             {
23931             "code": "SI-181",
23932             "name": "Sveta Ana",
23933             "type": "Municipality"
23934             },
23935             {
23936             "code": "SI-182",
23937             "name": "Sveti Andraž v Slovenskih goricah",
23938             "type": "Municipality"
23939             },
23940             {
23941             "code": "SI-183",
23942             "name": "Šempeter-Vrtojba",
23943             "type": "Municipality"
23944             },
23945             {
23946             "code": "SI-184",
23947             "name": "Tabor",
23948             "type": "Municipality"
23949             },
23950             {
23951             "code": "SI-185",
23952             "name": "Trnovska Vas",
23953             "type": "Municipality"
23954             },
23955             {
23956             "code": "SI-186",
23957             "name": "Trzin",
23958             "type": "Municipality"
23959             },
23960             {
23961             "code": "SI-187",
23962             "name": "Velika Polana",
23963             "type": "Municipality"
23964             },
23965             {
23966             "code": "SI-188",
23967             "name": "Veržej",
23968             "type": "Municipality"
23969             },
23970             {
23971             "code": "SI-189",
23972             "name": "Vransko",
23973             "type": "Municipality"
23974             },
23975             {
23976             "code": "SI-190",
23977             "name": "Žalec",
23978             "type": "Municipality"
23979             },
23980             {
23981             "code": "SI-191",
23982             "name": "Žetale",
23983             "type": "Municipality"
23984             },
23985             {
23986             "code": "SI-192",
23987             "name": "Žirovnica",
23988             "type": "Municipality"
23989             },
23990             {
23991             "code": "SI-193",
23992             "name": "Žužemberk",
23993             "type": "Municipality"
23994             },
23995             {
23996             "code": "SI-194",
23997             "name": "Šmartno pri Litiji",
23998             "type": "Municipality"
23999             },
24000             {
24001             "code": "SI-195",
24002             "name": "Apače",
24003             "type": "Municipality"
24004             },
24005             {
24006             "code": "SI-196",
24007             "name": "Cirkulane",
24008             "type": "Municipality"
24009             },
24010             {
24011             "code": "SI-197",
24012             "name": "Kosanjevica na Krki",
24013             "type": "Municipality"
24014             },
24015             {
24016             "code": "SI-198",
24017             "name": "Makole",
24018             "type": "Municipality"
24019             },
24020             {
24021             "code": "SI-199",
24022             "name": "Mokronog-Trebelno",
24023             "type": "Municipality"
24024             },
24025             {
24026             "code": "SI-200",
24027             "name": "Poljčane",
24028             "type": "Municipality"
24029             },
24030             {
24031             "code": "SI-201",
24032             "name": "Renče-Vogrsko",
24033             "type": "Municipality"
24034             },
24035             {
24036             "code": "SI-202",
24037             "name": "Središče ob Dravi",
24038             "type": "Municipality"
24039             },
24040             {
24041             "code": "SI-203",
24042             "name": "Straža",
24043             "type": "Municipality"
24044             },
24045             {
24046             "code": "SI-204",
24047             "name": "Sveta Trojica v Slovenskih goricah",
24048             "type": "Municipality"
24049             },
24050             {
24051             "code": "SI-205",
24052             "name": "Sveti Tomaž",
24053             "type": "Municipality"
24054             },
24055             {
24056             "code": "SI-206",
24057             "name": "Šmarješke Toplice",
24058             "type": "Municipality"
24059             },
24060             {
24061             "code": "SI-207",
24062             "name": "Gorje",
24063             "type": "Municipality"
24064             },
24065             {
24066             "code": "SI-208",
24067             "name": "Log-Dragomer",
24068             "type": "Municipality"
24069             },
24070             {
24071             "code": "SI-209",
24072             "name": "Rečica ob Savinji",
24073             "type": "Municipality"
24074             },
24075             {
24076             "code": "SI-210",
24077             "name": "Sveti Jurij v Slovenskih goricah",
24078             "type": "Municipality"
24079             },
24080             {
24081             "code": "SI-211",
24082             "name": "Šentrupert",
24083             "type": "Municipality"
24084             },
24085             {
24086             "code": "SI-212",
24087             "name": "Mirna",
24088             "type": "Municipality"
24089             },
24090             {
24091             "code": "SI-213",
24092             "name": "Ankaran",
24093             "type": "Municipality"
24094             },
24095             {
24096             "code": "SK-BC",
24097             "name": "Banskobystrický kraj",
24098             "type": "Region"
24099             },
24100             {
24101             "code": "SK-BL",
24102             "name": "Bratislavský kraj",
24103             "type": "Region"
24104             },
24105             {
24106             "code": "SK-KI",
24107             "name": "Košický kraj",
24108             "type": "Region"
24109             },
24110             {
24111             "code": "SK-NI",
24112             "name": "Nitriansky kraj",
24113             "type": "Region"
24114             },
24115             {
24116             "code": "SK-PV",
24117             "name": "Prešovský kraj",
24118             "type": "Region"
24119             },
24120             {
24121             "code": "SK-TA",
24122             "name": "Trnavský kraj",
24123             "type": "Region"
24124             },
24125             {
24126             "code": "SK-TC",
24127             "name": "Trenčiansky kraj",
24128             "type": "Region"
24129             },
24130             {
24131             "code": "SK-ZI",
24132             "name": "Žilinský kraj",
24133             "type": "Region"
24134             },
24135             {
24136             "code": "SL-E",
24137             "name": "Eastern",
24138             "type": "Province"
24139             },
24140             {
24141             "code": "SL-N",
24142             "name": "Northern",
24143             "type": "Province"
24144             },
24145             {
24146             "code": "SL-NW",
24147             "name": "North Western",
24148             "type": "Province"
24149             },
24150             {
24151             "code": "SL-S",
24152             "name": "Southern",
24153             "type": "Province"
24154             },
24155             {
24156             "code": "SL-W",
24157             "name": "Western Area (Freetown)",
24158             "type": "Area"
24159             },
24160             {
24161             "code": "SM-01",
24162             "name": "Acquaviva",
24163             "type": "Municipality"
24164             },
24165             {
24166             "code": "SM-02",
24167             "name": "Chiesanuova",
24168             "type": "Municipality"
24169             },
24170             {
24171             "code": "SM-03",
24172             "name": "Domagnano",
24173             "type": "Municipality"
24174             },
24175             {
24176             "code": "SM-04",
24177             "name": "Faetano",
24178             "type": "Municipality"
24179             },
24180             {
24181             "code": "SM-05",
24182             "name": "Fiorentino",
24183             "type": "Municipality"
24184             },
24185             {
24186             "code": "SM-06",
24187             "name": "Borgo Maggiore",
24188             "type": "Municipality"
24189             },
24190             {
24191             "code": "SM-07",
24192             "name": "Città di San Marino",
24193             "type": "Municipality"
24194             },
24195             {
24196             "code": "SM-08",
24197             "name": "Montegiardino",
24198             "type": "Municipality"
24199             },
24200             {
24201             "code": "SM-09",
24202             "name": "Serravalle",
24203             "type": "Municipality"
24204             },
24205             {
24206             "code": "SN-DB",
24207             "name": "Diourbel",
24208             "type": "Region"
24209             },
24210             {
24211             "code": "SN-DK",
24212             "name": "Dakar",
24213             "type": "Region"
24214             },
24215             {
24216             "code": "SN-FK",
24217             "name": "Fatick",
24218             "type": "Region"
24219             },
24220             {
24221             "code": "SN-KA",
24222             "name": "Kaffrine",
24223             "type": "Region"
24224             },
24225             {
24226             "code": "SN-KD",
24227             "name": "Kolda",
24228             "type": "Region"
24229             },
24230             {
24231             "code": "SN-KE",
24232             "name": "Kédougou",
24233             "type": "Region"
24234             },
24235             {
24236             "code": "SN-KL",
24237             "name": "Kaolack",
24238             "type": "Region"
24239             },
24240             {
24241             "code": "SN-LG",
24242             "name": "Louga",
24243             "type": "Region"
24244             },
24245             {
24246             "code": "SN-MT",
24247             "name": "Matam",
24248             "type": "Region"
24249             },
24250             {
24251             "code": "SN-SE",
24252             "name": "Sédhiou",
24253             "type": "Region"
24254             },
24255             {
24256             "code": "SN-SL",
24257             "name": "Saint-Louis",
24258             "type": "Region"
24259             },
24260             {
24261             "code": "SN-TC",
24262             "name": "Tambacounda",
24263             "type": "Region"
24264             },
24265             {
24266             "code": "SN-TH",
24267             "name": "Thiès",
24268             "type": "Region"
24269             },
24270             {
24271             "code": "SN-ZG",
24272             "name": "Ziguinchor",
24273             "type": "Region"
24274             },
24275             {
24276             "code": "SO-AW",
24277             "name": "Awdal",
24278             "type": "Region"
24279             },
24280             {
24281             "code": "SO-BK",
24282             "name": "Bakool",
24283             "type": "Region"
24284             },
24285             {
24286             "code": "SO-BN",
24287             "name": "Banaadir",
24288             "type": "Region"
24289             },
24290             {
24291             "code": "SO-BR",
24292             "name": "Bari",
24293             "type": "Region"
24294             },
24295             {
24296             "code": "SO-BY",
24297             "name": "Bay",
24298             "type": "Region"
24299             },
24300             {
24301             "code": "SO-GA",
24302             "name": "Galguduud",
24303             "type": "Region"
24304             },
24305             {
24306             "code": "SO-GE",
24307             "name": "Gedo",
24308             "type": "Region"
24309             },
24310             {
24311             "code": "SO-HI",
24312             "name": "Hiiraan",
24313             "type": "Region"
24314             },
24315             {
24316             "code": "SO-JD",
24317             "name": "Jubbada Dhexe",
24318             "type": "Region"
24319             },
24320             {
24321             "code": "SO-JH",
24322             "name": "Jubbada Hoose",
24323             "type": "Region"
24324             },
24325             {
24326             "code": "SO-MU",
24327             "name": "Mudug",
24328             "type": "Region"
24329             },
24330             {
24331             "code": "SO-NU",
24332             "name": "Nugaal",
24333             "type": "Region"
24334             },
24335             {
24336             "code": "SO-SA",
24337             "name": "Sanaag",
24338             "type": "Region"
24339             },
24340             {
24341             "code": "SO-SD",
24342             "name": "Shabeellaha Dhexe",
24343             "type": "Region"
24344             },
24345             {
24346             "code": "SO-SH",
24347             "name": "Shabeellaha Hoose",
24348             "type": "Region"
24349             },
24350             {
24351             "code": "SO-SO",
24352             "name": "Sool",
24353             "type": "Region"
24354             },
24355             {
24356             "code": "SO-TO",
24357             "name": "Togdheer",
24358             "type": "Region"
24359             },
24360             {
24361             "code": "SO-WO",
24362             "name": "Woqooyi Galbeed",
24363             "type": "Region"
24364             },
24365             {
24366             "code": "SR-BR",
24367             "name": "Brokopondo",
24368             "type": "District"
24369             },
24370             {
24371             "code": "SR-CM",
24372             "name": "Commewijne",
24373             "type": "District"
24374             },
24375             {
24376             "code": "SR-CR",
24377             "name": "Coronie",
24378             "type": "District"
24379             },
24380             {
24381             "code": "SR-MA",
24382             "name": "Marowijne",
24383             "type": "District"
24384             },
24385             {
24386             "code": "SR-NI",
24387             "name": "Nickerie",
24388             "type": "District"
24389             },
24390             {
24391             "code": "SR-PM",
24392             "name": "Paramaribo",
24393             "type": "District"
24394             },
24395             {
24396             "code": "SR-PR",
24397             "name": "Para",
24398             "type": "District"
24399             },
24400             {
24401             "code": "SR-SA",
24402             "name": "Saramacca",
24403             "type": "District"
24404             },
24405             {
24406             "code": "SR-SI",
24407             "name": "Sipaliwini",
24408             "type": "District"
24409             },
24410             {
24411             "code": "SR-WA",
24412             "name": "Wanica",
24413             "type": "District"
24414             },
24415             {
24416             "code": "SS-BN",
24417             "name": "Northern Bahr el Ghazal",
24418             "type": "State"
24419             },
24420             {
24421             "code": "SS-BW",
24422             "name": "Western Bahr el Ghazal",
24423             "type": "State"
24424             },
24425             {
24426             "code": "SS-EC",
24427             "name": "Central Equatoria",
24428             "type": "State"
24429             },
24430             {
24431             "code": "SS-EE",
24432             "name": "Eastern Equatoria",
24433             "type": "State"
24434             },
24435             {
24436             "code": "SS-EW",
24437             "name": "Western Equatoria",
24438             "type": "State"
24439             },
24440             {
24441             "code": "SS-JG",
24442             "name": "Jonglei",
24443             "type": "State"
24444             },
24445             {
24446             "code": "SS-LK",
24447             "name": "Lakes",
24448             "type": "State"
24449             },
24450             {
24451             "code": "SS-NU",
24452             "name": "Upper Nile",
24453             "type": "State"
24454             },
24455             {
24456             "code": "SS-UY",
24457             "name": "Unity",
24458             "type": "State"
24459             },
24460             {
24461             "code": "SS-WR",
24462             "name": "Warrap",
24463             "type": "State"
24464             },
24465             {
24466             "code": "ST-01",
24467             "name": "Água Grande",
24468             "type": "District"
24469             },
24470             {
24471             "code": "ST-02",
24472             "name": "Cantagalo",
24473             "type": "District"
24474             },
24475             {
24476             "code": "ST-03",
24477             "name": "Caué",
24478             "type": "District"
24479             },
24480             {
24481             "code": "ST-04",
24482             "name": "Lembá",
24483             "type": "District"
24484             },
24485             {
24486             "code": "ST-05",
24487             "name": "Lobata",
24488             "type": "District"
24489             },
24490             {
24491             "code": "ST-06",
24492             "name": "Mé-Zóchi",
24493             "type": "District"
24494             },
24495             {
24496             "code": "ST-P",
24497             "name": "Príncipe",
24498             "type": "Autonomous region"
24499             },
24500             {
24501             "code": "SV-AH",
24502             "name": "Ahuachapán",
24503             "type": "Department"
24504             },
24505             {
24506             "code": "SV-CA",
24507             "name": "Cabañas",
24508             "type": "Department"
24509             },
24510             {
24511             "code": "SV-CH",
24512             "name": "Chalatenango",
24513             "type": "Department"
24514             },
24515             {
24516             "code": "SV-CU",
24517             "name": "Cuscatlán",
24518             "type": "Department"
24519             },
24520             {
24521             "code": "SV-LI",
24522             "name": "La Libertad",
24523             "type": "Department"
24524             },
24525             {
24526             "code": "SV-MO",
24527             "name": "Morazán",
24528             "type": "Department"
24529             },
24530             {
24531             "code": "SV-PA",
24532             "name": "La Paz",
24533             "type": "Department"
24534             },
24535             {
24536             "code": "SV-SA",
24537             "name": "Santa Ana",
24538             "type": "Department"
24539             },
24540             {
24541             "code": "SV-SM",
24542             "name": "San Miguel",
24543             "type": "Department"
24544             },
24545             {
24546             "code": "SV-SO",
24547             "name": "Sonsonate",
24548             "type": "Department"
24549             },
24550             {
24551             "code": "SV-SS",
24552             "name": "San Salvador",
24553             "type": "Department"
24554             },
24555             {
24556             "code": "SV-SV",
24557             "name": "San Vicente",
24558             "type": "Department"
24559             },
24560             {
24561             "code": "SV-UN",
24562             "name": "La Unión",
24563             "type": "Department"
24564             },
24565             {
24566             "code": "SV-US",
24567             "name": "Usulután",
24568             "type": "Department"
24569             },
24570             {
24571             "code": "SY-DI",
24572             "name": "Dimashq",
24573             "type": "Province"
24574             },
24575             {
24576             "code": "SY-DR",
24577             "name": "Dar'ā",
24578             "type": "Province"
24579             },
24580             {
24581             "code": "SY-DY",
24582             "name": "Dayr az Zawr",
24583             "type": "Province"
24584             },
24585             {
24586             "code": "SY-HA",
24587             "name": "Al Ḩasakah",
24588             "type": "Province"
24589             },
24590             {
24591             "code": "SY-HI",
24592             "name": "Ḩimş",
24593             "type": "Province"
24594             },
24595             {
24596             "code": "SY-HL",
24597             "name": "Ḩalab",
24598             "type": "Province"
24599             },
24600             {
24601             "code": "SY-HM",
24602             "name": "Ḩamāh",
24603             "type": "Province"
24604             },
24605             {
24606             "code": "SY-ID",
24607             "name": "Idlib",
24608             "type": "Province"
24609             },
24610             {
24611             "code": "SY-LA",
24612             "name": "Al Lādhiqīyah",
24613             "type": "Province"
24614             },
24615             {
24616             "code": "SY-QU",
24617             "name": "Al Qunayţirah",
24618             "type": "Province"
24619             },
24620             {
24621             "code": "SY-RA",
24622             "name": "Ar Raqqah",
24623             "type": "Province"
24624             },
24625             {
24626             "code": "SY-RD",
24627             "name": "Rīf Dimashq",
24628             "type": "Province"
24629             },
24630             {
24631             "code": "SY-SU",
24632             "name": "As Suwaydā'",
24633             "type": "Province"
24634             },
24635             {
24636             "code": "SY-TA",
24637             "name": "Ţarţūs",
24638             "type": "Province"
24639             },
24640             {
24641             "code": "SZ-HH",
24642             "name": "Hhohho",
24643             "type": "Region"
24644             },
24645             {
24646             "code": "SZ-LU",
24647             "name": "Lubombo",
24648             "type": "Region"
24649             },
24650             {
24651             "code": "SZ-MA",
24652             "name": "Manzini",
24653             "type": "Region"
24654             },
24655             {
24656             "code": "SZ-SH",
24657             "name": "Shiselweni",
24658             "type": "Region"
24659             },
24660             {
24661             "code": "TD-BA",
24662             "name": "Al Baţḩā’",
24663             "type": "Province"
24664             },
24665             {
24666             "code": "TD-BG",
24667             "name": "Bahr el Ghazal",
24668             "type": "Province"
24669             },
24670             {
24671             "code": "TD-BO",
24672             "name": "Borkou",
24673             "type": "Province"
24674             },
24675             {
24676             "code": "TD-CB",
24677             "name": "Chari-Baguirmi",
24678             "type": "Province"
24679             },
24680             {
24681             "code": "TD-EE",
24682             "name": "Ennedi-Est",
24683             "type": "Province"
24684             },
24685             {
24686             "code": "TD-EO",
24687             "name": "Ennedi-Ouest",
24688             "type": "Province"
24689             },
24690             {
24691             "code": "TD-GR",
24692             "name": "Guéra",
24693             "type": "Province"
24694             },
24695             {
24696             "code": "TD-HL",
24697             "name": "Hadjer Lamis",
24698             "type": "Province"
24699             },
24700             {
24701             "code": "TD-KA",
24702             "name": "Kanem",
24703             "type": "Province"
24704             },
24705             {
24706             "code": "TD-LC",
24707             "name": "Al Buḩayrah",
24708             "type": "Province"
24709             },
24710             {
24711             "code": "TD-LO",
24712             "name": "Logone-Occidental",
24713             "type": "Province"
24714             },
24715             {
24716             "code": "TD-LR",
24717             "name": "Logone-Oriental",
24718             "type": "Province"
24719             },
24720             {
24721             "code": "TD-MA",
24722             "name": "Mandoul",
24723             "type": "Province"
24724             },
24725             {
24726             "code": "TD-MC",
24727             "name": "Moyen-Chari",
24728             "type": "Province"
24729             },
24730             {
24731             "code": "TD-ME",
24732             "name": "Mayo-Kebbi-Est",
24733             "type": "Province"
24734             },
24735             {
24736             "code": "TD-MO",
24737             "name": "Mayo-Kebbi-Ouest",
24738             "type": "Province"
24739             },
24740             {
24741             "code": "TD-ND",
24742             "name": "Madīnat Injamīnā",
24743             "type": "Province"
24744             },
24745             {
24746             "code": "TD-OD",
24747             "name": "Ouaddaï",
24748             "type": "Province"
24749             },
24750             {
24751             "code": "TD-SA",
24752             "name": "Salamat",
24753             "type": "Province"
24754             },
24755             {
24756             "code": "TD-SI",
24757             "name": "Sila",
24758             "type": "Province"
24759             },
24760             {
24761             "code": "TD-TA",
24762             "name": "Tandjilé",
24763             "type": "Province"
24764             },
24765             {
24766             "code": "TD-TI",
24767             "name": "Tibastī",
24768             "type": "Province"
24769             },
24770             {
24771             "code": "TD-WF",
24772             "name": "Wadi Fira",
24773             "type": "Province"
24774             },
24775             {
24776             "code": "TG-C",
24777             "name": "Centrale",
24778             "type": "Region"
24779             },
24780             {
24781             "code": "TG-K",
24782             "name": "Kara",
24783             "type": "Region"
24784             },
24785             {
24786             "code": "TG-M",
24787             "name": "Maritime (Région)",
24788             "type": "Region"
24789             },
24790             {
24791             "code": "TG-P",
24792             "name": "Plateaux",
24793             "type": "Region"
24794             },
24795             {
24796             "code": "TG-S",
24797             "name": "Savanes",
24798             "type": "Region"
24799             },
24800             {
24801             "code": "TH-10",
24802             "name": "Krung Thep Maha Nakhon",
24803             "type": "Metropolitan administration"
24804             },
24805             {
24806             "code": "TH-11",
24807             "name": "Samut Prakan",
24808             "type": "Province"
24809             },
24810             {
24811             "code": "TH-12",
24812             "name": "Nonthaburi",
24813             "type": "Province"
24814             },
24815             {
24816             "code": "TH-13",
24817             "name": "Pathum Thani",
24818             "type": "Province"
24819             },
24820             {
24821             "code": "TH-14",
24822             "name": "Phra Nakhon Si Ayutthaya",
24823             "type": "Province"
24824             },
24825             {
24826             "code": "TH-15",
24827             "name": "Ang Thong",
24828             "type": "Province"
24829             },
24830             {
24831             "code": "TH-16",
24832             "name": "Lop Buri",
24833             "type": "Province"
24834             },
24835             {
24836             "code": "TH-17",
24837             "name": "Sing Buri",
24838             "type": "Province"
24839             },
24840             {
24841             "code": "TH-18",
24842             "name": "Chai Nat",
24843             "type": "Province"
24844             },
24845             {
24846             "code": "TH-19",
24847             "name": "Saraburi",
24848             "type": "Province"
24849             },
24850             {
24851             "code": "TH-20",
24852             "name": "Chon Buri",
24853             "type": "Province"
24854             },
24855             {
24856             "code": "TH-21",
24857             "name": "Rayong",
24858             "type": "Province"
24859             },
24860             {
24861             "code": "TH-22",
24862             "name": "Chanthaburi",
24863             "type": "Province"
24864             },
24865             {
24866             "code": "TH-23",
24867             "name": "Trat",
24868             "type": "Province"
24869             },
24870             {
24871             "code": "TH-24",
24872             "name": "Chachoengsao",
24873             "type": "Province"
24874             },
24875             {
24876             "code": "TH-25",
24877             "name": "Prachin Buri",
24878             "type": "Province"
24879             },
24880             {
24881             "code": "TH-26",
24882             "name": "Nakhon Nayok",
24883             "type": "Province"
24884             },
24885             {
24886             "code": "TH-27",
24887             "name": "Sa Kaeo",
24888             "type": "Province"
24889             },
24890             {
24891             "code": "TH-30",
24892             "name": "Nakhon Ratchasima",
24893             "type": "Province"
24894             },
24895             {
24896             "code": "TH-31",
24897             "name": "Buri Ram",
24898             "type": "Province"
24899             },
24900             {
24901             "code": "TH-32",
24902             "name": "Surin",
24903             "type": "Province"
24904             },
24905             {
24906             "code": "TH-33",
24907             "name": "Si Sa Ket",
24908             "type": "Province"
24909             },
24910             {
24911             "code": "TH-34",
24912             "name": "Ubon Ratchathani",
24913             "type": "Province"
24914             },
24915             {
24916             "code": "TH-35",
24917             "name": "Yasothon",
24918             "type": "Province"
24919             },
24920             {
24921             "code": "TH-36",
24922             "name": "Chaiyaphum",
24923             "type": "Province"
24924             },
24925             {
24926             "code": "TH-37",
24927             "name": "Amnat Charoen",
24928             "type": "Province"
24929             },
24930             {
24931             "code": "TH-38",
24932             "name": "Bueng Kan",
24933             "type": "Province"
24934             },
24935             {
24936             "code": "TH-39",
24937             "name": "Nong Bua Lam Phu",
24938             "type": "Province"
24939             },
24940             {
24941             "code": "TH-40",
24942             "name": "Khon Kaen",
24943             "type": "Province"
24944             },
24945             {
24946             "code": "TH-41",
24947             "name": "Udon Thani",
24948             "type": "Province"
24949             },
24950             {
24951             "code": "TH-42",
24952             "name": "Loei",
24953             "type": "Province"
24954             },
24955             {
24956             "code": "TH-43",
24957             "name": "Nong Khai",
24958             "type": "Province"
24959             },
24960             {
24961             "code": "TH-44",
24962             "name": "Maha Sarakham",
24963             "type": "Province"
24964             },
24965             {
24966             "code": "TH-45",
24967             "name": "Roi Et",
24968             "type": "Province"
24969             },
24970             {
24971             "code": "TH-46",
24972             "name": "Kalasin",
24973             "type": "Province"
24974             },
24975             {
24976             "code": "TH-47",
24977             "name": "Sakon Nakhon",
24978             "type": "Province"
24979             },
24980             {
24981             "code": "TH-48",
24982             "name": "Nakhon Phanom",
24983             "type": "Province"
24984             },
24985             {
24986             "code": "TH-49",
24987             "name": "Mukdahan",
24988             "type": "Province"
24989             },
24990             {
24991             "code": "TH-50",
24992             "name": "Chiang Mai",
24993             "type": "Province"
24994             },
24995             {
24996             "code": "TH-51",
24997             "name": "Lamphun",
24998             "type": "Province"
24999             },
25000             {
25001             "code": "TH-52",
25002             "name": "Lampang",
25003             "type": "Province"
25004             },
25005             {
25006             "code": "TH-53",
25007             "name": "Uttaradit",
25008             "type": "Province"
25009             },
25010             {
25011             "code": "TH-54",
25012             "name": "Phrae",
25013             "type": "Province"
25014             },
25015             {
25016             "code": "TH-55",
25017             "name": "Nan",
25018             "type": "Province"
25019             },
25020             {
25021             "code": "TH-56",
25022             "name": "Phayao",
25023             "type": "Province"
25024             },
25025             {
25026             "code": "TH-57",
25027             "name": "Chiang Rai",
25028             "type": "Province"
25029             },
25030             {
25031             "code": "TH-58",
25032             "name": "Mae Hong Son",
25033             "type": "Province"
25034             },
25035             {
25036             "code": "TH-60",
25037             "name": "Nakhon Sawan",
25038             "type": "Province"
25039             },
25040             {
25041             "code": "TH-61",
25042             "name": "Uthai Thani",
25043             "type": "Province"
25044             },
25045             {
25046             "code": "TH-62",
25047             "name": "Kamphaeng Phet",
25048             "type": "Province"
25049             },
25050             {
25051             "code": "TH-63",
25052             "name": "Tak",
25053             "type": "Province"
25054             },
25055             {
25056             "code": "TH-64",
25057             "name": "Sukhothai",
25058             "type": "Province"
25059             },
25060             {
25061             "code": "TH-65",
25062             "name": "Phitsanulok",
25063             "type": "Province"
25064             },
25065             {
25066             "code": "TH-66",
25067             "name": "Phichit",
25068             "type": "Province"
25069             },
25070             {
25071             "code": "TH-67",
25072             "name": "Phetchabun",
25073             "type": "Province"
25074             },
25075             {
25076             "code": "TH-70",
25077             "name": "Ratchaburi",
25078             "type": "Province"
25079             },
25080             {
25081             "code": "TH-71",
25082             "name": "Kanchanaburi",
25083             "type": "Province"
25084             },
25085             {
25086             "code": "TH-72",
25087             "name": "Suphan Buri",
25088             "type": "Province"
25089             },
25090             {
25091             "code": "TH-73",
25092             "name": "Nakhon Pathom",
25093             "type": "Province"
25094             },
25095             {
25096             "code": "TH-74",
25097             "name": "Samut Sakhon",
25098             "type": "Province"
25099             },
25100             {
25101             "code": "TH-75",
25102             "name": "Samut Songkhram",
25103             "type": "Province"
25104             },
25105             {
25106             "code": "TH-76",
25107             "name": "Phetchaburi",
25108             "type": "Province"
25109             },
25110             {
25111             "code": "TH-77",
25112             "name": "Prachuap Khiri Khan",
25113             "type": "Province"
25114             },
25115             {
25116             "code": "TH-80",
25117             "name": "Nakhon Si Thammarat",
25118             "type": "Province"
25119             },
25120             {
25121             "code": "TH-81",
25122             "name": "Krabi",
25123             "type": "Province"
25124             },
25125             {
25126             "code": "TH-82",
25127             "name": "Phangnga",
25128             "type": "Province"
25129             },
25130             {
25131             "code": "TH-83",
25132             "name": "Phuket",
25133             "type": "Province"
25134             },
25135             {
25136             "code": "TH-84",
25137             "name": "Surat Thani",
25138             "type": "Province"
25139             },
25140             {
25141             "code": "TH-85",
25142             "name": "Ranong",
25143             "type": "Province"
25144             },
25145             {
25146             "code": "TH-86",
25147             "name": "Chumphon",
25148             "type": "Province"
25149             },
25150             {
25151             "code": "TH-90",
25152             "name": "Songkhla",
25153             "type": "Province"
25154             },
25155             {
25156             "code": "TH-91",
25157             "name": "Satun",
25158             "type": "Province"
25159             },
25160             {
25161             "code": "TH-92",
25162             "name": "Trang",
25163             "type": "Province"
25164             },
25165             {
25166             "code": "TH-93",
25167             "name": "Phatthalung",
25168             "type": "Province"
25169             },
25170             {
25171             "code": "TH-94",
25172             "name": "Pattani",
25173             "type": "Province"
25174             },
25175             {
25176             "code": "TH-95",
25177             "name": "Yala",
25178             "type": "Province"
25179             },
25180             {
25181             "code": "TH-96",
25182             "name": "Narathiwat",
25183             "type": "Province"
25184             },
25185             {
25186             "code": "TH-S",
25187             "name": "Phatthaya",
25188             "type": "Special administrative city"
25189             },
25190             {
25191             "code": "TJ-DU",
25192             "name": "Dushanbe",
25193             "type": "Capital territory"
25194             },
25195             {
25196             "code": "TJ-GB",
25197             "name": "Kŭhistoni Badakhshon",
25198             "type": "Autonomous region"
25199             },
25200             {
25201             "code": "TJ-KT",
25202             "name": "Khatlon",
25203             "type": "Region"
25204             },
25205             {
25206             "code": "TJ-RA",
25207             "name": "nohiyahoi tobei jumhurí",
25208             "type": "Districts under republic administration"
25209             },
25210             {
25211             "code": "TJ-SU",
25212             "name": "Sughd",
25213             "type": "Region"
25214             },
25215             {
25216             "code": "TL-AL",
25217             "name": "Aileu",
25218             "type": "Municipality"
25219             },
25220             {
25221             "code": "TL-AN",
25222             "name": "Ainaro",
25223             "type": "Municipality"
25224             },
25225             {
25226             "code": "TL-BA",
25227             "name": "Baucau",
25228             "type": "Municipality"
25229             },
25230             {
25231             "code": "TL-BO",
25232             "name": "Bobonaro",
25233             "type": "Municipality"
25234             },
25235             {
25236             "code": "TL-CO",
25237             "name": "Cova Lima",
25238             "type": "Municipality"
25239             },
25240             {
25241             "code": "TL-DI",
25242             "name": "Díli",
25243             "type": "Municipality"
25244             },
25245             {
25246             "code": "TL-ER",
25247             "name": "Ermera",
25248             "type": "Municipality"
25249             },
25250             {
25251             "code": "TL-LA",
25252             "name": "Lautein",
25253             "type": "Municipality"
25254             },
25255             {
25256             "code": "TL-LI",
25257             "name": "Likisá",
25258             "type": "Municipality"
25259             },
25260             {
25261             "code": "TL-MF",
25262             "name": "Manufahi",
25263             "type": "Municipality"
25264             },
25265             {
25266             "code": "TL-MT",
25267             "name": "Manatuto",
25268             "type": "Municipality"
25269             },
25270             {
25271             "code": "TL-OE",
25272             "name": "Oekusi-Ambenu",
25273             "type": "Special administrative region"
25274             },
25275             {
25276             "code": "TL-VI",
25277             "name": "Vikeke",
25278             "type": "Municipality"
25279             },
25280             {
25281             "code": "TM-A",
25282             "name": "Ahal",
25283             "type": "Region"
25284             },
25285             {
25286             "code": "TM-B",
25287             "name": "Balkan",
25288             "type": "Region"
25289             },
25290             {
25291             "code": "TM-D",
25292             "name": "Daşoguz",
25293             "type": "Region"
25294             },
25295             {
25296             "code": "TM-L",
25297             "name": "Lebap",
25298             "type": "Region"
25299             },
25300             {
25301             "code": "TM-M",
25302             "name": "Mary",
25303             "type": "Region"
25304             },
25305             {
25306             "code": "TM-S",
25307             "name": "Aşgabat",
25308             "type": "City"
25309             },
25310             {
25311             "code": "TN-11",
25312             "name": "Tunis",
25313             "type": "Governorate"
25314             },
25315             {
25316             "code": "TN-12",
25317             "name": "L'Ariana",
25318             "type": "Governorate"
25319             },
25320             {
25321             "code": "TN-13",
25322             "name": "Ben Arous",
25323             "type": "Governorate"
25324             },
25325             {
25326             "code": "TN-14",
25327             "name": "La Manouba",
25328             "type": "Governorate"
25329             },
25330             {
25331             "code": "TN-21",
25332             "name": "Nabeul",
25333             "type": "Governorate"
25334             },
25335             {
25336             "code": "TN-22",
25337             "name": "Zaghouan",
25338             "type": "Governorate"
25339             },
25340             {
25341             "code": "TN-23",
25342             "name": "Bizerte",
25343             "type": "Governorate"
25344             },
25345             {
25346             "code": "TN-31",
25347             "name": "Béja",
25348             "type": "Governorate"
25349             },
25350             {
25351             "code": "TN-32",
25352             "name": "Jendouba",
25353             "type": "Governorate"
25354             },
25355             {
25356             "code": "TN-33",
25357             "name": "Le Kef",
25358             "type": "Governorate"
25359             },
25360             {
25361             "code": "TN-34",
25362             "name": "Siliana",
25363             "type": "Governorate"
25364             },
25365             {
25366             "code": "TN-41",
25367             "name": "Kairouan",
25368             "type": "Governorate"
25369             },
25370             {
25371             "code": "TN-42",
25372             "name": "Kasserine",
25373             "type": "Governorate"
25374             },
25375             {
25376             "code": "TN-43",
25377             "name": "Sidi Bouzid",
25378             "type": "Governorate"
25379             },
25380             {
25381             "code": "TN-51",
25382             "name": "Sousse",
25383             "type": "Governorate"
25384             },
25385             {
25386             "code": "TN-52",
25387             "name": "Monastir",
25388             "type": "Governorate"
25389             },
25390             {
25391             "code": "TN-53",
25392             "name": "Mahdia",
25393             "type": "Governorate"
25394             },
25395             {
25396             "code": "TN-61",
25397             "name": "Sfax",
25398             "type": "Governorate"
25399             },
25400             {
25401             "code": "TN-71",
25402             "name": "Gafsa",
25403             "type": "Governorate"
25404             },
25405             {
25406             "code": "TN-72",
25407             "name": "Tozeur",
25408             "type": "Governorate"
25409             },
25410             {
25411             "code": "TN-73",
25412             "name": "Kébili",
25413             "type": "Governorate"
25414             },
25415             {
25416             "code": "TN-81",
25417             "name": "Gabès",
25418             "type": "Governorate"
25419             },
25420             {
25421             "code": "TN-82",
25422             "name": "Médenine",
25423             "type": "Governorate"
25424             },
25425             {
25426             "code": "TN-83",
25427             "name": "Tataouine",
25428             "type": "Governorate"
25429             },
25430             {
25431             "code": "TO-01",
25432             "name": "'Eua",
25433             "type": "Division"
25434             },
25435             {
25436             "code": "TO-02",
25437             "name": "Ha'apai",
25438             "type": "Division"
25439             },
25440             {
25441             "code": "TO-03",
25442             "name": "Niuas",
25443             "type": "Division"
25444             },
25445             {
25446             "code": "TO-04",
25447             "name": "Tongatapu",
25448             "type": "Division"
25449             },
25450             {
25451             "code": "TO-05",
25452             "name": "Vava'u",
25453             "type": "Division"
25454             },
25455             {
25456             "code": "TR-01",
25457             "name": "Adana",
25458             "type": "Province"
25459             },
25460             {
25461             "code": "TR-02",
25462             "name": "Adıyaman",
25463             "type": "Province"
25464             },
25465             {
25466             "code": "TR-03",
25467             "name": "Afyonkarahisar",
25468             "type": "Province"
25469             },
25470             {
25471             "code": "TR-04",
25472             "name": "Ağrı",
25473             "type": "Province"
25474             },
25475             {
25476             "code": "TR-05",
25477             "name": "Amasya",
25478             "type": "Province"
25479             },
25480             {
25481             "code": "TR-06",
25482             "name": "Ankara",
25483             "type": "Province"
25484             },
25485             {
25486             "code": "TR-07",
25487             "name": "Antalya",
25488             "type": "Province"
25489             },
25490             {
25491             "code": "TR-08",
25492             "name": "Artvin",
25493             "type": "Province"
25494             },
25495             {
25496             "code": "TR-09",
25497             "name": "Aydın",
25498             "type": "Province"
25499             },
25500             {
25501             "code": "TR-10",
25502             "name": "Balıkesir",
25503             "type": "Province"
25504             },
25505             {
25506             "code": "TR-11",
25507             "name": "Bilecik",
25508             "type": "Province"
25509             },
25510             {
25511             "code": "TR-12",
25512             "name": "Bingöl",
25513             "type": "Province"
25514             },
25515             {
25516             "code": "TR-13",
25517             "name": "Bitlis",
25518             "type": "Province"
25519             },
25520             {
25521             "code": "TR-14",
25522             "name": "Bolu",
25523             "type": "Province"
25524             },
25525             {
25526             "code": "TR-15",
25527             "name": "Burdur",
25528             "type": "Province"
25529             },
25530             {
25531             "code": "TR-16",
25532             "name": "Bursa",
25533             "type": "Province"
25534             },
25535             {
25536             "code": "TR-17",
25537             "name": "Çanakkale",
25538             "type": "Province"
25539             },
25540             {
25541             "code": "TR-18",
25542             "name": "Çankırı",
25543             "type": "Province"
25544             },
25545             {
25546             "code": "TR-19",
25547             "name": "Çorum",
25548             "type": "Province"
25549             },
25550             {
25551             "code": "TR-20",
25552             "name": "Denizli",
25553             "type": "Province"
25554             },
25555             {
25556             "code": "TR-21",
25557             "name": "Diyarbakır",
25558             "type": "Province"
25559             },
25560             {
25561             "code": "TR-22",
25562             "name": "Edirne",
25563             "type": "Province"
25564             },
25565             {
25566             "code": "TR-23",
25567             "name": "Elazığ",
25568             "type": "Province"
25569             },
25570             {
25571             "code": "TR-24",
25572             "name": "Erzincan",
25573             "type": "Province"
25574             },
25575             {
25576             "code": "TR-25",
25577             "name": "Erzurum",
25578             "type": "Province"
25579             },
25580             {
25581             "code": "TR-26",
25582             "name": "Eskişehir",
25583             "type": "Province"
25584             },
25585             {
25586             "code": "TR-27",
25587             "name": "Gaziantep",
25588             "type": "Province"
25589             },
25590             {
25591             "code": "TR-28",
25592             "name": "Giresun",
25593             "type": "Province"
25594             },
25595             {
25596             "code": "TR-29",
25597             "name": "Gümüşhane",
25598             "type": "Province"
25599             },
25600             {
25601             "code": "TR-30",
25602             "name": "Hakkâri",
25603             "type": "Province"
25604             },
25605             {
25606             "code": "TR-31",
25607             "name": "Hatay",
25608             "type": "Province"
25609             },
25610             {
25611             "code": "TR-32",
25612             "name": "Isparta",
25613             "type": "Province"
25614             },
25615             {
25616             "code": "TR-33",
25617             "name": "Mersin",
25618             "type": "Province"
25619             },
25620             {
25621             "code": "TR-34",
25622             "name": "İstanbul",
25623             "type": "Province"
25624             },
25625             {
25626             "code": "TR-35",
25627             "name": "İzmir",
25628             "type": "Province"
25629             },
25630             {
25631             "code": "TR-36",
25632             "name": "Kars",
25633             "type": "Province"
25634             },
25635             {
25636             "code": "TR-37",
25637             "name": "Kastamonu",
25638             "type": "Province"
25639             },
25640             {
25641             "code": "TR-38",
25642             "name": "Kayseri",
25643             "type": "Province"
25644             },
25645             {
25646             "code": "TR-39",
25647             "name": "Kırklareli",
25648             "type": "Province"
25649             },
25650             {
25651             "code": "TR-40",
25652             "name": "Kırşehir",
25653             "type": "Province"
25654             },
25655             {
25656             "code": "TR-41",
25657             "name": "Kocaeli",
25658             "type": "Province"
25659             },
25660             {
25661             "code": "TR-42",
25662             "name": "Konya",
25663             "type": "Province"
25664             },
25665             {
25666             "code": "TR-43",
25667             "name": "Kütahya",
25668             "type": "Province"
25669             },
25670             {
25671             "code": "TR-44",
25672             "name": "Malatya",
25673             "type": "Province"
25674             },
25675             {
25676             "code": "TR-45",
25677             "name": "Manisa",
25678             "type": "Province"
25679             },
25680             {
25681             "code": "TR-46",
25682             "name": "Kahramanmaraş",
25683             "type": "Province"
25684             },
25685             {
25686             "code": "TR-47",
25687             "name": "Mardin",
25688             "type": "Province"
25689             },
25690             {
25691             "code": "TR-48",
25692             "name": "Muğla",
25693             "type": "Province"
25694             },
25695             {
25696             "code": "TR-49",
25697             "name": "Muş",
25698             "type": "Province"
25699             },
25700             {
25701             "code": "TR-50",
25702             "name": "Nevşehir",
25703             "type": "Province"
25704             },
25705             {
25706             "code": "TR-51",
25707             "name": "Niğde",
25708             "type": "Province"
25709             },
25710             {
25711             "code": "TR-52",
25712             "name": "Ordu",
25713             "type": "Province"
25714             },
25715             {
25716             "code": "TR-53",
25717             "name": "Rize",
25718             "type": "Province"
25719             },
25720             {
25721             "code": "TR-54",
25722             "name": "Sakarya",
25723             "type": "Province"
25724             },
25725             {
25726             "code": "TR-55",
25727             "name": "Samsun",
25728             "type": "Province"
25729             },
25730             {
25731             "code": "TR-56",
25732             "name": "Siirt",
25733             "type": "Province"
25734             },
25735             {
25736             "code": "TR-57",
25737             "name": "Sinop",
25738             "type": "Province"
25739             },
25740             {
25741             "code": "TR-58",
25742             "name": "Sivas",
25743             "type": "Province"
25744             },
25745             {
25746             "code": "TR-59",
25747             "name": "Tekirdağ",
25748             "type": "Province"
25749             },
25750             {
25751             "code": "TR-60",
25752             "name": "Tokat",
25753             "type": "Province"
25754             },
25755             {
25756             "code": "TR-61",
25757             "name": "Trabzon",
25758             "type": "Province"
25759             },
25760             {
25761             "code": "TR-62",
25762             "name": "Tunceli",
25763             "type": "Province"
25764             },
25765             {
25766             "code": "TR-63",
25767             "name": "Şanlıurfa",
25768             "type": "Province"
25769             },
25770             {
25771             "code": "TR-64",
25772             "name": "Uşak",
25773             "type": "Province"
25774             },
25775             {
25776             "code": "TR-65",
25777             "name": "Van",
25778             "type": "Province"
25779             },
25780             {
25781             "code": "TR-66",
25782             "name": "Yozgat",
25783             "type": "Province"
25784             },
25785             {
25786             "code": "TR-67",
25787             "name": "Zonguldak",
25788             "type": "Province"
25789             },
25790             {
25791             "code": "TR-68",
25792             "name": "Aksaray",
25793             "type": "Province"
25794             },
25795             {
25796             "code": "TR-69",
25797             "name": "Bayburt",
25798             "type": "Province"
25799             },
25800             {
25801             "code": "TR-70",
25802             "name": "Karaman",
25803             "type": "Province"
25804             },
25805             {
25806             "code": "TR-71",
25807             "name": "Kırıkkale",
25808             "type": "Province"
25809             },
25810             {
25811             "code": "TR-72",
25812             "name": "Batman",
25813             "type": "Province"
25814             },
25815             {
25816             "code": "TR-73",
25817             "name": "Şırnak",
25818             "type": "Province"
25819             },
25820             {
25821             "code": "TR-74",
25822             "name": "Bartın",
25823             "type": "Province"
25824             },
25825             {
25826             "code": "TR-75",
25827             "name": "Ardahan",
25828             "type": "Province"
25829             },
25830             {
25831             "code": "TR-76",
25832             "name": "Iğdır",
25833             "type": "Province"
25834             },
25835             {
25836             "code": "TR-77",
25837             "name": "Yalova",
25838             "type": "Province"
25839             },
25840             {
25841             "code": "TR-78",
25842             "name": "Karabük",
25843             "type": "Province"
25844             },
25845             {
25846             "code": "TR-79",
25847             "name": "Kilis",
25848             "type": "Province"
25849             },
25850             {
25851             "code": "TR-80",
25852             "name": "Osmaniye",
25853             "type": "Province"
25854             },
25855             {
25856             "code": "TR-81",
25857             "name": "Düzce",
25858             "type": "Province"
25859             },
25860             {
25861             "code": "TT-ARI",
25862             "name": "Arima",
25863             "type": "Borough"
25864             },
25865             {
25866             "code": "TT-CHA",
25867             "name": "Chaguanas",
25868             "type": "Borough"
25869             },
25870             {
25871             "code": "TT-CTT",
25872             "name": "Couva-Tabaquite-Talparo",
25873             "type": "Region"
25874             },
25875             {
25876             "code": "TT-DMN",
25877             "name": "Diego Martin",
25878             "type": "Region"
25879             },
25880             {
25881             "code": "TT-MRC",
25882             "name": "Mayaro-Rio Claro",
25883             "type": "Region"
25884             },
25885             {
25886             "code": "TT-PED",
25887             "name": "Penal-Debe",
25888             "type": "Region"
25889             },
25890             {
25891             "code": "TT-POS",
25892             "name": "Port of Spain",
25893             "type": "City"
25894             },
25895             {
25896             "code": "TT-PRT",
25897             "name": "Princes Town",
25898             "type": "Region"
25899             },
25900             {
25901             "code": "TT-PTF",
25902             "name": "Point Fortin",
25903             "type": "Borough"
25904             },
25905             {
25906             "code": "TT-SFO",
25907             "name": "San Fernando",
25908             "type": "City"
25909             },
25910             {
25911             "code": "TT-SGE",
25912             "name": "Sangre Grande",
25913             "type": "Region"
25914             },
25915             {
25916             "code": "TT-SIP",
25917             "name": "Siparia",
25918             "type": "Region"
25919             },
25920             {
25921             "code": "TT-SJL",
25922             "name": "San Juan-Laventille",
25923             "type": "Region"
25924             },
25925             {
25926             "code": "TT-TOB",
25927             "name": "Tobago",
25928             "type": "Ward"
25929             },
25930             {
25931             "code": "TT-TUP",
25932             "name": "Tunapuna-Piarco",
25933             "type": "Region"
25934             },
25935             {
25936             "code": "TV-FUN",
25937             "name": "Funafuti",
25938             "type": "Town council"
25939             },
25940             {
25941             "code": "TV-NIT",
25942             "name": "Niutao",
25943             "type": "Island council"
25944             },
25945             {
25946             "code": "TV-NKF",
25947             "name": "Nukufetau",
25948             "type": "Island council"
25949             },
25950             {
25951             "code": "TV-NKL",
25952             "name": "Nukulaelae",
25953             "type": "Island council"
25954             },
25955             {
25956             "code": "TV-NMA",
25957             "name": "Nanumea",
25958             "type": "Island council"
25959             },
25960             {
25961             "code": "TV-NMG",
25962             "name": "Nanumaga",
25963             "type": "Island council"
25964             },
25965             {
25966             "code": "TV-NUI",
25967             "name": "Nui",
25968             "type": "Island council"
25969             },
25970             {
25971             "code": "TV-VAI",
25972             "name": "Vaitupu",
25973             "type": "Island council"
25974             },
25975             {
25976             "code": "TW-CHA",
25977             "name": "Changhua",
25978             "type": "County"
25979             },
25980             {
25981             "code": "TW-CYI",
25982             "name": "Chiayi",
25983             "type": "City"
25984             },
25985             {
25986             "code": "TW-CYQ",
25987             "name": "Chiayi",
25988             "type": "County"
25989             },
25990             {
25991             "code": "TW-HSQ",
25992             "name": "Hsinchu",
25993             "type": "County"
25994             },
25995             {
25996             "code": "TW-HSZ",
25997             "name": "Hsinchu",
25998             "type": "City"
25999             },
26000             {
26001             "code": "TW-HUA",
26002             "name": "Hualien",
26003             "type": "County"
26004             },
26005             {
26006             "code": "TW-ILA",
26007             "name": "Yilan",
26008             "type": "County"
26009             },
26010             {
26011             "code": "TW-KEE",
26012             "name": "Keelung",
26013             "type": "City"
26014             },
26015             {
26016             "code": "TW-KHH",
26017             "name": "Kaohsiung",
26018             "type": "Special municipality"
26019             },
26020             {
26021             "code": "TW-KIN",
26022             "name": "Kinmen",
26023             "type": "County"
26024             },
26025             {
26026             "code": "TW-LIE",
26027             "name": "Lienchiang",
26028             "type": "County"
26029             },
26030             {
26031             "code": "TW-MIA",
26032             "name": "Miaoli",
26033             "type": "County"
26034             },
26035             {
26036             "code": "TW-NAN",
26037             "name": "Nantou",
26038             "type": "County"
26039             },
26040             {
26041             "code": "TW-NWT",
26042             "name": "New Taipei",
26043             "type": "Special municipality"
26044             },
26045             {
26046             "code": "TW-PEN",
26047             "name": "Penghu",
26048             "type": "County"
26049             },
26050             {
26051             "code": "TW-PIF",
26052             "name": "Pingtung",
26053             "type": "County"
26054             },
26055             {
26056             "code": "TW-TAO",
26057             "name": "Taoyuan",
26058             "type": "Special municipality"
26059             },
26060             {
26061             "code": "TW-TNN",
26062             "name": "Tainan",
26063             "type": "Special municipality"
26064             },
26065             {
26066             "code": "TW-TPE",
26067             "name": "Taipei",
26068             "type": "Special municipality"
26069             },
26070             {
26071             "code": "TW-TTT",
26072             "name": "Taitung",
26073             "type": "County"
26074             },
26075             {
26076             "code": "TW-TXG",
26077             "name": "Taichung",
26078             "type": "Special municipality"
26079             },
26080             {
26081             "code": "TW-YUN",
26082             "name": "Yunlin",
26083             "type": "County"
26084             },
26085             {
26086             "code": "TZ-01",
26087             "name": "Arusha",
26088             "type": "Region"
26089             },
26090             {
26091             "code": "TZ-02",
26092             "name": "Dar es Salaam",
26093             "type": "Region"
26094             },
26095             {
26096             "code": "TZ-03",
26097             "name": "Dodoma",
26098             "type": "Region"
26099             },
26100             {
26101             "code": "TZ-04",
26102             "name": "Iringa",
26103             "type": "Region"
26104             },
26105             {
26106             "code": "TZ-05",
26107             "name": "Kagera",
26108             "type": "Region"
26109             },
26110             {
26111             "code": "TZ-06",
26112             "name": "Pemba North",
26113             "type": "Region"
26114             },
26115             {
26116             "code": "TZ-07",
26117             "name": "Zanzibar North",
26118             "type": "Region"
26119             },
26120             {
26121             "code": "TZ-08",
26122             "name": "Kigoma",
26123             "type": "Region"
26124             },
26125             {
26126             "code": "TZ-09",
26127             "name": "Kilimanjaro",
26128             "type": "Region"
26129             },
26130             {
26131             "code": "TZ-10",
26132             "name": "Pemba South",
26133             "type": "Region"
26134             },
26135             {
26136             "code": "TZ-11",
26137             "name": "Zanzibar South",
26138             "type": "Region"
26139             },
26140             {
26141             "code": "TZ-12",
26142             "name": "Lindi",
26143             "type": "Region"
26144             },
26145             {
26146             "code": "TZ-13",
26147             "name": "Mara",
26148             "type": "Region"
26149             },
26150             {
26151             "code": "TZ-14",
26152             "name": "Mbeya",
26153             "type": "Region"
26154             },
26155             {
26156             "code": "TZ-15",
26157             "name": "Zanzibar West",
26158             "type": "Region"
26159             },
26160             {
26161             "code": "TZ-16",
26162             "name": "Morogoro",
26163             "type": "Region"
26164             },
26165             {
26166             "code": "TZ-17",
26167             "name": "Mtwara",
26168             "type": "Region"
26169             },
26170             {
26171             "code": "TZ-18",
26172             "name": "Mwanza",
26173             "type": "Region"
26174             },
26175             {
26176             "code": "TZ-19",
26177             "name": "Coast",
26178             "type": "Region"
26179             },
26180             {
26181             "code": "TZ-20",
26182             "name": "Rukwa",
26183             "type": "Region"
26184             },
26185             {
26186             "code": "TZ-21",
26187             "name": "Ruvuma",
26188             "type": "Region"
26189             },
26190             {
26191             "code": "TZ-22",
26192             "name": "Shinyanga",
26193             "type": "Region"
26194             },
26195             {
26196             "code": "TZ-23",
26197             "name": "Singida",
26198             "type": "Region"
26199             },
26200             {
26201             "code": "TZ-24",
26202             "name": "Tabora",
26203             "type": "Region"
26204             },
26205             {
26206             "code": "TZ-25",
26207             "name": "Tanga",
26208             "type": "Region"
26209             },
26210             {
26211             "code": "TZ-26",
26212             "name": "Manyara",
26213             "type": "Region"
26214             },
26215             {
26216             "code": "TZ-27",
26217             "name": "Geita",
26218             "type": "Region"
26219             },
26220             {
26221             "code": "TZ-28",
26222             "name": "Katavi",
26223             "type": "Region"
26224             },
26225             {
26226             "code": "TZ-29",
26227             "name": "Njombe",
26228             "type": "Region"
26229             },
26230             {
26231             "code": "TZ-30",
26232             "name": "Simiyu",
26233             "type": "Region"
26234             },
26235             {
26236             "code": "TZ-31",
26237             "name": "Songwe",
26238             "type": "Region"
26239             },
26240             {
26241             "code": "UA-05",
26242             "name": "Vinnytska oblast",
26243             "type": "Region"
26244             },
26245             {
26246             "code": "UA-07",
26247             "name": "Volynska oblast",
26248             "type": "Region"
26249             },
26250             {
26251             "code": "UA-09",
26252             "name": "Luhanska oblast",
26253             "type": "Region"
26254             },
26255             {
26256             "code": "UA-12",
26257             "name": "Dnipropetrovska oblast",
26258             "type": "Region"
26259             },
26260             {
26261             "code": "UA-14",
26262             "name": "Donetska oblast",
26263             "type": "Region"
26264             },
26265             {
26266             "code": "UA-18",
26267             "name": "Zhytomyrska oblast",
26268             "type": "Region"
26269             },
26270             {
26271             "code": "UA-21",
26272             "name": "Zakarpatska oblast",
26273             "type": "Region"
26274             },
26275             {
26276             "code": "UA-23",
26277             "name": "Zaporizka oblast",
26278             "type": "Region"
26279             },
26280             {
26281             "code": "UA-26",
26282             "name": "Ivano-Frankivska oblast",
26283             "type": "Region"
26284             },
26285             {
26286             "code": "UA-30",
26287             "name": "Kyiv",
26288             "type": "City"
26289             },
26290             {
26291             "code": "UA-32",
26292             "name": "Kyivska oblast",
26293             "type": "Region"
26294             },
26295             {
26296             "code": "UA-35",
26297             "name": "Kirovohradska oblast",
26298             "type": "Region"
26299             },
26300             {
26301             "code": "UA-40",
26302             "name": "Sevastopol",
26303             "type": "City"
26304             },
26305             {
26306             "code": "UA-43",
26307             "name": "Avtonomna Respublika Krym",
26308             "type": "Republic"
26309             },
26310             {
26311             "code": "UA-46",
26312             "name": "Lvivska oblast",
26313             "type": "Region"
26314             },
26315             {
26316             "code": "UA-48",
26317             "name": "Mykolaivska oblast",
26318             "type": "Region"
26319             },
26320             {
26321             "code": "UA-51",
26322             "name": "Odeska oblast",
26323             "type": "Region"
26324             },
26325             {
26326             "code": "UA-53",
26327             "name": "Poltavska oblast",
26328             "type": "Region"
26329             },
26330             {
26331             "code": "UA-56",
26332             "name": "Rivnenska oblast",
26333             "type": "Region"
26334             },
26335             {
26336             "code": "UA-59",
26337             "name": "Sumska oblast",
26338             "type": "Region"
26339             },
26340             {
26341             "code": "UA-61",
26342             "name": "Ternopilska oblast",
26343             "type": "Region"
26344             },
26345             {
26346             "code": "UA-63",
26347             "name": "Kharkivska oblast",
26348             "type": "Region"
26349             },
26350             {
26351             "code": "UA-65",
26352             "name": "Khersonska oblast",
26353             "type": "Region"
26354             },
26355             {
26356             "code": "UA-68",
26357             "name": "Khmelnytska oblast",
26358             "type": "Region"
26359             },
26360             {
26361             "code": "UA-71",
26362             "name": "Cherkaska oblast",
26363             "type": "Region"
26364             },
26365             {
26366             "code": "UA-74",
26367             "name": "Chernihivska oblast",
26368             "type": "Region"
26369             },
26370             {
26371             "code": "UA-77",
26372             "name": "Chernivetska oblast",
26373             "type": "Region"
26374             },
26375             {
26376             "code": "UG-101",
26377             "name": "Kalangala",
26378             "parent": "C",
26379             "type": "District"
26380             },
26381             {
26382             "code": "UG-102",
26383             "name": "Kampala",
26384             "parent": "C",
26385             "type": "City"
26386             },
26387             {
26388             "code": "UG-103",
26389             "name": "Kiboga",
26390             "parent": "C",
26391             "type": "District"
26392             },
26393             {
26394             "code": "UG-104",
26395             "name": "Luwero",
26396             "parent": "C",
26397             "type": "District"
26398             },
26399             {
26400             "code": "UG-105",
26401             "name": "Masaka",
26402             "parent": "C",
26403             "type": "District"
26404             },
26405             {
26406             "code": "UG-106",
26407             "name": "Mpigi",
26408             "parent": "C",
26409             "type": "District"
26410             },
26411             {
26412             "code": "UG-107",
26413             "name": "Mubende",
26414             "parent": "C",
26415             "type": "District"
26416             },
26417             {
26418             "code": "UG-108",
26419             "name": "Mukono",
26420             "parent": "C",
26421             "type": "District"
26422             },
26423             {
26424             "code": "UG-109",
26425             "name": "Nakasongola",
26426             "parent": "C",
26427             "type": "District"
26428             },
26429             {
26430             "code": "UG-110",
26431             "name": "Rakai",
26432             "parent": "C",
26433             "type": "District"
26434             },
26435             {
26436             "code": "UG-111",
26437             "name": "Sembabule",
26438             "parent": "C",
26439             "type": "District"
26440             },
26441             {
26442             "code": "UG-112",
26443             "name": "Kayunga",
26444             "parent": "C",
26445             "type": "District"
26446             },
26447             {
26448             "code": "UG-113",
26449             "name": "Wakiso",
26450             "parent": "C",
26451             "type": "District"
26452             },
26453             {
26454             "code": "UG-114",
26455             "name": "Lyantonde",
26456             "parent": "C",
26457             "type": "District"
26458             },
26459             {
26460             "code": "UG-115",
26461             "name": "Mityana",
26462             "parent": "C",
26463             "type": "District"
26464             },
26465             {
26466             "code": "UG-116",
26467             "name": "Nakaseke",
26468             "parent": "C",
26469             "type": "District"
26470             },
26471             {
26472             "code": "UG-117",
26473             "name": "Buikwe",
26474             "parent": "C",
26475             "type": "District"
26476             },
26477             {
26478             "code": "UG-118",
26479             "name": "Bukomansibi",
26480             "parent": "C",
26481             "type": "District"
26482             },
26483             {
26484             "code": "UG-119",
26485             "name": "Butambala",
26486             "parent": "C",
26487             "type": "District"
26488             },
26489             {
26490             "code": "UG-120",
26491             "name": "Buvuma",
26492             "parent": "C",
26493             "type": "District"
26494             },
26495             {
26496             "code": "UG-121",
26497             "name": "Gomba",
26498             "parent": "C",
26499             "type": "District"
26500             },
26501             {
26502             "code": "UG-122",
26503             "name": "Kalungu",
26504             "parent": "C",
26505             "type": "District"
26506             },
26507             {
26508             "code": "UG-123",
26509             "name": "Kyankwanzi",
26510             "parent": "C",
26511             "type": "District"
26512             },
26513             {
26514             "code": "UG-124",
26515             "name": "Lwengo",
26516             "parent": "C",
26517             "type": "District"
26518             },
26519             {
26520             "code": "UG-125",
26521             "name": "Kyotera",
26522             "parent": "C",
26523             "type": "District"
26524             },
26525             {
26526             "code": "UG-126",
26527             "name": "Kasanda",
26528             "parent": "C",
26529             "type": "District"
26530             },
26531             {
26532             "code": "UG-201",
26533             "name": "Bugiri",
26534             "parent": "E",
26535             "type": "District"
26536             },
26537             {
26538             "code": "UG-202",
26539             "name": "Busia",
26540             "parent": "E",
26541             "type": "District"
26542             },
26543             {
26544             "code": "UG-203",
26545             "name": "Iganga",
26546             "parent": "E",
26547             "type": "District"
26548             },
26549             {
26550             "code": "UG-204",
26551             "name": "Jinja",
26552             "parent": "E",
26553             "type": "District"
26554             },
26555             {
26556             "code": "UG-205",
26557             "name": "Kamuli",
26558             "parent": "E",
26559             "type": "District"
26560             },
26561             {
26562             "code": "UG-206",
26563             "name": "Kapchorwa",
26564             "parent": "E",
26565             "type": "District"
26566             },
26567             {
26568             "code": "UG-207",
26569             "name": "Katakwi",
26570             "parent": "E",
26571             "type": "District"
26572             },
26573             {
26574             "code": "UG-208",
26575             "name": "Kumi",
26576             "parent": "E",
26577             "type": "District"
26578             },
26579             {
26580             "code": "UG-209",
26581             "name": "Mbale",
26582             "parent": "E",
26583             "type": "District"
26584             },
26585             {
26586             "code": "UG-210",
26587             "name": "Pallisa",
26588             "parent": "E",
26589             "type": "District"
26590             },
26591             {
26592             "code": "UG-211",
26593             "name": "Soroti",
26594             "parent": "E",
26595             "type": "District"
26596             },
26597             {
26598             "code": "UG-212",
26599             "name": "Tororo",
26600             "parent": "E",
26601             "type": "District"
26602             },
26603             {
26604             "code": "UG-213",
26605             "name": "Kaberamaido",
26606             "parent": "E",
26607             "type": "District"
26608             },
26609             {
26610             "code": "UG-214",
26611             "name": "Mayuge",
26612             "parent": "E",
26613             "type": "District"
26614             },
26615             {
26616             "code": "UG-215",
26617             "name": "Sironko",
26618             "parent": "E",
26619             "type": "District"
26620             },
26621             {
26622             "code": "UG-216",
26623             "name": "Amuria",
26624             "parent": "E",
26625             "type": "District"
26626             },
26627             {
26628             "code": "UG-217",
26629             "name": "Budaka",
26630             "parent": "E",
26631             "type": "District"
26632             },
26633             {
26634             "code": "UG-218",
26635             "name": "Bududa",
26636             "parent": "E",
26637             "type": "District"
26638             },
26639             {
26640             "code": "UG-219",
26641             "name": "Bukedea",
26642             "parent": "E",
26643             "type": "District"
26644             },
26645             {
26646             "code": "UG-220",
26647             "name": "Bukwo",
26648             "parent": "E",
26649             "type": "District"
26650             },
26651             {
26652             "code": "UG-221",
26653             "name": "Butaleja",
26654             "parent": "E",
26655             "type": "District"
26656             },
26657             {
26658             "code": "UG-222",
26659             "name": "Kaliro",
26660             "parent": "E",
26661             "type": "District"
26662             },
26663             {
26664             "code": "UG-223",
26665             "name": "Manafwa",
26666             "parent": "E",
26667             "type": "District"
26668             },
26669             {
26670             "code": "UG-224",
26671             "name": "Namutumba",
26672             "parent": "E",
26673             "type": "District"
26674             },
26675             {
26676             "code": "UG-225",
26677             "name": "Bulambuli",
26678             "parent": "E",
26679             "type": "District"
26680             },
26681             {
26682             "code": "UG-226",
26683             "name": "Buyende",
26684             "parent": "E",
26685             "type": "District"
26686             },
26687             {
26688             "code": "UG-227",
26689             "name": "Kibuku",
26690             "parent": "E",
26691             "type": "District"
26692             },
26693             {
26694             "code": "UG-228",
26695             "name": "Kween",
26696             "parent": "E",
26697             "type": "District"
26698             },
26699             {
26700             "code": "UG-229",
26701             "name": "Luuka",
26702             "parent": "E",
26703             "type": "District"
26704             },
26705             {
26706             "code": "UG-230",
26707             "name": "Namayingo",
26708             "parent": "E",
26709             "type": "District"
26710             },
26711             {
26712             "code": "UG-231",
26713             "name": "Ngora",
26714             "parent": "E",
26715             "type": "District"
26716             },
26717             {
26718             "code": "UG-232",
26719             "name": "Serere",
26720             "parent": "E",
26721             "type": "District"
26722             },
26723             {
26724             "code": "UG-233",
26725             "name": "Butebo",
26726             "parent": "E",
26727             "type": "District"
26728             },
26729             {
26730             "code": "UG-234",
26731             "name": "Namisindwa",
26732             "parent": "E",
26733             "type": "District"
26734             },
26735             {
26736             "code": "UG-235",
26737             "name": "Bugweri",
26738             "parent": "E",
26739             "type": "District"
26740             },
26741             {
26742             "code": "UG-236",
26743             "name": "Kapelebyong",
26744             "parent": "E",
26745             "type": "District"
26746             },
26747             {
26748             "code": "UG-237",
26749             "name": "Kalaki",
26750             "parent": "E",
26751             "type": "District"
26752             },
26753             {
26754             "code": "UG-301",
26755             "name": "Adjumani",
26756             "parent": "N",
26757             "type": "District"
26758             },
26759             {
26760             "code": "UG-302",
26761             "name": "Apac",
26762             "parent": "N",
26763             "type": "District"
26764             },
26765             {
26766             "code": "UG-303",
26767             "name": "Arua",
26768             "parent": "N",
26769             "type": "District"
26770             },
26771             {
26772             "code": "UG-304",
26773             "name": "Gulu",
26774             "parent": "N",
26775             "type": "District"
26776             },
26777             {
26778             "code": "UG-305",
26779             "name": "Kitgum",
26780             "parent": "N",
26781             "type": "District"
26782             },
26783             {
26784             "code": "UG-306",
26785             "name": "Kotido",
26786             "parent": "N",
26787             "type": "District"
26788             },
26789             {
26790             "code": "UG-307",
26791             "name": "Lira",
26792             "parent": "N",
26793             "type": "District"
26794             },
26795             {
26796             "code": "UG-308",
26797             "name": "Moroto",
26798             "parent": "N",
26799             "type": "District"
26800             },
26801             {
26802             "code": "UG-309",
26803             "name": "Moyo",
26804             "parent": "N",
26805             "type": "District"
26806             },
26807             {
26808             "code": "UG-310",
26809             "name": "Nebbi",
26810             "parent": "N",
26811             "type": "District"
26812             },
26813             {
26814             "code": "UG-311",
26815             "name": "Nakapiripirit",
26816             "parent": "N",
26817             "type": "District"
26818             },
26819             {
26820             "code": "UG-312",
26821             "name": "Pader",
26822             "parent": "N",
26823             "type": "District"
26824             },
26825             {
26826             "code": "UG-313",
26827             "name": "Yumbe",
26828             "parent": "N",
26829             "type": "District"
26830             },
26831             {
26832             "code": "UG-314",
26833             "name": "Abim",
26834             "parent": "N",
26835             "type": "District"
26836             },
26837             {
26838             "code": "UG-315",
26839             "name": "Amolatar",
26840             "parent": "N",
26841             "type": "District"
26842             },
26843             {
26844             "code": "UG-316",
26845             "name": "Amuru",
26846             "parent": "N",
26847             "type": "District"
26848             },
26849             {
26850             "code": "UG-317",
26851             "name": "Dokolo",
26852             "parent": "N",
26853             "type": "District"
26854             },
26855             {
26856             "code": "UG-318",
26857             "name": "Kaabong",
26858             "parent": "N",
26859             "type": "District"
26860             },
26861             {
26862             "code": "UG-319",
26863             "name": "Koboko",
26864             "parent": "N",
26865             "type": "District"
26866             },
26867             {
26868             "code": "UG-320",
26869             "name": "Maracha",
26870             "parent": "N",
26871             "type": "District"
26872             },
26873             {
26874             "code": "UG-321",
26875             "name": "Oyam",
26876             "parent": "N",
26877             "type": "District"
26878             },
26879             {
26880             "code": "UG-322",
26881             "name": "Agago",
26882             "parent": "N",
26883             "type": "District"
26884             },
26885             {
26886             "code": "UG-323",
26887             "name": "Alebtong",
26888             "parent": "N",
26889             "type": "District"
26890             },
26891             {
26892             "code": "UG-324",
26893             "name": "Amudat",
26894             "parent": "N",
26895             "type": "District"
26896             },
26897             {
26898             "code": "UG-325",
26899             "name": "Kole",
26900             "parent": "N",
26901             "type": "District"
26902             },
26903             {
26904             "code": "UG-326",
26905             "name": "Lamwo",
26906             "parent": "N",
26907             "type": "District"
26908             },
26909             {
26910             "code": "UG-327",
26911             "name": "Napak",
26912             "parent": "N",
26913             "type": "District"
26914             },
26915             {
26916             "code": "UG-328",
26917             "name": "Nwoya",
26918             "parent": "N",
26919             "type": "District"
26920             },
26921             {
26922             "code": "UG-329",
26923             "name": "Otuke",
26924             "parent": "N",
26925             "type": "District"
26926             },
26927             {
26928             "code": "UG-330",
26929             "name": "Zombo",
26930             "parent": "N",
26931             "type": "District"
26932             },
26933             {
26934             "code": "UG-331",
26935             "name": "Omoro",
26936             "parent": "N",
26937             "type": "District"
26938             },
26939             {
26940             "code": "UG-332",
26941             "name": "Pakwach",
26942             "parent": "N",
26943             "type": "District"
26944             },
26945             {
26946             "code": "UG-333",
26947             "name": "Kwania",
26948             "parent": "N",
26949             "type": "District"
26950             },
26951             {
26952             "code": "UG-334",
26953             "name": "Nabilatuk",
26954             "parent": "N",
26955             "type": "District"
26956             },
26957             {
26958             "code": "UG-335",
26959             "name": "Karenga",
26960             "parent": "N",
26961             "type": "District"
26962             },
26963             {
26964             "code": "UG-336",
26965             "name": "Madi-Okollo",
26966             "parent": "N",
26967             "type": "District"
26968             },
26969             {
26970             "code": "UG-337",
26971             "name": "Obongi",
26972             "parent": "N",
26973             "type": "District"
26974             },
26975             {
26976             "code": "UG-401",
26977             "name": "Bundibugyo",
26978             "parent": "W",
26979             "type": "District"
26980             },
26981             {
26982             "code": "UG-402",
26983             "name": "Bushenyi",
26984             "parent": "W",
26985             "type": "District"
26986             },
26987             {
26988             "code": "UG-403",
26989             "name": "Hoima",
26990             "parent": "W",
26991             "type": "District"
26992             },
26993             {
26994             "code": "UG-404",
26995             "name": "Kabale",
26996             "parent": "W",
26997             "type": "District"
26998             },
26999             {
27000             "code": "UG-405",
27001             "name": "Kabarole",
27002             "parent": "W",
27003             "type": "District"
27004             },
27005             {
27006             "code": "UG-406",
27007             "name": "Kasese",
27008             "parent": "W",
27009             "type": "District"
27010             },
27011             {
27012             "code": "UG-407",
27013             "name": "Kibaale",
27014             "parent": "W",
27015             "type": "District"
27016             },
27017             {
27018             "code": "UG-408",
27019             "name": "Kisoro",
27020             "parent": "W",
27021             "type": "District"
27022             },
27023             {
27024             "code": "UG-409",
27025             "name": "Masindi",
27026             "parent": "W",
27027             "type": "District"
27028             },
27029             {
27030             "code": "UG-410",
27031             "name": "Mbarara",
27032             "parent": "W",
27033             "type": "District"
27034             },
27035             {
27036             "code": "UG-411",
27037             "name": "Ntungamo",
27038             "parent": "W",
27039             "type": "District"
27040             },
27041             {
27042             "code": "UG-412",
27043             "name": "Rukungiri",
27044             "parent": "W",
27045             "type": "District"
27046             },
27047             {
27048             "code": "UG-413",
27049             "name": "Kamwenge",
27050             "parent": "W",
27051             "type": "District"
27052             },
27053             {
27054             "code": "UG-414",
27055             "name": "Kanungu",
27056             "parent": "W",
27057             "type": "District"
27058             },
27059             {
27060             "code": "UG-415",
27061             "name": "Kyenjojo",
27062             "parent": "W",
27063             "type": "District"
27064             },
27065             {
27066             "code": "UG-416",
27067             "name": "Buliisa",
27068             "parent": "W",
27069             "type": "District"
27070             },
27071             {
27072             "code": "UG-417",
27073             "name": "Ibanda",
27074             "parent": "W",
27075             "type": "District"
27076             },
27077             {
27078             "code": "UG-418",
27079             "name": "Isingiro",
27080             "parent": "W",
27081             "type": "District"
27082             },
27083             {
27084             "code": "UG-419",
27085             "name": "Kiruhura",
27086             "parent": "W",
27087             "type": "District"
27088             },
27089             {
27090             "code": "UG-420",
27091             "name": "Buhweju",
27092             "parent": "W",
27093             "type": "District"
27094             },
27095             {
27096             "code": "UG-421",
27097             "name": "Kiryandongo",
27098             "parent": "W",
27099             "type": "District"
27100             },
27101             {
27102             "code": "UG-422",
27103             "name": "Kyegegwa",
27104             "parent": "W",
27105             "type": "District"
27106             },
27107             {
27108             "code": "UG-423",
27109             "name": "Mitooma",
27110             "parent": "W",
27111             "type": "District"
27112             },
27113             {
27114             "code": "UG-424",
27115             "name": "Ntoroko",
27116             "parent": "W",
27117             "type": "District"
27118             },
27119             {
27120             "code": "UG-425",
27121             "name": "Rubirizi",
27122             "parent": "W",
27123             "type": "District"
27124             },
27125             {
27126             "code": "UG-426",
27127             "name": "Sheema",
27128             "parent": "W",
27129             "type": "District"
27130             },
27131             {
27132             "code": "UG-427",
27133             "name": "Kagadi",
27134             "parent": "W",
27135             "type": "District"
27136             },
27137             {
27138             "code": "UG-428",
27139             "name": "Kakumiro",
27140             "parent": "W",
27141             "type": "District"
27142             },
27143             {
27144             "code": "UG-429",
27145             "name": "Rubanda",
27146             "parent": "W",
27147             "type": "District"
27148             },
27149             {
27150             "code": "UG-430",
27151             "name": "Bunyangabu",
27152             "parent": "W",
27153             "type": "District"
27154             },
27155             {
27156             "code": "UG-431",
27157             "name": "Rukiga",
27158             "parent": "W",
27159             "type": "District"
27160             },
27161             {
27162             "code": "UG-432",
27163             "name": "Kikuube",
27164             "parent": "W",
27165             "type": "District"
27166             },
27167             {
27168             "code": "UG-433",
27169             "name": "Kazo",
27170             "parent": "W",
27171             "type": "District"
27172             },
27173             {
27174             "code": "UG-434",
27175             "name": "Kitagwenda",
27176             "parent": "W",
27177             "type": "District"
27178             },
27179             {
27180             "code": "UG-435",
27181             "name": "Rwampara",
27182             "parent": "W",
27183             "type": "District"
27184             },
27185             {
27186             "code": "UG-C",
27187             "name": "Central",
27188             "type": "Geographical region"
27189             },
27190             {
27191             "code": "UG-E",
27192             "name": "Eastern",
27193             "type": "Geographical region"
27194             },
27195             {
27196             "code": "UG-N",
27197             "name": "Northern",
27198             "type": "Geographical region"
27199             },
27200             {
27201             "code": "UG-W",
27202             "name": "Western",
27203             "type": "Geographical region"
27204             },
27205             {
27206             "code": "UM-67",
27207             "name": "Johnston Atoll",
27208             "type": "Islands, groups of islands"
27209             },
27210             {
27211             "code": "UM-71",
27212             "name": "Midway Islands",
27213             "type": "Islands, groups of islands"
27214             },
27215             {
27216             "code": "UM-76",
27217             "name": "Navassa Island",
27218             "type": "Islands, groups of islands"
27219             },
27220             {
27221             "code": "UM-79",
27222             "name": "Wake Island",
27223             "type": "Islands, groups of islands"
27224             },
27225             {
27226             "code": "UM-81",
27227             "name": "Baker Island",
27228             "type": "Islands, groups of islands"
27229             },
27230             {
27231             "code": "UM-84",
27232             "name": "Howland Island",
27233             "type": "Islands, groups of islands"
27234             },
27235             {
27236             "code": "UM-86",
27237             "name": "Jarvis Island",
27238             "type": "Islands, groups of islands"
27239             },
27240             {
27241             "code": "UM-89",
27242             "name": "Kingman Reef",
27243             "type": "Islands, groups of islands"
27244             },
27245             {
27246             "code": "UM-95",
27247             "name": "Palmyra Atoll",
27248             "type": "Islands, groups of islands"
27249             },
27250             {
27251             "code": "US-AK",
27252             "name": "Alaska",
27253             "type": "State"
27254             },
27255             {
27256             "code": "US-AL",
27257             "name": "Alabama",
27258             "type": "State"
27259             },
27260             {
27261             "code": "US-AR",
27262             "name": "Arkansas",
27263             "type": "State"
27264             },
27265             {
27266             "code": "US-AS",
27267             "name": "American Samoa",
27268             "type": "Outlying area"
27269             },
27270             {
27271             "code": "US-AZ",
27272             "name": "Arizona",
27273             "type": "State"
27274             },
27275             {
27276             "code": "US-CA",
27277             "name": "California",
27278             "type": "State"
27279             },
27280             {
27281             "code": "US-CO",
27282             "name": "Colorado",
27283             "type": "State"
27284             },
27285             {
27286             "code": "US-CT",
27287             "name": "Connecticut",
27288             "type": "State"
27289             },
27290             {
27291             "code": "US-DC",
27292             "name": "District of Columbia",
27293             "type": "District"
27294             },
27295             {
27296             "code": "US-DE",
27297             "name": "Delaware",
27298             "type": "State"
27299             },
27300             {
27301             "code": "US-FL",
27302             "name": "Florida",
27303             "type": "State"
27304             },
27305             {
27306             "code": "US-GA",
27307             "name": "Georgia",
27308             "type": "State"
27309             },
27310             {
27311             "code": "US-GU",
27312             "name": "Guam",
27313             "type": "Outlying area"
27314             },
27315             {
27316             "code": "US-HI",
27317             "name": "Hawaii",
27318             "type": "State"
27319             },
27320             {
27321             "code": "US-IA",
27322             "name": "Iowa",
27323             "type": "State"
27324             },
27325             {
27326             "code": "US-ID",
27327             "name": "Idaho",
27328             "type": "State"
27329             },
27330             {
27331             "code": "US-IL",
27332             "name": "Illinois",
27333             "type": "State"
27334             },
27335             {
27336             "code": "US-IN",
27337             "name": "Indiana",
27338             "type": "State"
27339             },
27340             {
27341             "code": "US-KS",
27342             "name": "Kansas",
27343             "type": "State"
27344             },
27345             {
27346             "code": "US-KY",
27347             "name": "Kentucky",
27348             "type": "State"
27349             },
27350             {
27351             "code": "US-LA",
27352             "name": "Louisiana",
27353             "type": "State"
27354             },
27355             {
27356             "code": "US-MA",
27357             "name": "Massachusetts",
27358             "type": "State"
27359             },
27360             {
27361             "code": "US-MD",
27362             "name": "Maryland",
27363             "type": "State"
27364             },
27365             {
27366             "code": "US-ME",
27367             "name": "Maine",
27368             "type": "State"
27369             },
27370             {
27371             "code": "US-MI",
27372             "name": "Michigan",
27373             "type": "State"
27374             },
27375             {
27376             "code": "US-MN",
27377             "name": "Minnesota",
27378             "type": "State"
27379             },
27380             {
27381             "code": "US-MO",
27382             "name": "Missouri",
27383             "type": "State"
27384             },
27385             {
27386             "code": "US-MP",
27387             "name": "Northern Mariana Islands",
27388             "type": "Outlying area"
27389             },
27390             {
27391             "code": "US-MS",
27392             "name": "Mississippi",
27393             "type": "State"
27394             },
27395             {
27396             "code": "US-MT",
27397             "name": "Montana",
27398             "type": "State"
27399             },
27400             {
27401             "code": "US-NC",
27402             "name": "North Carolina",
27403             "type": "State"
27404             },
27405             {
27406             "code": "US-ND",
27407             "name": "North Dakota",
27408             "type": "State"
27409             },
27410             {
27411             "code": "US-NE",
27412             "name": "Nebraska",
27413             "type": "State"
27414             },
27415             {
27416             "code": "US-NH",
27417             "name": "New Hampshire",
27418             "type": "State"
27419             },
27420             {
27421             "code": "US-NJ",
27422             "name": "New Jersey",
27423             "type": "State"
27424             },
27425             {
27426             "code": "US-NM",
27427             "name": "New Mexico",
27428             "type": "State"
27429             },
27430             {
27431             "code": "US-NV",
27432             "name": "Nevada",
27433             "type": "State"
27434             },
27435             {
27436             "code": "US-NY",
27437             "name": "New York",
27438             "type": "State"
27439             },
27440             {
27441             "code": "US-OH",
27442             "name": "Ohio",
27443             "type": "State"
27444             },
27445             {
27446             "code": "US-OK",
27447             "name": "Oklahoma",
27448             "type": "State"
27449             },
27450             {
27451             "code": "US-OR",
27452             "name": "Oregon",
27453             "type": "State"
27454             },
27455             {
27456             "code": "US-PA",
27457             "name": "Pennsylvania",
27458             "type": "State"
27459             },
27460             {
27461             "code": "US-PR",
27462             "name": "Puerto Rico",
27463             "type": "Outlying area"
27464             },
27465             {
27466             "code": "US-RI",
27467             "name": "Rhode Island",
27468             "type": "State"
27469             },
27470             {
27471             "code": "US-SC",
27472             "name": "South Carolina",
27473             "type": "State"
27474             },
27475             {
27476             "code": "US-SD",
27477             "name": "South Dakota",
27478             "type": "State"
27479             },
27480             {
27481             "code": "US-TN",
27482             "name": "Tennessee",
27483             "type": "State"
27484             },
27485             {
27486             "code": "US-TX",
27487             "name": "Texas",
27488             "type": "State"
27489             },
27490             {
27491             "code": "US-UM",
27492             "name": "United States Minor Outlying Islands",
27493             "type": "Outlying area"
27494             },
27495             {
27496             "code": "US-UT",
27497             "name": "Utah",
27498             "type": "State"
27499             },
27500             {
27501             "code": "US-VA",
27502             "name": "Virginia",
27503             "type": "State"
27504             },
27505             {
27506             "code": "US-VI",
27507             "name": "Virgin Islands, U.S.",
27508             "type": "Outlying area"
27509             },
27510             {
27511             "code": "US-VT",
27512             "name": "Vermont",
27513             "type": "State"
27514             },
27515             {
27516             "code": "US-WA",
27517             "name": "Washington",
27518             "type": "State"
27519             },
27520             {
27521             "code": "US-WI",
27522             "name": "Wisconsin",
27523             "type": "State"
27524             },
27525             {
27526             "code": "US-WV",
27527             "name": "West Virginia",
27528             "type": "State"
27529             },
27530             {
27531             "code": "US-WY",
27532             "name": "Wyoming",
27533             "type": "State"
27534             },
27535             {
27536             "code": "UY-AR",
27537             "name": "Artigas",
27538             "type": "Department"
27539             },
27540             {
27541             "code": "UY-CA",
27542             "name": "Canelones",
27543             "type": "Department"
27544             },
27545             {
27546             "code": "UY-CL",
27547             "name": "Cerro Largo",
27548             "type": "Department"
27549             },
27550             {
27551             "code": "UY-CO",
27552             "name": "Colonia",
27553             "type": "Department"
27554             },
27555             {
27556             "code": "UY-DU",
27557             "name": "Durazno",
27558             "type": "Department"
27559             },
27560             {
27561             "code": "UY-FD",
27562             "name": "Florida",
27563             "type": "Department"
27564             },
27565             {
27566             "code": "UY-FS",
27567             "name": "Flores",
27568             "type": "Department"
27569             },
27570             {
27571             "code": "UY-LA",
27572             "name": "Lavalleja",
27573             "type": "Department"
27574             },
27575             {
27576             "code": "UY-MA",
27577             "name": "Maldonado",
27578             "type": "Department"
27579             },
27580             {
27581             "code": "UY-MO",
27582             "name": "Montevideo",
27583             "type": "Department"
27584             },
27585             {
27586             "code": "UY-PA",
27587             "name": "Paysandú",
27588             "type": "Department"
27589             },
27590             {
27591             "code": "UY-RN",
27592             "name": "Río Negro",
27593             "type": "Department"
27594             },
27595             {
27596             "code": "UY-RO",
27597             "name": "Rocha",
27598             "type": "Department"
27599             },
27600             {
27601             "code": "UY-RV",
27602             "name": "Rivera",
27603             "type": "Department"
27604             },
27605             {
27606             "code": "UY-SA",
27607             "name": "Salto",
27608             "type": "Department"
27609             },
27610             {
27611             "code": "UY-SJ",
27612             "name": "San José",
27613             "type": "Department"
27614             },
27615             {
27616             "code": "UY-SO",
27617             "name": "Soriano",
27618             "type": "Department"
27619             },
27620             {
27621             "code": "UY-TA",
27622             "name": "Tacuarembó",
27623             "type": "Department"
27624             },
27625             {
27626             "code": "UY-TT",
27627             "name": "Treinta y Tres",
27628             "type": "Department"
27629             },
27630             {
27631             "code": "UZ-AN",
27632             "name": "Andijon",
27633             "type": "Region"
27634             },
27635             {
27636             "code": "UZ-BU",
27637             "name": "Buxoro",
27638             "type": "Region"
27639             },
27640             {
27641             "code": "UZ-FA",
27642             "name": "Farg‘ona",
27643             "type": "Region"
27644             },
27645             {
27646             "code": "UZ-JI",
27647             "name": "Jizzax",
27648             "type": "Region"
27649             },
27650             {
27651             "code": "UZ-NG",
27652             "name": "Namangan",
27653             "type": "Region"
27654             },
27655             {
27656             "code": "UZ-NW",
27657             "name": "Navoiy",
27658             "type": "Region"
27659             },
27660             {
27661             "code": "UZ-QA",
27662             "name": "Qashqadaryo",
27663             "type": "Region"
27664             },
27665             {
27666             "code": "UZ-QR",
27667             "name": "Qoraqalpog‘iston Respublikasi",
27668             "type": "Republic"
27669             },
27670             {
27671             "code": "UZ-SA",
27672             "name": "Samarqand",
27673             "type": "Region"
27674             },
27675             {
27676             "code": "UZ-SI",
27677             "name": "Sirdaryo",
27678             "type": "Region"
27679             },
27680             {
27681             "code": "UZ-SU",
27682             "name": "Surxondaryo",
27683             "type": "Region"
27684             },
27685             {
27686             "code": "UZ-TK",
27687             "name": "Toshkent",
27688             "type": "City"
27689             },
27690             {
27691             "code": "UZ-TO",
27692             "name": "Toshkent",
27693             "type": "Region"
27694             },
27695             {
27696             "code": "UZ-XO",
27697             "name": "Xorazm",
27698             "type": "Region"
27699             },
27700             {
27701             "code": "VC-01",
27702             "name": "Charlotte",
27703             "type": "Parish"
27704             },
27705             {
27706             "code": "VC-02",
27707             "name": "Saint Andrew",
27708             "type": "Parish"
27709             },
27710             {
27711             "code": "VC-03",
27712             "name": "Saint David",
27713             "type": "Parish"
27714             },
27715             {
27716             "code": "VC-04",
27717             "name": "Saint George",
27718             "type": "Parish"
27719             },
27720             {
27721             "code": "VC-05",
27722             "name": "Saint Patrick",
27723             "type": "Parish"
27724             },
27725             {
27726             "code": "VC-06",
27727             "name": "Grenadines",
27728             "type": "Parish"
27729             },
27730             {
27731             "code": "VE-A",
27732             "name": "Distrito Capital",
27733             "type": "Capital district"
27734             },
27735             {
27736             "code": "VE-B",
27737             "name": "Anzoátegui",
27738             "type": "State"
27739             },
27740             {
27741             "code": "VE-C",
27742             "name": "Apure",
27743             "type": "State"
27744             },
27745             {
27746             "code": "VE-D",
27747             "name": "Aragua",
27748             "type": "State"
27749             },
27750             {
27751             "code": "VE-E",
27752             "name": "Barinas",
27753             "type": "State"
27754             },
27755             {
27756             "code": "VE-F",
27757             "name": "Bolívar",
27758             "type": "State"
27759             },
27760             {
27761             "code": "VE-G",
27762             "name": "Carabobo",
27763             "type": "State"
27764             },
27765             {
27766             "code": "VE-H",
27767             "name": "Cojedes",
27768             "type": "State"
27769             },
27770             {
27771             "code": "VE-I",
27772             "name": "Falcón",
27773             "type": "State"
27774             },
27775             {
27776             "code": "VE-J",
27777             "name": "Guárico",
27778             "type": "State"
27779             },
27780             {
27781             "code": "VE-K",
27782             "name": "Lara",
27783             "type": "State"
27784             },
27785             {
27786             "code": "VE-L",
27787             "name": "Mérida",
27788             "type": "State"
27789             },
27790             {
27791             "code": "VE-M",
27792             "name": "Miranda",
27793             "type": "State"
27794             },
27795             {
27796             "code": "VE-N",
27797             "name": "Monagas",
27798             "type": "State"
27799             },
27800             {
27801             "code": "VE-O",
27802             "name": "Nueva Esparta",
27803             "type": "State"
27804             },
27805             {
27806             "code": "VE-P",
27807             "name": "Portuguesa",
27808             "type": "State"
27809             },
27810             {
27811             "code": "VE-R",
27812             "name": "Sucre",
27813             "type": "State"
27814             },
27815             {
27816             "code": "VE-S",
27817             "name": "Táchira",
27818             "type": "State"
27819             },
27820             {
27821             "code": "VE-T",
27822             "name": "Trujillo",
27823             "type": "State"
27824             },
27825             {
27826             "code": "VE-U",
27827             "name": "Yaracuy",
27828             "type": "State"
27829             },
27830             {
27831             "code": "VE-V",
27832             "name": "Zulia",
27833             "type": "State"
27834             },
27835             {
27836             "code": "VE-W",
27837             "name": "Dependencias Federales",
27838             "type": "Federal dependency"
27839             },
27840             {
27841             "code": "VE-X",
27842             "name": "La Guaira",
27843             "type": "State"
27844             },
27845             {
27846             "code": "VE-Y",
27847             "name": "Delta Amacuro",
27848             "type": "State"
27849             },
27850             {
27851             "code": "VE-Z",
27852             "name": "Amazonas",
27853             "type": "State"
27854             },
27855             {
27856             "code": "VN-01",
27857             "name": "Lai Châu",
27858             "type": "Province"
27859             },
27860             {
27861             "code": "VN-02",
27862             "name": "Lào Cai",
27863             "type": "Province"
27864             },
27865             {
27866             "code": "VN-03",
27867             "name": "Hà Giang",
27868             "type": "Province"
27869             },
27870             {
27871             "code": "VN-04",
27872             "name": "Cao Bằng",
27873             "type": "Province"
27874             },
27875             {
27876             "code": "VN-05",
27877             "name": "Sơn La",
27878             "type": "Province"
27879             },
27880             {
27881             "code": "VN-06",
27882             "name": "Yên Bái",
27883             "type": "Province"
27884             },
27885             {
27886             "code": "VN-07",
27887             "name": "Tuyên Quang",
27888             "type": "Province"
27889             },
27890             {
27891             "code": "VN-09",
27892             "name": "Lạng Sơn",
27893             "type": "Province"
27894             },
27895             {
27896             "code": "VN-13",
27897             "name": "Quảng Ninh",
27898             "type": "Province"
27899             },
27900             {
27901             "code": "VN-14",
27902             "name": "Hòa Bình",
27903             "type": "Province"
27904             },
27905             {
27906             "code": "VN-18",
27907             "name": "Ninh Bình",
27908             "type": "Province"
27909             },
27910             {
27911             "code": "VN-20",
27912             "name": "Thái Bình",
27913             "type": "Province"
27914             },
27915             {
27916             "code": "VN-21",
27917             "name": "Thanh Hóa",
27918             "type": "Province"
27919             },
27920             {
27921             "code": "VN-22",
27922             "name": "Nghệ An",
27923             "type": "Province"
27924             },
27925             {
27926             "code": "VN-23",
27927             "name": "Hà Tĩnh",
27928             "type": "Province"
27929             },
27930             {
27931             "code": "VN-24",
27932             "name": "Quảng Bình",
27933             "type": "Province"
27934             },
27935             {
27936             "code": "VN-25",
27937             "name": "Quảng Trị",
27938             "type": "Province"
27939             },
27940             {
27941             "code": "VN-26",
27942             "name": "Thừa Thiên-Huế",
27943             "type": "Province"
27944             },
27945             {
27946             "code": "VN-27",
27947             "name": "Quảng Nam",
27948             "type": "Province"
27949             },
27950             {
27951             "code": "VN-28",
27952             "name": "Kon Tum",
27953             "type": "Province"
27954             },
27955             {
27956             "code": "VN-29",
27957             "name": "Quảng Ngãi",
27958             "type": "Province"
27959             },
27960             {
27961             "code": "VN-30",
27962             "name": "Gia Lai",
27963             "type": "Province"
27964             },
27965             {
27966             "code": "VN-31",
27967             "name": "Bình Định",
27968             "type": "Province"
27969             },
27970             {
27971             "code": "VN-32",
27972             "name": "Phú Yên",
27973             "type": "Province"
27974             },
27975             {
27976             "code": "VN-33",
27977             "name": "Đắk Lắk",
27978             "type": "Province"
27979             },
27980             {
27981             "code": "VN-34",
27982             "name": "Khánh Hòa",
27983             "type": "Province"
27984             },
27985             {
27986             "code": "VN-35",
27987             "name": "Lâm Đồng",
27988             "type": "Province"
27989             },
27990             {
27991             "code": "VN-36",
27992             "name": "Ninh Thuận",
27993             "type": "Province"
27994             },
27995             {
27996             "code": "VN-37",
27997             "name": "Tây Ninh",
27998             "type": "Province"
27999             },
28000             {
28001             "code": "VN-39",
28002             "name": "Đồng Nai",
28003             "type": "Province"
28004             },
28005             {
28006             "code": "VN-40",
28007             "name": "Bình Thuận",
28008             "type": "Province"
28009             },
28010             {
28011             "code": "VN-41",
28012             "name": "Long An",
28013             "type": "Province"
28014             },
28015             {
28016             "code": "VN-43",
28017             "name": "Bà Rịa - Vũng Tàu",
28018             "type": "Province"
28019             },
28020             {
28021             "code": "VN-44",
28022             "name": "An Giang",
28023             "type": "Province"
28024             },
28025             {
28026             "code": "VN-45",
28027             "name": "Đồng Tháp",
28028             "type": "Province"
28029             },
28030             {
28031             "code": "VN-46",
28032             "name": "Tiền Giang",
28033             "type": "Province"
28034             },
28035             {
28036             "code": "VN-47",
28037             "name": "Kiến Giang",
28038             "type": "Province"
28039             },
28040             {
28041             "code": "VN-49",
28042             "name": "Vĩnh Long",
28043             "type": "Province"
28044             },
28045             {
28046             "code": "VN-50",
28047             "name": "Bến Tre",
28048             "type": "Province"
28049             },
28050             {
28051             "code": "VN-51",
28052             "name": "Trà Vinh",
28053             "type": "Province"
28054             },
28055             {
28056             "code": "VN-52",
28057             "name": "Sóc Trăng",
28058             "type": "Province"
28059             },
28060             {
28061             "code": "VN-53",
28062             "name": "Bắc Kạn",
28063             "type": "Province"
28064             },
28065             {
28066             "code": "VN-54",
28067             "name": "Bắc Giang",
28068             "type": "Province"
28069             },
28070             {
28071             "code": "VN-55",
28072             "name": "Bạc Liêu",
28073             "type": "Province"
28074             },
28075             {
28076             "code": "VN-56",
28077             "name": "Bắc Ninh",
28078             "type": "Province"
28079             },
28080             {
28081             "code": "VN-57",
28082             "name": "Bình Dương",
28083             "type": "Province"
28084             },
28085             {
28086             "code": "VN-58",
28087             "name": "Bình Phước",
28088             "type": "Province"
28089             },
28090             {
28091             "code": "VN-59",
28092             "name": "Cà Mau",
28093             "type": "Province"
28094             },
28095             {
28096             "code": "VN-61",
28097             "name": "Hải Dương",
28098             "type": "Province"
28099             },
28100             {
28101             "code": "VN-63",
28102             "name": "Hà Nam",
28103             "type": "Province"
28104             },
28105             {
28106             "code": "VN-66",
28107             "name": "Hưng Yên",
28108             "type": "Province"
28109             },
28110             {
28111             "code": "VN-67",
28112             "name": "Nam Định",
28113             "type": "Province"
28114             },
28115             {
28116             "code": "VN-68",
28117             "name": "Phú Thọ",
28118             "type": "Province"
28119             },
28120             {
28121             "code": "VN-69",
28122             "name": "Thái Nguyên",
28123             "type": "Province"
28124             },
28125             {
28126             "code": "VN-70",
28127             "name": "Vĩnh Phúc",
28128             "type": "Province"
28129             },
28130             {
28131             "code": "VN-71",
28132             "name": "Điện Biên",
28133             "type": "Province"
28134             },
28135             {
28136             "code": "VN-72",
28137             "name": "Đắk Nông",
28138             "type": "Province"
28139             },
28140             {
28141             "code": "VN-73",
28142             "name": "Hậu Giang",
28143             "type": "Province"
28144             },
28145             {
28146             "code": "VN-CT",
28147             "name": "Cần Thơ",
28148             "type": "Municipality"
28149             },
28150             {
28151             "code": "VN-DN",
28152             "name": "Đà Nẵng",
28153             "type": "Municipality"
28154             },
28155             {
28156             "code": "VN-HN",
28157             "name": "Hà Nội",
28158             "type": "Municipality"
28159             },
28160             {
28161             "code": "VN-HP",
28162             "name": "Hải Phòng",
28163             "type": "Municipality"
28164             },
28165             {
28166             "code": "VN-SG",
28167             "name": "Hồ Chí Minh",
28168             "type": "Municipality"
28169             },
28170             {
28171             "code": "VU-MAP",
28172             "name": "Malampa",
28173             "type": "Province"
28174             },
28175             {
28176             "code": "VU-PAM",
28177             "name": "Pénama",
28178             "type": "Province"
28179             },
28180             {
28181             "code": "VU-SAM",
28182             "name": "Sanma",
28183             "type": "Province"
28184             },
28185             {
28186             "code": "VU-SEE",
28187             "name": "Shéfa",
28188             "type": "Province"
28189             },
28190             {
28191             "code": "VU-TAE",
28192             "name": "Taféa",
28193             "type": "Province"
28194             },
28195             {
28196             "code": "VU-TOB",
28197             "name": "Torba",
28198             "type": "Province"
28199             },
28200             {
28201             "code": "WF-AL",
28202             "name": "Alo",
28203             "type": "Administrative precinct"
28204             },
28205             {
28206             "code": "WF-SG",
28207             "name": "Sigave",
28208             "type": "Administrative precinct"
28209             },
28210             {
28211             "code": "WF-UV",
28212             "name": "Uvea",
28213             "type": "Administrative precinct"
28214             },
28215             {
28216             "code": "WS-AA",
28217             "name": "A'ana",
28218             "type": "District"
28219             },
28220             {
28221             "code": "WS-AL",
28222             "name": "Aiga-i-le-Tai",
28223             "type": "District"
28224             },
28225             {
28226             "code": "WS-AT",
28227             "name": "Atua",
28228             "type": "District"
28229             },
28230             {
28231             "code": "WS-FA",
28232             "name": "Fa'asaleleaga",
28233             "type": "District"
28234             },
28235             {
28236             "code": "WS-GE",
28237             "name": "Gaga'emauga",
28238             "type": "District"
28239             },
28240             {
28241             "code": "WS-GI",
28242             "name": "Gagaifomauga",
28243             "type": "District"
28244             },
28245             {
28246             "code": "WS-PA",
28247             "name": "Palauli",
28248             "type": "District"
28249             },
28250             {
28251             "code": "WS-SA",
28252             "name": "Satupa'itea",
28253             "type": "District"
28254             },
28255             {
28256             "code": "WS-TU",
28257             "name": "Tuamasaga",
28258             "type": "District"
28259             },
28260             {
28261             "code": "WS-VF",
28262             "name": "Va'a-o-Fonoti",
28263             "type": "District"
28264             },
28265             {
28266             "code": "WS-VS",
28267             "name": "Vaisigano",
28268             "type": "District"
28269             },
28270             {
28271             "code": "YE-AB",
28272             "name": "Abyan",
28273             "type": "Governorate"
28274             },
28275             {
28276             "code": "YE-AD",
28277             "name": "‘Adan",
28278             "type": "Governorate"
28279             },
28280             {
28281             "code": "YE-AM",
28282             "name": "‘Amrān",
28283             "type": "Governorate"
28284             },
28285             {
28286             "code": "YE-BA",
28287             "name": "Al Bayḑā’",
28288             "type": "Governorate"
28289             },
28290             {
28291             "code": "YE-DA",
28292             "name": "Aḑ Ḑāli‘",
28293             "type": "Governorate"
28294             },
28295             {
28296             "code": "YE-DH",
28297             "name": "Dhamār",
28298             "type": "Governorate"
28299             },
28300             {
28301             "code": "YE-HD",
28302             "name": "Ḩaḑramawt",
28303             "type": "Governorate"
28304             },
28305             {
28306             "code": "YE-HJ",
28307             "name": "Ḩajjah",
28308             "type": "Governorate"
28309             },
28310             {
28311             "code": "YE-HU",
28312             "name": "Al Ḩudaydah",
28313             "type": "Governorate"
28314             },
28315             {
28316             "code": "YE-IB",
28317             "name": "Ibb",
28318             "type": "Governorate"
28319             },
28320             {
28321             "code": "YE-JA",
28322             "name": "Al Jawf",
28323             "type": "Governorate"
28324             },
28325             {
28326             "code": "YE-LA",
28327             "name": "Laḩij",
28328             "type": "Governorate"
28329             },
28330             {
28331             "code": "YE-MA",
28332             "name": "Ma’rib",
28333             "type": "Governorate"
28334             },
28335             {
28336             "code": "YE-MR",
28337             "name": "Al Mahrah",
28338             "type": "Governorate"
28339             },
28340             {
28341             "code": "YE-MW",
28342             "name": "Al Maḩwīt",
28343             "type": "Governorate"
28344             },
28345             {
28346             "code": "YE-RA",
28347             "name": "Raymah",
28348             "type": "Governorate"
28349             },
28350             {
28351             "code": "YE-SA",
28352             "name": "Amānat al ‘Āşimah [city]",
28353             "type": "Municipality"
28354             },
28355             {
28356             "code": "YE-SD",
28357             "name": "Şāʻdah",
28358             "type": "Governorate"
28359             },
28360             {
28361             "code": "YE-SH",
28362             "name": "Shabwah",
28363             "type": "Governorate"
28364             },
28365             {
28366             "code": "YE-SN",
28367             "name": "Şanʻā’",
28368             "type": "Governorate"
28369             },
28370             {
28371             "code": "YE-SU",
28372             "name": "Arkhabīl Suquţrá",
28373             "type": "Governorate"
28374             },
28375             {
28376             "code": "YE-TA",
28377             "name": "Tāʻizz",
28378             "type": "Governorate"
28379             },
28380             {
28381             "code": "ZA-EC",
28382             "name": "Eastern Cape",
28383             "type": "Province"
28384             },
28385             {
28386             "code": "ZA-FS",
28387             "name": "Free State",
28388             "type": "Province"
28389             },
28390             {
28391             "code": "ZA-GP",
28392             "name": "Gauteng",
28393             "type": "Province"
28394             },
28395             {
28396             "code": "ZA-KZN",
28397             "name": "Kwazulu-Natal",
28398             "type": "Province"
28399             },
28400             {
28401             "code": "ZA-LP",
28402             "name": "Limpopo",
28403             "type": "Province"
28404             },
28405             {
28406             "code": "ZA-MP",
28407             "name": "Mpumalanga",
28408             "type": "Province"
28409             },
28410             {
28411             "code": "ZA-NC",
28412             "name": "Northern Cape",
28413             "type": "Province"
28414             },
28415             {
28416             "code": "ZA-NW",
28417             "name": "North-West",
28418             "type": "Province"
28419             },
28420             {
28421             "code": "ZA-WC",
28422             "name": "Western Cape",
28423             "type": "Province"
28424             },
28425             {
28426             "code": "ZM-01",
28427             "name": "Western",
28428             "type": "Province"
28429             },
28430             {
28431             "code": "ZM-02",
28432             "name": "Central",
28433             "type": "Province"
28434             },
28435             {
28436             "code": "ZM-03",
28437             "name": "Eastern",
28438             "type": "Province"
28439             },
28440             {
28441             "code": "ZM-04",
28442             "name": "Luapula",
28443             "type": "Province"
28444             },
28445             {
28446             "code": "ZM-05",
28447             "name": "Northern",
28448             "type": "Province"
28449             },
28450             {
28451             "code": "ZM-06",
28452             "name": "North-Western",
28453             "type": "Province"
28454             },
28455             {
28456             "code": "ZM-07",
28457             "name": "Southern",
28458             "type": "Province"
28459             },
28460             {
28461             "code": "ZM-08",
28462             "name": "Copperbelt",
28463             "type": "Province"
28464             },
28465             {
28466             "code": "ZM-09",
28467             "name": "Lusaka",
28468             "type": "Province"
28469             },
28470             {
28471             "code": "ZM-10",
28472             "name": "Muchinga",
28473             "type": "Province"
28474             },
28475             {
28476             "code": "ZW-BU",
28477             "name": "Bulawayo",
28478             "type": "Province"
28479             },
28480             {
28481             "code": "ZW-HA",
28482             "name": "Harare",
28483             "type": "Province"
28484             },
28485             {
28486             "code": "ZW-MA",
28487             "name": "Manicaland",
28488             "type": "Province"
28489             },
28490             {
28491             "code": "ZW-MC",
28492             "name": "Mashonaland Central",
28493             "type": "Province"
28494             },
28495             {
28496             "code": "ZW-ME",
28497             "name": "Mashonaland East",
28498             "type": "Province"
28499             },
28500             {
28501             "code": "ZW-MI",
28502             "name": "Midlands",
28503             "type": "Province"
28504             },
28505             {
28506             "code": "ZW-MN",
28507             "name": "Matabeleland North",
28508             "type": "Province"
28509             },
28510             {
28511             "code": "ZW-MS",
28512             "name": "Matabeleland South",
28513             "type": "Province"
28514             },
28515             {
28516             "code": "ZW-MV",
28517             "name": "Masvingo",
28518             "type": "Province"
28519             },
28520             {
28521             "code": "ZW-MW",
28522             "name": "Mashonaland West",
28523             "type": "Province"
28524             }
28525             ]
28526             }
28527              
28528             };
28529             #-------------------------------------------------------------------------------
28530             1;
28531