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         2  
  1         10  
21 1     1   31 use strict;
  1         3  
  1         20  
22 1     1   4 use warnings;
  1         2  
  1         7619  
23              
24             our $VERSION = '2.06';
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            
1706              
1707             "3166-2": [
1708             {
1709             "code": "AD-02",
1710             "name": "Canillo",
1711             "type": "Parish"
1712             },
1713             {
1714             "code": "AD-03",
1715             "name": "Encamp",
1716             "type": "Parish"
1717             },
1718             {
1719             "code": "AD-04",
1720             "name": "La Massana",
1721             "type": "Parish"
1722             },
1723             {
1724             "code": "AD-05",
1725             "name": "Ordino",
1726             "type": "Parish"
1727             },
1728             {
1729             "code": "AD-06",
1730             "name": "Sant Julià de Lòria",
1731             "type": "Parish"
1732             },
1733             {
1734             "code": "AD-07",
1735             "name": "Andorra la Vella",
1736             "type": "Parish"
1737             },
1738             {
1739             "code": "AD-08",
1740             "name": "Escaldes-Engordany",
1741             "type": "Parish"
1742             },
1743             {
1744             "code": "AE-AJ",
1745             "name": "'Ajmān",
1746             "type": "Emirate"
1747             },
1748             {
1749             "code": "AE-AZ",
1750             "name": "Abū Ȥaby [Abu Dhabi]",
1751             "type": "Emirate"
1752             },
1753             {
1754             "code": "AE-DU",
1755             "name": "Dubayy",
1756             "type": "Emirate"
1757             },
1758             {
1759             "code": "AE-FU",
1760             "name": "Al Fujayrah",
1761             "type": "Emirate"
1762             },
1763             {
1764             "code": "AE-RK",
1765             "name": "Ra’s al Khaymah",
1766             "type": "Emirate"
1767             },
1768             {
1769             "code": "AE-SH",
1770             "name": "Ash Shāriqah",
1771             "type": "Emirate"
1772             },
1773             {
1774             "code": "AE-UQ",
1775             "name": "Umm al Qaywayn",
1776             "type": "Emirate"
1777             },
1778             {
1779             "code": "AF-BAL",
1780             "name": "Balkh",
1781             "type": "Province"
1782             },
1783             {
1784             "code": "AF-BAM",
1785             "name": "Bāmyān",
1786             "type": "Province"
1787             },
1788             {
1789             "code": "AF-BDG",
1790             "name": "Bādghīs",
1791             "type": "Province"
1792             },
1793             {
1794             "code": "AF-BDS",
1795             "name": "Badakhshān",
1796             "type": "Province"
1797             },
1798             {
1799             "code": "AF-BGL",
1800             "name": "Baghlān",
1801             "type": "Province"
1802             },
1803             {
1804             "code": "AF-DAY",
1805             "name": "Dāykundī",
1806             "type": "Province"
1807             },
1808             {
1809             "code": "AF-FRA",
1810             "name": "Farāh",
1811             "type": "Province"
1812             },
1813             {
1814             "code": "AF-FYB",
1815             "name": "Fāryāb",
1816             "type": "Province"
1817             },
1818             {
1819             "code": "AF-GHA",
1820             "name": "Ghaznī",
1821             "type": "Province"
1822             },
1823             {
1824             "code": "AF-GHO",
1825             "name": "Ghōr",
1826             "type": "Province"
1827             },
1828             {
1829             "code": "AF-HEL",
1830             "name": "Helmand",
1831             "type": "Province"
1832             },
1833             {
1834             "code": "AF-HER",
1835             "name": "Herāt",
1836             "type": "Province"
1837             },
1838             {
1839             "code": "AF-JOW",
1840             "name": "Jowzjān",
1841             "type": "Province"
1842             },
1843             {
1844             "code": "AF-KAB",
1845             "name": "Kābul",
1846             "type": "Province"
1847             },
1848             {
1849             "code": "AF-KAN",
1850             "name": "Kandahār",
1851             "type": "Province"
1852             },
1853             {
1854             "code": "AF-KAP",
1855             "name": "Kāpīsā",
1856             "type": "Province"
1857             },
1858             {
1859             "code": "AF-KDZ",
1860             "name": "Kunduz",
1861             "type": "Province"
1862             },
1863             {
1864             "code": "AF-KHO",
1865             "name": "Khōst",
1866             "type": "Province"
1867             },
1868             {
1869             "code": "AF-KNR",
1870             "name": "Kunar",
1871             "type": "Province"
1872             },
1873             {
1874             "code": "AF-LAG",
1875             "name": "Laghmān",
1876             "type": "Province"
1877             },
1878             {
1879             "code": "AF-LOG",
1880             "name": "Lōgar",
1881             "type": "Province"
1882             },
1883             {
1884             "code": "AF-NAN",
1885             "name": "Nangarhār",
1886             "type": "Province"
1887             },
1888             {
1889             "code": "AF-NIM",
1890             "name": "Nīmrōz",
1891             "type": "Province"
1892             },
1893             {
1894             "code": "AF-NUR",
1895             "name": "Nūristān",
1896             "type": "Province"
1897             },
1898             {
1899             "code": "AF-PAN",
1900             "name": "Panjshayr",
1901             "type": "Province"
1902             },
1903             {
1904             "code": "AF-PAR",
1905             "name": "Parwān",
1906             "type": "Province"
1907             },
1908             {
1909             "code": "AF-PIA",
1910             "name": "Paktiyā",
1911             "type": "Province"
1912             },
1913             {
1914             "code": "AF-PKA",
1915             "name": "Paktīkā",
1916             "type": "Province"
1917             },
1918             {
1919             "code": "AF-SAM",
1920             "name": "Samangān",
1921             "type": "Province"
1922             },
1923             {
1924             "code": "AF-SAR",
1925             "name": "Sar-e Pul",
1926             "type": "Province"
1927             },
1928             {
1929             "code": "AF-TAK",
1930             "name": "Takhār",
1931             "type": "Province"
1932             },
1933             {
1934             "code": "AF-URU",
1935             "name": "Uruzgān",
1936             "type": "Province"
1937             },
1938             {
1939             "code": "AF-WAR",
1940             "name": "Wardak",
1941             "type": "Province"
1942             },
1943             {
1944             "code": "AF-ZAB",
1945             "name": "Zābul",
1946             "type": "Province"
1947             },
1948             {
1949             "code": "AG-03",
1950             "name": "Saint George",
1951             "type": "Parish"
1952             },
1953             {
1954             "code": "AG-04",
1955             "name": "Saint John",
1956             "type": "Parish"
1957             },
1958             {
1959             "code": "AG-05",
1960             "name": "Saint Mary",
1961             "type": "Parish"
1962             },
1963             {
1964             "code": "AG-06",
1965             "name": "Saint Paul",
1966             "type": "Parish"
1967             },
1968             {
1969             "code": "AG-07",
1970             "name": "Saint Peter",
1971             "type": "Parish"
1972             },
1973             {
1974             "code": "AG-08",
1975             "name": "Saint Philip",
1976             "type": "Parish"
1977             },
1978             {
1979             "code": "AG-10",
1980             "name": "Barbuda",
1981             "type": "Dependency"
1982             },
1983             {
1984             "code": "AG-11",
1985             "name": "Redonda",
1986             "type": "Dependency"
1987             },
1988             {
1989             "code": "AL-01",
1990             "name": "Berat",
1991             "type": "County"
1992             },
1993             {
1994             "code": "AL-02",
1995             "name": "Durrës",
1996             "type": "County"
1997             },
1998             {
1999             "code": "AL-03",
2000             "name": "Elbasan",
2001             "type": "County"
2002             },
2003             {
2004             "code": "AL-04",
2005             "name": "Fier",
2006             "type": "County"
2007             },
2008             {
2009             "code": "AL-05",
2010             "name": "Gjirokastër",
2011             "type": "County"
2012             },
2013             {
2014             "code": "AL-06",
2015             "name": "Korçë",
2016             "type": "County"
2017             },
2018             {
2019             "code": "AL-07",
2020             "name": "Kukës",
2021             "type": "County"
2022             },
2023             {
2024             "code": "AL-08",
2025             "name": "Lezhë",
2026             "type": "County"
2027             },
2028             {
2029             "code": "AL-09",
2030             "name": "Dibër",
2031             "type": "County"
2032             },
2033             {
2034             "code": "AL-10",
2035             "name": "Shkodër",
2036             "type": "County"
2037             },
2038             {
2039             "code": "AL-11",
2040             "name": "Tiranë",
2041             "type": "County"
2042             },
2043             {
2044             "code": "AL-12",
2045             "name": "Vlorë",
2046             "type": "County"
2047             },
2048             {
2049             "code": "AL-BR",
2050             "name": "Berat",
2051             "parent": "01",
2052             "type": "District"
2053             },
2054             {
2055             "code": "AL-BU",
2056             "name": "Bulqizë",
2057             "parent": "09",
2058             "type": "District"
2059             },
2060             {
2061             "code": "AL-DI",
2062             "name": "Dibër",
2063             "parent": "09",
2064             "type": "District"
2065             },
2066             {
2067             "code": "AL-DL",
2068             "name": "Delvinë",
2069             "parent": "12",
2070             "type": "District"
2071             },
2072             {
2073             "code": "AL-DR",
2074             "name": "Durrës",
2075             "parent": "02",
2076             "type": "District"
2077             },
2078             {
2079             "code": "AL-DV",
2080             "name": "Devoll",
2081             "parent": "06",
2082             "type": "District"
2083             },
2084             {
2085             "code": "AL-EL",
2086             "name": "Elbasan",
2087             "parent": "03",
2088             "type": "District"
2089             },
2090             {
2091             "code": "AL-ER",
2092             "name": "Kolonjë",
2093             "parent": "06",
2094             "type": "District"
2095             },
2096             {
2097             "code": "AL-FR",
2098             "name": "Fier",
2099             "parent": "04",
2100             "type": "District"
2101             },
2102             {
2103             "code": "AL-GJ",
2104             "name": "Gjirokastër",
2105             "parent": "05",
2106             "type": "District"
2107             },
2108             {
2109             "code": "AL-GR",
2110             "name": "Gramsh",
2111             "parent": "03",
2112             "type": "District"
2113             },
2114             {
2115             "code": "AL-HA",
2116             "name": "Has",
2117             "parent": "07",
2118             "type": "District"
2119             },
2120             {
2121             "code": "AL-KA",
2122             "name": "Kavajë",
2123             "parent": "11",
2124             "type": "District"
2125             },
2126             {
2127             "code": "AL-KB",
2128             "name": "Kurbin",
2129             "parent": "08",
2130             "type": "District"
2131             },
2132             {
2133             "code": "AL-KC",
2134             "name": "Kuçovë",
2135             "parent": "01",
2136             "type": "District"
2137             },
2138             {
2139             "code": "AL-KO",
2140             "name": "Korçë",
2141             "parent": "06",
2142             "type": "District"
2143             },
2144             {
2145             "code": "AL-KR",
2146             "name": "Krujë",
2147             "parent": "02",
2148             "type": "District"
2149             },
2150             {
2151             "code": "AL-KU",
2152             "name": "Kukës",
2153             "parent": "07",
2154             "type": "District"
2155             },
2156             {
2157             "code": "AL-LB",
2158             "name": "Librazhd",
2159             "parent": "03",
2160             "type": "District"
2161             },
2162             {
2163             "code": "AL-LE",
2164             "name": "Lezhë",
2165             "parent": "08",
2166             "type": "District"
2167             },
2168             {
2169             "code": "AL-LU",
2170             "name": "Lushnjë",
2171             "parent": "04",
2172             "type": "District"
2173             },
2174             {
2175             "code": "AL-MK",
2176             "name": "Mallakastër",
2177             "parent": "04",
2178             "type": "District"
2179             },
2180             {
2181             "code": "AL-MM",
2182             "name": "Malësi e Madhe",
2183             "parent": "10",
2184             "type": "District"
2185             },
2186             {
2187             "code": "AL-MR",
2188             "name": "Mirditë",
2189             "parent": "08",
2190             "type": "District"
2191             },
2192             {
2193             "code": "AL-MT",
2194             "name": "Mat",
2195             "parent": "09",
2196             "type": "District"
2197             },
2198             {
2199             "code": "AL-PG",
2200             "name": "Pogradec",
2201             "parent": "06",
2202             "type": "District"
2203             },
2204             {
2205             "code": "AL-PQ",
2206             "name": "Peqin",
2207             "parent": "03",
2208             "type": "District"
2209             },
2210             {
2211             "code": "AL-PR",
2212             "name": "Përmet",
2213             "parent": "05",
2214             "type": "District"
2215             },
2216             {
2217             "code": "AL-PU",
2218             "name": "Pukë",
2219             "parent": "10",
2220             "type": "District"
2221             },
2222             {
2223             "code": "AL-SH",
2224             "name": "Shkodër",
2225             "parent": "10",
2226             "type": "District"
2227             },
2228             {
2229             "code": "AL-SK",
2230             "name": "Skrapar",
2231             "parent": "01",
2232             "type": "District"
2233             },
2234             {
2235             "code": "AL-SR",
2236             "name": "Sarandë",
2237             "parent": "12",
2238             "type": "District"
2239             },
2240             {
2241             "code": "AL-TE",
2242             "name": "Tepelenë",
2243             "parent": "05",
2244             "type": "District"
2245             },
2246             {
2247             "code": "AL-TP",
2248             "name": "Tropojë",
2249             "parent": "07",
2250             "type": "District"
2251             },
2252             {
2253             "code": "AL-TR",
2254             "name": "Tiranë",
2255             "parent": "11",
2256             "type": "District"
2257             },
2258             {
2259             "code": "AL-VL",
2260             "name": "Vlorë",
2261             "parent": "12",
2262             "type": "District"
2263             },
2264             {
2265             "code": "AM-AG",
2266             "name": "Aragacotn",
2267             "type": "Province"
2268             },
2269             {
2270             "code": "AM-AR",
2271             "name": "Ararat",
2272             "type": "Province"
2273             },
2274             {
2275             "code": "AM-AV",
2276             "name": "Armavir",
2277             "type": "Province"
2278             },
2279             {
2280             "code": "AM-ER",
2281             "name": "Erevan",
2282             "type": "Province"
2283             },
2284             {
2285             "code": "AM-GR",
2286             "name": "Gegarkunik'",
2287             "type": "Province"
2288             },
2289             {
2290             "code": "AM-KT",
2291             "name": "Kotayk'",
2292             "type": "Province"
2293             },
2294             {
2295             "code": "AM-LO",
2296             "name": "Lory",
2297             "type": "Province"
2298             },
2299             {
2300             "code": "AM-SH",
2301             "name": "Sirak",
2302             "type": "Province"
2303             },
2304             {
2305             "code": "AM-SU",
2306             "name": "Syunik'",
2307             "type": "Province"
2308             },
2309             {
2310             "code": "AM-TV",
2311             "name": "Tavus",
2312             "type": "Province"
2313             },
2314             {
2315             "code": "AM-VD",
2316             "name": "Vayoc Jor",
2317             "type": "Province"
2318             },
2319             {
2320             "code": "AO-BGO",
2321             "name": "Bengo",
2322             "type": "Province"
2323             },
2324             {
2325             "code": "AO-BGU",
2326             "name": "Benguela",
2327             "type": "Province"
2328             },
2329             {
2330             "code": "AO-BIE",
2331             "name": "Bié",
2332             "type": "Province"
2333             },
2334             {
2335             "code": "AO-CAB",
2336             "name": "Cabinda",
2337             "type": "Province"
2338             },
2339             {
2340             "code": "AO-CCU",
2341             "name": "Cuando-Cubango",
2342             "type": "Province"
2343             },
2344             {
2345             "code": "AO-CNN",
2346             "name": "Cunene",
2347             "type": "Province"
2348             },
2349             {
2350             "code": "AO-CNO",
2351             "name": "Cuanza Norte",
2352             "type": "Province"
2353             },
2354             {
2355             "code": "AO-CUS",
2356             "name": "Cuanza Sul",
2357             "type": "Province"
2358             },
2359             {
2360             "code": "AO-HUA",
2361             "name": "Huambo",
2362             "type": "Province"
2363             },
2364             {
2365             "code": "AO-HUI",
2366             "name": "Huíla",
2367             "type": "Province"
2368             },
2369             {
2370             "code": "AO-LNO",
2371             "name": "Lunda Norte",
2372             "type": "Province"
2373             },
2374             {
2375             "code": "AO-LSU",
2376             "name": "Lunda Sul",
2377             "type": "Province"
2378             },
2379             {
2380             "code": "AO-LUA",
2381             "name": "Luanda",
2382             "type": "Province"
2383             },
2384             {
2385             "code": "AO-MAL",
2386             "name": "Malange",
2387             "type": "Province"
2388             },
2389             {
2390             "code": "AO-MOX",
2391             "name": "Moxico",
2392             "type": "Province"
2393             },
2394             {
2395             "code": "AO-NAM",
2396             "name": "Namibe",
2397             "type": "Province"
2398             },
2399             {
2400             "code": "AO-UIG",
2401             "name": "Uíge",
2402             "type": "Province"
2403             },
2404             {
2405             "code": "AO-ZAI",
2406             "name": "Zaire",
2407             "type": "Province"
2408             },
2409             {
2410             "code": "AR-A",
2411             "name": "Salta",
2412             "type": "Province"
2413             },
2414             {
2415             "code": "AR-B",
2416             "name": "Buenos Aires",
2417             "type": "Province"
2418             },
2419             {
2420             "code": "AR-C",
2421             "name": "Ciudad Autónoma de Buenos Aires",
2422             "type": "City"
2423             },
2424             {
2425             "code": "AR-D",
2426             "name": "San Luis",
2427             "type": "Province"
2428             },
2429             {
2430             "code": "AR-E",
2431             "name": "Entre Rios",
2432             "type": "Province"
2433             },
2434             {
2435             "code": "AR-G",
2436             "name": "Santiago del Estero",
2437             "type": "Province"
2438             },
2439             {
2440             "code": "AR-H",
2441             "name": "Chaco",
2442             "type": "Province"
2443             },
2444             {
2445             "code": "AR-J",
2446             "name": "San Juan",
2447             "type": "Province"
2448             },
2449             {
2450             "code": "AR-K",
2451             "name": "Catamarca",
2452             "type": "Province"
2453             },
2454             {
2455             "code": "AR-L",
2456             "name": "La Pampa",
2457             "type": "Province"
2458             },
2459             {
2460             "code": "AR-M",
2461             "name": "Mendoza",
2462             "type": "Province"
2463             },
2464             {
2465             "code": "AR-N",
2466             "name": "Misiones",
2467             "type": "Province"
2468             },
2469             {
2470             "code": "AR-P",
2471             "name": "Formosa",
2472             "type": "Province"
2473             },
2474             {
2475             "code": "AR-Q",
2476             "name": "Neuquen",
2477             "type": "Province"
2478             },
2479             {
2480             "code": "AR-R",
2481             "name": "Rio Negro",
2482             "type": "Province"
2483             },
2484             {
2485             "code": "AR-S",
2486             "name": "Santa Fe",
2487             "type": "Province"
2488             },
2489             {
2490             "code": "AR-T",
2491             "name": "Tucuman",
2492             "type": "Province"
2493             },
2494             {
2495             "code": "AR-U",
2496             "name": "Chubut",
2497             "type": "Province"
2498             },
2499             {
2500             "code": "AR-V",
2501             "name": "Tierra del Fuego",
2502             "type": "Province"
2503             },
2504             {
2505             "code": "AR-W",
2506             "name": "Corrientes",
2507             "type": "Province"
2508             },
2509             {
2510             "code": "AR-X",
2511             "name": "Cordoba",
2512             "type": "Province"
2513             },
2514             {
2515             "code": "AR-Y",
2516             "name": "Jujuy",
2517             "type": "Province"
2518             },
2519             {
2520             "code": "AR-Z",
2521             "name": "Santa Cruz",
2522             "type": "Province"
2523             },
2524             {
2525             "code": "AT-1",
2526             "name": "Burgenland",
2527             "type": "State"
2528             },
2529             {
2530             "code": "AT-2",
2531             "name": "Kärnten",
2532             "type": "State"
2533             },
2534             {
2535             "code": "AT-3",
2536             "name": "Niederösterreich",
2537             "type": "State"
2538             },
2539             {
2540             "code": "AT-4",
2541             "name": "Oberösterreich",
2542             "type": "State"
2543             },
2544             {
2545             "code": "AT-5",
2546             "name": "Salzburg",
2547             "type": "State"
2548             },
2549             {
2550             "code": "AT-6",
2551             "name": "Steiermark",
2552             "type": "State"
2553             },
2554             {
2555             "code": "AT-7",
2556             "name": "Tirol",
2557             "type": "State"
2558             },
2559             {
2560             "code": "AT-8",
2561             "name": "Vorarlberg",
2562             "type": "State"
2563             },
2564             {
2565             "code": "AT-9",
2566             "name": "Wien",
2567             "type": "State"
2568             },
2569             {
2570             "code": "AU-ACT",
2571             "name": "Australian Capital Territory",
2572             "type": "Territory"
2573             },
2574             {
2575             "code": "AU-NSW",
2576             "name": "New South Wales",
2577             "type": "State"
2578             },
2579             {
2580             "code": "AU-NT",
2581             "name": "Northern Territory",
2582             "type": "Territory"
2583             },
2584             {
2585             "code": "AU-QLD",
2586             "name": "Queensland",
2587             "type": "State"
2588             },
2589             {
2590             "code": "AU-SA",
2591             "name": "South Australia",
2592             "type": "State"
2593             },
2594             {
2595             "code": "AU-TAS",
2596             "name": "Tasmania",
2597             "type": "State"
2598             },
2599             {
2600             "code": "AU-VIC",
2601             "name": "Victoria",
2602             "type": "State"
2603             },
2604             {
2605             "code": "AU-WA",
2606             "name": "Western Australia",
2607             "type": "State"
2608             },
2609             {
2610             "code": "AZ-ABS",
2611             "name": "Abşeron",
2612             "type": "Rayon"
2613             },
2614             {
2615             "code": "AZ-AGA",
2616             "name": "Ağstafa",
2617             "type": "Rayon"
2618             },
2619             {
2620             "code": "AZ-AGC",
2621             "name": "Ağcabədi",
2622             "type": "Rayon"
2623             },
2624             {
2625             "code": "AZ-AGM",
2626             "name": "Ağdam",
2627             "type": "Rayon"
2628             },
2629             {
2630             "code": "AZ-AGS",
2631             "name": "Ağdaş",
2632             "type": "Rayon"
2633             },
2634             {
2635             "code": "AZ-AGU",
2636             "name": "Ağsu",
2637             "type": "Rayon"
2638             },
2639             {
2640             "code": "AZ-AST",
2641             "name": "Astara",
2642             "type": "Rayon"
2643             },
2644             {
2645             "code": "AZ-BA",
2646             "name": "Bakı",
2647             "type": "Municipality"
2648             },
2649             {
2650             "code": "AZ-BAB",
2651             "name": "Babək",
2652             "parent": "NX",
2653             "type": "Rayon"
2654             },
2655             {
2656             "code": "AZ-BAL",
2657             "name": "Balakən",
2658             "type": "Rayon"
2659             },
2660             {
2661             "code": "AZ-BAR",
2662             "name": "Bərdə",
2663             "type": "Rayon"
2664             },
2665             {
2666             "code": "AZ-BEY",
2667             "name": "Beyləqan",
2668             "type": "Rayon"
2669             },
2670             {
2671             "code": "AZ-BIL",
2672             "name": "Biləsuvar",
2673             "type": "Rayon"
2674             },
2675             {
2676             "code": "AZ-CAB",
2677             "name": "Cəbrayıl",
2678             "type": "Rayon"
2679             },
2680             {
2681             "code": "AZ-CAL",
2682             "name": "Cəlilabab",
2683             "type": "Rayon"
2684             },
2685             {
2686             "code": "AZ-CUL",
2687             "name": "Culfa",
2688             "parent": "NX",
2689             "type": "Rayon"
2690             },
2691             {
2692             "code": "AZ-DAS",
2693             "name": "Daşkəsən",
2694             "type": "Rayon"
2695             },
2696             {
2697             "code": "AZ-FUZ",
2698             "name": "Füzuli",
2699             "type": "Rayon"
2700             },
2701             {
2702             "code": "AZ-GA",
2703             "name": "Gəncə",
2704             "type": "Municipality"
2705             },
2706             {
2707             "code": "AZ-GAD",
2708             "name": "Gədəbəy",
2709             "type": "Rayon"
2710             },
2711             {
2712             "code": "AZ-GOR",
2713             "name": "Goranboy",
2714             "type": "Rayon"
2715             },
2716             {
2717             "code": "AZ-GOY",
2718             "name": "Göyçay",
2719             "type": "Rayon"
2720             },
2721             {
2722             "code": "AZ-GYG",
2723             "name": "Göygöl",
2724             "type": "Rayon"
2725             },
2726             {
2727             "code": "AZ-HAC",
2728             "name": "Hacıqabul",
2729             "type": "Rayon"
2730             },
2731             {
2732             "code": "AZ-IMI",
2733             "name": "İmişli",
2734             "type": "Rayon"
2735             },
2736             {
2737             "code": "AZ-ISM",
2738             "name": "İsmayıllı",
2739             "type": "Rayon"
2740             },
2741             {
2742             "code": "AZ-KAL",
2743             "name": "Kəlbəcər",
2744             "type": "Rayon"
2745             },
2746             {
2747             "code": "AZ-KAN",
2748             "name": "Kǝngǝrli",
2749             "parent": "NX",
2750             "type": "Rayon"
2751             },
2752             {
2753             "code": "AZ-KUR",
2754             "name": "Kürdəmir",
2755             "type": "Rayon"
2756             },
2757             {
2758             "code": "AZ-LA",
2759             "name": "Lənkəran",
2760             "type": "Municipality"
2761             },
2762             {
2763             "code": "AZ-LAC",
2764             "name": "Laçın",
2765             "type": "Rayon"
2766             },
2767             {
2768             "code": "AZ-LAN",
2769             "name": "Lənkəran",
2770             "type": "Rayon"
2771             },
2772             {
2773             "code": "AZ-LER",
2774             "name": "Lerik",
2775             "type": "Rayon"
2776             },
2777             {
2778             "code": "AZ-MAS",
2779             "name": "Masallı",
2780             "type": "Rayon"
2781             },
2782             {
2783             "code": "AZ-MI",
2784             "name": "Mingəçevir",
2785             "type": "Municipality"
2786             },
2787             {
2788             "code": "AZ-NA",
2789             "name": "Naftalan",
2790             "type": "Municipality"
2791             },
2792             {
2793             "code": "AZ-NEF",
2794             "name": "Neftçala",
2795             "type": "Rayon"
2796             },
2797             {
2798             "code": "AZ-NV",
2799             "name": "Naxçıvan",
2800             "parent": "NX",
2801             "type": "Municipality"
2802             },
2803             {
2804             "code": "AZ-NX",
2805             "name": "Naxçıvan",
2806             "type": "Autonomous republic"
2807             },
2808             {
2809             "code": "AZ-OGU",
2810             "name": "Oğuz",
2811             "type": "Rayon"
2812             },
2813             {
2814             "code": "AZ-ORD",
2815             "name": "Ordubad",
2816             "parent": "NX",
2817             "type": "Rayon"
2818             },
2819             {
2820             "code": "AZ-QAB",
2821             "name": "Qəbələ",
2822             "type": "Rayon"
2823             },
2824             {
2825             "code": "AZ-QAX",
2826             "name": "Qax",
2827             "type": "Rayon"
2828             },
2829             {
2830             "code": "AZ-QAZ",
2831             "name": "Qazax",
2832             "type": "Rayon"
2833             },
2834             {
2835             "code": "AZ-QBA",
2836             "name": "Quba",
2837             "type": "Rayon"
2838             },
2839             {
2840             "code": "AZ-QBI",
2841             "name": "Qubadlı",
2842             "type": "Rayon"
2843             },
2844             {
2845             "code": "AZ-QOB",
2846             "name": "Qobustan",
2847             "type": "Rayon"
2848             },
2849             {
2850             "code": "AZ-QUS",
2851             "name": "Qusar",
2852             "type": "Rayon"
2853             },
2854             {
2855             "code": "AZ-SA",
2856             "name": "Şəki",
2857             "type": "Municipality"
2858             },
2859             {
2860             "code": "AZ-SAB",
2861             "name": "Sabirabad",
2862             "type": "Rayon"
2863             },
2864             {
2865             "code": "AZ-SAD",
2866             "name": "Sədərək",
2867             "parent": "NX",
2868             "type": "Rayon"
2869             },
2870             {
2871             "code": "AZ-SAH",
2872             "name": "Şahbuz",
2873             "parent": "NX",
2874             "type": "Rayon"
2875             },
2876             {
2877             "code": "AZ-SAK",
2878             "name": "Şəki",
2879             "type": "Rayon"
2880             },
2881             {
2882             "code": "AZ-SAL",
2883             "name": "Salyan",
2884             "type": "Rayon"
2885             },
2886             {
2887             "code": "AZ-SAR",
2888             "name": "Şərur",
2889             "parent": "NX",
2890             "type": "Rayon"
2891             },
2892             {
2893             "code": "AZ-SAT",
2894             "name": "Saatlı",
2895             "type": "Rayon"
2896             },
2897             {
2898             "code": "AZ-SBN",
2899             "name": "Şabran",
2900             "type": "Rayon"
2901             },
2902             {
2903             "code": "AZ-SIY",
2904             "name": "Siyəzən",
2905             "type": "Rayon"
2906             },
2907             {
2908             "code": "AZ-SKR",
2909             "name": "Şəmkir",
2910             "type": "Rayon"
2911             },
2912             {
2913             "code": "AZ-SM",
2914             "name": "Sumqayıt",
2915             "type": "Municipality"
2916             },
2917             {
2918             "code": "AZ-SMI",
2919             "name": "Şamaxı",
2920             "type": "Rayon"
2921             },
2922             {
2923             "code": "AZ-SMX",
2924             "name": "Samux",
2925             "type": "Rayon"
2926             },
2927             {
2928             "code": "AZ-SR",
2929             "name": "Şirvan",
2930             "type": "Municipality"
2931             },
2932             {
2933             "code": "AZ-SUS",
2934             "name": "Şuşa",
2935             "type": "Rayon"
2936             },
2937             {
2938             "code": "AZ-TAR",
2939             "name": "Tərtər",
2940             "type": "Rayon"
2941             },
2942             {
2943             "code": "AZ-TOV",
2944             "name": "Tovuz",
2945             "type": "Rayon"
2946             },
2947             {
2948             "code": "AZ-UCA",
2949             "name": "Ucar",
2950             "type": "Rayon"
2951             },
2952             {
2953             "code": "AZ-XA",
2954             "name": "Xankəndi",
2955             "type": "Municipality"
2956             },
2957             {
2958             "code": "AZ-XAC",
2959             "name": "Xaçmaz",
2960             "type": "Rayon"
2961             },
2962             {
2963             "code": "AZ-XCI",
2964             "name": "Xocalı",
2965             "type": "Rayon"
2966             },
2967             {
2968             "code": "AZ-XIZ",
2969             "name": "Xızı",
2970             "type": "Rayon"
2971             },
2972             {
2973             "code": "AZ-XVD",
2974             "name": "Xocavənd",
2975             "type": "Rayon"
2976             },
2977             {
2978             "code": "AZ-YAR",
2979             "name": "Yardımlı",
2980             "type": "Rayon"
2981             },
2982             {
2983             "code": "AZ-YE",
2984             "name": "Yevlax",
2985             "type": "Municipality"
2986             },
2987             {
2988             "code": "AZ-YEV",
2989             "name": "Yevlax",
2990             "type": "Rayon"
2991             },
2992             {
2993             "code": "AZ-ZAN",
2994             "name": "Zəngilan",
2995             "type": "Rayon"
2996             },
2997             {
2998             "code": "AZ-ZAQ",
2999             "name": "Zaqatala",
3000             "type": "Rayon"
3001             },
3002             {
3003             "code": "AZ-ZAR",
3004             "name": "Zərdab",
3005             "type": "Rayon"
3006             },
3007             {
3008             "code": "BA-01",
3009             "name": "Unsko-sanski kanton",
3010             "parent": "BIH",
3011             "type": "Canton"
3012             },
3013             {
3014             "code": "BA-02",
3015             "name": "Posavski kanton",
3016             "parent": "BIH",
3017             "type": "Canton"
3018             },
3019             {
3020             "code": "BA-03",
3021             "name": "Tuzlanski kanton",
3022             "parent": "BIH",
3023             "type": "Canton"
3024             },
3025             {
3026             "code": "BA-04",
3027             "name": "Zeničko-dobojski kanton",
3028             "parent": "BIH",
3029             "type": "Canton"
3030             },
3031             {
3032             "code": "BA-05",
3033             "name": "Bosansko-podrinjski kanton",
3034             "parent": "BIH",
3035             "type": "Canton"
3036             },
3037             {
3038             "code": "BA-06",
3039             "name": "Srednjobosanski kanton",
3040             "parent": "BIH",
3041             "type": "Canton"
3042             },
3043             {
3044             "code": "BA-07",
3045             "name": "Hercegovačko-neretvanski kanton",
3046             "parent": "BIH",
3047             "type": "Canton"
3048             },
3049             {
3050             "code": "BA-08",
3051             "name": "Zapadnohercegovački kanton",
3052             "parent": "BIH",
3053             "type": "Canton"
3054             },
3055             {
3056             "code": "BA-09",
3057             "name": "Kanton Sarajevo",
3058             "parent": "BIH",
3059             "type": "Canton"
3060             },
3061             {
3062             "code": "BA-10",
3063             "name": "Kanton br. 10 (Livanjski kanton)",
3064             "parent": "BIH",
3065             "type": "Canton"
3066             },
3067             {
3068             "code": "BA-BIH",
3069             "name": "Federacija Bosne i Hercegovine",
3070             "type": "Entity"
3071             },
3072             {
3073             "code": "BA-BRC",
3074             "name": "Brčko distrikt",
3075             "type": "District"
3076             },
3077             {
3078             "code": "BA-SRP",
3079             "name": "Republika Srpska",
3080             "type": "Entity"
3081             },
3082             {
3083             "code": "BB-01",
3084             "name": "Christ Church",
3085             "type": "Parish"
3086             },
3087             {
3088             "code": "BB-02",
3089             "name": "Saint Andrew",
3090             "type": "Parish"
3091             },
3092             {
3093             "code": "BB-03",
3094             "name": "Saint George",
3095             "type": "Parish"
3096             },
3097             {
3098             "code": "BB-04",
3099             "name": "Saint James",
3100             "type": "Parish"
3101             },
3102             {
3103             "code": "BB-05",
3104             "name": "Saint John",
3105             "type": "Parish"
3106             },
3107             {
3108             "code": "BB-06",
3109             "name": "Saint Joseph",
3110             "type": "Parish"
3111             },
3112             {
3113             "code": "BB-07",
3114             "name": "Saint Lucy",
3115             "type": "Parish"
3116             },
3117             {
3118             "code": "BB-08",
3119             "name": "Saint Michael",
3120             "type": "Parish"
3121             },
3122             {
3123             "code": "BB-09",
3124             "name": "Saint Peter",
3125             "type": "Parish"
3126             },
3127             {
3128             "code": "BB-10",
3129             "name": "Saint Philip",
3130             "type": "Parish"
3131             },
3132             {
3133             "code": "BB-11",
3134             "name": "Saint Thomas",
3135             "type": "Parish"
3136             },
3137             {
3138             "code": "BD-01",
3139             "name": "Bandarban",
3140             "parent": "B",
3141             "type": "District"
3142             },
3143             {
3144             "code": "BD-02",
3145             "name": "Barguna",
3146             "parent": "A",
3147             "type": "District"
3148             },
3149             {
3150             "code": "BD-03",
3151             "name": "Bogra",
3152             "parent": "E",
3153             "type": "District"
3154             },
3155             {
3156             "code": "BD-04",
3157             "name": "Brahmanbaria",
3158             "parent": "B",
3159             "type": "District"
3160             },
3161             {
3162             "code": "BD-05",
3163             "name": "Bagerhat",
3164             "parent": "D",
3165             "type": "District"
3166             },
3167             {
3168             "code": "BD-06",
3169             "name": "Barisal",
3170             "parent": "A",
3171             "type": "District"
3172             },
3173             {
3174             "code": "BD-07",
3175             "name": "Bhola",
3176             "parent": "A",
3177             "type": "District"
3178             },
3179             {
3180             "code": "BD-08",
3181             "name": "Comilla",
3182             "parent": "B",
3183             "type": "District"
3184             },
3185             {
3186             "code": "BD-09",
3187             "name": "Chandpur",
3188             "parent": "B",
3189             "type": "District"
3190             },
3191             {
3192             "code": "BD-10",
3193             "name": "Chittagong",
3194             "parent": "B",
3195             "type": "District"
3196             },
3197             {
3198             "code": "BD-11",
3199             "name": "Cox's Bazar",
3200             "parent": "B",
3201             "type": "District"
3202             },
3203             {
3204             "code": "BD-12",
3205             "name": "Chuadanga",
3206             "parent": "D",
3207             "type": "District"
3208             },
3209             {
3210             "code": "BD-13",
3211             "name": "Dhaka",
3212             "parent": "C",
3213             "type": "District"
3214             },
3215             {
3216             "code": "BD-14",
3217             "name": "Dinajpur",
3218             "parent": "F",
3219             "type": "District"
3220             },
3221             {
3222             "code": "BD-15",
3223             "name": "Faridpur",
3224             "parent": "C",
3225             "type": "District"
3226             },
3227             {
3228             "code": "BD-16",
3229             "name": "Feni",
3230             "parent": "B",
3231             "type": "District"
3232             },
3233             {
3234             "code": "BD-17",
3235             "name": "Gopalganj",
3236             "parent": "C",
3237             "type": "District"
3238             },
3239             {
3240             "code": "BD-18",
3241             "name": "Gazipur",
3242             "parent": "C",
3243             "type": "District"
3244             },
3245             {
3246             "code": "BD-19",
3247             "name": "Gaibandha",
3248             "parent": "F",
3249             "type": "District"
3250             },
3251             {
3252             "code": "BD-20",
3253             "name": "Habiganj",
3254             "parent": "G",
3255             "type": "District"
3256             },
3257             {
3258             "code": "BD-21",
3259             "name": "Jamalpur",
3260             "parent": "C",
3261             "type": "District"
3262             },
3263             {
3264             "code": "BD-22",
3265             "name": "Jessore",
3266             "parent": "D",
3267             "type": "District"
3268             },
3269             {
3270             "code": "BD-23",
3271             "name": "Jhenaidah",
3272             "parent": "D",
3273             "type": "District"
3274             },
3275             {
3276             "code": "BD-24",
3277             "name": "Jaipurhat",
3278             "parent": "E",
3279             "type": "District"
3280             },
3281             {
3282             "code": "BD-25",
3283             "name": "Jhalakati",
3284             "parent": "A",
3285             "type": "District"
3286             },
3287             {
3288             "code": "BD-26",
3289             "name": "Kishorganj",
3290             "parent": "C",
3291             "type": "District"
3292             },
3293             {
3294             "code": "BD-27",
3295             "name": "Khulna",
3296             "parent": "D",
3297             "type": "District"
3298             },
3299             {
3300             "code": "BD-28",
3301             "name": "Kurigram",
3302             "parent": "F",
3303             "type": "District"
3304             },
3305             {
3306             "code": "BD-29",
3307             "name": "Khagrachari",
3308             "parent": "B",
3309             "type": "District"
3310             },
3311             {
3312             "code": "BD-30",
3313             "name": "Kushtia",
3314             "parent": "D",
3315             "type": "District"
3316             },
3317             {
3318             "code": "BD-31",
3319             "name": "Lakshmipur",
3320             "parent": "B",
3321             "type": "District"
3322             },
3323             {
3324             "code": "BD-32",
3325             "name": "Lalmonirhat",
3326             "parent": "F",
3327             "type": "District"
3328             },
3329             {
3330             "code": "BD-33",
3331             "name": "Manikganj",
3332             "parent": "C",
3333             "type": "District"
3334             },
3335             {
3336             "code": "BD-34",
3337             "name": "Mymensingh",
3338             "parent": "C",
3339             "type": "District"
3340             },
3341             {
3342             "code": "BD-35",
3343             "name": "Munshiganj",
3344             "parent": "C",
3345             "type": "District"
3346             },
3347             {
3348             "code": "BD-36",
3349             "name": "Madaripur",
3350             "parent": "C",
3351             "type": "District"
3352             },
3353             {
3354             "code": "BD-37",
3355             "name": "Magura",
3356             "parent": "D",
3357             "type": "District"
3358             },
3359             {
3360             "code": "BD-38",
3361             "name": "Moulvibazar",
3362             "parent": "G",
3363             "type": "District"
3364             },
3365             {
3366             "code": "BD-39",
3367             "name": "Meherpur",
3368             "parent": "D",
3369             "type": "District"
3370             },
3371             {
3372             "code": "BD-40",
3373             "name": "Narayanganj",
3374             "parent": "C",
3375             "type": "District"
3376             },
3377             {
3378             "code": "BD-41",
3379             "name": "Netrakona",
3380             "parent": "C",
3381             "type": "District"
3382             },
3383             {
3384             "code": "BD-42",
3385             "name": "Narsingdi",
3386             "parent": "C",
3387             "type": "District"
3388             },
3389             {
3390             "code": "BD-43",
3391             "name": "Narail",
3392             "parent": "D",
3393             "type": "District"
3394             },
3395             {
3396             "code": "BD-44",
3397             "name": "Natore",
3398             "parent": "E",
3399             "type": "District"
3400             },
3401             {
3402             "code": "BD-45",
3403             "name": "Nawabganj",
3404             "parent": "E",
3405             "type": "District"
3406             },
3407             {
3408             "code": "BD-46",
3409             "name": "Nilphamari",
3410             "parent": "F",
3411             "type": "District"
3412             },
3413             {
3414             "code": "BD-47",
3415             "name": "Noakhali",
3416             "parent": "B",
3417             "type": "District"
3418             },
3419             {
3420             "code": "BD-48",
3421             "name": "Naogaon",
3422             "parent": "E",
3423             "type": "District"
3424             },
3425             {
3426             "code": "BD-49",
3427             "name": "Pabna",
3428             "parent": "E",
3429             "type": "District"
3430             },
3431             {
3432             "code": "BD-50",
3433             "name": "Pirojpur",
3434             "parent": "A",
3435             "type": "District"
3436             },
3437             {
3438             "code": "BD-51",
3439             "name": "Patuakhali",
3440             "parent": "A",
3441             "type": "District"
3442             },
3443             {
3444             "code": "BD-52",
3445             "name": "Panchagarh",
3446             "parent": "F",
3447             "type": "District"
3448             },
3449             {
3450             "code": "BD-53",
3451             "name": "Rajbari",
3452             "parent": "C",
3453             "type": "District"
3454             },
3455             {
3456             "code": "BD-54",
3457             "name": "Rajshahi",
3458             "parent": "E",
3459             "type": "District"
3460             },
3461             {
3462             "code": "BD-55",
3463             "name": "Rangpur",
3464             "parent": "F",
3465             "type": "District"
3466             },
3467             {
3468             "code": "BD-56",
3469             "name": "Rangamati",
3470             "parent": "B",
3471             "type": "District"
3472             },
3473             {
3474             "code": "BD-57",
3475             "name": "Sherpur",
3476             "parent": "C",
3477             "type": "District"
3478             },
3479             {
3480             "code": "BD-58",
3481             "name": "Satkhira",
3482             "parent": "D",
3483             "type": "District"
3484             },
3485             {
3486             "code": "BD-59",
3487             "name": "Sirajganj",
3488             "parent": "E",
3489             "type": "District"
3490             },
3491             {
3492             "code": "BD-60",
3493             "name": "Sylhet",
3494             "parent": "G",
3495             "type": "District"
3496             },
3497             {
3498             "code": "BD-61",
3499             "name": "Sunamganj",
3500             "parent": "G",
3501             "type": "District"
3502             },
3503             {
3504             "code": "BD-62",
3505             "name": "Shariatpur",
3506             "parent": "C",
3507             "type": "District"
3508             },
3509             {
3510             "code": "BD-63",
3511             "name": "Tangail",
3512             "parent": "C",
3513             "type": "District"
3514             },
3515             {
3516             "code": "BD-64",
3517             "name": "Thakurgaon",
3518             "parent": "F",
3519             "type": "District"
3520             },
3521             {
3522             "code": "BD-A",
3523             "name": "Barisal",
3524             "type": "Division"
3525             },
3526             {
3527             "code": "BD-B",
3528             "name": "Chittagong",
3529             "type": "Division"
3530             },
3531             {
3532             "code": "BD-C",
3533             "name": "Dhaka",
3534             "type": "Division"
3535             },
3536             {
3537             "code": "BD-D",
3538             "name": "Khulna",
3539             "type": "Division"
3540             },
3541             {
3542             "code": "BD-E",
3543             "name": "Rajshahi",
3544             "type": "Division"
3545             },
3546             {
3547             "code": "BD-F",
3548             "name": "Rangpur",
3549             "type": "Division"
3550             },
3551             {
3552             "code": "BD-G",
3553             "name": "Sylhet",
3554             "type": "Division"
3555             },
3556             {
3557             "code": "BE-BRU",
3558             "name": "Bruxelles-Capitale, Région de;Brussels Hoofdstedelijk Gewest",
3559             "type": "Region"
3560             },
3561             {
3562             "code": "BE-VAN",
3563             "name": "Antwerpen",
3564             "parent": "VLG",
3565             "type": "Province"
3566             },
3567             {
3568             "code": "BE-VBR",
3569             "name": "Vlaams-Brabant",
3570             "parent": "VLG",
3571             "type": "Province"
3572             },
3573             {
3574             "code": "BE-VLG",
3575             "name": "Vlaams Gewest",
3576             "type": "Region"
3577             },
3578             {
3579             "code": "BE-VLI",
3580             "name": "Limburg",
3581             "parent": "VLG",
3582             "type": "Province"
3583             },
3584             {
3585             "code": "BE-VOV",
3586             "name": "Oost-Vlaanderen",
3587             "parent": "VLG",
3588             "type": "Province"
3589             },
3590             {
3591             "code": "BE-VWV",
3592             "name": "West-Vlaanderen",
3593             "parent": "VLG",
3594             "type": "Province"
3595             },
3596             {
3597             "code": "BE-WAL",
3598             "name": "wallonne, Région",
3599             "type": "Region"
3600             },
3601             {
3602             "code": "BE-WBR",
3603             "name": "Brabant wallon",
3604             "parent": "WAL",
3605             "type": "Province"
3606             },
3607             {
3608             "code": "BE-WHT",
3609             "name": "Hainaut",
3610             "parent": "WAL",
3611             "type": "Province"
3612             },
3613             {
3614             "code": "BE-WLG",
3615             "name": "Liège",
3616             "parent": "WAL",
3617             "type": "Province"
3618             },
3619             {
3620             "code": "BE-WLX",
3621             "name": "Luxembourg",
3622             "parent": "WAL",
3623             "type": "Province"
3624             },
3625             {
3626             "code": "BE-WNA",
3627             "name": "Namur",
3628             "parent": "WAL",
3629             "type": "Province"
3630             },
3631             {
3632             "code": "BF-01",
3633             "name": "Boucle du Mouhoun",
3634             "type": "Region"
3635             },
3636             {
3637             "code": "BF-02",
3638             "name": "Cascades",
3639             "type": "Region"
3640             },
3641             {
3642             "code": "BF-03",
3643             "name": "Centre",
3644             "type": "Region"
3645             },
3646             {
3647             "code": "BF-04",
3648             "name": "Centre-Est",
3649             "type": "Region"
3650             },
3651             {
3652             "code": "BF-05",
3653             "name": "Centre-Nord",
3654             "type": "Region"
3655             },
3656             {
3657             "code": "BF-06",
3658             "name": "Centre-Ouest",
3659             "type": "Region"
3660             },
3661             {
3662             "code": "BF-07",
3663             "name": "Centre-Sud",
3664             "type": "Region"
3665             },
3666             {
3667             "code": "BF-08",
3668             "name": "Est",
3669             "type": "Region"
3670             },
3671             {
3672             "code": "BF-09",
3673             "name": "Hauts-Bassins",
3674             "type": "Region"
3675             },
3676             {
3677             "code": "BF-10",
3678             "name": "Nord",
3679             "type": "Region"
3680             },
3681             {
3682             "code": "BF-11",
3683             "name": "Plateau-Central",
3684             "type": "Region"
3685             },
3686             {
3687             "code": "BF-12",
3688             "name": "Sahel",
3689             "type": "Region"
3690             },
3691             {
3692             "code": "BF-13",
3693             "name": "Sud-Ouest",
3694             "type": "Region"
3695             },
3696             {
3697             "code": "BF-BAL",
3698             "name": "Balé",
3699             "parent": "01",
3700             "type": "Province"
3701             },
3702             {
3703             "code": "BF-BAM",
3704             "name": "Bam",
3705             "parent": "05",
3706             "type": "Province"
3707             },
3708             {
3709             "code": "BF-BAN",
3710             "name": "Banwa",
3711             "parent": "01",
3712             "type": "Province"
3713             },
3714             {
3715             "code": "BF-BAZ",
3716             "name": "Bazèga",
3717             "parent": "07",
3718             "type": "Province"
3719             },
3720             {
3721             "code": "BF-BGR",
3722             "name": "Bougouriba",
3723             "parent": "13",
3724             "type": "Province"
3725             },
3726             {
3727             "code": "BF-BLG",
3728             "name": "Boulgou",
3729             "parent": "04",
3730             "type": "Province"
3731             },
3732             {
3733             "code": "BF-BLK",
3734             "name": "Boulkiemdé",
3735             "parent": "06",
3736             "type": "Province"
3737             },
3738             {
3739             "code": "BF-COM",
3740             "name": "Comoé",
3741             "parent": "02",
3742             "type": "Province"
3743             },
3744             {
3745             "code": "BF-GAN",
3746             "name": "Ganzourgou",
3747             "parent": "11",
3748             "type": "Province"
3749             },
3750             {
3751             "code": "BF-GNA",
3752             "name": "Gnagna",
3753             "parent": "08",
3754             "type": "Province"
3755             },
3756             {
3757             "code": "BF-GOU",
3758             "name": "Gourma",
3759             "parent": "08",
3760             "type": "Province"
3761             },
3762             {
3763             "code": "BF-HOU",
3764             "name": "Houet",
3765             "parent": "09",
3766             "type": "Province"
3767             },
3768             {
3769             "code": "BF-IOB",
3770             "name": "Ioba",
3771             "parent": "13",
3772             "type": "Province"
3773             },
3774             {
3775             "code": "BF-KAD",
3776             "name": "Kadiogo",
3777             "parent": "03",
3778             "type": "Province"
3779             },
3780             {
3781             "code": "BF-KEN",
3782             "name": "Kénédougou",
3783             "parent": "09",
3784             "type": "Province"
3785             },
3786             {
3787             "code": "BF-KMD",
3788             "name": "Komondjari",
3789             "parent": "08",
3790             "type": "Province"
3791             },
3792             {
3793             "code": "BF-KMP",
3794             "name": "Kompienga",
3795             "parent": "08",
3796             "type": "Province"
3797             },
3798             {
3799             "code": "BF-KOP",
3800             "name": "Koulpélogo",
3801             "parent": "04",
3802             "type": "Province"
3803             },
3804             {
3805             "code": "BF-KOS",
3806             "name": "Kossi",
3807             "parent": "01",
3808             "type": "Province"
3809             },
3810             {
3811             "code": "BF-KOT",
3812             "name": "Kouritenga",
3813             "parent": "04",
3814             "type": "Province"
3815             },
3816             {
3817             "code": "BF-KOW",
3818             "name": "Kourwéogo",
3819             "parent": "11",
3820             "type": "Province"
3821             },
3822             {
3823             "code": "BF-LER",
3824             "name": "Léraba",
3825             "parent": "02",
3826             "type": "Province"
3827             },
3828             {
3829             "code": "BF-LOR",
3830             "name": "Loroum",
3831             "parent": "10",
3832             "type": "Province"
3833             },
3834             {
3835             "code": "BF-MOU",
3836             "name": "Mouhoun",
3837             "parent": "01",
3838             "type": "Province"
3839             },
3840             {
3841             "code": "BF-NAM",
3842             "name": "Namentenga",
3843             "parent": "05",
3844             "type": "Province"
3845             },
3846             {
3847             "code": "BF-NAO",
3848             "name": "Naouri",
3849             "parent": "07",
3850             "type": "Province"
3851             },
3852             {
3853             "code": "BF-NAY",
3854             "name": "Nayala",
3855             "parent": "01",
3856             "type": "Province"
3857             },
3858             {
3859             "code": "BF-NOU",
3860             "name": "Noumbiel",
3861             "parent": "13",
3862             "type": "Province"
3863             },
3864             {
3865             "code": "BF-OUB",
3866             "name": "Oubritenga",
3867             "parent": "11",
3868             "type": "Province"
3869             },
3870             {
3871             "code": "BF-OUD",
3872             "name": "Oudalan",
3873             "parent": "12",
3874             "type": "Province"
3875             },
3876             {
3877             "code": "BF-PAS",
3878             "name": "Passoré",
3879             "parent": "10",
3880             "type": "Province"
3881             },
3882             {
3883             "code": "BF-PON",
3884             "name": "Poni",
3885             "parent": "13",
3886             "type": "Province"
3887             },
3888             {
3889             "code": "BF-SEN",
3890             "name": "Séno",
3891             "parent": "12",
3892             "type": "Province"
3893             },
3894             {
3895             "code": "BF-SIS",
3896             "name": "Sissili",
3897             "parent": "06",
3898             "type": "Province"
3899             },
3900             {
3901             "code": "BF-SMT",
3902             "name": "Sanmatenga",
3903             "parent": "05",
3904             "type": "Province"
3905             },
3906             {
3907             "code": "BF-SNG",
3908             "name": "Sanguié",
3909             "parent": "06",
3910             "type": "Province"
3911             },
3912             {
3913             "code": "BF-SOM",
3914             "name": "Soum",
3915             "parent": "12",
3916             "type": "Province"
3917             },
3918             {
3919             "code": "BF-SOR",
3920             "name": "Sourou",
3921             "parent": "01",
3922             "type": "Province"
3923             },
3924             {
3925             "code": "BF-TAP",
3926             "name": "Tapoa",
3927             "parent": "08",
3928             "type": "Province"
3929             },
3930             {
3931             "code": "BF-TUI",
3932             "name": "Tui",
3933             "parent": "09",
3934             "type": "Province"
3935             },
3936             {
3937             "code": "BF-YAG",
3938             "name": "Yagha",
3939             "parent": "12",
3940             "type": "Province"
3941             },
3942             {
3943             "code": "BF-YAT",
3944             "name": "Yatenga",
3945             "parent": "10",
3946             "type": "Province"
3947             },
3948             {
3949             "code": "BF-ZIR",
3950             "name": "Ziro",
3951             "parent": "06",
3952             "type": "Province"
3953             },
3954             {
3955             "code": "BF-ZON",
3956             "name": "Zondoma",
3957             "parent": "10",
3958             "type": "Province"
3959             },
3960             {
3961             "code": "BF-ZOU",
3962             "name": "Zoundwéogo",
3963             "parent": "07",
3964             "type": "Province"
3965             },
3966             {
3967             "code": "BG-01",
3968             "name": "Blagoevgrad",
3969             "type": "Region"
3970             },
3971             {
3972             "code": "BG-02",
3973             "name": "Burgas",
3974             "type": "Region"
3975             },
3976             {
3977             "code": "BG-03",
3978             "name": "Varna",
3979             "type": "Region"
3980             },
3981             {
3982             "code": "BG-04",
3983             "name": "Veliko Tarnovo",
3984             "type": "Region"
3985             },
3986             {
3987             "code": "BG-05",
3988             "name": "Vidin",
3989             "type": "Region"
3990             },
3991             {
3992             "code": "BG-06",
3993             "name": "Vratsa",
3994             "type": "Region"
3995             },
3996             {
3997             "code": "BG-07",
3998             "name": "Gabrovo",
3999             "type": "Region"
4000             },
4001             {
4002             "code": "BG-08",
4003             "name": "Dobrich",
4004             "type": "Region"
4005             },
4006             {
4007             "code": "BG-09",
4008             "name": "Kardzhali",
4009             "type": "Region"
4010             },
4011             {
4012             "code": "BG-10",
4013             "name": "Kyustendil",
4014             "type": "Region"
4015             },
4016             {
4017             "code": "BG-11",
4018             "name": "Lovech",
4019             "type": "Region"
4020             },
4021             {
4022             "code": "BG-12",
4023             "name": "Montana",
4024             "type": "Region"
4025             },
4026             {
4027             "code": "BG-13",
4028             "name": "Pazardzhik",
4029             "type": "Region"
4030             },
4031             {
4032             "code": "BG-14",
4033             "name": "Pernik",
4034             "type": "Region"
4035             },
4036             {
4037             "code": "BG-15",
4038             "name": "Pleven",
4039             "type": "Region"
4040             },
4041             {
4042             "code": "BG-16",
4043             "name": "Plovdiv",
4044             "type": "Region"
4045             },
4046             {
4047             "code": "BG-17",
4048             "name": "Razgrad",
4049             "type": "Region"
4050             },
4051             {
4052             "code": "BG-18",
4053             "name": "Ruse",
4054             "type": "Region"
4055             },
4056             {
4057             "code": "BG-19",
4058             "name": "Silistra",
4059             "type": "Region"
4060             },
4061             {
4062             "code": "BG-20",
4063             "name": "Sliven",
4064             "type": "Region"
4065             },
4066             {
4067             "code": "BG-21",
4068             "name": "Smolyan",
4069             "type": "Region"
4070             },
4071             {
4072             "code": "BG-22",
4073             "name": "Sofia-Grad",
4074             "type": "Region"
4075             },
4076             {
4077             "code": "BG-23",
4078             "name": "Sofia",
4079             "type": "Region"
4080             },
4081             {
4082             "code": "BG-24",
4083             "name": "Stara Zagora",
4084             "type": "Region"
4085             },
4086             {
4087             "code": "BG-25",
4088             "name": "Targovishte",
4089             "type": "Region"
4090             },
4091             {
4092             "code": "BG-26",
4093             "name": "Haskovo",
4094             "type": "Region"
4095             },
4096             {
4097             "code": "BG-27",
4098             "name": "Shumen",
4099             "type": "Region"
4100             },
4101             {
4102             "code": "BG-28",
4103             "name": "Yambol",
4104             "type": "Region"
4105             },
4106             {
4107             "code": "BH-13",
4108             "name": "Al Manāmah (Al ‘Āşimah)",
4109             "type": "Governorate"
4110             },
4111             {
4112             "code": "BH-14",
4113             "name": "Al Janūbīyah",
4114             "type": "Governorate"
4115             },
4116             {
4117             "code": "BH-15",
4118             "name": "Al Muḩarraq",
4119             "type": "Governorate"
4120             },
4121             {
4122             "code": "BH-16",
4123             "name": "Al Wusţá",
4124             "type": "Governorate"
4125             },
4126             {
4127             "code": "BH-17",
4128             "name": "Ash Shamālīyah",
4129             "type": "Governorate"
4130             },
4131             {
4132             "code": "BI-BB",
4133             "name": "Bubanza",
4134             "type": "Province"
4135             },
4136             {
4137             "code": "BI-BL",
4138             "name": "Bujumbura Rural",
4139             "type": "Province"
4140             },
4141             {
4142             "code": "BI-BM",
4143             "name": "Bujumbura Mairie",
4144             "type": "Province"
4145             },
4146             {
4147             "code": "BI-BR",
4148             "name": "Bururi",
4149             "type": "Province"
4150             },
4151             {
4152             "code": "BI-CA",
4153             "name": "Cankuzo",
4154             "type": "Province"
4155             },
4156             {
4157             "code": "BI-CI",
4158             "name": "Cibitoke",
4159             "type": "Province"
4160             },
4161             {
4162             "code": "BI-GI",
4163             "name": "Gitega",
4164             "type": "Province"
4165             },
4166             {
4167             "code": "BI-KI",
4168             "name": "Kirundo",
4169             "type": "Province"
4170             },
4171             {
4172             "code": "BI-KR",
4173             "name": "Karuzi",
4174             "type": "Province"
4175             },
4176             {
4177             "code": "BI-KY",
4178             "name": "Kayanza",
4179             "type": "Province"
4180             },
4181             {
4182             "code": "BI-MA",
4183             "name": "Makamba",
4184             "type": "Province"
4185             },
4186             {
4187             "code": "BI-MU",
4188             "name": "Muramvya",
4189             "type": "Province"
4190             },
4191             {
4192             "code": "BI-MW",
4193             "name": "Mwaro",
4194             "type": "Province"
4195             },
4196             {
4197             "code": "BI-NG",
4198             "name": "Ngozi",
4199             "type": "Province"
4200             },
4201             {
4202             "code": "BI-RT",
4203             "name": "Rutana",
4204             "type": "Province"
4205             },
4206             {
4207             "code": "BI-RY",
4208             "name": "Ruyigi",
4209             "type": "Province"
4210             },
4211             {
4212             "code": "BJ-AK",
4213             "name": "Atakora",
4214             "type": "Department"
4215             },
4216             {
4217             "code": "BJ-AL",
4218             "name": "Alibori",
4219             "type": "Department"
4220             },
4221             {
4222             "code": "BJ-AQ",
4223             "name": "Atlantique",
4224             "type": "Department"
4225             },
4226             {
4227             "code": "BJ-BO",
4228             "name": "Borgou",
4229             "type": "Department"
4230             },
4231             {
4232             "code": "BJ-CO",
4233             "name": "Collines",
4234             "type": "Department"
4235             },
4236             {
4237             "code": "BJ-DO",
4238             "name": "Donga",
4239             "type": "Department"
4240             },
4241             {
4242             "code": "BJ-KO",
4243             "name": "Kouffo",
4244             "type": "Department"
4245             },
4246             {
4247             "code": "BJ-LI",
4248             "name": "Littoral",
4249             "type": "Department"
4250             },
4251             {
4252             "code": "BJ-MO",
4253             "name": "Mono",
4254             "type": "Department"
4255             },
4256             {
4257             "code": "BJ-OU",
4258             "name": "Ouémé",
4259             "type": "Department"
4260             },
4261             {
4262             "code": "BJ-PL",
4263             "name": "Plateau",
4264             "type": "Department"
4265             },
4266             {
4267             "code": "BJ-ZO",
4268             "name": "Zou",
4269             "type": "Department"
4270             },
4271             {
4272             "code": "BN-BE",
4273             "name": "Belait",
4274             "type": "District"
4275             },
4276             {
4277             "code": "BN-BM",
4278             "name": "Brunei-Muara",
4279             "type": "District"
4280             },
4281             {
4282             "code": "BN-TE",
4283             "name": "Temburong",
4284             "type": "District"
4285             },
4286             {
4287             "code": "BN-TU",
4288             "name": "Tutong",
4289             "type": "District"
4290             },
4291             {
4292             "code": "BO-B",
4293             "name": "El Beni",
4294             "type": "Department"
4295             },
4296             {
4297             "code": "BO-C",
4298             "name": "Cochabamba",
4299             "type": "Department"
4300             },
4301             {
4302             "code": "BO-H",
4303             "name": "Chuquisaca",
4304             "type": "Department"
4305             },
4306             {
4307             "code": "BO-L",
4308             "name": "La Paz",
4309             "type": "Department"
4310             },
4311             {
4312             "code": "BO-N",
4313             "name": "Pando",
4314             "type": "Department"
4315             },
4316             {
4317             "code": "BO-O",
4318             "name": "Oruro",
4319             "type": "Department"
4320             },
4321             {
4322             "code": "BO-P",
4323             "name": "Potosí",
4324             "type": "Department"
4325             },
4326             {
4327             "code": "BO-S",
4328             "name": "Santa Cruz",
4329             "type": "Department"
4330             },
4331             {
4332             "code": "BO-T",
4333             "name": "Tarija",
4334             "type": "Department"
4335             },
4336             {
4337             "code": "BQ-BO",
4338             "name": "Bonaire",
4339             "type": "Special municipality"
4340             },
4341             {
4342             "code": "BQ-SA",
4343             "name": "Saba",
4344             "type": "Special municipality"
4345             },
4346             {
4347             "code": "BQ-SE",
4348             "name": "Sint Eustatius",
4349             "type": "Special municipality"
4350             },
4351             {
4352             "code": "BR-AC",
4353             "name": "Acre",
4354             "type": "State"
4355             },
4356             {
4357             "code": "BR-AL",
4358             "name": "Alagoas",
4359             "type": "State"
4360             },
4361             {
4362             "code": "BR-AM",
4363             "name": "Amazonas",
4364             "type": "State"
4365             },
4366             {
4367             "code": "BR-AP",
4368             "name": "Amapá",
4369             "type": "State"
4370             },
4371             {
4372             "code": "BR-BA",
4373             "name": "Bahia",
4374             "type": "State"
4375             },
4376             {
4377             "code": "BR-CE",
4378             "name": "Ceará",
4379             "type": "State"
4380             },
4381             {
4382             "code": "BR-DF",
4383             "name": "Distrito Federal",
4384             "type": "Federal District"
4385             },
4386             {
4387             "code": "BR-ES",
4388             "name": "Espírito Santo",
4389             "type": "State"
4390             },
4391             {
4392             "code": "BR-FN",
4393             "name": "Fernando de Noronha",
4394             "type": "State"
4395             },
4396             {
4397             "code": "BR-GO",
4398             "name": "Goiás",
4399             "type": "State"
4400             },
4401             {
4402             "code": "BR-MA",
4403             "name": "Maranhão",
4404             "type": "State"
4405             },
4406             {
4407             "code": "BR-MG",
4408             "name": "Minas Gerais",
4409             "type": "State"
4410             },
4411             {
4412             "code": "BR-MS",
4413             "name": "Mato Grosso do Sul",
4414             "type": "State"
4415             },
4416             {
4417             "code": "BR-MT",
4418             "name": "Mato Grosso",
4419             "type": "State"
4420             },
4421             {
4422             "code": "BR-PA",
4423             "name": "Pará",
4424             "type": "State"
4425             },
4426             {
4427             "code": "BR-PB",
4428             "name": "Paraíba",
4429             "type": "State"
4430             },
4431             {
4432             "code": "BR-PE",
4433             "name": "Pernambuco",
4434             "type": "State"
4435             },
4436             {
4437             "code": "BR-PI",
4438             "name": "Piauí",
4439             "type": "State"
4440             },
4441             {
4442             "code": "BR-PR",
4443             "name": "Paraná",
4444             "type": "State"
4445             },
4446             {
4447             "code": "BR-RJ",
4448             "name": "Rio de Janeiro",
4449             "type": "State"
4450             },
4451             {
4452             "code": "BR-RN",
4453             "name": "Rio Grande do Norte",
4454             "type": "State"
4455             },
4456             {
4457             "code": "BR-RO",
4458             "name": "Rondônia",
4459             "type": "State"
4460             },
4461             {
4462             "code": "BR-RR",
4463             "name": "Roraima",
4464             "type": "State"
4465             },
4466             {
4467             "code": "BR-RS",
4468             "name": "Rio Grande do Sul",
4469             "type": "State"
4470             },
4471             {
4472             "code": "BR-SC",
4473             "name": "Santa Catarina",
4474             "type": "State"
4475             },
4476             {
4477             "code": "BR-SE",
4478             "name": "Sergipe",
4479             "type": "State"
4480             },
4481             {
4482             "code": "BR-SP",
4483             "name": "São Paulo",
4484             "type": "State"
4485             },
4486             {
4487             "code": "BR-TO",
4488             "name": "Tocantins",
4489             "type": "State"
4490             },
4491             {
4492             "code": "BS-AK",
4493             "name": "Acklins",
4494             "type": "District"
4495             },
4496             {
4497             "code": "BS-BI",
4498             "name": "Bimini",
4499             "type": "District"
4500             },
4501             {
4502             "code": "BS-BP",
4503             "name": "Black Point",
4504             "type": "District"
4505             },
4506             {
4507             "code": "BS-BY",
4508             "name": "Berry Islands",
4509             "type": "District"
4510             },
4511             {
4512             "code": "BS-CE",
4513             "name": "Central Eleuthera",
4514             "type": "District"
4515             },
4516             {
4517             "code": "BS-CI",
4518             "name": "Cat Island",
4519             "type": "District"
4520             },
4521             {
4522             "code": "BS-CK",
4523             "name": "Crooked Island and Long Cay",
4524             "type": "District"
4525             },
4526             {
4527             "code": "BS-CO",
4528             "name": "Central Abaco",
4529             "type": "District"
4530             },
4531             {
4532             "code": "BS-CS",
4533             "name": "Central Andros",
4534             "type": "District"
4535             },
4536             {
4537             "code": "BS-EG",
4538             "name": "East Grand Bahama",
4539             "type": "District"
4540             },
4541             {
4542             "code": "BS-EX",
4543             "name": "Exuma",
4544             "type": "District"
4545             },
4546             {
4547             "code": "BS-FP",
4548             "name": "City of Freeport",
4549             "type": "District"
4550             },
4551             {
4552             "code": "BS-GC",
4553             "name": "Grand Cay",
4554             "type": "District"
4555             },
4556             {
4557             "code": "BS-HI",
4558             "name": "Harbour Island",
4559             "type": "District"
4560             },
4561             {
4562             "code": "BS-HT",
4563             "name": "Hope Town",
4564             "type": "District"
4565             },
4566             {
4567             "code": "BS-IN",
4568             "name": "Inagua",
4569             "type": "District"
4570             },
4571             {
4572             "code": "BS-LI",
4573             "name": "Long Island",
4574             "type": "District"
4575             },
4576             {
4577             "code": "BS-MC",
4578             "name": "Mangrove Cay",
4579             "type": "District"
4580             },
4581             {
4582             "code": "BS-MG",
4583             "name": "Mayaguana",
4584             "type": "District"
4585             },
4586             {
4587             "code": "BS-MI",
4588             "name": "Moore's Island",
4589             "type": "District"
4590             },
4591             {
4592             "code": "BS-NE",
4593             "name": "North Eleuthera",
4594             "type": "District"
4595             },
4596             {
4597             "code": "BS-NO",
4598             "name": "North Abaco",
4599             "type": "District"
4600             },
4601             {
4602             "code": "BS-NS",
4603             "name": "North Andros",
4604             "type": "District"
4605             },
4606             {
4607             "code": "BS-RC",
4608             "name": "Rum Cay",
4609             "type": "District"
4610             },
4611             {
4612             "code": "BS-RI",
4613             "name": "Ragged Island",
4614             "type": "District"
4615             },
4616             {
4617             "code": "BS-SA",
4618             "name": "South Andros",
4619             "type": "District"
4620             },
4621             {
4622             "code": "BS-SE",
4623             "name": "South Eleuthera",
4624             "type": "District"
4625             },
4626             {
4627             "code": "BS-SO",
4628             "name": "South Abaco",
4629             "type": "District"
4630             },
4631             {
4632             "code": "BS-SS",
4633             "name": "San Salvador",
4634             "type": "District"
4635             },
4636             {
4637             "code": "BS-SW",
4638             "name": "Spanish Wells",
4639             "type": "District"
4640             },
4641             {
4642             "code": "BS-WG",
4643             "name": "West Grand Bahama",
4644             "type": "District"
4645             },
4646             {
4647             "code": "BT-11",
4648             "name": "Paro",
4649             "type": "District"
4650             },
4651             {
4652             "code": "BT-12",
4653             "name": "Chhukha",
4654             "type": "District"
4655             },
4656             {
4657             "code": "BT-13",
4658             "name": "Ha",
4659             "type": "District"
4660             },
4661             {
4662             "code": "BT-14",
4663             "name": "Samtee",
4664             "type": "District"
4665             },
4666             {
4667             "code": "BT-15",
4668             "name": "Thimphu",
4669             "type": "District"
4670             },
4671             {
4672             "code": "BT-21",
4673             "name": "Tsirang",
4674             "type": "District"
4675             },
4676             {
4677             "code": "BT-22",
4678             "name": "Dagana",
4679             "type": "District"
4680             },
4681             {
4682             "code": "BT-23",
4683             "name": "Punakha",
4684             "type": "District"
4685             },
4686             {
4687             "code": "BT-24",
4688             "name": "Wangdue Phodrang",
4689             "type": "District"
4690             },
4691             {
4692             "code": "BT-31",
4693             "name": "Sarpang",
4694             "type": "District"
4695             },
4696             {
4697             "code": "BT-32",
4698             "name": "Trongsa",
4699             "type": "District"
4700             },
4701             {
4702             "code": "BT-33",
4703             "name": "Bumthang",
4704             "type": "District"
4705             },
4706             {
4707             "code": "BT-34",
4708             "name": "Zhemgang",
4709             "type": "District"
4710             },
4711             {
4712             "code": "BT-41",
4713             "name": "Trashigang",
4714             "type": "District"
4715             },
4716             {
4717             "code": "BT-42",
4718             "name": "Monggar",
4719             "type": "District"
4720             },
4721             {
4722             "code": "BT-43",
4723             "name": "Pemagatshel",
4724             "type": "District"
4725             },
4726             {
4727             "code": "BT-44",
4728             "name": "Lhuentse",
4729             "type": "District"
4730             },
4731             {
4732             "code": "BT-45",
4733             "name": "Samdrup Jongkha",
4734             "type": "District"
4735             },
4736             {
4737             "code": "BT-GA",
4738             "name": "Gasa",
4739             "type": "District"
4740             },
4741             {
4742             "code": "BT-TY",
4743             "name": "Trashi Yangtse",
4744             "type": "District"
4745             },
4746             {
4747             "code": "BW-CE",
4748             "name": "Central",
4749             "type": "District"
4750             },
4751             {
4752             "code": "BW-GH",
4753             "name": "Ghanzi",
4754             "type": "District"
4755             },
4756             {
4757             "code": "BW-KG",
4758             "name": "Kgalagadi",
4759             "type": "District"
4760             },
4761             {
4762             "code": "BW-KL",
4763             "name": "Kgatleng",
4764             "type": "District"
4765             },
4766             {
4767             "code": "BW-KW",
4768             "name": "Kweneng",
4769             "type": "District"
4770             },
4771             {
4772             "code": "BW-NE",
4773             "name": "North-East",
4774             "type": "District"
4775             },
4776             {
4777             "code": "BW-NW",
4778             "name": "North-West",
4779             "type": "District"
4780             },
4781             {
4782             "code": "BW-SE",
4783             "name": "South-East",
4784             "type": "District"
4785             },
4786             {
4787             "code": "BW-SO",
4788             "name": "Southern",
4789             "type": "District"
4790             },
4791             {
4792             "code": "BY-BR",
4793             "name": "Brèsckaja voblasc'",
4794             "type": "Oblast"
4795             },
4796             {
4797             "code": "BY-HM",
4798             "name": "Horad Minsk",
4799             "type": "City"
4800             },
4801             {
4802             "code": "BY-HO",
4803             "name": "Homel'skaja voblasc'",
4804             "type": "Oblast"
4805             },
4806             {
4807             "code": "BY-HR",
4808             "name": "Hrodzenskaja voblasc'",
4809             "type": "Oblast"
4810             },
4811             {
4812             "code": "BY-MA",
4813             "name": "Mahilëuskaja voblasc'",
4814             "type": "Oblast"
4815             },
4816             {
4817             "code": "BY-MI",
4818             "name": "Minskaja voblasc'",
4819             "type": "Oblast"
4820             },
4821             {
4822             "code": "BY-VI",
4823             "name": "Vicebskaja voblasc'",
4824             "type": "Oblast"
4825             },
4826             {
4827             "code": "BZ-BZ",
4828             "name": "Belize",
4829             "type": "District"
4830             },
4831             {
4832             "code": "BZ-CY",
4833             "name": "Cayo",
4834             "type": "District"
4835             },
4836             {
4837             "code": "BZ-CZL",
4838             "name": "Corozal",
4839             "type": "District"
4840             },
4841             {
4842             "code": "BZ-OW",
4843             "name": "Orange Walk",
4844             "type": "District"
4845             },
4846             {
4847             "code": "BZ-SC",
4848             "name": "Stann Creek",
4849             "type": "District"
4850             },
4851             {
4852             "code": "BZ-TOL",
4853             "name": "Toledo",
4854             "type": "District"
4855             },
4856             {
4857             "code": "CA-AB",
4858             "name": "Alberta",
4859             "type": "Province"
4860             },
4861             {
4862             "code": "CA-BC",
4863             "name": "British Columbia",
4864             "type": "Province"
4865             },
4866             {
4867             "code": "CA-MB",
4868             "name": "Manitoba",
4869             "type": "Province"
4870             },
4871             {
4872             "code": "CA-NB",
4873             "name": "New Brunswick",
4874             "type": "Province"
4875             },
4876             {
4877             "code": "CA-NL",
4878             "name": "Newfoundland and Labrador",
4879             "type": "Province"
4880             },
4881             {
4882             "code": "CA-NS",
4883             "name": "Nova Scotia",
4884             "type": "Province"
4885             },
4886             {
4887             "code": "CA-NT",
4888             "name": "Northwest Territories",
4889             "type": "Territory"
4890             },
4891             {
4892             "code": "CA-NU",
4893             "name": "Nunavut",
4894             "type": "Territory"
4895             },
4896             {
4897             "code": "CA-ON",
4898             "name": "Ontario",
4899             "type": "Province"
4900             },
4901             {
4902             "code": "CA-PE",
4903             "name": "Prince Edward Island",
4904             "type": "Province"
4905             },
4906             {
4907             "code": "CA-QC",
4908             "name": "Quebec",
4909             "type": "Province"
4910             },
4911             {
4912             "code": "CA-SK",
4913             "name": "Saskatchewan",
4914             "type": "Province"
4915             },
4916             {
4917             "code": "CA-YT",
4918             "name": "Yukon Territory",
4919             "type": "Territory"
4920             },
4921             {
4922             "code": "CD-BC",
4923             "name": "Bas-Congo",
4924             "type": "Province"
4925             },
4926             {
4927             "code": "CD-BN",
4928             "name": "Bandundu",
4929             "type": "Province"
4930             },
4931             {
4932             "code": "CD-EQ",
4933             "name": "Équateur",
4934             "type": "Province"
4935             },
4936             {
4937             "code": "CD-KA",
4938             "name": "Katanga",
4939             "type": "Province"
4940             },
4941             {
4942             "code": "CD-KE",
4943             "name": "Kasai-Oriental",
4944             "type": "Province"
4945             },
4946             {
4947             "code": "CD-KN",
4948             "name": "Kinshasa",
4949             "type": "City"
4950             },
4951             {
4952             "code": "CD-KW",
4953             "name": "Kasai-Occidental",
4954             "type": "Province"
4955             },
4956             {
4957             "code": "CD-MA",
4958             "name": "Maniema",
4959             "type": "Province"
4960             },
4961             {
4962             "code": "CD-NK",
4963             "name": "Nord-Kivu",
4964             "type": "Province"
4965             },
4966             {
4967             "code": "CD-OR",
4968             "name": "Orientale",
4969             "type": "Province"
4970             },
4971             {
4972             "code": "CD-SK",
4973             "name": "Sud-Kivu",
4974             "type": "Province"
4975             },
4976             {
4977             "code": "CF-AC",
4978             "name": "Ouham",
4979             "type": "Prefecture"
4980             },
4981             {
4982             "code": "CF-BB",
4983             "name": "Bamingui-Bangoran",
4984             "type": "Prefecture"
4985             },
4986             {
4987             "code": "CF-BGF",
4988             "name": "Bangui",
4989             "type": "Commune"
4990             },
4991             {
4992             "code": "CF-BK",
4993             "name": "Basse-Kotto",
4994             "type": "Prefecture"
4995             },
4996             {
4997             "code": "CF-HK",
4998             "name": "Haute-Kotto",
4999             "type": "Prefecture"
5000             },
5001             {
5002             "code": "CF-HM",
5003             "name": "Haut-Mbomou",
5004             "type": "Prefecture"
5005             },
5006             {
5007             "code": "CF-HS",
5008             "name": "Haute-Sangha / Mambéré-Kadéï",
5009             "type": "Prefecture"
5010             },
5011             {
5012             "code": "CF-KB",
5013             "name": "Gribingui",
5014             "type": "Economic Prefecture"
5015             },
5016             {
5017             "code": "CF-KG",
5018             "name": "Kémo-Gribingui",
5019             "type": "Prefecture"
5020             },
5021             {
5022             "code": "CF-LB",
5023             "name": "Lobaye",
5024             "type": "Prefecture"
5025             },
5026             {
5027             "code": "CF-MB",
5028             "name": "Mbomou",
5029             "type": "Prefecture"
5030             },
5031             {
5032             "code": "CF-MP",
5033             "name": "Ombella-M'poko",
5034             "type": "Prefecture"
5035             },
5036             {
5037             "code": "CF-NM",
5038             "name": "Nana-Mambéré",
5039             "type": "Prefecture"
5040             },
5041             {
5042             "code": "CF-OP",
5043             "name": "Ouham-Pendé",
5044             "type": "Prefecture"
5045             },
5046             {
5047             "code": "CF-SE",
5048             "name": "Sangha",
5049             "type": "Economic Prefecture"
5050             },
5051             {
5052             "code": "CF-UK",
5053             "name": "Ouaka",
5054             "type": "Prefecture"
5055             },
5056             {
5057             "code": "CF-VK",
5058             "name": "Vakaga",
5059             "type": "Prefecture"
5060             },
5061             {
5062             "code": "CG-11",
5063             "name": "Bouenza",
5064             "type": "Region"
5065             },
5066             {
5067             "code": "CG-12",
5068             "name": "Pool",
5069             "type": "Region"
5070             },
5071             {
5072             "code": "CG-13",
5073             "name": "Sangha",
5074             "type": "Region"
5075             },
5076             {
5077             "code": "CG-14",
5078             "name": "Plateaux",
5079             "type": "Region"
5080             },
5081             {
5082             "code": "CG-15",
5083             "name": "Cuvette-Ouest",
5084             "type": "Region"
5085             },
5086             {
5087             "code": "CG-2",
5088             "name": "Lékoumou",
5089             "type": "Region"
5090             },
5091             {
5092             "code": "CG-5",
5093             "name": "Kouilou",
5094             "type": "Region"
5095             },
5096             {
5097             "code": "CG-7",
5098             "name": "Likouala",
5099             "type": "Region"
5100             },
5101             {
5102             "code": "CG-8",
5103             "name": "Cuvette",
5104             "type": "Region"
5105             },
5106             {
5107             "code": "CG-9",
5108             "name": "Niari",
5109             "type": "Region"
5110             },
5111             {
5112             "code": "CG-BZV",
5113             "name": "Brazzaville",
5114             "type": "Capital District"
5115             },
5116             {
5117             "code": "CH-AG",
5118             "name": "Aargau",
5119             "type": "Canton"
5120             },
5121             {
5122             "code": "CH-AI",
5123             "name": "Appenzell Innerrhoden",
5124             "type": "Canton"
5125             },
5126             {
5127             "code": "CH-AR",
5128             "name": "Appenzell Ausserrhoden",
5129             "type": "Canton"
5130             },
5131             {
5132             "code": "CH-BE",
5133             "name": "Bern",
5134             "type": "Canton"
5135             },
5136             {
5137             "code": "CH-BL",
5138             "name": "Basel-Landschaft",
5139             "type": "Canton"
5140             },
5141             {
5142             "code": "CH-BS",
5143             "name": "Basel-Stadt",
5144             "type": "Canton"
5145             },
5146             {
5147             "code": "CH-FR",
5148             "name": "Fribourg",
5149             "type": "Canton"
5150             },
5151             {
5152             "code": "CH-GE",
5153             "name": "Genève",
5154             "type": "Canton"
5155             },
5156             {
5157             "code": "CH-GL",
5158             "name": "Glarus",
5159             "type": "Canton"
5160             },
5161             {
5162             "code": "CH-GR",
5163             "name": "Graubünden",
5164             "type": "Canton"
5165             },
5166             {
5167             "code": "CH-JU",
5168             "name": "Jura",
5169             "type": "Canton"
5170             },
5171             {
5172             "code": "CH-LU",
5173             "name": "Luzern",
5174             "type": "Canton"
5175             },
5176             {
5177             "code": "CH-NE",
5178             "name": "Neuchâtel",
5179             "type": "Canton"
5180             },
5181             {
5182             "code": "CH-NW",
5183             "name": "Nidwalden",
5184             "type": "Canton"
5185             },
5186             {
5187             "code": "CH-OW",
5188             "name": "Obwalden",
5189             "type": "Canton"
5190             },
5191             {
5192             "code": "CH-SG",
5193             "name": "Sankt Gallen",
5194             "type": "Canton"
5195             },
5196             {
5197             "code": "CH-SH",
5198             "name": "Schaffhausen",
5199             "type": "Canton"
5200             },
5201             {
5202             "code": "CH-SO",
5203             "name": "Solothurn",
5204             "type": "Canton"
5205             },
5206             {
5207             "code": "CH-SZ",
5208             "name": "Schwyz",
5209             "type": "Canton"
5210             },
5211             {
5212             "code": "CH-TG",
5213             "name": "Thurgau",
5214             "type": "Canton"
5215             },
5216             {
5217             "code": "CH-TI",
5218             "name": "Ticino",
5219             "type": "Canton"
5220             },
5221             {
5222             "code": "CH-UR",
5223             "name": "Uri",
5224             "type": "Canton"
5225             },
5226             {
5227             "code": "CH-VD",
5228             "name": "Vaud",
5229             "type": "Canton"
5230             },
5231             {
5232             "code": "CH-VS",
5233             "name": "Valais",
5234             "type": "Canton"
5235             },
5236             {
5237             "code": "CH-ZG",
5238             "name": "Zug",
5239             "type": "Canton"
5240             },
5241             {
5242             "code": "CH-ZH",
5243             "name": "Zürich",
5244             "type": "Canton"
5245             },
5246             {
5247             "code": "CI-01",
5248             "name": "Lagunes (Région des)",
5249             "type": "Region"
5250             },
5251             {
5252             "code": "CI-02",
5253             "name": "Haut-Sassandra (Région du)",
5254             "type": "Region"
5255             },
5256             {
5257             "code": "CI-03",
5258             "name": "Savanes (Région des)",
5259             "type": "Region"
5260             },
5261             {
5262             "code": "CI-04",
5263             "name": "Vallée du Bandama (Région de la)",
5264             "type": "Region"
5265             },
5266             {
5267             "code": "CI-05",
5268             "name": "Moyen-Comoé (Région du)",
5269             "type": "Region"
5270             },
5271             {
5272             "code": "CI-06",
5273             "name": "18 Montagnes (Région des)",
5274             "type": "Region"
5275             },
5276             {
5277             "code": "CI-07",
5278             "name": "Lacs (Région des)",
5279             "type": "Region"
5280             },
5281             {
5282             "code": "CI-08",
5283             "name": "Zanzan (Région du)",
5284             "type": "Region"
5285             },
5286             {
5287             "code": "CI-09",
5288             "name": "Bas-Sassandra (Région du)",
5289             "type": "Region"
5290             },
5291             {
5292             "code": "CI-10",
5293             "name": "Denguélé (Région du)",
5294             "type": "Region"
5295             },
5296             {
5297             "code": "CI-11",
5298             "name": "Nzi-Comoé (Région)",
5299             "type": "Region"
5300             },
5301             {
5302             "code": "CI-12",
5303             "name": "Marahoué (Région de la)",
5304             "type": "Region"
5305             },
5306             {
5307             "code": "CI-13",
5308             "name": "Sud-Comoé (Région du)",
5309             "type": "Region"
5310             },
5311             {
5312             "code": "CI-14",
5313             "name": "Worodouqou (Région du)",
5314             "type": "Region"
5315             },
5316             {
5317             "code": "CI-15",
5318             "name": "Sud-Bandama (Région du)",
5319             "type": "Region"
5320             },
5321             {
5322             "code": "CI-16",
5323             "name": "Agnébi (Région de l')",
5324             "type": "Region"
5325             },
5326             {
5327             "code": "CI-17",
5328             "name": "Bafing (Région du)",
5329             "type": "Region"
5330             },
5331             {
5332             "code": "CI-18",
5333             "name": "Fromager (Région du)",
5334             "type": "Region"
5335             },
5336             {
5337             "code": "CI-19",
5338             "name": "Moyen-Cavally (Région du)",
5339             "type": "Region"
5340             },
5341             {
5342             "code": "CL-AI",
5343             "name": "Aisén del General Carlos Ibáñez del Campo",
5344             "type": "Region"
5345             },
5346             {
5347             "code": "CL-AN",
5348             "name": "Antofagasta",
5349             "type": "Region"
5350             },
5351             {
5352             "code": "CL-AP",
5353             "name": "Arica y Parinacota",
5354             "type": "Region"
5355             },
5356             {
5357             "code": "CL-AR",
5358             "name": "Araucanía",
5359             "type": "Region"
5360             },
5361             {
5362             "code": "CL-AT",
5363             "name": "Atacama",
5364             "type": "Region"
5365             },
5366             {
5367             "code": "CL-BI",
5368             "name": "Bío-Bío",
5369             "type": "Region"
5370             },
5371             {
5372             "code": "CL-CO",
5373             "name": "Coquimbo",
5374             "type": "Region"
5375             },
5376             {
5377             "code": "CL-LI",
5378             "name": "Libertador General Bernardo O'Higgins",
5379             "type": "Region"
5380             },
5381             {
5382             "code": "CL-LL",
5383             "name": "Los Lagos",
5384             "type": "Region"
5385             },
5386             {
5387             "code": "CL-LR",
5388             "name": "Los Ríos",
5389             "type": "Region"
5390             },
5391             {
5392             "code": "CL-MA",
5393             "name": "Magallanes y Antártica Chilena",
5394             "type": "Region"
5395             },
5396             {
5397             "code": "CL-ML",
5398             "name": "Maule",
5399             "type": "Region"
5400             },
5401             {
5402             "code": "CL-RM",
5403             "name": "Región Metropolitana de Santiago",
5404             "type": "Region"
5405             },
5406             {
5407             "code": "CL-TA",
5408             "name": "Tarapacá",
5409             "type": "Region"
5410             },
5411             {
5412             "code": "CL-VS",
5413             "name": "Valparaíso",
5414             "type": "Region"
5415             },
5416             {
5417             "code": "CM-AD",
5418             "name": "Adamaoua",
5419             "type": "Province"
5420             },
5421             {
5422             "code": "CM-CE",
5423             "name": "Centre",
5424             "type": "Province"
5425             },
5426             {
5427             "code": "CM-EN",
5428             "name": "Far North",
5429             "type": "Province"
5430             },
5431             {
5432             "code": "CM-ES",
5433             "name": "East",
5434             "type": "Province"
5435             },
5436             {
5437             "code": "CM-LT",
5438             "name": "Littoral",
5439             "type": "Province"
5440             },
5441             {
5442             "code": "CM-NO",
5443             "name": "North",
5444             "type": "Province"
5445             },
5446             {
5447             "code": "CM-NW",
5448             "name": "North-West (Cameroon)",
5449             "type": "Province"
5450             },
5451             {
5452             "code": "CM-OU",
5453             "name": "West",
5454             "type": "Province"
5455             },
5456             {
5457             "code": "CM-SU",
5458             "name": "South",
5459             "type": "Province"
5460             },
5461             {
5462             "code": "CM-SW",
5463             "name": "South-West",
5464             "type": "Province"
5465             },
5466             {
5467             "code": "CN-AH",
5468             "name": "Anhui Sheng",
5469             "type": "Province"
5470             },
5471             {
5472             "code": "CN-BJ",
5473             "name": "Beijing Shi",
5474             "type": "Municipality"
5475             },
5476             {
5477             "code": "CN-CQ",
5478             "name": "Chongqing Shi",
5479             "type": "Municipality"
5480             },
5481             {
5482             "code": "CN-FJ",
5483             "name": "Fujian Sheng",
5484             "type": "Province"
5485             },
5486             {
5487             "code": "CN-GD",
5488             "name": "Guangdong Sheng",
5489             "type": "Province"
5490             },
5491             {
5492             "code": "CN-GS",
5493             "name": "Gansu Sheng",
5494             "type": "Province"
5495             },
5496             {
5497             "code": "CN-GX",
5498             "name": "Guangxi Zhuangzu Zizhiqu",
5499             "type": "Autonomous region"
5500             },
5501             {
5502             "code": "CN-GZ",
5503             "name": "Guizhou Sheng",
5504             "type": "Province"
5505             },
5506             {
5507             "code": "CN-HA",
5508             "name": "Henan Sheng",
5509             "type": "Province"
5510             },
5511             {
5512             "code": "CN-HB",
5513             "name": "Hubei Sheng",
5514             "type": "Province"
5515             },
5516             {
5517             "code": "CN-HE",
5518             "name": "Hebei Sheng",
5519             "type": "Province"
5520             },
5521             {
5522             "code": "CN-HI",
5523             "name": "Hainan Sheng",
5524             "type": "Province"
5525             },
5526             {
5527             "code": "CN-HK",
5528             "name": "Hong Kong SAR (see also separate country code entry under HK)",
5529             "type": "Special administrative region"
5530             },
5531             {
5532             "code": "CN-HL",
5533             "name": "Heilongjiang Sheng",
5534             "type": "Province"
5535             },
5536             {
5537             "code": "CN-HN",
5538             "name": "Hunan Sheng",
5539             "type": "Province"
5540             },
5541             {
5542             "code": "CN-JL",
5543             "name": "Jilin Sheng",
5544             "type": "Province"
5545             },
5546             {
5547             "code": "CN-JS",
5548             "name": "Jiangsu Sheng",
5549             "type": "Province"
5550             },
5551             {
5552             "code": "CN-JX",
5553             "name": "Jiangxi Sheng",
5554             "type": "Province"
5555             },
5556             {
5557             "code": "CN-LN",
5558             "name": "Liaoning Sheng",
5559             "type": "Province"
5560             },
5561             {
5562             "code": "CN-MO",
5563             "name": "Macao SAR (see also separate country code entry under MO)",
5564             "type": "Special administrative region"
5565             },
5566             {
5567             "code": "CN-NM",
5568             "name": "Nei Mongol Zizhiqu",
5569             "type": "Autonomous region"
5570             },
5571             {
5572             "code": "CN-NX",
5573             "name": "Ningxia Huizi Zizhiqu",
5574             "type": "Autonomous region"
5575             },
5576             {
5577             "code": "CN-QH",
5578             "name": "Qinghai Sheng",
5579             "type": "Province"
5580             },
5581             {
5582             "code": "CN-SC",
5583             "name": "Sichuan Sheng",
5584             "type": "Province"
5585             },
5586             {
5587             "code": "CN-SD",
5588             "name": "Shandong Sheng",
5589             "type": "Province"
5590             },
5591             {
5592             "code": "CN-SH",
5593             "name": "Shanghai Shi",
5594             "type": "Municipality"
5595             },
5596             {
5597             "code": "CN-SN",
5598             "name": "Shaanxi Sheng",
5599             "type": "Province"
5600             },
5601             {
5602             "code": "CN-SX",
5603             "name": "Shanxi Sheng",
5604             "type": "Province"
5605             },
5606             {
5607             "code": "CN-TJ",
5608             "name": "Tianjin Shi",
5609             "type": "Municipality"
5610             },
5611             {
5612             "code": "CN-TW",
5613             "name": "Taiwan Sheng (see also separate country code entry under TW)",
5614             "type": "Province"
5615             },
5616             {
5617             "code": "CN-XJ",
5618             "name": "Xinjiang Uygur Zizhiqu",
5619             "type": "Autonomous region"
5620             },
5621             {
5622             "code": "CN-XZ",
5623             "name": "Xizang Zizhiqu",
5624             "type": "Autonomous region"
5625             },
5626             {
5627             "code": "CN-YN",
5628             "name": "Yunnan Sheng",
5629             "type": "Province"
5630             },
5631             {
5632             "code": "CN-ZJ",
5633             "name": "Zhejiang Sheng",
5634             "type": "Province"
5635             },
5636             {
5637             "code": "CO-AMA",
5638             "name": "Amazonas",
5639             "type": "Department"
5640             },
5641             {
5642             "code": "CO-ANT",
5643             "name": "Antioquia",
5644             "type": "Department"
5645             },
5646             {
5647             "code": "CO-ARA",
5648             "name": "Arauca",
5649             "type": "Department"
5650             },
5651             {
5652             "code": "CO-ATL",
5653             "name": "Atlántico",
5654             "type": "Department"
5655             },
5656             {
5657             "code": "CO-BOL",
5658             "name": "Bolívar",
5659             "type": "Department"
5660             },
5661             {
5662             "code": "CO-BOY",
5663             "name": "Boyacá",
5664             "type": "Department"
5665             },
5666             {
5667             "code": "CO-CAL",
5668             "name": "Caldas",
5669             "type": "Department"
5670             },
5671             {
5672             "code": "CO-CAQ",
5673             "name": "Caquetá",
5674             "type": "Department"
5675             },
5676             {
5677             "code": "CO-CAS",
5678             "name": "Casanare",
5679             "type": "Department"
5680             },
5681             {
5682             "code": "CO-CAU",
5683             "name": "Cauca",
5684             "type": "Department"
5685             },
5686             {
5687             "code": "CO-CES",
5688             "name": "Cesar",
5689             "type": "Department"
5690             },
5691             {
5692             "code": "CO-CHO",
5693             "name": "Chocó",
5694             "type": "Department"
5695             },
5696             {
5697             "code": "CO-COR",
5698             "name": "Córdoba",
5699             "type": "Department"
5700             },
5701             {
5702             "code": "CO-CUN",
5703             "name": "Cundinamarca",
5704             "type": "Department"
5705             },
5706             {
5707             "code": "CO-DC",
5708             "name": "Distrito Capital de Bogotá",
5709             "type": "Capital district"
5710             },
5711             {
5712             "code": "CO-GUA",
5713             "name": "Guainía",
5714             "type": "Department"
5715             },
5716             {
5717             "code": "CO-GUV",
5718             "name": "Guaviare",
5719             "type": "Department"
5720             },
5721             {
5722             "code": "CO-HUI",
5723             "name": "Huila",
5724             "type": "Department"
5725             },
5726             {
5727             "code": "CO-LAG",
5728             "name": "La Guajira",
5729             "type": "Department"
5730             },
5731             {
5732             "code": "CO-MAG",
5733             "name": "Magdalena",
5734             "type": "Department"
5735             },
5736             {
5737             "code": "CO-MET",
5738             "name": "Meta",
5739             "type": "Department"
5740             },
5741             {
5742             "code": "CO-NAR",
5743             "name": "Nariño",
5744             "type": "Department"
5745             },
5746             {
5747             "code": "CO-NSA",
5748             "name": "Norte de Santander",
5749             "type": "Department"
5750             },
5751             {
5752             "code": "CO-PUT",
5753             "name": "Putumayo",
5754             "type": "Department"
5755             },
5756             {
5757             "code": "CO-QUI",
5758             "name": "Quindío",
5759             "type": "Department"
5760             },
5761             {
5762             "code": "CO-RIS",
5763             "name": "Risaralda",
5764             "type": "Department"
5765             },
5766             {
5767             "code": "CO-SAN",
5768             "name": "Santander",
5769             "type": "Department"
5770             },
5771             {
5772             "code": "CO-SAP",
5773             "name": "San Andrés, Providencia y Santa Catalina",
5774             "type": "Department"
5775             },
5776             {
5777             "code": "CO-SUC",
5778             "name": "Sucre",
5779             "type": "Department"
5780             },
5781             {
5782             "code": "CO-TOL",
5783             "name": "Tolima",
5784             "type": "Department"
5785             },
5786             {
5787             "code": "CO-VAC",
5788             "name": "Valle del Cauca",
5789             "type": "Department"
5790             },
5791             {
5792             "code": "CO-VAU",
5793             "name": "Vaupés",
5794             "type": "Department"
5795             },
5796             {
5797             "code": "CO-VID",
5798             "name": "Vichada",
5799             "type": "Department"
5800             },
5801             {
5802             "code": "CR-A",
5803             "name": "Alajuela",
5804             "type": "Province"
5805             },
5806             {
5807             "code": "CR-C",
5808             "name": "Cartago",
5809             "type": "Province"
5810             },
5811             {
5812             "code": "CR-G",
5813             "name": "Guanacaste",
5814             "type": "Province"
5815             },
5816             {
5817             "code": "CR-H",
5818             "name": "Heredia",
5819             "type": "Province"
5820             },
5821             {
5822             "code": "CR-L",
5823             "name": "Limón",
5824             "type": "Province"
5825             },
5826             {
5827             "code": "CR-P",
5828             "name": "Puntarenas",
5829             "type": "Province"
5830             },
5831             {
5832             "code": "CR-SJ",
5833             "name": "San José",
5834             "type": "Province"
5835             },
5836             {
5837             "code": "CU-01",
5838             "name": "Pinar del Rio",
5839             "type": "Province"
5840             },
5841             {
5842             "code": "CU-02",
5843             "name": "La Habana",
5844             "type": "Province"
5845             },
5846             {
5847             "code": "CU-03",
5848             "name": "Ciudad de La Habana",
5849             "type": "Province"
5850             },
5851             {
5852             "code": "CU-04",
5853             "name": "Matanzas",
5854             "type": "Province"
5855             },
5856             {
5857             "code": "CU-05",
5858             "name": "Villa Clara",
5859             "type": "Province"
5860             },
5861             {
5862             "code": "CU-06",
5863             "name": "Cienfuegos",
5864             "type": "Province"
5865             },
5866             {
5867             "code": "CU-07",
5868             "name": "Sancti Spíritus",
5869             "type": "Province"
5870             },
5871             {
5872             "code": "CU-08",
5873             "name": "Ciego de Ávila",
5874             "type": "Province"
5875             },
5876             {
5877             "code": "CU-09",
5878             "name": "Camagüey",
5879             "type": "Province"
5880             },
5881             {
5882             "code": "CU-10",
5883             "name": "Las Tunas",
5884             "type": "Province"
5885             },
5886             {
5887             "code": "CU-11",
5888             "name": "Holguín",
5889             "type": "Province"
5890             },
5891             {
5892             "code": "CU-12",
5893             "name": "Granma",
5894             "type": "Province"
5895             },
5896             {
5897             "code": "CU-13",
5898             "name": "Santiago de Cuba",
5899             "type": "Province"
5900             },
5901             {
5902             "code": "CU-14",
5903             "name": "Guantánamo",
5904             "type": "Province"
5905             },
5906             {
5907             "code": "CU-99",
5908             "name": "Isla de la Juventud",
5909             "type": "Special municipality"
5910             },
5911             {
5912             "code": "CV-B",
5913             "name": "Ilhas de Barlavento",
5914             "type": "Geographical region"
5915             },
5916             {
5917             "code": "CV-BR",
5918             "name": "Brava",
5919             "parent": "S",
5920             "type": "Municipality"
5921             },
5922             {
5923             "code": "CV-BV",
5924             "name": "Boa Vista",
5925             "parent": "B",
5926             "type": "Municipality"
5927             },
5928             {
5929             "code": "CV-CA",
5930             "name": "Santa Catarina",
5931             "parent": "S",
5932             "type": "Municipality"
5933             },
5934             {
5935             "code": "CV-CF",
5936             "name": "Santa Catarina de Fogo",
5937             "parent": "S",
5938             "type": "Municipality"
5939             },
5940             {
5941             "code": "CV-CR",
5942             "name": "Santa Cruz",
5943             "parent": "S",
5944             "type": "Municipality"
5945             },
5946             {
5947             "code": "CV-MA",
5948             "name": "Maio",
5949             "parent": "S",
5950             "type": "Municipality"
5951             },
5952             {
5953             "code": "CV-MO",
5954             "name": "Mosteiros",
5955             "parent": "S",
5956             "type": "Municipality"
5957             },
5958             {
5959             "code": "CV-PA",
5960             "name": "Paul",
5961             "parent": "B",
5962             "type": "Municipality"
5963             },
5964             {
5965             "code": "CV-PN",
5966             "name": "Porto Novo",
5967             "parent": "B",
5968             "type": "Municipality"
5969             },
5970             {
5971             "code": "CV-PR",
5972             "name": "Praia",
5973             "parent": "S",
5974             "type": "Municipality"
5975             },
5976             {
5977             "code": "CV-RB",
5978             "name": "Ribeira Brava",
5979             "parent": "B",
5980             "type": "Municipality"
5981             },
5982             {
5983             "code": "CV-RG",
5984             "name": "Ribeira Grande",
5985             "parent": "B",
5986             "type": "Municipality"
5987             },
5988             {
5989             "code": "CV-RS",
5990             "name": "Ribeira Grande de Santiago",
5991             "parent": "S",
5992             "type": "Municipality"
5993             },
5994             {
5995             "code": "CV-S",
5996             "name": "Ilhas de Sotavento",
5997             "type": "Geographical region"
5998             },
5999             {
6000             "code": "CV-SD",
6001             "name": "São Domingos",
6002             "parent": "S",
6003             "type": "Municipality"
6004             },
6005             {
6006             "code": "CV-SF",
6007             "name": "São Filipe",
6008             "parent": "S",
6009             "type": "Municipality"
6010             },
6011             {
6012             "code": "CV-SL",
6013             "name": "Sal",
6014             "parent": "B",
6015             "type": "Municipality"
6016             },
6017             {
6018             "code": "CV-SM",
6019             "name": "São Miguel",
6020             "parent": "S",
6021             "type": "Municipality"
6022             },
6023             {
6024             "code": "CV-SO",
6025             "name": "São Lourenço dos Órgãos",
6026             "parent": "S",
6027             "type": "Municipality"
6028             },
6029             {
6030             "code": "CV-SS",
6031             "name": "São Salvador do Mundo",
6032             "parent": "S",
6033             "type": "Municipality"
6034             },
6035             {
6036             "code": "CV-SV",
6037             "name": "São Vicente",
6038             "parent": "B",
6039             "type": "Municipality"
6040             },
6041             {
6042             "code": "CV-TA",
6043             "name": "Tarrafal",
6044             "parent": "S",
6045             "type": "Municipality"
6046             },
6047             {
6048             "code": "CV-TS",
6049             "name": "Tarrafal de São Nicolau",
6050             "parent": "S",
6051             "type": "Municipality"
6052             },
6053             {
6054             "code": "CY-01",
6055             "name": "Lefkosía",
6056             "type": "District"
6057             },
6058             {
6059             "code": "CY-02",
6060             "name": "Lemesós",
6061             "type": "District"
6062             },
6063             {
6064             "code": "CY-03",
6065             "name": "Lárnaka",
6066             "type": "District"
6067             },
6068             {
6069             "code": "CY-04",
6070             "name": "Ammóchostos",
6071             "type": "District"
6072             },
6073             {
6074             "code": "CY-05",
6075             "name": "Páfos",
6076             "type": "District"
6077             },
6078             {
6079             "code": "CY-06",
6080             "name": "Kerýneia",
6081             "type": "District"
6082             },
6083             {
6084             "code": "CZ-10",
6085             "name": "Praha, Hlavní mešto",
6086             "type": "capital city"
6087             },
6088             {
6089             "code": "CZ-101",
6090             "name": "Praha 1",
6091             "parent": "10",
6092             "type": "district"
6093             },
6094             {
6095             "code": "CZ-102",
6096             "name": "Praha 2",
6097             "parent": "10",
6098             "type": "district"
6099             },
6100             {
6101             "code": "CZ-103",
6102             "name": "Praha 3",
6103             "parent": "10",
6104             "type": "district"
6105             },
6106             {
6107             "code": "CZ-104",
6108             "name": "Praha 4",
6109             "parent": "10",
6110             "type": "district"
6111             },
6112             {
6113             "code": "CZ-105",
6114             "name": "Praha 5",
6115             "parent": "10",
6116             "type": "district"
6117             },
6118             {
6119             "code": "CZ-106",
6120             "name": "Praha 6",
6121             "parent": "10",
6122             "type": "district"
6123             },
6124             {
6125             "code": "CZ-107",
6126             "name": "Praha 7",
6127             "parent": "10",
6128             "type": "district"
6129             },
6130             {
6131             "code": "CZ-108",
6132             "name": "Praha 8",
6133             "parent": "10",
6134             "type": "district"
6135             },
6136             {
6137             "code": "CZ-109",
6138             "name": "Praha 9",
6139             "parent": "10",
6140             "type": "district"
6141             },
6142             {
6143             "code": "CZ-110",
6144             "name": "Praha 10",
6145             "parent": "10",
6146             "type": "district"
6147             },
6148             {
6149             "code": "CZ-111",
6150             "name": "Praha 11",
6151             "parent": "10",
6152             "type": "district"
6153             },
6154             {
6155             "code": "CZ-112",
6156             "name": "Praha 12",
6157             "parent": "10",
6158             "type": "district"
6159             },
6160             {
6161             "code": "CZ-113",
6162             "name": "Praha 13",
6163             "parent": "10",
6164             "type": "district"
6165             },
6166             {
6167             "code": "CZ-114",
6168             "name": "Praha 14",
6169             "parent": "10",
6170             "type": "district"
6171             },
6172             {
6173             "code": "CZ-115",
6174             "name": "Praha 15",
6175             "parent": "10",
6176             "type": "district"
6177             },
6178             {
6179             "code": "CZ-116",
6180             "name": "Praha 16",
6181             "parent": "10",
6182             "type": "district"
6183             },
6184             {
6185             "code": "CZ-117",
6186             "name": "Praha 17",
6187             "parent": "10",
6188             "type": "district"
6189             },
6190             {
6191             "code": "CZ-118",
6192             "name": "Praha 18",
6193             "parent": "10",
6194             "type": "district"
6195             },
6196             {
6197             "code": "CZ-119",
6198             "name": "Praha 19",
6199             "parent": "10",
6200             "type": "district"
6201             },
6202             {
6203             "code": "CZ-120",
6204             "name": "Praha 20",
6205             "parent": "10",
6206             "type": "district"
6207             },
6208             {
6209             "code": "CZ-121",
6210             "name": "Praha 21",
6211             "parent": "10",
6212             "type": "district"
6213             },
6214             {
6215             "code": "CZ-122",
6216             "name": "Praha 22",
6217             "parent": "10",
6218             "type": "district"
6219             },
6220             {
6221             "code": "CZ-20",
6222             "name": "Středočeský kraj",
6223             "type": "region"
6224             },
6225             {
6226             "code": "CZ-201",
6227             "name": "Benešov",
6228             "parent": "20",
6229             "type": "district"
6230             },
6231             {
6232             "code": "CZ-202",
6233             "name": "Beroun",
6234             "parent": "20",
6235             "type": "district"
6236             },
6237             {
6238             "code": "CZ-203",
6239             "name": "Kladno",
6240             "parent": "20",
6241             "type": "district"
6242             },
6243             {
6244             "code": "CZ-204",
6245             "name": "Kolín",
6246             "parent": "20",
6247             "type": "district"
6248             },
6249             {
6250             "code": "CZ-205",
6251             "name": "Kutná Hora",
6252             "parent": "20",
6253             "type": "district"
6254             },
6255             {
6256             "code": "CZ-206",
6257             "name": "Mělník",
6258             "parent": "20",
6259             "type": "district"
6260             },
6261             {
6262             "code": "CZ-207",
6263             "name": "Mladá Boleslav",
6264             "parent": "20",
6265             "type": "district"
6266             },
6267             {
6268             "code": "CZ-208",
6269             "name": "Nymburk",
6270             "parent": "20",
6271             "type": "district"
6272             },
6273             {
6274             "code": "CZ-209",
6275             "name": "Praha-východ",
6276             "parent": "20",
6277             "type": "district"
6278             },
6279             {
6280             "code": "CZ-20A",
6281             "name": "Praha-západ",
6282             "parent": "20",
6283             "type": "district"
6284             },
6285             {
6286             "code": "CZ-20B",
6287             "name": "Příbram",
6288             "parent": "20",
6289             "type": "district"
6290             },
6291             {
6292             "code": "CZ-20C",
6293             "name": "Rakovník",
6294             "parent": "20",
6295             "type": "district"
6296             },
6297             {
6298             "code": "CZ-31",
6299             "name": "Jihočeský kraj",
6300             "type": "region"
6301             },
6302             {
6303             "code": "CZ-311",
6304             "name": "České Budějovice",
6305             "parent": "31",
6306             "type": "district"
6307             },
6308             {
6309             "code": "CZ-312",
6310             "name": "Český Krumlov",
6311             "parent": "31",
6312             "type": "district"
6313             },
6314             {
6315             "code": "CZ-313",
6316             "name": "Jindřichův Hradec",
6317             "parent": "31",
6318             "type": "district"
6319             },
6320             {
6321             "code": "CZ-314",
6322             "name": "Písek",
6323             "parent": "31",
6324             "type": "district"
6325             },
6326             {
6327             "code": "CZ-315",
6328             "name": "Prachatice",
6329             "parent": "31",
6330             "type": "district"
6331             },
6332             {
6333             "code": "CZ-316",
6334             "name": "Strakonice",
6335             "parent": "31",
6336             "type": "district"
6337             },
6338             {
6339             "code": "CZ-317",
6340             "name": "Tábor",
6341             "parent": "31",
6342             "type": "district"
6343             },
6344             {
6345             "code": "CZ-32",
6346             "name": "Plzeňský kraj",
6347             "type": "region"
6348             },
6349             {
6350             "code": "CZ-321",
6351             "name": "Domažlice",
6352             "parent": "32",
6353             "type": "district"
6354             },
6355             {
6356             "code": "CZ-322",
6357             "name": "Klatovy",
6358             "parent": "32",
6359             "type": "district"
6360             },
6361             {
6362             "code": "CZ-323",
6363             "name": "Plzeň-město",
6364             "parent": "32",
6365             "type": "district"
6366             },
6367             {
6368             "code": "CZ-324",
6369             "name": "Plzeň-jih",
6370             "parent": "32",
6371             "type": "district"
6372             },
6373             {
6374             "code": "CZ-325",
6375             "name": "Plzeň-sever",
6376             "parent": "32",
6377             "type": "district"
6378             },
6379             {
6380             "code": "CZ-326",
6381             "name": "Rokycany",
6382             "parent": "32",
6383             "type": "district"
6384             },
6385             {
6386             "code": "CZ-327",
6387             "name": "Tachov",
6388             "parent": "32",
6389             "type": "district"
6390             },
6391             {
6392             "code": "CZ-41",
6393             "name": "Karlovarský kraj",
6394             "type": "region"
6395             },
6396             {
6397             "code": "CZ-411",
6398             "name": "Cheb",
6399             "parent": "41",
6400             "type": "district"
6401             },
6402             {
6403             "code": "CZ-412",
6404             "name": "Karlovy Vary",
6405             "parent": "41",
6406             "type": "district"
6407             },
6408             {
6409             "code": "CZ-413",
6410             "name": "Sokolov",
6411             "parent": "41",
6412             "type": "district"
6413             },
6414             {
6415             "code": "CZ-42",
6416             "name": "Ústecký kraj",
6417             "type": "region"
6418             },
6419             {
6420             "code": "CZ-421",
6421             "name": "Děčín",
6422             "parent": "42",
6423             "type": "district"
6424             },
6425             {
6426             "code": "CZ-422",
6427             "name": "Chomutov",
6428             "parent": "42",
6429             "type": "district"
6430             },
6431             {
6432             "code": "CZ-423",
6433             "name": "Litoměřice",
6434             "parent": "42",
6435             "type": "district"
6436             },
6437             {
6438             "code": "CZ-424",
6439             "name": "Louny",
6440             "parent": "42",
6441             "type": "district"
6442             },
6443             {
6444             "code": "CZ-425",
6445             "name": "Most",
6446             "parent": "42",
6447             "type": "district"
6448             },
6449             {
6450             "code": "CZ-426",
6451             "name": "Teplice",
6452             "parent": "42",
6453             "type": "district"
6454             },
6455             {
6456             "code": "CZ-427",
6457             "name": "Ústí nad Labem",
6458             "parent": "42",
6459             "type": "district"
6460             },
6461             {
6462             "code": "CZ-51",
6463             "name": "Liberecký kraj",
6464             "type": "region"
6465             },
6466             {
6467             "code": "CZ-511",
6468             "name": "Česká Lípa",
6469             "parent": "51",
6470             "type": "district"
6471             },
6472             {
6473             "code": "CZ-512",
6474             "name": "Jablonec nad Nisou",
6475             "parent": "51",
6476             "type": "district"
6477             },
6478             {
6479             "code": "CZ-513",
6480             "name": "Liberec",
6481             "parent": "51",
6482             "type": "district"
6483             },
6484             {
6485             "code": "CZ-514",
6486             "name": "Semily",
6487             "parent": "51",
6488             "type": "district"
6489             },
6490             {
6491             "code": "CZ-52",
6492             "name": "Královéhradecký kraj",
6493             "type": "region"
6494             },
6495             {
6496             "code": "CZ-521",
6497             "name": "Hradec Králové",
6498             "parent": "52",
6499             "type": "district"
6500             },
6501             {
6502             "code": "CZ-522",
6503             "name": "Jičín",
6504             "parent": "52",
6505             "type": "district"
6506             },
6507             {
6508             "code": "CZ-523",
6509             "name": "Náchod",
6510             "parent": "52",
6511             "type": "district"
6512             },
6513             {
6514             "code": "CZ-524",
6515             "name": "Rychnov nad Kněžnou",
6516             "parent": "52",
6517             "type": "district"
6518             },
6519             {
6520             "code": "CZ-525",
6521             "name": "Trutnov",
6522             "parent": "52",
6523             "type": "district"
6524             },
6525             {
6526             "code": "CZ-53",
6527             "name": "Pardubický kraj",
6528             "type": "region"
6529             },
6530             {
6531             "code": "CZ-531",
6532             "name": "Chrudim",
6533             "parent": "53",
6534             "type": "district"
6535             },
6536             {
6537             "code": "CZ-532",
6538             "name": "Pardubice",
6539             "parent": "53",
6540             "type": "district"
6541             },
6542             {
6543             "code": "CZ-533",
6544             "name": "Svitavy",
6545             "parent": "53",
6546             "type": "district"
6547             },
6548             {
6549             "code": "CZ-534",
6550             "name": "Ústí nad Orlicí",
6551             "parent": "53",
6552             "type": "district"
6553             },
6554             {
6555             "code": "CZ-63",
6556             "name": "Kraj Vysočina",
6557             "type": "region"
6558             },
6559             {
6560             "code": "CZ-631",
6561             "name": "Havlíčkův Brod",
6562             "parent": "63",
6563             "type": "district"
6564             },
6565             {
6566             "code": "CZ-632",
6567             "name": "Jihlava",
6568             "parent": "63",
6569             "type": "district"
6570             },
6571             {
6572             "code": "CZ-633",
6573             "name": "Pelhřimov",
6574             "parent": "63",
6575             "type": "district"
6576             },
6577             {
6578             "code": "CZ-634",
6579             "name": "Třebíč",
6580             "parent": "63",
6581             "type": "district"
6582             },
6583             {
6584             "code": "CZ-635",
6585             "name": "Žďár nad Sázavou",
6586             "parent": "63",
6587             "type": "district"
6588             },
6589             {
6590             "code": "CZ-64",
6591             "name": "Jihomoravský kraj",
6592             "type": "region"
6593             },
6594             {
6595             "code": "CZ-641",
6596             "name": "Blansko",
6597             "parent": "64",
6598             "type": "district"
6599             },
6600             {
6601             "code": "CZ-642",
6602             "name": "Brno-město",
6603             "parent": "64",
6604             "type": "district"
6605             },
6606             {
6607             "code": "CZ-643",
6608             "name": "Brno-venkov",
6609             "parent": "64",
6610             "type": "district"
6611             },
6612             {
6613             "code": "CZ-644",
6614             "name": "Břeclav",
6615             "parent": "64",
6616             "type": "district"
6617             },
6618             {
6619             "code": "CZ-645",
6620             "name": "Hodonín",
6621             "parent": "64",
6622             "type": "district"
6623             },
6624             {
6625             "code": "CZ-646",
6626             "name": "Vyškov",
6627             "parent": "64",
6628             "type": "district"
6629             },
6630             {
6631             "code": "CZ-647",
6632             "name": "Znojmo",
6633             "parent": "64",
6634             "type": "district"
6635             },
6636             {
6637             "code": "CZ-71",
6638             "name": "Olomoucký kraj",
6639             "type": "region"
6640             },
6641             {
6642             "code": "CZ-711",
6643             "name": "Jeseník",
6644             "parent": "71",
6645             "type": "district"
6646             },
6647             {
6648             "code": "CZ-712",
6649             "name": "Olomouc",
6650             "parent": "71",
6651             "type": "district"
6652             },
6653             {
6654             "code": "CZ-713",
6655             "name": "Prostějov",
6656             "parent": "71",
6657             "type": "district"
6658             },
6659             {
6660             "code": "CZ-714",
6661             "name": "Přerov",
6662             "parent": "71",
6663             "type": "district"
6664             },
6665             {
6666             "code": "CZ-715",
6667             "name": "Šumperk",
6668             "parent": "71",
6669             "type": "district"
6670             },
6671             {
6672             "code": "CZ-72",
6673             "name": "Zlínský kraj",
6674             "type": "region"
6675             },
6676             {
6677             "code": "CZ-721",
6678             "name": "Kroměříž",
6679             "parent": "72",
6680             "type": "district"
6681             },
6682             {
6683             "code": "CZ-722",
6684             "name": "Uherské Hradiště",
6685             "parent": "72",
6686             "type": "district"
6687             },
6688             {
6689             "code": "CZ-723",
6690             "name": "Vsetín",
6691             "parent": "72",
6692             "type": "district"
6693             },
6694             {
6695             "code": "CZ-724",
6696             "name": "Zlín",
6697             "parent": "72",
6698             "type": "district"
6699             },
6700             {
6701             "code": "CZ-80",
6702             "name": "Moravskoslezský kraj",
6703             "type": "region"
6704             },
6705             {
6706             "code": "CZ-801",
6707             "name": "Bruntál",
6708             "parent": "80",
6709             "type": "district"
6710             },
6711             {
6712             "code": "CZ-802",
6713             "name": "Frýdek Místek",
6714             "parent": "80",
6715             "type": "district"
6716             },
6717             {
6718             "code": "CZ-803",
6719             "name": "Karviná",
6720             "parent": "80",
6721             "type": "district"
6722             },
6723             {
6724             "code": "CZ-804",
6725             "name": "Nový Jičín",
6726             "parent": "80",
6727             "type": "district"
6728             },
6729             {
6730             "code": "CZ-805",
6731             "name": "Opava",
6732             "parent": "80",
6733             "type": "district"
6734             },
6735             {
6736             "code": "CZ-806",
6737             "name": "Ostrava-město",
6738             "parent": "80",
6739             "type": "district"
6740             },
6741             {
6742             "code": "DE-BB",
6743             "name": "Brandenburg",
6744             "type": "State"
6745             },
6746             {
6747             "code": "DE-BE",
6748             "name": "Berlin",
6749             "type": "State"
6750             },
6751             {
6752             "code": "DE-BW",
6753             "name": "Baden-Württemberg",
6754             "type": "State"
6755             },
6756             {
6757             "code": "DE-BY",
6758             "name": "Bayern",
6759             "type": "State"
6760             },
6761             {
6762             "code": "DE-HB",
6763             "name": "Bremen",
6764             "type": "State"
6765             },
6766             {
6767             "code": "DE-HE",
6768             "name": "Hessen",
6769             "type": "State"
6770             },
6771             {
6772             "code": "DE-HH",
6773             "name": "Hamburg",
6774             "type": "State"
6775             },
6776             {
6777             "code": "DE-MV",
6778             "name": "Mecklenburg-Vorpommern",
6779             "type": "State"
6780             },
6781             {
6782             "code": "DE-NI",
6783             "name": "Niedersachsen",
6784             "type": "State"
6785             },
6786             {
6787             "code": "DE-NW",
6788             "name": "Nordrhein-Westfalen",
6789             "type": "State"
6790             },
6791             {
6792             "code": "DE-RP",
6793             "name": "Rheinland-Pfalz",
6794             "type": "State"
6795             },
6796             {
6797             "code": "DE-SH",
6798             "name": "Schleswig-Holstein",
6799             "type": "State"
6800             },
6801             {
6802             "code": "DE-SL",
6803             "name": "Saarland",
6804             "type": "State"
6805             },
6806             {
6807             "code": "DE-SN",
6808             "name": "Sachsen",
6809             "type": "State"
6810             },
6811             {
6812             "code": "DE-ST",
6813             "name": "Sachsen-Anhalt",
6814             "type": "State"
6815             },
6816             {
6817             "code": "DE-TH",
6818             "name": "Thüringen",
6819             "type": "State"
6820             },
6821             {
6822             "code": "DJ-AR",
6823             "name": "Arta",
6824             "type": "Region"
6825             },
6826             {
6827             "code": "DJ-AS",
6828             "name": "Ali Sabieh",
6829             "type": "Region"
6830             },
6831             {
6832             "code": "DJ-DI",
6833             "name": "Dikhil",
6834             "type": "Region"
6835             },
6836             {
6837             "code": "DJ-DJ",
6838             "name": "Djibouti",
6839             "type": "City"
6840             },
6841             {
6842             "code": "DJ-OB",
6843             "name": "Obock",
6844             "type": "Region"
6845             },
6846             {
6847             "code": "DJ-TA",
6848             "name": "Tadjourah",
6849             "type": "Region"
6850             },
6851             {
6852             "code": "DK-81",
6853             "name": "Nordjylland",
6854             "type": "Region"
6855             },
6856             {
6857             "code": "DK-82",
6858             "name": "Midtjylland",
6859             "type": "Region"
6860             },
6861             {
6862             "code": "DK-83",
6863             "name": "Syddanmark",
6864             "type": "Region"
6865             },
6866             {
6867             "code": "DK-84",
6868             "name": "Hovedstaden",
6869             "type": "Region"
6870             },
6871             {
6872             "code": "DK-85",
6873             "name": "Sjælland",
6874             "type": "Region"
6875             },
6876             {
6877             "code": "DM-01",
6878             "name": "Saint Peter",
6879             "type": "Parish"
6880             },
6881             {
6882             "code": "DM-02",
6883             "name": "Saint Andrew",
6884             "type": "Parish"
6885             },
6886             {
6887             "code": "DM-03",
6888             "name": "Saint David",
6889             "type": "Parish"
6890             },
6891             {
6892             "code": "DM-04",
6893             "name": "Saint George",
6894             "type": "Parish"
6895             },
6896             {
6897             "code": "DM-05",
6898             "name": "Saint John",
6899             "type": "Parish"
6900             },
6901             {
6902             "code": "DM-06",
6903             "name": "Saint Joseph",
6904             "type": "Parish"
6905             },
6906             {
6907             "code": "DM-07",
6908             "name": "Saint Luke",
6909             "type": "Parish"
6910             },
6911             {
6912             "code": "DM-08",
6913             "name": "Saint Mark",
6914             "type": "Parish"
6915             },
6916             {
6917             "code": "DM-09",
6918             "name": "Saint Patrick",
6919             "type": "Parish"
6920             },
6921             {
6922             "code": "DM-10",
6923             "name": "Saint Paul",
6924             "type": "Parish"
6925             },
6926             {
6927             "code": "DO-01",
6928             "name": "Distrito Nacional (Santo Domingo)",
6929             "type": "District"
6930             },
6931             {
6932             "code": "DO-02",
6933             "name": "Azua",
6934             "type": "Province"
6935             },
6936             {
6937             "code": "DO-03",
6938             "name": "Bahoruco",
6939             "type": "Province"
6940             },
6941             {
6942             "code": "DO-04",
6943             "name": "Barahona",
6944             "type": "Province"
6945             },
6946             {
6947             "code": "DO-05",
6948             "name": "Dajabón",
6949             "type": "Province"
6950             },
6951             {
6952             "code": "DO-06",
6953             "name": "Duarte",
6954             "type": "Province"
6955             },
6956             {
6957             "code": "DO-07",
6958             "name": "La Estrelleta [Elías Piña]",
6959             "type": "Province"
6960             },
6961             {
6962             "code": "DO-08",
6963             "name": "El Seybo [El Seibo]",
6964             "type": "Province"
6965             },
6966             {
6967             "code": "DO-09",
6968             "name": "Espaillat",
6969             "type": "Province"
6970             },
6971             {
6972             "code": "DO-10",
6973             "name": "Independencia",
6974             "type": "Province"
6975             },
6976             {
6977             "code": "DO-11",
6978             "name": "La Altagracia",
6979             "type": "Province"
6980             },
6981             {
6982             "code": "DO-12",
6983             "name": "La Romana",
6984             "type": "Province"
6985             },
6986             {
6987             "code": "DO-13",
6988             "name": "La Vega",
6989             "type": "Province"
6990             },
6991             {
6992             "code": "DO-14",
6993             "name": "María Trinidad Sánchez",
6994             "type": "Province"
6995             },
6996             {
6997             "code": "DO-15",
6998             "name": "Monte Cristi",
6999             "type": "Province"
7000             },
7001             {
7002             "code": "DO-16",
7003             "name": "Pedernales",
7004             "type": "Province"
7005             },
7006             {
7007             "code": "DO-17",
7008             "name": "Peravia",
7009             "type": "Province"
7010             },
7011             {
7012             "code": "DO-18",
7013             "name": "Puerto Plata",
7014             "type": "Province"
7015             },
7016             {
7017             "code": "DO-19",
7018             "name": "Salcedo",
7019             "type": "Province"
7020             },
7021             {
7022             "code": "DO-20",
7023             "name": "Samaná",
7024             "type": "Province"
7025             },
7026             {
7027             "code": "DO-21",
7028             "name": "San Cristóbal",
7029             "type": "Province"
7030             },
7031             {
7032             "code": "DO-22",
7033             "name": "San Juan",
7034             "type": "Province"
7035             },
7036             {
7037             "code": "DO-23",
7038             "name": "San Pedro de Macorís",
7039             "type": "Province"
7040             },
7041             {
7042             "code": "DO-24",
7043             "name": "Sánchez Ramírez",
7044             "type": "Province"
7045             },
7046             {
7047             "code": "DO-25",
7048             "name": "Santiago",
7049             "type": "Province"
7050             },
7051             {
7052             "code": "DO-26",
7053             "name": "Santiago Rodríguez",
7054             "type": "Province"
7055             },
7056             {
7057             "code": "DO-27",
7058             "name": "Valverde",
7059             "type": "Province"
7060             },
7061             {
7062             "code": "DO-28",
7063             "name": "Monseñor Nouel",
7064             "type": "Province"
7065             },
7066             {
7067             "code": "DO-29",
7068             "name": "Monte Plata",
7069             "type": "Province"
7070             },
7071             {
7072             "code": "DO-30",
7073             "name": "Hato Mayor",
7074             "type": "Province"
7075             },
7076             {
7077             "code": "DZ-01",
7078             "name": "Adrar",
7079             "type": "Province"
7080             },
7081             {
7082             "code": "DZ-02",
7083             "name": "Chlef",
7084             "type": "Province"
7085             },
7086             {
7087             "code": "DZ-03",
7088             "name": "Laghouat",
7089             "type": "Province"
7090             },
7091             {
7092             "code": "DZ-04",
7093             "name": "Oum el Bouaghi",
7094             "type": "Province"
7095             },
7096             {
7097             "code": "DZ-05",
7098             "name": "Batna",
7099             "type": "Province"
7100             },
7101             {
7102             "code": "DZ-06",
7103             "name": "Béjaïa",
7104             "type": "Province"
7105             },
7106             {
7107             "code": "DZ-07",
7108             "name": "Biskra",
7109             "type": "Province"
7110             },
7111             {
7112             "code": "DZ-08",
7113             "name": "Béchar",
7114             "type": "Province"
7115             },
7116             {
7117             "code": "DZ-09",
7118             "name": "Blida",
7119             "type": "Province"
7120             },
7121             {
7122             "code": "DZ-10",
7123             "name": "Bouira",
7124             "type": "Province"
7125             },
7126             {
7127             "code": "DZ-11",
7128             "name": "Tamanghasset",
7129             "type": "Province"
7130             },
7131             {
7132             "code": "DZ-12",
7133             "name": "Tébessa",
7134             "type": "Province"
7135             },
7136             {
7137             "code": "DZ-13",
7138             "name": "Tlemcen",
7139             "type": "Province"
7140             },
7141             {
7142             "code": "DZ-14",
7143             "name": "Tiaret",
7144             "type": "Province"
7145             },
7146             {
7147             "code": "DZ-15",
7148             "name": "Tizi Ouzou",
7149             "type": "Province"
7150             },
7151             {
7152             "code": "DZ-16",
7153             "name": "Alger",
7154             "type": "Province"
7155             },
7156             {
7157             "code": "DZ-17",
7158             "name": "Djelfa",
7159             "type": "Province"
7160             },
7161             {
7162             "code": "DZ-18",
7163             "name": "Jijel",
7164             "type": "Province"
7165             },
7166             {
7167             "code": "DZ-19",
7168             "name": "Sétif",
7169             "type": "Province"
7170             },
7171             {
7172             "code": "DZ-20",
7173             "name": "Saïda",
7174             "type": "Province"
7175             },
7176             {
7177             "code": "DZ-21",
7178             "name": "Skikda",
7179             "type": "Province"
7180             },
7181             {
7182             "code": "DZ-22",
7183             "name": "Sidi Bel Abbès",
7184             "type": "Province"
7185             },
7186             {
7187             "code": "DZ-23",
7188             "name": "Annaba",
7189             "type": "Province"
7190             },
7191             {
7192             "code": "DZ-24",
7193             "name": "Guelma",
7194             "type": "Province"
7195             },
7196             {
7197             "code": "DZ-25",
7198             "name": "Constantine",
7199             "type": "Province"
7200             },
7201             {
7202             "code": "DZ-26",
7203             "name": "Médéa",
7204             "type": "Province"
7205             },
7206             {
7207             "code": "DZ-27",
7208             "name": "Mostaganem",
7209             "type": "Province"
7210             },
7211             {
7212             "code": "DZ-28",
7213             "name": "Msila",
7214             "type": "Province"
7215             },
7216             {
7217             "code": "DZ-29",
7218             "name": "Mascara",
7219             "type": "Province"
7220             },
7221             {
7222             "code": "DZ-30",
7223             "name": "Ouargla",
7224             "type": "Province"
7225             },
7226             {
7227             "code": "DZ-31",
7228             "name": "Oran",
7229             "type": "Province"
7230             },
7231             {
7232             "code": "DZ-32",
7233             "name": "El Bayadh",
7234             "type": "Province"
7235             },
7236             {
7237             "code": "DZ-33",
7238             "name": "Illizi",
7239             "type": "Province"
7240             },
7241             {
7242             "code": "DZ-34",
7243             "name": "Bordj Bou Arréridj",
7244             "type": "Province"
7245             },
7246             {
7247             "code": "DZ-35",
7248             "name": "Boumerdès",
7249             "type": "Province"
7250             },
7251             {
7252             "code": "DZ-36",
7253             "name": "El Tarf",
7254             "type": "Province"
7255             },
7256             {
7257             "code": "DZ-37",
7258             "name": "Tindouf",
7259             "type": "Province"
7260             },
7261             {
7262             "code": "DZ-38",
7263             "name": "Tissemsilt",
7264             "type": "Province"
7265             },
7266             {
7267             "code": "DZ-39",
7268             "name": "El Oued",
7269             "type": "Province"
7270             },
7271             {
7272             "code": "DZ-40",
7273             "name": "Khenchela",
7274             "type": "Province"
7275             },
7276             {
7277             "code": "DZ-41",
7278             "name": "Souk Ahras",
7279             "type": "Province"
7280             },
7281             {
7282             "code": "DZ-42",
7283             "name": "Tipaza",
7284             "type": "Province"
7285             },
7286             {
7287             "code": "DZ-43",
7288             "name": "Mila",
7289             "type": "Province"
7290             },
7291             {
7292             "code": "DZ-44",
7293             "name": "Aïn Defla",
7294             "type": "Province"
7295             },
7296             {
7297             "code": "DZ-45",
7298             "name": "Naama",
7299             "type": "Province"
7300             },
7301             {
7302             "code": "DZ-46",
7303             "name": "Aïn Témouchent",
7304             "type": "Province"
7305             },
7306             {
7307             "code": "DZ-47",
7308             "name": "Ghardaïa",
7309             "type": "Province"
7310             },
7311             {
7312             "code": "DZ-48",
7313             "name": "Relizane",
7314             "type": "Province"
7315             },
7316             {
7317             "code": "EC-A",
7318             "name": "Azuay",
7319             "type": "Province"
7320             },
7321             {
7322             "code": "EC-B",
7323             "name": "Bolívar",
7324             "type": "Province"
7325             },
7326             {
7327             "code": "EC-C",
7328             "name": "Carchi",
7329             "type": "Province"
7330             },
7331             {
7332             "code": "EC-D",
7333             "name": "Orellana",
7334             "type": "Province"
7335             },
7336             {
7337             "code": "EC-E",
7338             "name": "Esmeraldas",
7339             "type": "Province"
7340             },
7341             {
7342             "code": "EC-F",
7343             "name": "Cañar",
7344             "type": "Province"
7345             },
7346             {
7347             "code": "EC-G",
7348             "name": "Guayas",
7349             "type": "Province"
7350             },
7351             {
7352             "code": "EC-H",
7353             "name": "Chimborazo",
7354             "type": "Province"
7355             },
7356             {
7357             "code": "EC-I",
7358             "name": "Imbabura",
7359             "type": "Province"
7360             },
7361             {
7362             "code": "EC-L",
7363             "name": "Loja",
7364             "type": "Province"
7365             },
7366             {
7367             "code": "EC-M",
7368             "name": "Manabí",
7369             "type": "Province"
7370             },
7371             {
7372             "code": "EC-N",
7373             "name": "Napo",
7374             "type": "Province"
7375             },
7376             {
7377             "code": "EC-O",
7378             "name": "El Oro",
7379             "type": "Province"
7380             },
7381             {
7382             "code": "EC-P",
7383             "name": "Pichincha",
7384             "type": "Province"
7385             },
7386             {
7387             "code": "EC-R",
7388             "name": "Los Ríos",
7389             "type": "Province"
7390             },
7391             {
7392             "code": "EC-S",
7393             "name": "Morona-Santiago",
7394             "type": "Province"
7395             },
7396             {
7397             "code": "EC-SD",
7398             "name": "Santo Domingo de los Tsáchilas",
7399             "type": "Province"
7400             },
7401             {
7402             "code": "EC-SE",
7403             "name": "Santa Elena",
7404             "type": "Province"
7405             },
7406             {
7407             "code": "EC-T",
7408             "name": "Tungurahua",
7409             "type": "Province"
7410             },
7411             {
7412             "code": "EC-U",
7413             "name": "Sucumbíos",
7414             "type": "Province"
7415             },
7416             {
7417             "code": "EC-W",
7418             "name": "Galápagos",
7419             "type": "Province"
7420             },
7421             {
7422             "code": "EC-X",
7423             "name": "Cotopaxi",
7424             "type": "Province"
7425             },
7426             {
7427             "code": "EC-Y",
7428             "name": "Pastaza",
7429             "type": "Province"
7430             },
7431             {
7432             "code": "EC-Z",
7433             "name": "Zamora-Chinchipe",
7434             "type": "Province"
7435             },
7436             {
7437             "code": "EE-37",
7438             "name": "Harjumaa",
7439             "type": "County"
7440             },
7441             {
7442             "code": "EE-39",
7443             "name": "Hiiumaa",
7444             "type": "County"
7445             },
7446             {
7447             "code": "EE-44",
7448             "name": "Ida-Virumaa",
7449             "type": "County"
7450             },
7451             {
7452             "code": "EE-49",
7453             "name": "Jõgevamaa",
7454             "type": "County"
7455             },
7456             {
7457             "code": "EE-51",
7458             "name": "Järvamaa",
7459             "type": "County"
7460             },
7461             {
7462             "code": "EE-57",
7463             "name": "Läänemaa",
7464             "type": "County"
7465             },
7466             {
7467             "code": "EE-59",
7468             "name": "Lääne-Virumaa",
7469             "type": "County"
7470             },
7471             {
7472             "code": "EE-65",
7473             "name": "Põlvamaa",
7474             "type": "County"
7475             },
7476             {
7477             "code": "EE-67",
7478             "name": "Pärnumaa",
7479             "type": "County"
7480             },
7481             {
7482             "code": "EE-70",
7483             "name": "Raplamaa",
7484             "type": "County"
7485             },
7486             {
7487             "code": "EE-74",
7488             "name": "Saaremaa",
7489             "type": "County"
7490             },
7491             {
7492             "code": "EE-78",
7493             "name": "Tartumaa",
7494             "type": "County"
7495             },
7496             {
7497             "code": "EE-82",
7498             "name": "Valgamaa",
7499             "type": "County"
7500             },
7501             {
7502             "code": "EE-84",
7503             "name": "Viljandimaa",
7504             "type": "County"
7505             },
7506             {
7507             "code": "EE-86",
7508             "name": "Võrumaa",
7509             "type": "County"
7510             },
7511             {
7512             "code": "EG-ALX",
7513             "name": "Al Iskandarīyah",
7514             "type": "Governorate"
7515             },
7516             {
7517             "code": "EG-ASN",
7518             "name": "Aswān",
7519             "type": "Governorate"
7520             },
7521             {
7522             "code": "EG-AST",
7523             "name": "Asyūt",
7524             "type": "Governorate"
7525             },
7526             {
7527             "code": "EG-BA",
7528             "name": "Al Bahr al Ahmar",
7529             "type": "Governorate"
7530             },
7531             {
7532             "code": "EG-BH",
7533             "name": "Al Buhayrah",
7534             "type": "Governorate"
7535             },
7536             {
7537             "code": "EG-BNS",
7538             "name": "Banī Suwayf",
7539             "type": "Governorate"
7540             },
7541             {
7542             "code": "EG-C",
7543             "name": "Al Qāhirah",
7544             "type": "Governorate"
7545             },
7546             {
7547             "code": "EG-DK",
7548             "name": "Ad Daqahlīyah",
7549             "type": "Governorate"
7550             },
7551             {
7552             "code": "EG-DT",
7553             "name": "Dumyāt",
7554             "type": "Governorate"
7555             },
7556             {
7557             "code": "EG-FYM",
7558             "name": "Al Fayyūm",
7559             "type": "Governorate"
7560             },
7561             {
7562             "code": "EG-GH",
7563             "name": "Al Gharbīyah",
7564             "type": "Governorate"
7565             },
7566             {
7567             "code": "EG-GZ",
7568             "name": "Al Jīzah",
7569             "type": "Governorate"
7570             },
7571             {
7572             "code": "EG-HU",
7573             "name": "Ḩulwān",
7574             "type": "Governorate"
7575             },
7576             {
7577             "code": "EG-IS",
7578             "name": "Al Ismā`īlīyah",
7579             "type": "Governorate"
7580             },
7581             {
7582             "code": "EG-JS",
7583             "name": "Janūb Sīnā'",
7584             "type": "Governorate"
7585             },
7586             {
7587             "code": "EG-KB",
7588             "name": "Al Qalyūbīyah",
7589             "type": "Governorate"
7590             },
7591             {
7592             "code": "EG-KFS",
7593             "name": "Kafr ash Shaykh",
7594             "type": "Governorate"
7595             },
7596             {
7597             "code": "EG-KN",
7598             "name": "Qinā",
7599             "type": "Governorate"
7600             },
7601             {
7602             "code": "EG-MN",
7603             "name": "Al Minyā",
7604             "type": "Governorate"
7605             },
7606             {
7607             "code": "EG-MNF",
7608             "name": "Al Minūfīyah",
7609             "type": "Governorate"
7610             },
7611             {
7612             "code": "EG-MT",
7613             "name": "Matrūh",
7614             "type": "Governorate"
7615             },
7616             {
7617             "code": "EG-PTS",
7618             "name": "Būr Sa`īd",
7619             "type": "Governorate"
7620             },
7621             {
7622             "code": "EG-SHG",
7623             "name": "Sūhāj",
7624             "type": "Governorate"
7625             },
7626             {
7627             "code": "EG-SHR",
7628             "name": "Ash Sharqīyah",
7629             "type": "Governorate"
7630             },
7631             {
7632             "code": "EG-SIN",
7633             "name": "Shamal Sīnā'",
7634             "type": "Governorate"
7635             },
7636             {
7637             "code": "EG-SU",
7638             "name": "As Sādis min Uktūbar",
7639             "type": "Governorate"
7640             },
7641             {
7642             "code": "EG-SUZ",
7643             "name": "As Suways",
7644             "type": "Governorate"
7645             },
7646             {
7647             "code": "EG-WAD",
7648             "name": "Al Wādī al Jadīd",
7649             "type": "Governorate"
7650             },
7651             {
7652             "code": "ER-AN",
7653             "name": "Ansabā",
7654             "type": "Province"
7655             },
7656             {
7657             "code": "ER-DK",
7658             "name": "Janūbī al Baḩrī al Aḩmar",
7659             "type": "Province"
7660             },
7661             {
7662             "code": "ER-DU",
7663             "name": "Al Janūbī",
7664             "type": "Province"
7665             },
7666             {
7667             "code": "ER-GB",
7668             "name": "Qāsh-Barkah",
7669             "type": "Province"
7670             },
7671             {
7672             "code": "ER-MA",
7673             "name": "Al Awsaţ",
7674             "type": "Province"
7675             },
7676             {
7677             "code": "ER-SK",
7678             "name": "Shimālī al Baḩrī al Aḩmar",
7679             "type": "Province"
7680             },
7681             {
7682             "code": "ES-A",
7683             "name": "Alicante",
7684             "parent": "VC",
7685             "type": "Province"
7686             },
7687             {
7688             "code": "ES-AB",
7689             "name": "Albacete",
7690             "parent": "CM",
7691             "type": "Province"
7692             },
7693             {
7694             "code": "ES-AL",
7695             "name": "Almería",
7696             "parent": "AN",
7697             "type": "Province"
7698             },
7699             {
7700             "code": "ES-AN",
7701             "name": "Andalucía",
7702             "type": "Autonomous community"
7703             },
7704             {
7705             "code": "ES-AR",
7706             "name": "Aragón",
7707             "type": "Autonomous community"
7708             },
7709             {
7710             "code": "ES-AS",
7711             "name": "Asturias, Principado de",
7712             "type": "Autonomous community"
7713             },
7714             {
7715             "code": "ES-AV",
7716             "name": "Ávila",
7717             "parent": "CL",
7718             "type": "Province"
7719             },
7720             {
7721             "code": "ES-B",
7722             "name": "Barcelona",
7723             "parent": "CT",
7724             "type": "Province"
7725             },
7726             {
7727             "code": "ES-BA",
7728             "name": "Badajoz",
7729             "parent": "EX",
7730             "type": "Province"
7731             },
7732             {
7733             "code": "ES-BI",
7734             "name": "Bizkaia",
7735             "parent": "PV",
7736             "type": "Province"
7737             },
7738             {
7739             "code": "ES-BU",
7740             "name": "Burgos",
7741             "parent": "CL",
7742             "type": "Province"
7743             },
7744             {
7745             "code": "ES-C",
7746             "name": "A Coruña",
7747             "parent": "GA",
7748             "type": "Province"
7749             },
7750             {
7751             "code": "ES-CA",
7752             "name": "Cádiz",
7753             "parent": "AN",
7754             "type": "Province"
7755             },
7756             {
7757             "code": "ES-CB",
7758             "name": "Cantabria",
7759             "type": "Autonomous community"
7760             },
7761             {
7762             "code": "ES-CC",
7763             "name": "Cáceres",
7764             "parent": "EX",
7765             "type": "Province"
7766             },
7767             {
7768             "code": "ES-CE",
7769             "name": "Ceuta",
7770             "type": "Autonomous city"
7771             },
7772             {
7773             "code": "ES-CL",
7774             "name": "Castilla y León",
7775             "type": "Autonomous community"
7776             },
7777             {
7778             "code": "ES-CM",
7779             "name": "Castilla-La Mancha",
7780             "type": "Autonomous community"
7781             },
7782             {
7783             "code": "ES-CN",
7784             "name": "Canarias",
7785             "type": "Autonomous community"
7786             },
7787             {
7788             "code": "ES-CO",
7789             "name": "Córdoba",
7790             "parent": "AN",
7791             "type": "Province"
7792             },
7793             {
7794             "code": "ES-CR",
7795             "name": "Ciudad Real",
7796             "parent": "CM",
7797             "type": "Province"
7798             },
7799             {
7800             "code": "ES-CS",
7801             "name": "Castellón",
7802             "parent": "VC",
7803             "type": "Province"
7804             },
7805             {
7806             "code": "ES-CT",
7807             "name": "Catalunya",
7808             "type": "Autonomous community"
7809             },
7810             {
7811             "code": "ES-CU",
7812             "name": "Cuenca",
7813             "parent": "CM",
7814             "type": "Province"
7815             },
7816             {
7817             "code": "ES-EX",
7818             "name": "Extremadura",
7819             "type": "Autonomous community"
7820             },
7821             {
7822             "code": "ES-GA",
7823             "name": "Galicia",
7824             "type": "Autonomous community"
7825             },
7826             {
7827             "code": "ES-GC",
7828             "name": "Las Palmas",
7829             "parent": "CN",
7830             "type": "Province"
7831             },
7832             {
7833             "code": "ES-GI",
7834             "name": "Girona",
7835             "parent": "CT",
7836             "type": "Province"
7837             },
7838             {
7839             "code": "ES-GR",
7840             "name": "Granada",
7841             "parent": "AN",
7842             "type": "Province"
7843             },
7844             {
7845             "code": "ES-GU",
7846             "name": "Guadalajara",
7847             "parent": "CM",
7848             "type": "Province"
7849             },
7850             {
7851             "code": "ES-H",
7852             "name": "Huelva",
7853             "parent": "AN",
7854             "type": "Province"
7855             },
7856             {
7857             "code": "ES-HU",
7858             "name": "Huesca",
7859             "parent": "AR",
7860             "type": "Province"
7861             },
7862             {
7863             "code": "ES-IB",
7864             "name": "Illes Balears",
7865             "type": "Autonomous community"
7866             },
7867             {
7868             "code": "ES-J",
7869             "name": "Jaén",
7870             "parent": "AN",
7871             "type": "Province"
7872             },
7873             {
7874             "code": "ES-L",
7875             "name": "Lleida",
7876             "parent": "CT",
7877             "type": "Province"
7878             },
7879             {
7880             "code": "ES-LE",
7881             "name": "León",
7882             "parent": "CL",
7883             "type": "Province"
7884             },
7885             {
7886             "code": "ES-LO",
7887             "name": "La Rioja",
7888             "parent": "RI",
7889             "type": "Province"
7890             },
7891             {
7892             "code": "ES-LU",
7893             "name": "Lugo",
7894             "parent": "GA",
7895             "type": "Province"
7896             },
7897             {
7898             "code": "ES-M",
7899             "name": "Madrid",
7900             "parent": "MD",
7901             "type": "Province"
7902             },
7903             {
7904             "code": "ES-MA",
7905             "name": "Málaga",
7906             "parent": "AN",
7907             "type": "Province"
7908             },
7909             {
7910             "code": "ES-MC",
7911             "name": "Murcia, Región de",
7912             "type": "Autonomous community"
7913             },
7914             {
7915             "code": "ES-MD",
7916             "name": "Madrid, Comunidad de",
7917             "type": "Autonomous community"
7918             },
7919             {
7920             "code": "ES-ML",
7921             "name": "Melilla",
7922             "type": "Autonomous city"
7923             },
7924             {
7925             "code": "ES-MU",
7926             "name": "Murcia",
7927             "parent": "MC",
7928             "type": "Province"
7929             },
7930             {
7931             "code": "ES-NA",
7932             "name": "Navarra / Nafarroa",
7933             "parent": "NC",
7934             "type": "Province"
7935             },
7936             {
7937             "code": "ES-NC",
7938             "name": "Navarra, Comunidad Foral de / Nafarroako Foru Komunitatea",
7939             "type": "Autonomous community"
7940             },
7941             {
7942             "code": "ES-O",
7943             "name": "Asturias",
7944             "parent": "AS",
7945             "type": "Province"
7946             },
7947             {
7948             "code": "ES-OR",
7949             "name": "Ourense",
7950             "parent": "GA",
7951             "type": "Province"
7952             },
7953             {
7954             "code": "ES-P",
7955             "name": "Palencia",
7956             "parent": "CL",
7957             "type": "Province"
7958             },
7959             {
7960             "code": "ES-PM",
7961             "name": "Balears",
7962             "parent": "IB",
7963             "type": "Province"
7964             },
7965             {
7966             "code": "ES-PO",
7967             "name": "Pontevedra",
7968             "parent": "GA",
7969             "type": "Province"
7970             },
7971             {
7972             "code": "ES-PV",
7973             "name": "País Vasco / Euskal Herria",
7974             "type": "Autonomous community"
7975             },
7976             {
7977             "code": "ES-RI",
7978             "name": "La Rioja",
7979             "type": "Autonomous community"
7980             },
7981             {
7982             "code": "ES-S",
7983             "name": "Cantabria",
7984             "parent": "CB",
7985             "type": "Province"
7986             },
7987             {
7988             "code": "ES-SA",
7989             "name": "Salamanca",
7990             "parent": "CL",
7991             "type": "Province"
7992             },
7993             {
7994             "code": "ES-SE",
7995             "name": "Sevilla",
7996             "parent": "AN",
7997             "type": "Province"
7998             },
7999             {
8000             "code": "ES-SG",
8001             "name": "Segovia",
8002             "parent": "CL",
8003             "type": "Province"
8004             },
8005             {
8006             "code": "ES-SO",
8007             "name": "Soria",
8008             "parent": "CL",
8009             "type": "Province"
8010             },
8011             {
8012             "code": "ES-SS",
8013             "name": "Gipuzkoa",
8014             "parent": "PV",
8015             "type": "Province"
8016             },
8017             {
8018             "code": "ES-T",
8019             "name": "Tarragona",
8020             "parent": "CT",
8021             "type": "Province"
8022             },
8023             {
8024             "code": "ES-TE",
8025             "name": "Teruel",
8026             "parent": "AR",
8027             "type": "Province"
8028             },
8029             {
8030             "code": "ES-TF",
8031             "name": "Santa Cruz de Tenerife",
8032             "parent": "CN",
8033             "type": "Province"
8034             },
8035             {
8036             "code": "ES-TO",
8037             "name": "Toledo",
8038             "parent": "CM",
8039             "type": "Province"
8040             },
8041             {
8042             "code": "ES-V",
8043             "name": "Valencia / València",
8044             "parent": "VC",
8045             "type": "Province"
8046             },
8047             {
8048             "code": "ES-VA",
8049             "name": "Valladolid",
8050             "parent": "CL",
8051             "type": "Province"
8052             },
8053             {
8054             "code": "ES-VC",
8055             "name": "Valenciana, Comunidad / Valenciana, Comunitat",
8056             "type": "Autonomous community"
8057             },
8058             {
8059             "code": "ES-VI",
8060             "name": "Álava",
8061             "parent": "PV",
8062             "type": "Province"
8063             },
8064             {
8065             "code": "ES-Z",
8066             "name": "Zaragoza",
8067             "parent": "AR",
8068             "type": "Province"
8069             },
8070             {
8071             "code": "ES-ZA",
8072             "name": "Zamora",
8073             "parent": "CL",
8074             "type": "Province"
8075             },
8076             {
8077             "code": "ET-AA",
8078             "name": "Ādīs Ābeba",
8079             "type": "Administration"
8080             },
8081             {
8082             "code": "ET-AF",
8083             "name": "Āfar",
8084             "type": "State"
8085             },
8086             {
8087             "code": "ET-AM",
8088             "name": "Āmara",
8089             "type": "State"
8090             },
8091             {
8092             "code": "ET-BE",
8093             "name": "Bīnshangul Gumuz",
8094             "type": "State"
8095             },
8096             {
8097             "code": "ET-DD",
8098             "name": "Dirē Dawa",
8099             "type": "Administration"
8100             },
8101             {
8102             "code": "ET-GA",
8103             "name": "Gambēla Hizboch",
8104             "type": "State"
8105             },
8106             {
8107             "code": "ET-HA",
8108             "name": "Hārerī Hizb",
8109             "type": "State"
8110             },
8111             {
8112             "code": "ET-OR",
8113             "name": "Oromīya",
8114             "type": "State"
8115             },
8116             {
8117             "code": "ET-SN",
8118             "name": "YeDebub Bihēroch Bihēreseboch na Hizboch",
8119             "type": "State"
8120             },
8121             {
8122             "code": "ET-SO",
8123             "name": "Sumalē",
8124             "type": "State"
8125             },
8126             {
8127             "code": "ET-TI",
8128             "name": "Tigray",
8129             "type": "State"
8130             },
8131             {
8132             "code": "FI-01",
8133             "name": "Ahvenanmaan maakunta",
8134             "type": "Region"
8135             },
8136             {
8137             "code": "FI-02",
8138             "name": "Etelä-Karjala",
8139             "type": "Region"
8140             },
8141             {
8142             "code": "FI-03",
8143             "name": "Etelä-Pohjanmaa",
8144             "type": "Region"
8145             },
8146             {
8147             "code": "FI-04",
8148             "name": "Etelä-Savo",
8149             "type": "Region"
8150             },
8151             {
8152             "code": "FI-05",
8153             "name": "Kainuu",
8154             "type": "Region"
8155             },
8156             {
8157             "code": "FI-06",
8158             "name": "Kanta-Häme",
8159             "type": "Region"
8160             },
8161             {
8162             "code": "FI-07",
8163             "name": "Keski-Pohjanmaa",
8164             "type": "Region"
8165             },
8166             {
8167             "code": "FI-08",
8168             "name": "Keski-Suomi",
8169             "type": "Region"
8170             },
8171             {
8172             "code": "FI-09",
8173             "name": "Kymenlaakso",
8174             "type": "Region"
8175             },
8176             {
8177             "code": "FI-10",
8178             "name": "Lappi",
8179             "type": "Region"
8180             },
8181             {
8182             "code": "FI-11",
8183             "name": "Pirkanmaa",
8184             "type": "Region"
8185             },
8186             {
8187             "code": "FI-12",
8188             "name": "Pohjanmaa",
8189             "type": "Region"
8190             },
8191             {
8192             "code": "FI-13",
8193             "name": "Pohjois-Karjala",
8194             "type": "Region"
8195             },
8196             {
8197             "code": "FI-14",
8198             "name": "Pohjois-Pohjanmaa",
8199             "type": "Region"
8200             },
8201             {
8202             "code": "FI-15",
8203             "name": "Pohjois-Savo",
8204             "type": "Region"
8205             },
8206             {
8207             "code": "FI-16",
8208             "name": "Päijät-Häme",
8209             "type": "Region"
8210             },
8211             {
8212             "code": "FI-17",
8213             "name": "Satakunta",
8214             "type": "Region"
8215             },
8216             {
8217             "code": "FI-18",
8218             "name": "Uusimaa",
8219             "type": "Region"
8220             },
8221             {
8222             "code": "FI-19",
8223             "name": "Varsinais-Suomi",
8224             "type": "Region"
8225             },
8226             {
8227             "code": "FJ-C",
8228             "name": "Central",
8229             "type": "Division"
8230             },
8231             {
8232             "code": "FJ-E",
8233             "name": "Eastern",
8234             "type": "Division"
8235             },
8236             {
8237             "code": "FJ-N",
8238             "name": "Northern",
8239             "type": "Division"
8240             },
8241             {
8242             "code": "FJ-R",
8243             "name": "Rotuma",
8244             "type": "Dependency"
8245             },
8246             {
8247             "code": "FJ-W",
8248             "name": "Western",
8249             "type": "Division"
8250             },
8251             {
8252             "code": "FM-KSA",
8253             "name": "Kosrae",
8254             "type": "State"
8255             },
8256             {
8257             "code": "FM-PNI",
8258             "name": "Pohnpei",
8259             "type": "State"
8260             },
8261             {
8262             "code": "FM-TRK",
8263             "name": "Chuuk",
8264             "type": "State"
8265             },
8266             {
8267             "code": "FM-YAP",
8268             "name": "Yap",
8269             "type": "State"
8270             },
8271             {
8272             "code": "FR-01",
8273             "name": "Ain",
8274             "parent": "ARA",
8275             "type": "Metropolitan department"
8276             },
8277             {
8278             "code": "FR-02",
8279             "name": "Aisne",
8280             "parent": "HDF",
8281             "type": "Metropolitan department"
8282             },
8283             {
8284             "code": "FR-03",
8285             "name": "Allier",
8286             "parent": "ARA",
8287             "type": "Metropolitan department"
8288             },
8289             {
8290             "code": "FR-04",
8291             "name": "Alpes-de-Haute-Provence",
8292             "parent": "PAC",
8293             "type": "Metropolitan department"
8294             },
8295             {
8296             "code": "FR-05",
8297             "name": "Hautes-Alpes",
8298             "parent": "PAC",
8299             "type": "Metropolitan department"
8300             },
8301             {
8302             "code": "FR-06",
8303             "name": "Alpes-Maritimes",
8304             "parent": "PAC",
8305             "type": "Metropolitan department"
8306             },
8307             {
8308             "code": "FR-07",
8309             "name": "Ardèche",
8310             "parent": "ARA",
8311             "type": "Metropolitan department"
8312             },
8313             {
8314             "code": "FR-08",
8315             "name": "Ardennes",
8316             "parent": "GES",
8317             "type": "Metropolitan department"
8318             },
8319             {
8320             "code": "FR-09",
8321             "name": "Ariège",
8322             "parent": "OCC",
8323             "type": "Metropolitan department"
8324             },
8325             {
8326             "code": "FR-10",
8327             "name": "Aube",
8328             "parent": "GES",
8329             "type": "Metropolitan department"
8330             },
8331             {
8332             "code": "FR-11",
8333             "name": "Aude",
8334             "parent": "OCC",
8335             "type": "Metropolitan department"
8336             },
8337             {
8338             "code": "FR-12",
8339             "name": "Aveyron",
8340             "parent": "OCC",
8341             "type": "Metropolitan department"
8342             },
8343             {
8344             "code": "FR-13",
8345             "name": "Bouches-du-Rhône",
8346             "parent": "PAC",
8347             "type": "Metropolitan department"
8348             },
8349             {
8350             "code": "FR-14",
8351             "name": "Calvados",
8352             "parent": "NOR",
8353             "type": "Metropolitan department"
8354             },
8355             {
8356             "code": "FR-15",
8357             "name": "Cantal",
8358             "parent": "ARA",
8359             "type": "Metropolitan department"
8360             },
8361             {
8362             "code": "FR-16",
8363             "name": "Charente",
8364             "parent": "NAQ",
8365             "type": "Metropolitan department"
8366             },
8367             {
8368             "code": "FR-17",
8369             "name": "Charente-Maritime",
8370             "parent": "NAQ",
8371             "type": "Metropolitan department"
8372             },
8373             {
8374             "code": "FR-18",
8375             "name": "Cher",
8376             "parent": "CVL",
8377             "type": "Metropolitan department"
8378             },
8379             {
8380             "code": "FR-19",
8381             "name": "Corrèze",
8382             "parent": "NAQ",
8383             "type": "Metropolitan department"
8384             },
8385             {
8386             "code": "FR-21",
8387             "name": "Côte-d'Or",
8388             "parent": "BFC",
8389             "type": "Metropolitan department"
8390             },
8391             {
8392             "code": "FR-22",
8393             "name": "Côtes-d'Armor",
8394             "parent": "BRE",
8395             "type": "Metropolitan department"
8396             },
8397             {
8398             "code": "FR-23",
8399             "name": "Creuse",
8400             "parent": "NAQ",
8401             "type": "Metropolitan department"
8402             },
8403             {
8404             "code": "FR-24",
8405             "name": "Dordogne",
8406             "parent": "NAQ",
8407             "type": "Metropolitan department"
8408             },
8409             {
8410             "code": "FR-25",
8411             "name": "Doubs",
8412             "parent": "BFC",
8413             "type": "Metropolitan department"
8414             },
8415             {
8416             "code": "FR-26",
8417             "name": "Drôme",
8418             "parent": "ARA",
8419             "type": "Metropolitan department"
8420             },
8421             {
8422             "code": "FR-27",
8423             "name": "Eure",
8424             "parent": "NOR",
8425             "type": "Metropolitan department"
8426             },
8427             {
8428             "code": "FR-28",
8429             "name": "Eure-et-Loir",
8430             "parent": "CVL",
8431             "type": "Metropolitan department"
8432             },
8433             {
8434             "code": "FR-29",
8435             "name": "Finistère",
8436             "parent": "BRE",
8437             "type": "Metropolitan department"
8438             },
8439             {
8440             "code": "FR-2A",
8441             "name": "Corse-du-Sud",
8442             "parent": "COR",
8443             "type": "Metropolitan department"
8444             },
8445             {
8446             "code": "FR-2B",
8447             "name": "Haute-Corse",
8448             "parent": "COR",
8449             "type": "Metropolitan department"
8450             },
8451             {
8452             "code": "FR-30",
8453             "name": "Gard",
8454             "parent": "OCC",
8455             "type": "Metropolitan department"
8456             },
8457             {
8458             "code": "FR-31",
8459             "name": "Haute-Garonne",
8460             "parent": "OCC",
8461             "type": "Metropolitan department"
8462             },
8463             {
8464             "code": "FR-32",
8465             "name": "Gers",
8466             "parent": "OCC",
8467             "type": "Metropolitan department"
8468             },
8469             {
8470             "code": "FR-33",
8471             "name": "Gironde",
8472             "parent": "NAQ",
8473             "type": "Metropolitan department"
8474             },
8475             {
8476             "code": "FR-34",
8477             "name": "Hérault",
8478             "parent": "OCC",
8479             "type": "Metropolitan department"
8480             },
8481             {
8482             "code": "FR-35",
8483             "name": "Ille-et-Vilaine",
8484             "parent": "BRE",
8485             "type": "Metropolitan department"
8486             },
8487             {
8488             "code": "FR-36",
8489             "name": "Indre",
8490             "parent": "CVL",
8491             "type": "Metropolitan department"
8492             },
8493             {
8494             "code": "FR-37",
8495             "name": "Indre-et-Loire",
8496             "parent": "CVL",
8497             "type": "Metropolitan department"
8498             },
8499             {
8500             "code": "FR-38",
8501             "name": "Isère",
8502             "parent": "ARA",
8503             "type": "Metropolitan department"
8504             },
8505             {
8506             "code": "FR-39",
8507             "name": "Jura",
8508             "parent": "BFC",
8509             "type": "Metropolitan department"
8510             },
8511             {
8512             "code": "FR-40",
8513             "name": "Landes",
8514             "parent": "NAQ",
8515             "type": "Metropolitan department"
8516             },
8517             {
8518             "code": "FR-41",
8519             "name": "Loir-et-Cher",
8520             "parent": "CVL",
8521             "type": "Metropolitan department"
8522             },
8523             {
8524             "code": "FR-42",
8525             "name": "Loire",
8526             "parent": "ARA",
8527             "type": "Metropolitan department"
8528             },
8529             {
8530             "code": "FR-43",
8531             "name": "Haute-Loire",
8532             "parent": "ARA",
8533             "type": "Metropolitan department"
8534             },
8535             {
8536             "code": "FR-44",
8537             "name": "Loire-Atlantique",
8538             "parent": "PDL",
8539             "type": "Metropolitan department"
8540             },
8541             {
8542             "code": "FR-45",
8543             "name": "Loiret",
8544             "parent": "CVL",
8545             "type": "Metropolitan department"
8546             },
8547             {
8548             "code": "FR-46",
8549             "name": "Lot",
8550             "parent": "OCC",
8551             "type": "Metropolitan department"
8552             },
8553             {
8554             "code": "FR-47",
8555             "name": "Lot-et-Garonne",
8556             "parent": "NAQ",
8557             "type": "Metropolitan department"
8558             },
8559             {
8560             "code": "FR-48",
8561             "name": "Lozère",
8562             "parent": "OCC",
8563             "type": "Metropolitan department"
8564             },
8565             {
8566             "code": "FR-49",
8567             "name": "Maine-et-Loire",
8568             "parent": "PDL",
8569             "type": "Metropolitan department"
8570             },
8571             {
8572             "code": "FR-50",
8573             "name": "Manche",
8574             "parent": "NOR",
8575             "type": "Metropolitan department"
8576             },
8577             {
8578             "code": "FR-51",
8579             "name": "Marne",
8580             "parent": "GES",
8581             "type": "Metropolitan department"
8582             },
8583             {
8584             "code": "FR-52",
8585             "name": "Haute-Marne",
8586             "parent": "GES",
8587             "type": "Metropolitan department"
8588             },
8589             {
8590             "code": "FR-53",
8591             "name": "Mayenne",
8592             "parent": "PDL",
8593             "type": "Metropolitan department"
8594             },
8595             {
8596             "code": "FR-54",
8597             "name": "Meurthe-et-Moselle",
8598             "parent": "GES",
8599             "type": "Metropolitan department"
8600             },
8601             {
8602             "code": "FR-55",
8603             "name": "Meuse",
8604             "parent": "GES",
8605             "type": "Metropolitan department"
8606             },
8607             {
8608             "code": "FR-56",
8609             "name": "Morbihan",
8610             "parent": "BRE",
8611             "type": "Metropolitan department"
8612             },
8613             {
8614             "code": "FR-57",
8615             "name": "Moselle",
8616             "parent": "GES",
8617             "type": "Metropolitan department"
8618             },
8619             {
8620             "code": "FR-58",
8621             "name": "Nièvre",
8622             "parent": "BFC",
8623             "type": "Metropolitan department"
8624             },
8625             {
8626             "code": "FR-59",
8627             "name": "Nord",
8628             "parent": "HDF",
8629             "type": "Metropolitan department"
8630             },
8631             {
8632             "code": "FR-60",
8633             "name": "Oise",
8634             "parent": "HDF",
8635             "type": "Metropolitan department"
8636             },
8637             {
8638             "code": "FR-61",
8639             "name": "Orne",
8640             "parent": "NOR",
8641             "type": "Metropolitan department"
8642             },
8643             {
8644             "code": "FR-62",
8645             "name": "Pas-de-Calais",
8646             "parent": "HDF",
8647             "type": "Metropolitan department"
8648             },
8649             {
8650             "code": "FR-63",
8651             "name": "Puy-de-Dôme",
8652             "parent": "ARA",
8653             "type": "Metropolitan department"
8654             },
8655             {
8656             "code": "FR-64",
8657             "name": "Pyrénées-Atlantiques",
8658             "parent": "NAQ",
8659             "type": "Metropolitan department"
8660             },
8661             {
8662             "code": "FR-65",
8663             "name": "Hautes-Pyrénées",
8664             "parent": "OCC",
8665             "type": "Metropolitan department"
8666             },
8667             {
8668             "code": "FR-66",
8669             "name": "Pyrénées-Orientales",
8670             "parent": "OCC",
8671             "type": "Metropolitan department"
8672             },
8673             {
8674             "code": "FR-67",
8675             "name": "Bas-Rhin",
8676             "parent": "GES",
8677             "type": "Metropolitan department"
8678             },
8679             {
8680             "code": "FR-68",
8681             "name": "Haut-Rhin",
8682             "parent": "GES",
8683             "type": "Metropolitan department"
8684             },
8685             {
8686             "code": "FR-69",
8687             "name": "Rhône",
8688             "parent": "ARA",
8689             "type": "Metropolitan department"
8690             },
8691             {
8692             "code": "FR-70",
8693             "name": "Haute-Saône",
8694             "parent": "BFC",
8695             "type": "Metropolitan department"
8696             },
8697             {
8698             "code": "FR-71",
8699             "name": "Saône-et-Loire",
8700             "parent": "BFC",
8701             "type": "Metropolitan department"
8702             },
8703             {
8704             "code": "FR-72",
8705             "name": "Sarthe",
8706             "parent": "PDL",
8707             "type": "Metropolitan department"
8708             },
8709             {
8710             "code": "FR-73",
8711             "name": "Savoie",
8712             "parent": "ARA",
8713             "type": "Metropolitan department"
8714             },
8715             {
8716             "code": "FR-74",
8717             "name": "Haute-Savoie",
8718             "parent": "ARA",
8719             "type": "Metropolitan department"
8720             },
8721             {
8722             "code": "FR-75",
8723             "name": "Paris",
8724             "parent": "IDF",
8725             "type": "Metropolitan department"
8726             },
8727             {
8728             "code": "FR-76",
8729             "name": "Seine-Maritime",
8730             "parent": "NOR",
8731             "type": "Metropolitan department"
8732             },
8733             {
8734             "code": "FR-77",
8735             "name": "Seine-et-Marne",
8736             "parent": "IDF",
8737             "type": "Metropolitan department"
8738             },
8739             {
8740             "code": "FR-78",
8741             "name": "Yvelines",
8742             "parent": "IDF",
8743             "type": "Metropolitan department"
8744             },
8745             {
8746             "code": "FR-79",
8747             "name": "Deux-Sèvres",
8748             "parent": "NAQ",
8749             "type": "Metropolitan department"
8750             },
8751             {
8752             "code": "FR-80",
8753             "name": "Somme",
8754             "parent": "HDF",
8755             "type": "Metropolitan department"
8756             },
8757             {
8758             "code": "FR-81",
8759             "name": "Tarn",
8760             "parent": "OCC",
8761             "type": "Metropolitan department"
8762             },
8763             {
8764             "code": "FR-82",
8765             "name": "Tarn-et-Garonne",
8766             "parent": "OCC",
8767             "type": "Metropolitan department"
8768             },
8769             {
8770             "code": "FR-83",
8771             "name": "Var",
8772             "parent": "PAC",
8773             "type": "Metropolitan department"
8774             },
8775             {
8776             "code": "FR-84",
8777             "name": "Vaucluse",
8778             "parent": "PAC",
8779             "type": "Metropolitan department"
8780             },
8781             {
8782             "code": "FR-85",
8783             "name": "Vendée",
8784             "parent": "PDL",
8785             "type": "Metropolitan department"
8786             },
8787             {
8788             "code": "FR-86",
8789             "name": "Vienne",
8790             "parent": "NAQ",
8791             "type": "Metropolitan department"
8792             },
8793             {
8794             "code": "FR-87",
8795             "name": "Haute-Vienne",
8796             "parent": "NAQ",
8797             "type": "Metropolitan department"
8798             },
8799             {
8800             "code": "FR-88",
8801             "name": "Vosges",
8802             "parent": "GES",
8803             "type": "Metropolitan department"
8804             },
8805             {
8806             "code": "FR-89",
8807             "name": "Yonne",
8808             "parent": "BFC",
8809             "type": "Metropolitan department"
8810             },
8811             {
8812             "code": "FR-90",
8813             "name": "Territoire de Belfort",
8814             "parent": "BFC",
8815             "type": "Metropolitan department"
8816             },
8817             {
8818             "code": "FR-91",
8819             "name": "Essonne",
8820             "parent": "IDF",
8821             "type": "Metropolitan department"
8822             },
8823             {
8824             "code": "FR-92",
8825             "name": "Hauts-de-Seine",
8826             "parent": "IDF",
8827             "type": "Metropolitan department"
8828             },
8829             {
8830             "code": "FR-93",
8831             "name": "Seine-Saint-Denis",
8832             "parent": "IDF",
8833             "type": "Metropolitan department"
8834             },
8835             {
8836             "code": "FR-94",
8837             "name": "Val-de-Marne",
8838             "parent": "IDF",
8839             "type": "Metropolitan department"
8840             },
8841             {
8842             "code": "FR-95",
8843             "name": "Val-d'Oise",
8844             "parent": "IDF",
8845             "type": "Metropolitan department"
8846             },
8847             {
8848             "code": "FR-ARA",
8849             "name": "Auvergne-Rhône-Alpes",
8850             "type": "Metropolitan region"
8851             },
8852             {
8853             "code": "FR-BFC",
8854             "name": "Bourgogne-Franche-Comté",
8855             "type": "Metropolitan region"
8856             },
8857             {
8858             "code": "FR-BL",
8859             "name": "Saint-Barthélemy",
8860             "type": "Overseas territorial collectivity"
8861             },
8862             {
8863             "code": "FR-BRE",
8864             "name": "Bretagne",
8865             "type": "Metropolitan region"
8866             },
8867             {
8868             "code": "FR-COR",
8869             "name": "Corse",
8870             "type": "Metropolitan region"
8871             },
8872             {
8873             "code": "FR-CP",
8874             "name": "Clipperton",
8875             "type": "Dependency"
8876             },
8877             {
8878             "code": "FR-CVL",
8879             "name": "Centre-Val de Loire",
8880             "type": "Metropolitan region"
8881             },
8882             {
8883             "code": "FR-GES",
8884             "name": "Grand-Est",
8885             "type": "Metropolitan region"
8886             },
8887             {
8888             "code": "FR-GF",
8889             "name": "Guyane (française)",
8890             "type": "Overseas territorial collectivity"
8891             },
8892             {
8893             "code": "FR-GP",
8894             "name": "Guadeloupe",
8895             "parent": "GUA",
8896             "type": "Overseas department"
8897             },
8898             {
8899             "code": "FR-GUA",
8900             "name": "Guadeloupe",
8901             "type": "Overseas region"
8902             },
8903             {
8904             "code": "FR-HDF",
8905             "name": "Hauts-de-France",
8906             "type": "Metropolitan region"
8907             },
8908             {
8909             "code": "FR-IDF",
8910             "name": "Île-de-France",
8911             "type": "Metropolitan region"
8912             },
8913             {
8914             "code": "FR-LRE",
8915             "name": "La Réunion",
8916             "type": "Overseas region"
8917             },
8918             {
8919             "code": "FR-MAY",
8920             "name": "Mayotte",
8921             "type": "Overseas region"
8922             },
8923             {
8924             "code": "FR-MF",
8925             "name": "Saint-Martin",
8926             "type": "Overseas territorial collectivity"
8927             },
8928             {
8929             "code": "FR-MQ",
8930             "name": "Martinique",
8931             "type": "Overseas territorial collectivity"
8932             },
8933             {
8934             "code": "FR-NAQ",
8935             "name": "Nouvelle-Aquitaine",
8936             "type": "Metropolitan region"
8937             },
8938             {
8939             "code": "FR-NC",
8940             "name": "Nouvelle-Calédonie",
8941             "type": "Overseas territorial collectivity"
8942             },
8943             {
8944             "code": "FR-NOR",
8945             "name": "Normandie",
8946             "type": "Metropolitan region"
8947             },
8948             {
8949             "code": "FR-OCC",
8950             "name": "Occitanie",
8951             "type": "Metropolitan region"
8952             },
8953             {
8954             "code": "FR-PAC",
8955             "name": "Provence-Alpes-Côte-d’Azur",
8956             "type": "Metropolitan region"
8957             },
8958             {
8959             "code": "FR-PDL",
8960             "name": "Pays-de-la-Loire",
8961             "type": "Metropolitan region"
8962             },
8963             {
8964             "code": "FR-PF",
8965             "name": "Polynésie française",
8966             "type": "Overseas territorial collectivity"
8967             },
8968             {
8969             "code": "FR-PM",
8970             "name": "Saint-Pierre-et-Miquelon",
8971             "type": "Overseas territorial collectivity"
8972             },
8973             {
8974             "code": "FR-RE",
8975             "name": "La Réunion",
8976             "parent": "LRE",
8977             "type": "Overseas department"
8978             },
8979             {
8980             "code": "FR-TF",
8981             "name": "Terres australes françaises",
8982             "type": "Overseas territorial collectivity"
8983             },
8984             {
8985             "code": "FR-WF",
8986             "name": "Wallis-et-Futuna",
8987             "type": "Overseas territorial collectivity"
8988             },
8989             {
8990             "code": "FR-YT",
8991             "name": "Mayotte",
8992             "parent": "MAY",
8993             "type": "Overseas department"
8994             },
8995             {
8996             "code": "GA-1",
8997             "name": "Estuaire",
8998             "type": "Province"
8999             },
9000             {
9001             "code": "GA-2",
9002             "name": "Haut-Ogooué",
9003             "type": "Province"
9004             },
9005             {
9006             "code": "GA-3",
9007             "name": "Moyen-Ogooué",
9008             "type": "Province"
9009             },
9010             {
9011             "code": "GA-4",
9012             "name": "Ngounié",
9013             "type": "Province"
9014             },
9015             {
9016             "code": "GA-5",
9017             "name": "Nyanga",
9018             "type": "Province"
9019             },
9020             {
9021             "code": "GA-6",
9022             "name": "Ogooué-Ivindo",
9023             "type": "Province"
9024             },
9025             {
9026             "code": "GA-7",
9027             "name": "Ogooué-Lolo",
9028             "type": "Province"
9029             },
9030             {
9031             "code": "GA-8",
9032             "name": "Ogooué-Maritime",
9033             "type": "Province"
9034             },
9035             {
9036             "code": "GA-9",
9037             "name": "Woleu-Ntem",
9038             "type": "Province"
9039             },
9040             {
9041             "code": "GB-ABC",
9042             "name": "Armagh, Banbridge and Craigavon",
9043             "parent": "NIR",
9044             "type": "District"
9045             },
9046             {
9047             "code": "GB-ABD",
9048             "name": "Aberdeenshire",
9049             "parent": "SCT",
9050             "type": "Council area"
9051             },
9052             {
9053             "code": "GB-ABE",
9054             "name": "Aberdeen City",
9055             "parent": "SCT",
9056             "type": "Council area"
9057             },
9058             {
9059             "code": "GB-AGB",
9060             "name": "Argyll and Bute",
9061             "parent": "SCT",
9062             "type": "Council area"
9063             },
9064             {
9065             "code": "GB-AGY",
9066             "name": "Isle of Anglesey; Sir Ynys Môn",
9067             "parent": "WLS",
9068             "type": "Unitary authority"
9069             },
9070             {
9071             "code": "GB-AND",
9072             "name": "Ards and North Down",
9073             "parent": "NIR",
9074             "type": "District"
9075             },
9076             {
9077             "code": "GB-ANN",
9078             "name": "Antrim and Newtownabbey",
9079             "parent": "NIR",
9080             "type": "District"
9081             },
9082             {
9083             "code": "GB-ANS",
9084             "name": "Angus",
9085             "parent": "SCT",
9086             "type": "Council area"
9087             },
9088             {
9089             "code": "GB-BAS",
9090             "name": "Bath and North East Somerset",
9091             "parent": "ENG",
9092             "type": "Unitary authority"
9093             },
9094             {
9095             "code": "GB-BBD",
9096             "name": "Blackburn with Darwen",
9097             "parent": "ENG",
9098             "type": "Unitary authority"
9099             },
9100             {
9101             "code": "GB-BDF",
9102             "name": "Bedford",
9103             "parent": "ENG",
9104             "type": "Unitary authority"
9105             },
9106             {
9107             "code": "GB-BDG",
9108             "name": "Barking and Dagenham",
9109             "parent": "ENG",
9110             "type": "London borough"
9111             },
9112             {
9113             "code": "GB-BEN",
9114             "name": "Brent",
9115             "parent": "ENG",
9116             "type": "London borough"
9117             },
9118             {
9119             "code": "GB-BEX",
9120             "name": "Bexley",
9121             "parent": "ENG",
9122             "type": "London borough"
9123             },
9124             {
9125             "code": "GB-BFS",
9126             "name": "Belfast",
9127             "parent": "NIR",
9128             "type": "District"
9129             },
9130             {
9131             "code": "GB-BGE",
9132             "name": "Bridgend; Pen-y-bont ar Ogwr",
9133             "parent": "WLS",
9134             "type": "Unitary authority"
9135             },
9136             {
9137             "code": "GB-BGW",
9138             "name": "Blaenau Gwent",
9139             "parent": "WLS",
9140             "type": "Unitary authority"
9141             },
9142             {
9143             "code": "GB-BIR",
9144             "name": "Birmingham",
9145             "parent": "ENG",
9146             "type": "Metropolitan district"
9147             },
9148             {
9149             "code": "GB-BKM",
9150             "name": "Buckinghamshire",
9151             "parent": "ENG",
9152             "type": "Two-tier county"
9153             },
9154             {
9155             "code": "GB-BMH",
9156             "name": "Bournemouth",
9157             "parent": "ENG",
9158             "type": "Unitary authority"
9159             },
9160             {
9161             "code": "GB-BNE",
9162             "name": "Barnet",
9163             "parent": "ENG",
9164             "type": "London borough"
9165             },
9166             {
9167             "code": "GB-BNH",
9168             "name": "Brighton and Hove",
9169             "parent": "ENG",
9170             "type": "Unitary authority"
9171             },
9172             {
9173             "code": "GB-BNS",
9174             "name": "Barnsley",
9175             "parent": "ENG",
9176             "type": "Metropolitan district"
9177             },
9178             {
9179             "code": "GB-BOL",
9180             "name": "Bolton",
9181             "parent": "ENG",
9182             "type": "Metropolitan district"
9183             },
9184             {
9185             "code": "GB-BPL",
9186             "name": "Blackpool",
9187             "parent": "ENG",
9188             "type": "Unitary authority"
9189             },
9190             {
9191             "code": "GB-BRC",
9192             "name": "Bracknell Forest",
9193             "parent": "ENG",
9194             "type": "Unitary authority"
9195             },
9196             {
9197             "code": "GB-BRD",
9198             "name": "Bradford",
9199             "parent": "ENG",
9200             "type": "Metropolitan district"
9201             },
9202             {
9203             "code": "GB-BRY",
9204             "name": "Bromley",
9205             "parent": "ENG",
9206             "type": "London borough"
9207             },
9208             {
9209             "code": "GB-BST",
9210             "name": "Bristol, City of",
9211             "parent": "ENG",
9212             "type": "Unitary authority"
9213             },
9214             {
9215             "code": "GB-BUR",
9216             "name": "Bury",
9217             "parent": "ENG",
9218             "type": "Metropolitan district"
9219             },
9220             {
9221             "code": "GB-CAM",
9222             "name": "Cambridgeshire",
9223             "parent": "ENG",
9224             "type": "Two-tier county"
9225             },
9226             {
9227             "code": "GB-CAY",
9228             "name": "Caerphilly; Caerffili",
9229             "parent": "WLS",
9230             "type": "Unitary authority"
9231             },
9232             {
9233             "code": "GB-CBF",
9234             "name": "Central Bedfordshire",
9235             "parent": "ENG",
9236             "type": "Unitary authority"
9237             },
9238             {
9239             "code": "GB-CCG",
9240             "name": "Causeway Coast and Glens",
9241             "parent": "NIR",
9242             "type": "District"
9243             },
9244             {
9245             "code": "GB-CGN",
9246             "name": "Ceredigion; Sir Ceredigion",
9247             "parent": "WLS",
9248             "type": "Unitary authority"
9249             },
9250             {
9251             "code": "GB-CHE",
9252             "name": "Cheshire East",
9253             "parent": "ENG",
9254             "type": "Unitary authority"
9255             },
9256             {
9257             "code": "GB-CHW",
9258             "name": "Cheshire West and Chester",
9259             "parent": "ENG",
9260             "type": "Unitary authority"
9261             },
9262             {
9263             "code": "GB-CLD",
9264             "name": "Calderdale",
9265             "parent": "ENG",
9266             "type": "Metropolitan district"
9267             },
9268             {
9269             "code": "GB-CLK",
9270             "name": "Clackmannanshire",
9271             "parent": "SCT",
9272             "type": "Council area"
9273             },
9274             {
9275             "code": "GB-CMA",
9276             "name": "Cumbria",
9277             "parent": "ENG",
9278             "type": "Two-tier county"
9279             },
9280             {
9281             "code": "GB-CMD",
9282             "name": "Camden",
9283             "parent": "ENG",
9284             "type": "London borough"
9285             },
9286             {
9287             "code": "GB-CMN",
9288             "name": "Carmarthenshire; Sir Gaerfyrddin",
9289             "parent": "WLS",
9290             "type": "Unitary authority"
9291             },
9292             {
9293             "code": "GB-CON",
9294             "name": "Cornwall",
9295             "parent": "ENG",
9296             "type": "Unitary authority"
9297             },
9298             {
9299             "code": "GB-COV",
9300             "name": "Coventry",
9301             "parent": "ENG",
9302             "type": "Metropolitan district"
9303             },
9304             {
9305             "code": "GB-CRF",
9306             "name": "Cardiff; Caerdydd",
9307             "parent": "WLS",
9308             "type": "Unitary authority"
9309             },
9310             {
9311             "code": "GB-CRY",
9312             "name": "Croydon",
9313             "parent": "ENG",
9314             "type": "London borough"
9315             },
9316             {
9317             "code": "GB-CWY",
9318             "name": "Conwy",
9319             "parent": "WLS",
9320             "type": "Unitary authority"
9321             },
9322             {
9323             "code": "GB-DAL",
9324             "name": "Darlington",
9325             "parent": "ENG",
9326             "type": "Unitary authority"
9327             },
9328             {
9329             "code": "GB-DBY",
9330             "name": "Derbyshire",
9331             "parent": "ENG",
9332             "type": "Two-tier county"
9333             },
9334             {
9335             "code": "GB-DEN",
9336             "name": "Denbighshire; Sir Ddinbych",
9337             "parent": "WLS",
9338             "type": "Unitary authority"
9339             },
9340             {
9341             "code": "GB-DER",
9342             "name": "Derby",
9343             "parent": "ENG",
9344             "type": "Unitary authority"
9345             },
9346             {
9347             "code": "GB-DEV",
9348             "name": "Devon",
9349             "parent": "ENG",
9350             "type": "Two-tier county"
9351             },
9352             {
9353             "code": "GB-DGY",
9354             "name": "Dumfries and Galloway",
9355             "parent": "SCT",
9356             "type": "Council area"
9357             },
9358             {
9359             "code": "GB-DNC",
9360             "name": "Doncaster",
9361             "parent": "ENG",
9362             "type": "Metropolitan district"
9363             },
9364             {
9365             "code": "GB-DND",
9366             "name": "Dundee City",
9367             "parent": "SCT",
9368             "type": "Council area"
9369             },
9370             {
9371             "code": "GB-DOR",
9372             "name": "Dorset",
9373             "parent": "ENG",
9374             "type": "Two-tier county"
9375             },
9376             {
9377             "code": "GB-DRS",
9378             "name": "Derry and Strabane",
9379             "parent": "NIR",
9380             "type": "District"
9381             },
9382             {
9383             "code": "GB-DUD",
9384             "name": "Dudley",
9385             "parent": "ENG",
9386             "type": "Metropolitan district"
9387             },
9388             {
9389             "code": "GB-DUR",
9390             "name": "Durham County",
9391             "parent": "ENG",
9392             "type": "Unitary authority"
9393             },
9394             {
9395             "code": "GB-EAL",
9396             "name": "Ealing",
9397             "parent": "ENG",
9398             "type": "London borough"
9399             },
9400             {
9401             "code": "GB-EAW",
9402             "name": "England and Wales",
9403             "type": "Nation"
9404             },
9405             {
9406             "code": "GB-EAY",
9407             "name": "East Ayrshire",
9408             "parent": "SCT",
9409             "type": "Council area"
9410             },
9411             {
9412             "code": "GB-EDH",
9413             "name": "Edinburgh, City of",
9414             "parent": "SCT",
9415             "type": "Council area"
9416             },
9417             {
9418             "code": "GB-EDU",
9419             "name": "East Dunbartonshire",
9420             "parent": "SCT",
9421             "type": "Council area"
9422             },
9423             {
9424             "code": "GB-ELN",
9425             "name": "East Lothian",
9426             "parent": "SCT",
9427             "type": "Council area"
9428             },
9429             {
9430             "code": "GB-ELS",
9431             "name": "Eilean Siar",
9432             "parent": "SCT",
9433             "type": "Council area"
9434             },
9435             {
9436             "code": "GB-ENF",
9437             "name": "Enfield",
9438             "parent": "ENG",
9439             "type": "London borough"
9440             },
9441             {
9442             "code": "GB-ENG",
9443             "name": "England",
9444             "type": "Country"
9445             },
9446             {
9447             "code": "GB-ERW",
9448             "name": "East Renfrewshire",
9449             "parent": "SCT",
9450             "type": "Council area"
9451             },
9452             {
9453             "code": "GB-ERY",
9454             "name": "East Riding of Yorkshire",
9455             "parent": "ENG",
9456             "type": "Unitary authority"
9457             },
9458             {
9459             "code": "GB-ESS",
9460             "name": "Essex",
9461             "parent": "ENG",
9462             "type": "Two-tier county"
9463             },
9464             {
9465             "code": "GB-ESX",
9466             "name": "East Sussex",
9467             "parent": "ENG",
9468             "type": "Two-tier county"
9469             },
9470             {
9471             "code": "GB-FAL",
9472             "name": "Falkirk",
9473             "parent": "SCT",
9474             "type": "Council area"
9475             },
9476             {
9477             "code": "GB-FIF",
9478             "name": "Fife",
9479             "parent": "SCT",
9480             "type": "Council area"
9481             },
9482             {
9483             "code": "GB-FLN",
9484             "name": "Flintshire; Sir y Fflint",
9485             "parent": "WLS",
9486             "type": "Unitary authority"
9487             },
9488             {
9489             "code": "GB-FMO",
9490             "name": "Fermanagh and Omagh",
9491             "parent": "NIR",
9492             "type": "District"
9493             },
9494             {
9495             "code": "GB-GAT",
9496             "name": "Gateshead",
9497             "parent": "ENG",
9498             "type": "Metropolitan district"
9499             },
9500             {
9501             "code": "GB-GBN",
9502             "name": "Great Britain",
9503             "type": "Nation"
9504             },
9505             {
9506             "code": "GB-GLG",
9507             "name": "Glasgow City",
9508             "parent": "SCT",
9509             "type": "Council area"
9510             },
9511             {
9512             "code": "GB-GLS",
9513             "name": "Gloucestershire",
9514             "parent": "ENG",
9515             "type": "Two-tier county"
9516             },
9517             {
9518             "code": "GB-GRE",
9519             "name": "Greenwich",
9520             "parent": "ENG",
9521             "type": "London borough"
9522             },
9523             {
9524             "code": "GB-GWN",
9525             "name": "Gwynedd",
9526             "parent": "WLS",
9527             "type": "Unitary authority"
9528             },
9529             {
9530             "code": "GB-HAL",
9531             "name": "Halton",
9532             "parent": "ENG",
9533             "type": "Unitary authority"
9534             },
9535             {
9536             "code": "GB-HAM",
9537             "name": "Hampshire",
9538             "parent": "ENG",
9539             "type": "Two-tier county"
9540             },
9541             {
9542             "code": "GB-HAV",
9543             "name": "Havering",
9544             "parent": "ENG",
9545             "type": "London borough"
9546             },
9547             {
9548             "code": "GB-HCK",
9549             "name": "Hackney",
9550             "parent": "ENG",
9551             "type": "London borough"
9552             },
9553             {
9554             "code": "GB-HEF",
9555             "name": "Herefordshire",
9556             "parent": "ENG",
9557             "type": "Unitary authority"
9558             },
9559             {
9560             "code": "GB-HIL",
9561             "name": "Hillingdon",
9562             "parent": "ENG",
9563             "type": "London borough"
9564             },
9565             {
9566             "code": "GB-HLD",
9567             "name": "Highland",
9568             "parent": "SCT",
9569             "type": "Council area"
9570             },
9571             {
9572             "code": "GB-HMF",
9573             "name": "Hammersmith and Fulham",
9574             "parent": "ENG",
9575             "type": "London borough"
9576             },
9577             {
9578             "code": "GB-HNS",
9579             "name": "Hounslow",
9580             "parent": "ENG",
9581             "type": "London borough"
9582             },
9583             {
9584             "code": "GB-HPL",
9585             "name": "Hartlepool",
9586             "parent": "ENG",
9587             "type": "Unitary authority"
9588             },
9589             {
9590             "code": "GB-HRT",
9591             "name": "Hertfordshire",
9592             "parent": "ENG",
9593             "type": "Two-tier county"
9594             },
9595             {
9596             "code": "GB-HRW",
9597             "name": "Harrow",
9598             "parent": "ENG",
9599             "type": "London borough"
9600             },
9601             {
9602             "code": "GB-HRY",
9603             "name": "Haringey",
9604             "parent": "ENG",
9605             "type": "London borough"
9606             },
9607             {
9608             "code": "GB-IOS",
9609             "name": "Isles of Scilly",
9610             "parent": "ENG",
9611             "type": "Unitary authority"
9612             },
9613             {
9614             "code": "GB-IOW",
9615             "name": "Isle of Wight",
9616             "parent": "ENG",
9617             "type": "Unitary authority"
9618             },
9619             {
9620             "code": "GB-ISL",
9621             "name": "Islington",
9622             "parent": "ENG",
9623             "type": "London borough"
9624             },
9625             {
9626             "code": "GB-IVC",
9627             "name": "Inverclyde",
9628             "parent": "SCT",
9629             "type": "Council area"
9630             },
9631             {
9632             "code": "GB-KEC",
9633             "name": "Kensington and Chelsea",
9634             "parent": "ENG",
9635             "type": "London borough"
9636             },
9637             {
9638             "code": "GB-KEN",
9639             "name": "Kent",
9640             "parent": "ENG",
9641             "type": "Two-tier county"
9642             },
9643             {
9644             "code": "GB-KHL",
9645             "name": "Kingston upon Hull",
9646             "parent": "ENG",
9647             "type": "Unitary authority"
9648             },
9649             {
9650             "code": "GB-KIR",
9651             "name": "Kirklees",
9652             "parent": "ENG",
9653             "type": "Metropolitan district"
9654             },
9655             {
9656             "code": "GB-KTT",
9657             "name": "Kingston upon Thames",
9658             "parent": "ENG",
9659             "type": "London borough"
9660             },
9661             {
9662             "code": "GB-KWL",
9663             "name": "Knowsley",
9664             "parent": "ENG",
9665             "type": "Metropolitan district"
9666             },
9667             {
9668             "code": "GB-LAN",
9669             "name": "Lancashire",
9670             "parent": "ENG",
9671             "type": "Two-tier county"
9672             },
9673             {
9674             "code": "GB-LBC",
9675             "name": "Lisburn and Castlereagh",
9676             "parent": "NIR",
9677             "type": "District"
9678             },
9679             {
9680             "code": "GB-LBH",
9681             "name": "Lambeth",
9682             "parent": "ENG",
9683             "type": "London borough"
9684             },
9685             {
9686             "code": "GB-LCE",
9687             "name": "Leicester",
9688             "parent": "ENG",
9689             "type": "Unitary authority"
9690             },
9691             {
9692             "code": "GB-LDS",
9693             "name": "Leeds",
9694             "parent": "ENG",
9695             "type": "Metropolitan district"
9696             },
9697             {
9698             "code": "GB-LEC",
9699             "name": "Leicestershire",
9700             "parent": "ENG",
9701             "type": "Two-tier county"
9702             },
9703             {
9704             "code": "GB-LEW",
9705             "name": "Lewisham",
9706             "parent": "ENG",
9707             "type": "London borough"
9708             },
9709             {
9710             "code": "GB-LIN",
9711             "name": "Lincolnshire",
9712             "parent": "ENG",
9713             "type": "Two-tier county"
9714             },
9715             {
9716             "code": "GB-LIV",
9717             "name": "Liverpool",
9718             "parent": "ENG",
9719             "type": "Metropolitan district"
9720             },
9721             {
9722             "code": "GB-LND",
9723             "name": "London, City of",
9724             "parent": "ENG",
9725             "type": "City corporation"
9726             },
9727             {
9728             "code": "GB-LUT",
9729             "name": "Luton",
9730             "parent": "ENG",
9731             "type": "Unitary authority"
9732             },
9733             {
9734             "code": "GB-MAN",
9735             "name": "Manchester",
9736             "parent": "ENG",
9737             "type": "Metropolitan district"
9738             },
9739             {
9740             "code": "GB-MDB",
9741             "name": "Middlesbrough",
9742             "parent": "ENG",
9743             "type": "Unitary authority"
9744             },
9745             {
9746             "code": "GB-MDW",
9747             "name": "Medway",
9748             "parent": "ENG",
9749             "type": "Unitary authority"
9750             },
9751             {
9752             "code": "GB-MEA",
9753             "name": "Mid and East Antrim",
9754             "parent": "NIR",
9755             "type": "District"
9756             },
9757             {
9758             "code": "GB-MIK",
9759             "name": "Milton Keynes",
9760             "parent": "ENG",
9761             "type": "Unitary authority"
9762             },
9763             {
9764             "code": "GB-MLN",
9765             "name": "Midlothian",
9766             "parent": "SCT",
9767             "type": "Council area"
9768             },
9769             {
9770             "code": "GB-MON",
9771             "name": "Monmouthshire; Sir Fynwy",
9772             "parent": "WLS",
9773             "type": "Unitary authority"
9774             },
9775             {
9776             "code": "GB-MRT",
9777             "name": "Merton",
9778             "parent": "ENG",
9779             "type": "London borough"
9780             },
9781             {
9782             "code": "GB-MRY",
9783             "name": "Moray",
9784             "parent": "SCT",
9785             "type": "Council area"
9786             },
9787             {
9788             "code": "GB-MTY",
9789             "name": "Merthyr Tydfil; Merthyr Tudful",
9790             "parent": "WLS",
9791             "type": "Unitary authority"
9792             },
9793             {
9794             "code": "GB-MUL",
9795             "name": "Mid Ulster",
9796             "parent": "NIR",
9797             "type": "District"
9798             },
9799             {
9800             "code": "GB-NAY",
9801             "name": "North Ayrshire",
9802             "parent": "SCT",
9803             "type": "Council area"
9804             },
9805             {
9806             "code": "GB-NBL",
9807             "name": "Northumberland",
9808             "parent": "ENG",
9809             "type": "Unitary authority"
9810             },
9811             {
9812             "code": "GB-NEL",
9813             "name": "North East Lincolnshire",
9814             "parent": "ENG",
9815             "type": "Unitary authority"
9816             },
9817             {
9818             "code": "GB-NET",
9819             "name": "Newcastle upon Tyne",
9820             "parent": "ENG",
9821             "type": "Metropolitan district"
9822             },
9823             {
9824             "code": "GB-NFK",
9825             "name": "Norfolk",
9826             "parent": "ENG",
9827             "type": "Two-tier county"
9828             },
9829             {
9830             "code": "GB-NGM",
9831             "name": "Nottingham",
9832             "parent": "ENG",
9833             "type": "Unitary authority"
9834             },
9835             {
9836             "code": "GB-NIR",
9837             "name": "Northern Ireland",
9838             "type": "Province"
9839             },
9840             {
9841             "code": "GB-NLK",
9842             "name": "North Lanarkshire",
9843             "parent": "SCT",
9844             "type": "Council area"
9845             },
9846             {
9847             "code": "GB-NLN",
9848             "name": "North Lincolnshire",
9849             "parent": "ENG",
9850             "type": "Unitary authority"
9851             },
9852             {
9853             "code": "GB-NMD",
9854             "name": "Newry, Mourne and Down",
9855             "parent": "NIR",
9856             "type": "District"
9857             },
9858             {
9859             "code": "GB-NSM",
9860             "name": "North Somerset",
9861             "parent": "ENG",
9862             "type": "Unitary authority"
9863             },
9864             {
9865             "code": "GB-NTH",
9866             "name": "Northamptonshire",
9867             "parent": "ENG",
9868             "type": "Two-tier county"
9869             },
9870             {
9871             "code": "GB-NTL",
9872             "name": "Neath Port Talbot; Castell-nedd Port Talbot",
9873             "parent": "WLS",
9874             "type": "Unitary authority"
9875             },
9876             {
9877             "code": "GB-NTT",
9878             "name": "Nottinghamshire",
9879             "parent": "ENG",
9880             "type": "Two-tier county"
9881             },
9882             {
9883             "code": "GB-NTY",
9884             "name": "North Tyneside",
9885             "parent": "ENG",
9886             "type": "Metropolitan district"
9887             },
9888             {
9889             "code": "GB-NWM",
9890             "name": "Newham",
9891             "parent": "ENG",
9892             "type": "London borough"
9893             },
9894             {
9895             "code": "GB-NWP",
9896             "name": "Newport; Casnewydd",
9897             "parent": "WLS",
9898             "type": "Unitary authority"
9899             },
9900             {
9901             "code": "GB-NYK",
9902             "name": "North Yorkshire",
9903             "parent": "ENG",
9904             "type": "Two-tier county"
9905             },
9906             {
9907             "code": "GB-OLD",
9908             "name": "Oldham",
9909             "parent": "ENG",
9910             "type": "Metropolitan district"
9911             },
9912             {
9913             "code": "GB-ORK",
9914             "name": "Orkney Islands",
9915             "parent": "SCT",
9916             "type": "Council area"
9917             },
9918             {
9919             "code": "GB-OXF",
9920             "name": "Oxfordshire",
9921             "parent": "ENG",
9922             "type": "Two-tier county"
9923             },
9924             {
9925             "code": "GB-PEM",
9926             "name": "Pembrokeshire; Sir Benfro",
9927             "parent": "WLS",
9928             "type": "Unitary authority"
9929             },
9930             {
9931             "code": "GB-PKN",
9932             "name": "Perth and Kinross",
9933             "parent": "SCT",
9934             "type": "Council area"
9935             },
9936             {
9937             "code": "GB-PLY",
9938             "name": "Plymouth",
9939             "parent": "ENG",
9940             "type": "Unitary authority"
9941             },
9942             {
9943             "code": "GB-POL",
9944             "name": "Poole",
9945             "parent": "ENG",
9946             "type": "Unitary authority"
9947             },
9948             {
9949             "code": "GB-POR",
9950             "name": "Portsmouth",
9951             "parent": "ENG",
9952             "type": "Unitary authority"
9953             },
9954             {
9955             "code": "GB-POW",
9956             "name": "Powys",
9957             "parent": "WLS",
9958             "type": "Unitary authority"
9959             },
9960             {
9961             "code": "GB-PTE",
9962             "name": "Peterborough",
9963             "parent": "ENG",
9964             "type": "Unitary authority"
9965             },
9966             {
9967             "code": "GB-RCC",
9968             "name": "Redcar and Cleveland",
9969             "parent": "ENG",
9970             "type": "Unitary authority"
9971             },
9972             {
9973             "code": "GB-RCH",
9974             "name": "Rochdale",
9975             "parent": "ENG",
9976             "type": "Metropolitan district"
9977             },
9978             {
9979             "code": "GB-RCT",
9980             "name": "Rhondda, Cynon, Taff; Rhondda, Cynon, Taf",
9981             "parent": "WLS",
9982             "type": "Unitary authority"
9983             },
9984             {
9985             "code": "GB-RDB",
9986             "name": "Redbridge",
9987             "parent": "ENG",
9988             "type": "London borough"
9989             },
9990             {
9991             "code": "GB-RDG",
9992             "name": "Reading",
9993             "parent": "ENG",
9994             "type": "Unitary authority"
9995             },
9996             {
9997             "code": "GB-RFW",
9998             "name": "Renfrewshire",
9999             "parent": "SCT",
10000             "type": "Council area"
10001             },
10002             {
10003             "code": "GB-RIC",
10004             "name": "Richmond upon Thames",
10005             "parent": "ENG",
10006             "type": "London borough"
10007             },
10008             {
10009             "code": "GB-ROT",
10010             "name": "Rotherham",
10011             "parent": "ENG",
10012             "type": "Metropolitan district"
10013             },
10014             {
10015             "code": "GB-RUT",
10016             "name": "Rutland",
10017             "parent": "ENG",
10018             "type": "Unitary authority"
10019             },
10020             {
10021             "code": "GB-SAW",
10022             "name": "Sandwell",
10023             "parent": "ENG",
10024             "type": "Metropolitan district"
10025             },
10026             {
10027             "code": "GB-SAY",
10028             "name": "South Ayrshire",
10029             "parent": "SCT",
10030             "type": "Council area"
10031             },
10032             {
10033             "code": "GB-SCB",
10034             "name": "Scottish Borders, The",
10035             "parent": "SCT",
10036             "type": "Council area"
10037             },
10038             {
10039             "code": "GB-SCT",
10040             "name": "Scotland",
10041             "type": "Country"
10042             },
10043             {
10044             "code": "GB-SFK",
10045             "name": "Suffolk",
10046             "parent": "ENG",
10047             "type": "Two-tier county"
10048             },
10049             {
10050             "code": "GB-SFT",
10051             "name": "Sefton",
10052             "parent": "ENG",
10053             "type": "Metropolitan district"
10054             },
10055             {
10056             "code": "GB-SGC",
10057             "name": "South Gloucestershire",
10058             "parent": "ENG",
10059             "type": "Unitary authority"
10060             },
10061             {
10062             "code": "GB-SHF",
10063             "name": "Sheffield",
10064             "parent": "ENG",
10065             "type": "Metropolitan district"
10066             },
10067             {
10068             "code": "GB-SHN",
10069             "name": "St. Helens",
10070             "parent": "ENG",
10071             "type": "Metropolitan district"
10072             },
10073             {
10074             "code": "GB-SHR",
10075             "name": "Shropshire",
10076             "parent": "ENG",
10077             "type": "Unitary authority"
10078             },
10079             {
10080             "code": "GB-SKP",
10081             "name": "Stockport",
10082             "parent": "ENG",
10083             "type": "Metropolitan district"
10084             },
10085             {
10086             "code": "GB-SLF",
10087             "name": "Salford",
10088             "parent": "ENG",
10089             "type": "Metropolitan district"
10090             },
10091             {
10092             "code": "GB-SLG",
10093             "name": "Slough",
10094             "parent": "ENG",
10095             "type": "Unitary authority"
10096             },
10097             {
10098             "code": "GB-SLK",
10099             "name": "South Lanarkshire",
10100             "parent": "SCT",
10101             "type": "Council area"
10102             },
10103             {
10104             "code": "GB-SND",
10105             "name": "Sunderland",
10106             "parent": "ENG",
10107             "type": "Metropolitan district"
10108             },
10109             {
10110             "code": "GB-SOL",
10111             "name": "Solihull",
10112             "parent": "ENG",
10113             "type": "Metropolitan district"
10114             },
10115             {
10116             "code": "GB-SOM",
10117             "name": "Somerset",
10118             "parent": "ENG",
10119             "type": "Two-tier county"
10120             },
10121             {
10122             "code": "GB-SOS",
10123             "name": "Southend-on-Sea",
10124             "parent": "ENG",
10125             "type": "Unitary authority"
10126             },
10127             {
10128             "code": "GB-SRY",
10129             "name": "Surrey",
10130             "parent": "ENG",
10131             "type": "Two-tier county"
10132             },
10133             {
10134             "code": "GB-STE",
10135             "name": "Stoke-on-Trent",
10136             "parent": "ENG",
10137             "type": "Unitary authority"
10138             },
10139             {
10140             "code": "GB-STG",
10141             "name": "Stirling",
10142             "parent": "SCT",
10143             "type": "Council area"
10144             },
10145             {
10146             "code": "GB-STH",
10147             "name": "Southampton",
10148             "parent": "ENG",
10149             "type": "Unitary authority"
10150             },
10151             {
10152             "code": "GB-STN",
10153             "name": "Sutton",
10154             "parent": "ENG",
10155             "type": "London borough"
10156             },
10157             {
10158             "code": "GB-STS",
10159             "name": "Staffordshire",
10160             "parent": "ENG",
10161             "type": "Two-tier county"
10162             },
10163             {
10164             "code": "GB-STT",
10165             "name": "Stockton-on-Tees",
10166             "parent": "ENG",
10167             "type": "Unitary authority"
10168             },
10169             {
10170             "code": "GB-STY",
10171             "name": "South Tyneside",
10172             "parent": "ENG",
10173             "type": "Metropolitan district"
10174             },
10175             {
10176             "code": "GB-SWA",
10177             "name": "Swansea; Abertawe",
10178             "parent": "WLS",
10179             "type": "Unitary authority"
10180             },
10181             {
10182             "code": "GB-SWD",
10183             "name": "Swindon",
10184             "parent": "ENG",
10185             "type": "Unitary authority"
10186             },
10187             {
10188             "code": "GB-SWK",
10189             "name": "Southwark",
10190             "parent": "ENG",
10191             "type": "London borough"
10192             },
10193             {
10194             "code": "GB-TAM",
10195             "name": "Tameside",
10196             "parent": "ENG",
10197             "type": "Metropolitan district"
10198             },
10199             {
10200             "code": "GB-TFW",
10201             "name": "Telford and Wrekin",
10202             "parent": "ENG",
10203             "type": "Unitary authority"
10204             },
10205             {
10206             "code": "GB-THR",
10207             "name": "Thurrock",
10208             "parent": "ENG",
10209             "type": "Unitary authority"
10210             },
10211             {
10212             "code": "GB-TOB",
10213             "name": "Torbay",
10214             "parent": "ENG",
10215             "type": "Unitary authority"
10216             },
10217             {
10218             "code": "GB-TOF",
10219             "name": "Torfaen; Tor-faen",
10220             "parent": "WLS",
10221             "type": "Unitary authority"
10222             },
10223             {
10224             "code": "GB-TRF",
10225             "name": "Trafford",
10226             "parent": "ENG",
10227             "type": "Metropolitan district"
10228             },
10229             {
10230             "code": "GB-TWH",
10231             "name": "Tower Hamlets",
10232             "parent": "ENG",
10233             "type": "London borough"
10234             },
10235             {
10236             "code": "GB-UKM",
10237             "name": "United Kingdom",
10238             "type": "Nation"
10239             },
10240             {
10241             "code": "GB-VGL",
10242             "name": "Vale of Glamorgan, The; Bro Morgannwg",
10243             "parent": "WLS",
10244             "type": "Unitary authority"
10245             },
10246             {
10247             "code": "GB-WAR",
10248             "name": "Warwickshire",
10249             "parent": "ENG",
10250             "type": "Two-tier county"
10251             },
10252             {
10253             "code": "GB-WBK",
10254             "name": "West Berkshire",
10255             "parent": "ENG",
10256             "type": "Unitary authority"
10257             },
10258             {
10259             "code": "GB-WDU",
10260             "name": "West Dunbartonshire",
10261             "parent": "SCT",
10262             "type": "Council area"
10263             },
10264             {
10265             "code": "GB-WFT",
10266             "name": "Waltham Forest",
10267             "parent": "ENG",
10268             "type": "London borough"
10269             },
10270             {
10271             "code": "GB-WGN",
10272             "name": "Wigan",
10273             "parent": "ENG",
10274             "type": "Metropolitan district"
10275             },
10276             {
10277             "code": "GB-WIL",
10278             "name": "Wiltshire",
10279             "parent": "ENG",
10280             "type": "Unitary authority"
10281             },
10282             {
10283             "code": "GB-WKF",
10284             "name": "Wakefield",
10285             "parent": "ENG",
10286             "type": "Metropolitan district"
10287             },
10288             {
10289             "code": "GB-WLL",
10290             "name": "Walsall",
10291             "parent": "ENG",
10292             "type": "Metropolitan district"
10293             },
10294             {
10295             "code": "GB-WLN",
10296             "name": "West Lothian",
10297             "parent": "SCT",
10298             "type": "Council area"
10299             },
10300             {
10301             "code": "GB-WLS",
10302             "name": "Wales; Cymru",
10303             "type": "Country"
10304             },
10305             {
10306             "code": "GB-WLV",
10307             "name": "Wolverhampton",
10308             "parent": "ENG",
10309             "type": "Metropolitan district"
10310             },
10311             {
10312             "code": "GB-WND",
10313             "name": "Wandsworth",
10314             "parent": "ENG",
10315             "type": "London borough"
10316             },
10317             {
10318             "code": "GB-WNM",
10319             "name": "Windsor and Maidenhead",
10320             "parent": "ENG",
10321             "type": "Unitary authority"
10322             },
10323             {
10324             "code": "GB-WOK",
10325             "name": "Wokingham",
10326             "parent": "ENG",
10327             "type": "Unitary authority"
10328             },
10329             {
10330             "code": "GB-WOR",
10331             "name": "Worcestershire",
10332             "parent": "ENG",
10333             "type": "Two-tier county"
10334             },
10335             {
10336             "code": "GB-WRL",
10337             "name": "Wirral",
10338             "parent": "ENG",
10339             "type": "Metropolitan district"
10340             },
10341             {
10342             "code": "GB-WRT",
10343             "name": "Warrington",
10344             "parent": "ENG",
10345             "type": "Unitary authority"
10346             },
10347             {
10348             "code": "GB-WRX",
10349             "name": "Wrexham; Wrecsam",
10350             "parent": "WLS",
10351             "type": "Unitary authority"
10352             },
10353             {
10354             "code": "GB-WSM",
10355             "name": "Westminster",
10356             "parent": "ENG",
10357             "type": "London borough"
10358             },
10359             {
10360             "code": "GB-WSX",
10361             "name": "West Sussex",
10362             "parent": "ENG",
10363             "type": "Two-tier county"
10364             },
10365             {
10366             "code": "GB-YOR",
10367             "name": "York",
10368             "parent": "ENG",
10369             "type": "Unitary authority"
10370             },
10371             {
10372             "code": "GB-ZET",
10373             "name": "Shetland Islands",
10374             "parent": "SCT",
10375             "type": "Council area"
10376             },
10377             {
10378             "code": "GD-01",
10379             "name": "Saint Andrew",
10380             "type": "Parish"
10381             },
10382             {
10383             "code": "GD-02",
10384             "name": "Saint David",
10385             "type": "Parish"
10386             },
10387             {
10388             "code": "GD-03",
10389             "name": "Saint George",
10390             "type": "Parish"
10391             },
10392             {
10393             "code": "GD-04",
10394             "name": "Saint John",
10395             "type": "Parish"
10396             },
10397             {
10398             "code": "GD-05",
10399             "name": "Saint Mark",
10400             "type": "Parish"
10401             },
10402             {
10403             "code": "GD-06",
10404             "name": "Saint Patrick",
10405             "type": "Parish"
10406             },
10407             {
10408             "code": "GD-10",
10409             "name": "Southern Grenadine Islands",
10410             "type": "Dependency"
10411             },
10412             {
10413             "code": "GE-AB",
10414             "name": "Abkhazia",
10415             "type": "Autonomous republic"
10416             },
10417             {
10418             "code": "GE-AJ",
10419             "name": "Ajaria",
10420             "type": "Autonomous republic"
10421             },
10422             {
10423             "code": "GE-GU",
10424             "name": "Guria",
10425             "type": "Region"
10426             },
10427             {
10428             "code": "GE-IM",
10429             "name": "Imeret’i",
10430             "type": "Region"
10431             },
10432             {
10433             "code": "GE-KA",
10434             "name": "Kakhet’i",
10435             "type": "Region"
10436             },
10437             {
10438             "code": "GE-KK",
10439             "name": "K’vemo K’art’li",
10440             "type": "Region"
10441             },
10442             {
10443             "code": "GE-MM",
10444             "name": "Mts’khet’a-Mt’ianet’i",
10445             "type": "Region"
10446             },
10447             {
10448             "code": "GE-RL",
10449             "name": "Racha-Lech’khumi-K’vemo Svanet’i",
10450             "type": "Region"
10451             },
10452             {
10453             "code": "GE-SJ",
10454             "name": "Samts’khe-Javakhet’i",
10455             "type": "Region"
10456             },
10457             {
10458             "code": "GE-SK",
10459             "name": "Shida K’art’li",
10460             "type": "Region"
10461             },
10462             {
10463             "code": "GE-SZ",
10464             "name": "Samegrelo-Zemo Svanet’i",
10465             "type": "Region"
10466             },
10467             {
10468             "code": "GE-TB",
10469             "name": "T’bilisi",
10470             "type": "City"
10471             },
10472             {
10473             "code": "GH-AA",
10474             "name": "Greater Accra",
10475             "type": "Region"
10476             },
10477             {
10478             "code": "GH-AH",
10479             "name": "Ashanti",
10480             "type": "Region"
10481             },
10482             {
10483             "code": "GH-BA",
10484             "name": "Brong-Ahafo",
10485             "type": "Region"
10486             },
10487             {
10488             "code": "GH-CP",
10489             "name": "Central",
10490             "type": "Region"
10491             },
10492             {
10493             "code": "GH-EP",
10494             "name": "Eastern",
10495             "type": "Region"
10496             },
10497             {
10498             "code": "GH-NP",
10499             "name": "Northern",
10500             "type": "Region"
10501             },
10502             {
10503             "code": "GH-TV",
10504             "name": "Volta",
10505             "type": "Region"
10506             },
10507             {
10508             "code": "GH-UE",
10509             "name": "Upper East",
10510             "type": "Region"
10511             },
10512             {
10513             "code": "GH-UW",
10514             "name": "Upper West",
10515             "type": "Region"
10516             },
10517             {
10518             "code": "GH-WP",
10519             "name": "Western",
10520             "type": "Region"
10521             },
10522             {
10523             "code": "GL-KU",
10524             "name": "Kommune Kujalleq",
10525             "type": "Municipality"
10526             },
10527             {
10528             "code": "GL-QA",
10529             "name": "Qaasuitsup Kommunia",
10530             "type": "Municipality"
10531             },
10532             {
10533             "code": "GL-QE",
10534             "name": "Qeqqata Kommunia",
10535             "type": "Municipality"
10536             },
10537             {
10538             "code": "GL-SM",
10539             "name": "Kommuneqarfik Sermersooq",
10540             "type": "Municipality"
10541             },
10542             {
10543             "code": "GM-B",
10544             "name": "Banjul",
10545             "type": "City"
10546             },
10547             {
10548             "code": "GM-L",
10549             "name": "Lower River",
10550             "type": "Division"
10551             },
10552             {
10553             "code": "GM-M",
10554             "name": "Central River",
10555             "type": "Division"
10556             },
10557             {
10558             "code": "GM-N",
10559             "name": "North Bank",
10560             "type": "Division"
10561             },
10562             {
10563             "code": "GM-U",
10564             "name": "Upper River",
10565             "type": "Division"
10566             },
10567             {
10568             "code": "GM-W",
10569             "name": "Western",
10570             "type": "Division"
10571             },
10572             {
10573             "code": "GN-B",
10574             "name": "Boké",
10575             "type": "Governorate"
10576             },
10577             {
10578             "code": "GN-BE",
10579             "name": "Beyla",
10580             "parent": "N",
10581             "type": "Prefecture"
10582             },
10583             {
10584             "code": "GN-BF",
10585             "name": "Boffa",
10586             "parent": "B",
10587             "type": "Prefecture"
10588             },
10589             {
10590             "code": "GN-BK",
10591             "name": "Boké",
10592             "parent": "B",
10593             "type": "Prefecture"
10594             },
10595             {
10596             "code": "GN-C",
10597             "name": "Conakry",
10598             "type": "Special zone"
10599             },
10600             {
10601             "code": "GN-CO",
10602             "name": "Coyah",
10603             "parent": "D",
10604             "type": "Prefecture"
10605             },
10606             {
10607             "code": "GN-D",
10608             "name": "Kindia",
10609             "type": "Governorate"
10610             },
10611             {
10612             "code": "GN-DB",
10613             "name": "Dabola",
10614             "parent": "F",
10615             "type": "Prefecture"
10616             },
10617             {
10618             "code": "GN-DI",
10619             "name": "Dinguiraye",
10620             "parent": "F",
10621             "type": "Prefecture"
10622             },
10623             {
10624             "code": "GN-DL",
10625             "name": "Dalaba",
10626             "parent": "M",
10627             "type": "Prefecture"
10628             },
10629             {
10630             "code": "GN-DU",
10631             "name": "Dubréka",
10632             "parent": "D",
10633             "type": "Prefecture"
10634             },
10635             {
10636             "code": "GN-F",
10637             "name": "Faranah",
10638             "type": "Governorate"
10639             },
10640             {
10641             "code": "GN-FA",
10642             "name": "Faranah",
10643             "parent": "F",
10644             "type": "Prefecture"
10645             },
10646             {
10647             "code": "GN-FO",
10648             "name": "Forécariah",
10649             "parent": "D",
10650             "type": "Prefecture"
10651             },
10652             {
10653             "code": "GN-FR",
10654             "name": "Fria",
10655             "parent": "B",
10656             "type": "Prefecture"
10657             },
10658             {
10659             "code": "GN-GA",
10660             "name": "Gaoual",
10661             "parent": "B",
10662             "type": "Prefecture"
10663             },
10664             {
10665             "code": "GN-GU",
10666             "name": "Guékédou",
10667             "parent": "N",
10668             "type": "Prefecture"
10669             },
10670             {
10671             "code": "GN-K",
10672             "name": "Kankan",
10673             "type": "Governorate"
10674             },
10675             {
10676             "code": "GN-KA",
10677             "name": "Kankan",
10678             "parent": "K",
10679             "type": "Prefecture"
10680             },
10681             {
10682             "code": "GN-KB",
10683             "name": "Koubia",
10684             "parent": "L",
10685             "type": "Prefecture"
10686             },
10687             {
10688             "code": "GN-KD",
10689             "name": "Kindia",
10690             "parent": "D",
10691             "type": "Prefecture"
10692             },
10693             {
10694             "code": "GN-KE",
10695             "name": "Kérouané",
10696             "parent": "K",
10697             "type": "Prefecture"
10698             },
10699             {
10700             "code": "GN-KN",
10701             "name": "Koundara",
10702             "parent": "B",
10703             "type": "Prefecture"
10704             },
10705             {
10706             "code": "GN-KO",
10707             "name": "Kouroussa",
10708             "parent": "K",
10709             "type": "Prefecture"
10710             },
10711             {
10712             "code": "GN-KS",
10713             "name": "Kissidougou",
10714             "parent": "F",
10715             "type": "Prefecture"
10716             },
10717             {
10718             "code": "GN-L",
10719             "name": "Labé",
10720             "type": "Governorate"
10721             },
10722             {
10723             "code": "GN-LA",
10724             "name": "Labé",
10725             "parent": "L",
10726             "type": "Prefecture"
10727             },
10728             {
10729             "code": "GN-LE",
10730             "name": "Lélouma",
10731             "parent": "L",
10732             "type": "Prefecture"
10733             },
10734             {
10735             "code": "GN-LO",
10736             "name": "Lola",
10737             "parent": "N",
10738             "type": "Prefecture"
10739             },
10740             {
10741             "code": "GN-M",
10742             "name": "Mamou",
10743             "type": "Governorate"
10744             },
10745             {
10746             "code": "GN-MC",
10747             "name": "Macenta",
10748             "parent": "N",
10749             "type": "Prefecture"
10750             },
10751             {
10752             "code": "GN-MD",
10753             "name": "Mandiana",
10754             "parent": "K",
10755             "type": "Prefecture"
10756             },
10757             {
10758             "code": "GN-ML",
10759             "name": "Mali",
10760             "parent": "L",
10761             "type": "Prefecture"
10762             },
10763             {
10764             "code": "GN-MM",
10765             "name": "Mamou",
10766             "parent": "M",
10767             "type": "Prefecture"
10768             },
10769             {
10770             "code": "GN-N",
10771             "name": "Nzérékoré",
10772             "type": "Governorate"
10773             },
10774             {
10775             "code": "GN-NZ",
10776             "name": "Nzérékoré",
10777             "parent": "N",
10778             "type": "Prefecture"
10779             },
10780             {
10781             "code": "GN-PI",
10782             "name": "Pita",
10783             "parent": "M",
10784             "type": "Prefecture"
10785             },
10786             {
10787             "code": "GN-SI",
10788             "name": "Siguiri",
10789             "parent": "K",
10790             "type": "Prefecture"
10791             },
10792             {
10793             "code": "GN-TE",
10794             "name": "Télimélé",
10795             "parent": "D",
10796             "type": "Prefecture"
10797             },
10798             {
10799             "code": "GN-TO",
10800             "name": "Tougué",
10801             "parent": "L",
10802             "type": "Prefecture"
10803             },
10804             {
10805             "code": "GN-YO",
10806             "name": "Yomou",
10807             "parent": "N",
10808             "type": "Prefecture"
10809             },
10810             {
10811             "code": "GQ-AN",
10812             "name": "Annobón",
10813             "parent": "I",
10814             "type": "Province"
10815             },
10816             {
10817             "code": "GQ-BN",
10818             "name": "Bioko Norte",
10819             "parent": "I",
10820             "type": "Province"
10821             },
10822             {
10823             "code": "GQ-BS",
10824             "name": "Bioko Sur",
10825             "parent": "I",
10826             "type": "Province"
10827             },
10828             {
10829             "code": "GQ-C",
10830             "name": "Región Continental",
10831             "type": "Region"
10832             },
10833             {
10834             "code": "GQ-CS",
10835             "name": "Centro Sur",
10836             "parent": "C",
10837             "type": "Province"
10838             },
10839             {
10840             "code": "GQ-I",
10841             "name": "Región Insular",
10842             "type": "Region"
10843             },
10844             {
10845             "code": "GQ-KN",
10846             "name": "Kié-Ntem",
10847             "parent": "C",
10848             "type": "Province"
10849             },
10850             {
10851             "code": "GQ-LI",
10852             "name": "Litoral",
10853             "parent": "C",
10854             "type": "Province"
10855             },
10856             {
10857             "code": "GQ-WN",
10858             "name": "Wele-Nzas",
10859             "parent": "C",
10860             "type": "Province"
10861             },
10862             {
10863             "code": "GR-01",
10864             "name": "Aitolia kai Akarnania",
10865             "parent": "G",
10866             "type": "Department"
10867             },
10868             {
10869             "code": "GR-03",
10870             "name": "Voiotia",
10871             "parent": "H",
10872             "type": "Department"
10873             },
10874             {
10875             "code": "GR-04",
10876             "name": "Evvoias",
10877             "parent": "H",
10878             "type": "Department"
10879             },
10880             {
10881             "code": "GR-05",
10882             "name": "Evrytania",
10883             "parent": "H",
10884             "type": "Department"
10885             },
10886             {
10887             "code": "GR-06",
10888             "name": "Fthiotida",
10889             "parent": "H",
10890             "type": "Department"
10891             },
10892             {
10893             "code": "GR-07",
10894             "name": "Fokida",
10895             "parent": "H",
10896             "type": "Department"
10897             },
10898             {
10899             "code": "GR-11",
10900             "name": "Argolida",
10901             "parent": "J",
10902             "type": "Department"
10903             },
10904             {
10905             "code": "GR-12",
10906             "name": "Arkadia",
10907             "parent": "J",
10908             "type": "Department"
10909             },
10910             {
10911             "code": "GR-13",
10912             "name": "Achaïa",
10913             "parent": "G",
10914             "type": "Department"
10915             },
10916             {
10917             "code": "GR-14",
10918             "name": "Ileia",
10919             "parent": "G",
10920             "type": "Department"
10921             },
10922             {
10923             "code": "GR-15",
10924             "name": "Korinthia",
10925             "parent": "J",
10926             "type": "Department"
10927             },
10928             {
10929             "code": "GR-16",
10930             "name": "Lakonia",
10931             "parent": "J",
10932             "type": "Department"
10933             },
10934             {
10935             "code": "GR-17",
10936             "name": "Messinia",
10937             "parent": "J",
10938             "type": "Department"
10939             },
10940             {
10941             "code": "GR-21",
10942             "name": "Zakynthos",
10943             "parent": "F",
10944             "type": "Department"
10945             },
10946             {
10947             "code": "GR-22",
10948             "name": "Kerkyra",
10949             "parent": "F",
10950             "type": "Department"
10951             },
10952             {
10953             "code": "GR-23",
10954             "name": "Kefallonia",
10955             "parent": "F",
10956             "type": "Department"
10957             },
10958             {
10959             "code": "GR-24",
10960             "name": "Lefkada",
10961             "parent": "F",
10962             "type": "Department"
10963             },
10964             {
10965             "code": "GR-31",
10966             "name": "Arta",
10967             "parent": "F",
10968             "type": "Department"
10969             },
10970             {
10971             "code": "GR-32",
10972             "name": "Thesprotia",
10973             "parent": "D",
10974             "type": "Department"
10975             },
10976             {
10977             "code": "GR-33",
10978             "name": "Ioannina",
10979             "parent": "D",
10980             "type": "Department"
10981             },
10982             {
10983             "code": "GR-34",
10984             "name": "Preveza",
10985             "parent": "D",
10986             "type": "Department"
10987             },
10988             {
10989             "code": "GR-41",
10990             "name": "Karditsa",
10991             "parent": "E",
10992             "type": "Department"
10993             },
10994             {
10995             "code": "GR-42",
10996             "name": "Larisa",
10997             "parent": "E",
10998             "type": "Department"
10999             },
11000             {
11001             "code": "GR-43",
11002             "name": "Magnisia",
11003             "parent": "E",
11004             "type": "Department"
11005             },
11006             {
11007             "code": "GR-44",
11008             "name": "Trikala",
11009             "parent": "E",
11010             "type": "Department"
11011             },
11012             {
11013             "code": "GR-51",
11014             "name": "Grevena",
11015             "parent": "C",
11016             "type": "Department"
11017             },
11018             {
11019             "code": "GR-52",
11020             "name": "Drama",
11021             "parent": "A",
11022             "type": "Department"
11023             },
11024             {
11025             "code": "GR-53",
11026             "name": "Imathia",
11027             "parent": "B",
11028             "type": "Department"
11029             },
11030             {
11031             "code": "GR-54",
11032             "name": "Thessaloniki",
11033             "parent": "B",
11034             "type": "Department"
11035             },
11036             {
11037             "code": "GR-55",
11038             "name": "Kavala",
11039             "parent": "A",
11040             "type": "Department"
11041             },
11042             {
11043             "code": "GR-56",
11044             "name": "Kastoria",
11045             "parent": "C",
11046             "type": "Department"
11047             },
11048             {
11049             "code": "GR-57",
11050             "name": "Kilkis",
11051             "parent": "B",
11052             "type": "Department"
11053             },
11054             {
11055             "code": "GR-58",
11056             "name": "Kozani",
11057             "parent": "C",
11058             "type": "Department"
11059             },
11060             {
11061             "code": "GR-59",
11062             "name": "Pella",
11063             "parent": "B",
11064             "type": "Department"
11065             },
11066             {
11067             "code": "GR-61",
11068             "name": "Pieria",
11069             "parent": "B",
11070             "type": "Department"
11071             },
11072             {
11073             "code": "GR-62",
11074             "name": "Serres",
11075             "parent": "B",
11076             "type": "Department"
11077             },
11078             {
11079             "code": "GR-63",
11080             "name": "Florina",
11081             "parent": "C",
11082             "type": "Department"
11083             },
11084             {
11085             "code": "GR-64",
11086             "name": "Chalkidiki",
11087             "parent": "B",
11088             "type": "Department"
11089             },
11090             {
11091             "code": "GR-69",
11092             "name": "Agio Oros",
11093             "type": "Self-governed part"
11094             },
11095             {
11096             "code": "GR-71",
11097             "name": "Evros",
11098             "parent": "A",
11099             "type": "Department"
11100             },
11101             {
11102             "code": "GR-72",
11103             "name": "Xanthi",
11104             "parent": "A",
11105             "type": "Department"
11106             },
11107             {
11108             "code": "GR-73",
11109             "name": "Rodopi",
11110             "parent": "A",
11111             "type": "Department"
11112             },
11113             {
11114             "code": "GR-81",
11115             "name": "Dodekanisos",
11116             "parent": "L",
11117             "type": "Department"
11118             },
11119             {
11120             "code": "GR-82",
11121             "name": "Kyklades",
11122             "parent": "L",
11123             "type": "Department"
11124             },
11125             {
11126             "code": "GR-83",
11127             "name": "Lesvos",
11128             "parent": "K",
11129             "type": "Department"
11130             },
11131             {
11132             "code": "GR-84",
11133             "name": "Samos",
11134             "parent": "K",
11135             "type": "Department"
11136             },
11137             {
11138             "code": "GR-85",
11139             "name": "Chios",
11140             "parent": "K",
11141             "type": "Department"
11142             },
11143             {
11144             "code": "GR-91",
11145             "name": "Irakleio",
11146             "parent": "M",
11147             "type": "Department"
11148             },
11149             {
11150             "code": "GR-92",
11151             "name": "Lasithi",
11152             "parent": "M",
11153             "type": "Department"
11154             },
11155             {
11156             "code": "GR-93",
11157             "name": "Rethymno",
11158             "parent": "M",
11159             "type": "Department"
11160             },
11161             {
11162             "code": "GR-94",
11163             "name": "Chania",
11164             "parent": "M",
11165             "type": "Department"
11166             },
11167             {
11168             "code": "GR-A",
11169             "name": "Anatoliki Makedonia kai Thraki",
11170             "type": "Administrative region"
11171             },
11172             {
11173             "code": "GR-A1",
11174             "name": "Attiki",
11175             "parent": "I",
11176             "type": "Department"
11177             },
11178             {
11179             "code": "GR-B",
11180             "name": "Kentriki Makedonia",
11181             "type": "Administrative region"
11182             },
11183             {
11184             "code": "GR-C",
11185             "name": "Dytiki Makedonia",
11186             "type": "Administrative region"
11187             },
11188             {
11189             "code": "GR-D",
11190             "name": "Ipeiros",
11191             "type": "Administrative region"
11192             },
11193             {
11194             "code": "GR-E",
11195             "name": "Thessalia",
11196             "type": "Administrative region"
11197             },
11198             {
11199             "code": "GR-F",
11200             "name": "Ionia Nisia",
11201             "type": "Administrative region"
11202             },
11203             {
11204             "code": "GR-G",
11205             "name": "Dytiki Ellada",
11206             "type": "Administrative region"
11207             },
11208             {
11209             "code": "GR-H",
11210             "name": "Sterea Ellada",
11211             "type": "Administrative region"
11212             },
11213             {
11214             "code": "GR-I",
11215             "name": "Attiki",
11216             "type": "Administrative region"
11217             },
11218             {
11219             "code": "GR-J",
11220             "name": "Peloponnisos",
11221             "type": "Administrative region"
11222             },
11223             {
11224             "code": "GR-K",
11225             "name": "Voreio Aigaio",
11226             "type": "Administrative region"
11227             },
11228             {
11229             "code": "GR-L",
11230             "name": "Notio Aigaio",
11231             "type": "Administrative region"
11232             },
11233             {
11234             "code": "GR-M",
11235             "name": "Kriti",
11236             "type": "Administrative region"
11237             },
11238             {
11239             "code": "GT-AV",
11240             "name": "Alta Verapaz",
11241             "type": "Department"
11242             },
11243             {
11244             "code": "GT-BV",
11245             "name": "Baja Verapaz",
11246             "type": "Department"
11247             },
11248             {
11249             "code": "GT-CM",
11250             "name": "Chimaltenango",
11251             "type": "Department"
11252             },
11253             {
11254             "code": "GT-CQ",
11255             "name": "Chiquimula",
11256             "type": "Department"
11257             },
11258             {
11259             "code": "GT-ES",
11260             "name": "Escuintla",
11261             "type": "Department"
11262             },
11263             {
11264             "code": "GT-GU",
11265             "name": "Guatemala",
11266             "type": "Department"
11267             },
11268             {
11269             "code": "GT-HU",
11270             "name": "Huehuetenango",
11271             "type": "Department"
11272             },
11273             {
11274             "code": "GT-IZ",
11275             "name": "Izabal",
11276             "type": "Department"
11277             },
11278             {
11279             "code": "GT-JA",
11280             "name": "Jalapa",
11281             "type": "Department"
11282             },
11283             {
11284             "code": "GT-JU",
11285             "name": "Jutiapa",
11286             "type": "Department"
11287             },
11288             {
11289             "code": "GT-PE",
11290             "name": "Petén",
11291             "type": "Department"
11292             },
11293             {
11294             "code": "GT-PR",
11295             "name": "El Progreso",
11296             "type": "Department"
11297             },
11298             {
11299             "code": "GT-QC",
11300             "name": "Quiché",
11301             "type": "Department"
11302             },
11303             {
11304             "code": "GT-QZ",
11305             "name": "Quetzaltenango",
11306             "type": "Department"
11307             },
11308             {
11309             "code": "GT-RE",
11310             "name": "Retalhuleu",
11311             "type": "Department"
11312             },
11313             {
11314             "code": "GT-SA",
11315             "name": "Sacatepéquez",
11316             "type": "Department"
11317             },
11318             {
11319             "code": "GT-SM",
11320             "name": "San Marcos",
11321             "type": "Department"
11322             },
11323             {
11324             "code": "GT-SO",
11325             "name": "Sololá",
11326             "type": "Department"
11327             },
11328             {
11329             "code": "GT-SR",
11330             "name": "Santa Rosa",
11331             "type": "Department"
11332             },
11333             {
11334             "code": "GT-SU",
11335             "name": "Suchitepéquez",
11336             "type": "Department"
11337             },
11338             {
11339             "code": "GT-TO",
11340             "name": "Totonicapán",
11341             "type": "Department"
11342             },
11343             {
11344             "code": "GT-ZA",
11345             "name": "Zacapa",
11346             "type": "Department"
11347             },
11348             {
11349             "code": "GW-BA",
11350             "name": "Bafatá",
11351             "parent": "L",
11352             "type": "Region"
11353             },
11354             {
11355             "code": "GW-BL",
11356             "name": "Bolama",
11357             "parent": "S",
11358             "type": "Region"
11359             },
11360             {
11361             "code": "GW-BM",
11362             "name": "Biombo",
11363             "parent": "N",
11364             "type": "Region"
11365             },
11366             {
11367             "code": "GW-BS",
11368             "name": "Bissau",
11369             "type": "Autonomous sector"
11370             },
11371             {
11372             "code": "GW-CA",
11373             "name": "Cacheu",
11374             "parent": "N",
11375             "type": "Region"
11376             },
11377             {
11378             "code": "GW-GA",
11379             "name": "Gabú",
11380             "parent": "L",
11381             "type": "Region"
11382             },
11383             {
11384             "code": "GW-L",
11385             "name": "Leste",
11386             "type": "Province"
11387             },
11388             {
11389             "code": "GW-N",
11390             "name": "Norte",
11391             "type": "Province"
11392             },
11393             {
11394             "code": "GW-OI",
11395             "name": "Oio",
11396             "parent": "N",
11397             "type": "Region"
11398             },
11399             {
11400             "code": "GW-QU",
11401             "name": "Quinara",
11402             "parent": "S",
11403             "type": "Region"
11404             },
11405             {
11406             "code": "GW-S",
11407             "name": "Sul",
11408             "type": "Province"
11409             },
11410             {
11411             "code": "GW-TO",
11412             "name": "Tombali",
11413             "parent": "S",
11414             "type": "Region"
11415             },
11416             {
11417             "code": "GY-BA",
11418             "name": "Barima-Waini",
11419             "type": "Region"
11420             },
11421             {
11422             "code": "GY-CU",
11423             "name": "Cuyuni-Mazaruni",
11424             "type": "Region"
11425             },
11426             {
11427             "code": "GY-DE",
11428             "name": "Demerara-Mahaica",
11429             "type": "Region"
11430             },
11431             {
11432             "code": "GY-EB",
11433             "name": "East Berbice-Corentyne",
11434             "type": "Region"
11435             },
11436             {
11437             "code": "GY-ES",
11438             "name": "Essequibo Islands-West Demerara",
11439             "type": "Region"
11440             },
11441             {
11442             "code": "GY-MA",
11443             "name": "Mahaica-Berbice",
11444             "type": "Region"
11445             },
11446             {
11447             "code": "GY-PM",
11448             "name": "Pomeroon-Supenaam",
11449             "type": "Region"
11450             },
11451             {
11452             "code": "GY-PT",
11453             "name": "Potaro-Siparuni",
11454             "type": "Region"
11455             },
11456             {
11457             "code": "GY-UD",
11458             "name": "Upper Demerara-Berbice",
11459             "type": "Region"
11460             },
11461             {
11462             "code": "GY-UT",
11463             "name": "Upper Takutu-Upper Essequibo",
11464             "type": "Region"
11465             },
11466             {
11467             "code": "HN-AT",
11468             "name": "Atlántida",
11469             "type": "Department"
11470             },
11471             {
11472             "code": "HN-CH",
11473             "name": "Choluteca",
11474             "type": "Department"
11475             },
11476             {
11477             "code": "HN-CL",
11478             "name": "Colón",
11479             "type": "Department"
11480             },
11481             {
11482             "code": "HN-CM",
11483             "name": "Comayagua",
11484             "type": "Department"
11485             },
11486             {
11487             "code": "HN-CP",
11488             "name": "Copán",
11489             "type": "Department"
11490             },
11491             {
11492             "code": "HN-CR",
11493             "name": "Cortés",
11494             "type": "Department"
11495             },
11496             {
11497             "code": "HN-EP",
11498             "name": "El Paraíso",
11499             "type": "Department"
11500             },
11501             {
11502             "code": "HN-FM",
11503             "name": "Francisco Morazán",
11504             "type": "Department"
11505             },
11506             {
11507             "code": "HN-GD",
11508             "name": "Gracias a Dios",
11509             "type": "Department"
11510             },
11511             {
11512             "code": "HN-IB",
11513             "name": "Islas de la Bahía",
11514             "type": "Department"
11515             },
11516             {
11517             "code": "HN-IN",
11518             "name": "Intibucá",
11519             "type": "Department"
11520             },
11521             {
11522             "code": "HN-LE",
11523             "name": "Lempira",
11524             "type": "Department"
11525             },
11526             {
11527             "code": "HN-LP",
11528             "name": "La Paz",
11529             "type": "Department"
11530             },
11531             {
11532             "code": "HN-OC",
11533             "name": "Ocotepeque",
11534             "type": "Department"
11535             },
11536             {
11537             "code": "HN-OL",
11538             "name": "Olancho",
11539             "type": "Department"
11540             },
11541             {
11542             "code": "HN-SB",
11543             "name": "Santa Bárbara",
11544             "type": "Department"
11545             },
11546             {
11547             "code": "HN-VA",
11548             "name": "Valle",
11549             "type": "Department"
11550             },
11551             {
11552             "code": "HN-YO",
11553             "name": "Yoro",
11554             "type": "Department"
11555             },
11556             {
11557             "code": "HR-01",
11558             "name": "Zagrebačka županija",
11559             "type": "County"
11560             },
11561             {
11562             "code": "HR-02",
11563             "name": "Krapinsko-zagorska županija",
11564             "type": "County"
11565             },
11566             {
11567             "code": "HR-03",
11568             "name": "Sisačko-moslavačka županija",
11569             "type": "County"
11570             },
11571             {
11572             "code": "HR-04",
11573             "name": "Karlovačka županija",
11574             "type": "County"
11575             },
11576             {
11577             "code": "HR-05",
11578             "name": "Varaždinska županija",
11579             "type": "County"
11580             },
11581             {
11582             "code": "HR-06",
11583             "name": "Koprivničko-križevačka županija",
11584             "type": "County"
11585             },
11586             {
11587             "code": "HR-07",
11588             "name": "Bjelovarsko-bilogorska županija",
11589             "type": "County"
11590             },
11591             {
11592             "code": "HR-08",
11593             "name": "Primorsko-goranska županija",
11594             "type": "County"
11595             },
11596             {
11597             "code": "HR-09",
11598             "name": "Ličko-senjska županija",
11599             "type": "County"
11600             },
11601             {
11602             "code": "HR-10",
11603             "name": "Virovitičko-podravska županija",
11604             "type": "County"
11605             },
11606             {
11607             "code": "HR-11",
11608             "name": "Požeško-slavonska županija",
11609             "type": "County"
11610             },
11611             {
11612             "code": "HR-12",
11613             "name": "Brodsko-posavska županija",
11614             "type": "County"
11615             },
11616             {
11617             "code": "HR-13",
11618             "name": "Zadarska županija",
11619             "type": "County"
11620             },
11621             {
11622             "code": "HR-14",
11623             "name": "Osječko-baranjska županija",
11624             "type": "County"
11625             },
11626             {
11627             "code": "HR-15",
11628             "name": "Šibensko-kninska županija",
11629             "type": "County"
11630             },
11631             {
11632             "code": "HR-16",
11633             "name": "Vukovarsko-srijemska županija",
11634             "type": "County"
11635             },
11636             {
11637             "code": "HR-17",
11638             "name": "Splitsko-dalmatinska županija",
11639             "type": "County"
11640             },
11641             {
11642             "code": "HR-18",
11643             "name": "Istarska županija",
11644             "type": "County"
11645             },
11646             {
11647             "code": "HR-19",
11648             "name": "Dubrovačko-neretvanska županija",
11649             "type": "County"
11650             },
11651             {
11652             "code": "HR-20",
11653             "name": "Međimurska županija",
11654             "type": "County"
11655             },
11656             {
11657             "code": "HR-21",
11658             "name": "Grad Zagreb",
11659             "type": "City"
11660             },
11661             {
11662             "code": "HT-AR",
11663             "name": "Artibonite",
11664             "type": "Department"
11665             },
11666             {
11667             "code": "HT-CE",
11668             "name": "Centre",
11669             "type": "Department"
11670             },
11671             {
11672             "code": "HT-GA",
11673             "name": "Grande-Anse",
11674             "type": "Department"
11675             },
11676             {
11677             "code": "HT-ND",
11678             "name": "Nord",
11679             "type": "Department"
11680             },
11681             {
11682             "code": "HT-NE",
11683             "name": "Nord-Est",
11684             "type": "Department"
11685             },
11686             {
11687             "code": "HT-NO",
11688             "name": "Nord-Ouest",
11689             "type": "Department"
11690             },
11691             {
11692             "code": "HT-OU",
11693             "name": "Ouest",
11694             "type": "Department"
11695             },
11696             {
11697             "code": "HT-SD",
11698             "name": "Sud",
11699             "type": "Department"
11700             },
11701             {
11702             "code": "HT-SE",
11703             "name": "Sud-Est",
11704             "type": "Department"
11705             },
11706             {
11707             "code": "HU-BA",
11708             "name": "Baranya",
11709             "type": "County"
11710             },
11711             {
11712             "code": "HU-BC",
11713             "name": "Békéscsaba",
11714             "type": "City with county rights"
11715             },
11716             {
11717             "code": "HU-BE",
11718             "name": "Békés",
11719             "type": "County"
11720             },
11721             {
11722             "code": "HU-BK",
11723             "name": "Bács-Kiskun",
11724             "type": "County"
11725             },
11726             {
11727             "code": "HU-BU",
11728             "name": "Budapest",
11729             "type": "Capital city"
11730             },
11731             {
11732             "code": "HU-BZ",
11733             "name": "Borsod-Abaúj-Zemplén",
11734             "type": "County"
11735             },
11736             {
11737             "code": "HU-CS",
11738             "name": "Csongrád",
11739             "type": "County"
11740             },
11741             {
11742             "code": "HU-DE",
11743             "name": "Debrecen",
11744             "type": "City with county rights"
11745             },
11746             {
11747             "code": "HU-DU",
11748             "name": "Dunaújváros",
11749             "type": "City with county rights"
11750             },
11751             {
11752             "code": "HU-EG",
11753             "name": "Eger",
11754             "type": "City with county rights"
11755             },
11756             {
11757             "code": "HU-ER",
11758             "name": "Érd",
11759             "type": "City with county rights"
11760             },
11761             {
11762             "code": "HU-FE",
11763             "name": "Fejér",
11764             "type": "County"
11765             },
11766             {
11767             "code": "HU-GS",
11768             "name": "Győr-Moson-Sopron",
11769             "type": "County"
11770             },
11771             {
11772             "code": "HU-GY",
11773             "name": "Győr",
11774             "type": "City with county rights"
11775             },
11776             {
11777             "code": "HU-HB",
11778             "name": "Hajdú-Bihar",
11779             "type": "County"
11780             },
11781             {
11782             "code": "HU-HE",
11783             "name": "Heves",
11784             "type": "County"
11785             },
11786             {
11787             "code": "HU-HV",
11788             "name": "Hódmezővásárhely",
11789             "type": "City with county rights"
11790             },
11791             {
11792             "code": "HU-JN",
11793             "name": "Jász-Nagykun-Szolnok",
11794             "type": "County"
11795             },
11796             {
11797             "code": "HU-KE",
11798             "name": "Komárom-Esztergom",
11799             "type": "County"
11800             },
11801             {
11802             "code": "HU-KM",
11803             "name": "Kecskemét",
11804             "type": "City with county rights"
11805             },
11806             {
11807             "code": "HU-KV",
11808             "name": "Kaposvár",
11809             "type": "City with county rights"
11810             },
11811             {
11812             "code": "HU-MI",
11813             "name": "Miskolc",
11814             "type": "City with county rights"
11815             },
11816             {
11817             "code": "HU-NK",
11818             "name": "Nagykanizsa",
11819             "type": "City with county rights"
11820             },
11821             {
11822             "code": "HU-NO",
11823             "name": "Nógrád",
11824             "type": "County"
11825             },
11826             {
11827             "code": "HU-NY",
11828             "name": "Nyíregyháza",
11829             "type": "City with county rights"
11830             },
11831             {
11832             "code": "HU-PE",
11833             "name": "Pest",
11834             "type": "County"
11835             },
11836             {
11837             "code": "HU-PS",
11838             "name": "Pécs",
11839             "type": "City with county rights"
11840             },
11841             {
11842             "code": "HU-SD",
11843             "name": "Szeged",
11844             "type": "City with county rights"
11845             },
11846             {
11847             "code": "HU-SF",
11848             "name": "Székesfehérvár",
11849             "type": "City with county rights"
11850             },
11851             {
11852             "code": "HU-SH",
11853             "name": "Szombathely",
11854             "type": "City with county rights"
11855             },
11856             {
11857             "code": "HU-SK",
11858             "name": "Szolnok",
11859             "type": "City with county rights"
11860             },
11861             {
11862             "code": "HU-SN",
11863             "name": "Sopron",
11864             "type": "City with county rights"
11865             },
11866             {
11867             "code": "HU-SO",
11868             "name": "Somogy",
11869             "type": "County"
11870             },
11871             {
11872             "code": "HU-SS",
11873             "name": "Szekszárd",
11874             "type": "City with county rights"
11875             },
11876             {
11877             "code": "HU-ST",
11878             "name": "Salgótarján",
11879             "type": "City with county rights"
11880             },
11881             {
11882             "code": "HU-SZ",
11883             "name": "Szabolcs-Szatmár-Bereg",
11884             "type": "County"
11885             },
11886             {
11887             "code": "HU-TB",
11888             "name": "Tatabánya",
11889             "type": "City with county rights"
11890             },
11891             {
11892             "code": "HU-TO",
11893             "name": "Tolna",
11894             "type": "County"
11895             },
11896             {
11897             "code": "HU-VA",
11898             "name": "Vas",
11899             "type": "County"
11900             },
11901             {
11902             "code": "HU-VE",
11903             "name": "Veszprém (county)",
11904             "type": "County"
11905             },
11906             {
11907             "code": "HU-VM",
11908             "name": "Veszprém",
11909             "type": "City with county rights"
11910             },
11911             {
11912             "code": "HU-ZA",
11913             "name": "Zala",
11914             "type": "County"
11915             },
11916             {
11917             "code": "HU-ZE",
11918             "name": "Zalaegerszeg",
11919             "type": "City with county rights"
11920             },
11921             {
11922             "code": "ID-AC",
11923             "name": "Aceh",
11924             "parent": "SM",
11925             "type": "Autonomous Province"
11926             },
11927             {
11928             "code": "ID-BA",
11929             "name": "Bali",
11930             "parent": "NU",
11931             "type": "Province"
11932             },
11933             {
11934             "code": "ID-BB",
11935             "name": "Bangka Belitung",
11936             "parent": "SM",
11937             "type": "Province"
11938             },
11939             {
11940             "code": "ID-BE",
11941             "name": "Bengkulu",
11942             "parent": "SM",
11943             "type": "Province"
11944             },
11945             {
11946             "code": "ID-BT",
11947             "name": "Banten",
11948             "parent": "JW",
11949             "type": "Province"
11950             },
11951             {
11952             "code": "ID-GO",
11953             "name": "Gorontalo",
11954             "parent": "SL",
11955             "type": "Province"
11956             },
11957             {
11958             "code": "ID-IJ",
11959             "name": "Papua",
11960             "type": "Geographical unit"
11961             },
11962             {
11963             "code": "ID-JA",
11964             "name": "Jambi",
11965             "parent": "SM",
11966             "type": "Province"
11967             },
11968             {
11969             "code": "ID-JB",
11970             "name": "Jawa Barat",
11971             "parent": "JW",
11972             "type": "Province"
11973             },
11974             {
11975             "code": "ID-JI",
11976             "name": "Jawa Timur",
11977             "parent": "JW",
11978             "type": "Province"
11979             },
11980             {
11981             "code": "ID-JK",
11982             "name": "Jakarta Raya",
11983             "parent": "JW",
11984             "type": "Special District"
11985             },
11986             {
11987             "code": "ID-JT",
11988             "name": "Jawa Tengah",
11989             "parent": "JW",
11990             "type": "Province"
11991             },
11992             {
11993             "code": "ID-JW",
11994             "name": "Jawa",
11995             "type": "Geographical unit"
11996             },
11997             {
11998             "code": "ID-KA",
11999             "name": "Kalimantan",
12000             "type": "Geographical unit"
12001             },
12002             {
12003             "code": "ID-KB",
12004             "name": "Kalimantan Barat",
12005             "parent": "KA",
12006             "type": "Province"
12007             },
12008             {
12009             "code": "ID-KI",
12010             "name": "Kalimantan Timur",
12011             "parent": "KA",
12012             "type": "Province"
12013             },
12014             {
12015             "code": "ID-KR",
12016             "name": "Kepulauan Riau",
12017             "parent": "SM",
12018             "type": "Province"
12019             },
12020             {
12021             "code": "ID-KS",
12022             "name": "Kalimantan Selatan",
12023             "parent": "KA",
12024             "type": "Province"
12025             },
12026             {
12027             "code": "ID-KT",
12028             "name": "Kalimantan Tengah",
12029             "parent": "KA",
12030             "type": "Province"
12031             },
12032             {
12033             "code": "ID-LA",
12034             "name": "Lampung",
12035             "parent": "SM",
12036             "type": "Province"
12037             },
12038             {
12039             "code": "ID-MA",
12040             "name": "Maluku",
12041             "parent": "ML",
12042             "type": "Province"
12043             },
12044             {
12045             "code": "ID-ML",
12046             "name": "Maluku",
12047             "type": "Geographical unit"
12048             },
12049             {
12050             "code": "ID-MU",
12051             "name": "Maluku Utara",
12052             "parent": "ML",
12053             "type": "Province"
12054             },
12055             {
12056             "code": "ID-NB",
12057             "name": "Nusa Tenggara Barat",
12058             "parent": "NU",
12059             "type": "Province"
12060             },
12061             {
12062             "code": "ID-NT",
12063             "name": "Nusa Tenggara Timur",
12064             "parent": "NU",
12065             "type": "Province"
12066             },
12067             {
12068             "code": "ID-NU",
12069             "name": "Nusa Tenggara",
12070             "type": "Geographical unit"
12071             },
12072             {
12073             "code": "ID-PA",
12074             "name": "Papua",
12075             "parent": "IJ",
12076             "type": "Province"
12077             },
12078             {
12079             "code": "ID-PB",
12080             "name": "Papua Barat",
12081             "parent": "IJ",
12082             "type": "Province"
12083             },
12084             {
12085             "code": "ID-RI",
12086             "name": "Riau",
12087             "parent": "SM",
12088             "type": "Province"
12089             },
12090             {
12091             "code": "ID-SA",
12092             "name": "Sulawesi Utara",
12093             "parent": "SL",
12094             "type": "Province"
12095             },
12096             {
12097             "code": "ID-SB",
12098             "name": "Sumatra Barat",
12099             "parent": "SM",
12100             "type": "Province"
12101             },
12102             {
12103             "code": "ID-SG",
12104             "name": "Sulawesi Tenggara",
12105             "parent": "SL",
12106             "type": "Province"
12107             },
12108             {
12109             "code": "ID-SL",
12110             "name": "Sulawesi",
12111             "type": "Geographical unit"
12112             },
12113             {
12114             "code": "ID-SM",
12115             "name": "Sumatera",
12116             "type": "Geographical unit"
12117             },
12118             {
12119             "code": "ID-SN",
12120             "name": "Sulawesi Selatan",
12121             "parent": "SL",
12122             "type": "Province"
12123             },
12124             {
12125             "code": "ID-SR",
12126             "name": "Sulawesi Barat",
12127             "parent": "SL",
12128             "type": "Province"
12129             },
12130             {
12131             "code": "ID-SS",
12132             "name": "Sumatra Selatan",
12133             "parent": "SM",
12134             "type": "Province"
12135             },
12136             {
12137             "code": "ID-ST",
12138             "name": "Sulawesi Tengah",
12139             "parent": "SL",
12140             "type": "Province"
12141             },
12142             {
12143             "code": "ID-SU",
12144             "name": "Sumatera Utara",
12145             "parent": "SM",
12146             "type": "Province"
12147             },
12148             {
12149             "code": "ID-YO",
12150             "name": "Yogyakarta",
12151             "parent": "JW",
12152             "type": "Special Region"
12153             },
12154             {
12155             "code": "IE-C",
12156             "name": "Connacht",
12157             "type": "Province"
12158             },
12159             {
12160             "code": "IE-CE",
12161             "name": "Clare",
12162             "parent": "M",
12163             "type": "County"
12164             },
12165             {
12166             "code": "IE-CN",
12167             "name": "Cavan",
12168             "parent": "U",
12169             "type": "County"
12170             },
12171             {
12172             "code": "IE-CO",
12173             "name": "Cork",
12174             "parent": "M",
12175             "type": "County"
12176             },
12177             {
12178             "code": "IE-CW",
12179             "name": "Carlow",
12180             "parent": "L",
12181             "type": "County"
12182             },
12183             {
12184             "code": "IE-D",
12185             "name": "Dublin",
12186             "parent": "L",
12187             "type": "County"
12188             },
12189             {
12190             "code": "IE-DL",
12191             "name": "Donegal",
12192             "parent": "U",
12193             "type": "County"
12194             },
12195             {
12196             "code": "IE-G",
12197             "name": "Galway",
12198             "parent": "C",
12199             "type": "County"
12200             },
12201             {
12202             "code": "IE-KE",
12203             "name": "Kildare",
12204             "parent": "L",
12205             "type": "County"
12206             },
12207             {
12208             "code": "IE-KK",
12209             "name": "Kilkenny",
12210             "parent": "L",
12211             "type": "County"
12212             },
12213             {
12214             "code": "IE-KY",
12215             "name": "Kerry",
12216             "parent": "M",
12217             "type": "County"
12218             },
12219             {
12220             "code": "IE-L",
12221             "name": "Leinster",
12222             "type": "Province"
12223             },
12224             {
12225             "code": "IE-LD",
12226             "name": "Longford",
12227             "parent": "L",
12228             "type": "County"
12229             },
12230             {
12231             "code": "IE-LH",
12232             "name": "Louth",
12233             "parent": "L",
12234             "type": "County"
12235             },
12236             {
12237             "code": "IE-LK",
12238             "name": "Limerick",
12239             "parent": "M",
12240             "type": "County"
12241             },
12242             {
12243             "code": "IE-LM",
12244             "name": "Leitrim",
12245             "parent": "C",
12246             "type": "County"
12247             },
12248             {
12249             "code": "IE-LS",
12250             "name": "Laois",
12251             "parent": "L",
12252             "type": "County"
12253             },
12254             {
12255             "code": "IE-M",
12256             "name": "Munster",
12257             "type": "Province"
12258             },
12259             {
12260             "code": "IE-MH",
12261             "name": "Meath",
12262             "parent": "L",
12263             "type": "County"
12264             },
12265             {
12266             "code": "IE-MN",
12267             "name": "Monaghan",
12268             "parent": "U",
12269             "type": "County"
12270             },
12271             {
12272             "code": "IE-MO",
12273             "name": "Mayo",
12274             "parent": "C",
12275             "type": "County"
12276             },
12277             {
12278             "code": "IE-OY",
12279             "name": "Offaly",
12280             "parent": "L",
12281             "type": "County"
12282             },
12283             {
12284             "code": "IE-RN",
12285             "name": "Roscommon",
12286             "parent": "C",
12287             "type": "County"
12288             },
12289             {
12290             "code": "IE-SO",
12291             "name": "Sligo",
12292             "parent": "C",
12293             "type": "County"
12294             },
12295             {
12296             "code": "IE-TA",
12297             "name": "Tipperary",
12298             "parent": "M",
12299             "type": "County"
12300             },
12301             {
12302             "code": "IE-U",
12303             "name": "Ulster",
12304             "type": "Province"
12305             },
12306             {
12307             "code": "IE-WD",
12308             "name": "Waterford",
12309             "parent": "M",
12310             "type": "County"
12311             },
12312             {
12313             "code": "IE-WH",
12314             "name": "Westmeath",
12315             "parent": "L",
12316             "type": "County"
12317             },
12318             {
12319             "code": "IE-WW",
12320             "name": "Wicklow",
12321             "parent": "L",
12322             "type": "County"
12323             },
12324             {
12325             "code": "IE-WX",
12326             "name": "Wexford",
12327             "parent": "L",
12328             "type": "County"
12329             },
12330             {
12331             "code": "IL-D",
12332             "name": "HaDarom",
12333             "type": "District"
12334             },
12335             {
12336             "code": "IL-HA",
12337             "name": "Hefa",
12338             "type": "District"
12339             },
12340             {
12341             "code": "IL-JM",
12342             "name": "Yerushalayim Al Quds",
12343             "type": "District"
12344             },
12345             {
12346             "code": "IL-M",
12347             "name": "HaMerkaz",
12348             "type": "District"
12349             },
12350             {
12351             "code": "IL-TA",
12352             "name": "Tel-Aviv",
12353             "type": "District"
12354             },
12355             {
12356             "code": "IL-Z",
12357             "name": "HaZafon",
12358             "type": "District"
12359             },
12360             {
12361             "code": "IN-AN",
12362             "name": "Andaman and Nicobar Islands",
12363             "type": "Union territory"
12364             },
12365             {
12366             "code": "IN-AP",
12367             "name": "Andhra Pradesh",
12368             "type": "State"
12369             },
12370             {
12371             "code": "IN-AR",
12372             "name": "Arunachal Pradesh",
12373             "type": "State"
12374             },
12375             {
12376             "code": "IN-AS",
12377             "name": "Assam",
12378             "type": "State"
12379             },
12380             {
12381             "code": "IN-BR",
12382             "name": "Bihar",
12383             "type": "State"
12384             },
12385             {
12386             "code": "IN-CH",
12387             "name": "Chandigarh",
12388             "type": "Union territory"
12389             },
12390             {
12391             "code": "IN-CT",
12392             "name": "Chhattisgarh",
12393             "type": "State"
12394             },
12395             {
12396             "code": "IN-DD",
12397             "name": "Daman and Diu",
12398             "type": "Union territory"
12399             },
12400             {
12401             "code": "IN-DL",
12402             "name": "Delhi",
12403             "type": "Union territory"
12404             },
12405             {
12406             "code": "IN-DN",
12407             "name": "Dadra and Nagar Haveli",
12408             "type": "Union territory"
12409             },
12410             {
12411             "code": "IN-GA",
12412             "name": "Goa",
12413             "type": "State"
12414             },
12415             {
12416             "code": "IN-GJ",
12417             "name": "Gujarat",
12418             "type": "State"
12419             },
12420             {
12421             "code": "IN-HP",
12422             "name": "Himachal Pradesh",
12423             "type": "State"
12424             },
12425             {
12426             "code": "IN-HR",
12427             "name": "Haryana",
12428             "type": "State"
12429             },
12430             {
12431             "code": "IN-JH",
12432             "name": "Jharkhand",
12433             "type": "State"
12434             },
12435             {
12436             "code": "IN-JK",
12437             "name": "Jammu and Kashmir",
12438             "type": "State"
12439             },
12440             {
12441             "code": "IN-KA",
12442             "name": "Karnataka",
12443             "type": "State"
12444             },
12445             {
12446             "code": "IN-KL",
12447             "name": "Kerala",
12448             "type": "State"
12449             },
12450             {
12451             "code": "IN-LD",
12452             "name": "Lakshadweep",
12453             "type": "Union territory"
12454             },
12455             {
12456             "code": "IN-MH",
12457             "name": "Maharashtra",
12458             "type": "State"
12459             },
12460             {
12461             "code": "IN-ML",
12462             "name": "Meghalaya",
12463             "type": "State"
12464             },
12465             {
12466             "code": "IN-MN",
12467             "name": "Manipur",
12468             "type": "State"
12469             },
12470             {
12471             "code": "IN-MP",
12472             "name": "Madhya Pradesh",
12473             "type": "State"
12474             },
12475             {
12476             "code": "IN-MZ",
12477             "name": "Mizoram",
12478             "type": "State"
12479             },
12480             {
12481             "code": "IN-NL",
12482             "name": "Nagaland",
12483             "type": "State"
12484             },
12485             {
12486             "code": "IN-OR",
12487             "name": "Odisha",
12488             "type": "State"
12489             },
12490             {
12491             "code": "IN-PB",
12492             "name": "Punjab",
12493             "type": "State"
12494             },
12495             {
12496             "code": "IN-PY",
12497             "name": "Puducherry",
12498             "type": "Union territory"
12499             },
12500             {
12501             "code": "IN-RJ",
12502             "name": "Rajasthan",
12503             "type": "State"
12504             },
12505             {
12506             "code": "IN-SK",
12507             "name": "Sikkim",
12508             "type": "State"
12509             },
12510             {
12511             "code": "IN-TG",
12512             "name": "Telangana",
12513             "type": "State"
12514             },
12515             {
12516             "code": "IN-TN",
12517             "name": "Tamil Nadu",
12518             "type": "State"
12519             },
12520             {
12521             "code": "IN-TR",
12522             "name": "Tripura",
12523             "type": "State"
12524             },
12525             {
12526             "code": "IN-UP",
12527             "name": "Uttar Pradesh",
12528             "type": "State"
12529             },
12530             {
12531             "code": "IN-UT",
12532             "name": "Uttarakhand",
12533             "type": "State"
12534             },
12535             {
12536             "code": "IN-WB",
12537             "name": "West Bengal",
12538             "type": "State"
12539             },
12540             {
12541             "code": "IQ-AN",
12542             "name": "Al Anbar",
12543             "type": "Governorate"
12544             },
12545             {
12546             "code": "IQ-AR",
12547             "name": "Arbil",
12548             "type": "Governorate"
12549             },
12550             {
12551             "code": "IQ-BA",
12552             "name": "Al Basrah",
12553             "type": "Governorate"
12554             },
12555             {
12556             "code": "IQ-BB",
12557             "name": "Babil",
12558             "type": "Governorate"
12559             },
12560             {
12561             "code": "IQ-BG",
12562             "name": "Baghdad",
12563             "type": "Governorate"
12564             },
12565             {
12566             "code": "IQ-DA",
12567             "name": "Dahuk",
12568             "type": "Governorate"
12569             },
12570             {
12571             "code": "IQ-DI",
12572             "name": "Diyala",
12573             "type": "Governorate"
12574             },
12575             {
12576             "code": "IQ-DQ",
12577             "name": "Dhi Qar",
12578             "type": "Governorate"
12579             },
12580             {
12581             "code": "IQ-KA",
12582             "name": "Karbala'",
12583             "type": "Governorate"
12584             },
12585             {
12586             "code": "IQ-MA",
12587             "name": "Maysan",
12588             "type": "Governorate"
12589             },
12590             {
12591             "code": "IQ-MU",
12592             "name": "Al Muthanna",
12593             "type": "Governorate"
12594             },
12595             {
12596             "code": "IQ-NA",
12597             "name": "An Najef",
12598             "type": "Governorate"
12599             },
12600             {
12601             "code": "IQ-NI",
12602             "name": "Ninawa",
12603             "type": "Governorate"
12604             },
12605             {
12606             "code": "IQ-QA",
12607             "name": "Al Qadisiyah",
12608             "type": "Governorate"
12609             },
12610             {
12611             "code": "IQ-SD",
12612             "name": "Salah ad Din",
12613             "type": "Governorate"
12614             },
12615             {
12616             "code": "IQ-SW",
12617             "name": "As Sulaymaniyah",
12618             "type": "Governorate"
12619             },
12620             {
12621             "code": "IQ-TS",
12622             "name": "At Ta'mim",
12623             "type": "Governorate"
12624             },
12625             {
12626             "code": "IQ-WA",
12627             "name": "Wasit",
12628             "type": "Governorate"
12629             },
12630             {
12631             "code": "IR-01",
12632             "name": "Āzarbāyjān-e Sharqī",
12633             "type": "Province"
12634             },
12635             {
12636             "code": "IR-02",
12637             "name": "Āzarbāyjān-e Gharbī",
12638             "type": "Province"
12639             },
12640             {
12641             "code": "IR-03",
12642             "name": "Ardabīl",
12643             "type": "Province"
12644             },
12645             {
12646             "code": "IR-04",
12647             "name": "Eşfahān",
12648             "type": "Province"
12649             },
12650             {
12651             "code": "IR-05",
12652             "name": "Īlām",
12653             "type": "Province"
12654             },
12655             {
12656             "code": "IR-06",
12657             "name": "Būshehr",
12658             "type": "Province"
12659             },
12660             {
12661             "code": "IR-07",
12662             "name": "Tehrān",
12663             "type": "Province"
12664             },
12665             {
12666             "code": "IR-08",
12667             "name": "Chahār Mahāll va Bakhtīārī",
12668             "type": "Province"
12669             },
12670             {
12671             "code": "IR-10",
12672             "name": "Khūzestān",
12673             "type": "Province"
12674             },
12675             {
12676             "code": "IR-11",
12677             "name": "Zanjān",
12678             "type": "Province"
12679             },
12680             {
12681             "code": "IR-12",
12682             "name": "Semnān",
12683             "type": "Province"
12684             },
12685             {
12686             "code": "IR-13",
12687             "name": "Sīstān va Balūchestān",
12688             "type": "Province"
12689             },
12690             {
12691             "code": "IR-14",
12692             "name": "Fārs",
12693             "type": "Province"
12694             },
12695             {
12696             "code": "IR-15",
12697             "name": "Kermān",
12698             "type": "Province"
12699             },
12700             {
12701             "code": "IR-16",
12702             "name": "Kordestān",
12703             "type": "Province"
12704             },
12705             {
12706             "code": "IR-17",
12707             "name": "Kermānshāh",
12708             "type": "Province"
12709             },
12710             {
12711             "code": "IR-18",
12712             "name": "Kohgīlūyeh va Būyer Ahmad",
12713             "type": "Province"
12714             },
12715             {
12716             "code": "IR-19",
12717             "name": "Gīlān",
12718             "type": "Province"
12719             },
12720             {
12721             "code": "IR-20",
12722             "name": "Lorestān",
12723             "type": "Province"
12724             },
12725             {
12726             "code": "IR-21",
12727             "name": "Māzandarān",
12728             "type": "Province"
12729             },
12730             {
12731             "code": "IR-22",
12732             "name": "Markazī",
12733             "type": "Province"
12734             },
12735             {
12736             "code": "IR-23",
12737             "name": "Hormozgān",
12738             "type": "Province"
12739             },
12740             {
12741             "code": "IR-24",
12742             "name": "Hamadān",
12743             "type": "Province"
12744             },
12745             {
12746             "code": "IR-25",
12747             "name": "Yazd",
12748             "type": "Province"
12749             },
12750             {
12751             "code": "IR-26",
12752             "name": "Qom",
12753             "type": "Province"
12754             },
12755             {
12756             "code": "IR-27",
12757             "name": "Golestān",
12758             "type": "Province"
12759             },
12760             {
12761             "code": "IR-28",
12762             "name": "Qazvīn",
12763             "type": "Province"
12764             },
12765             {
12766             "code": "IR-29",
12767             "name": "Khorāsān-e Janūbī",
12768             "type": "Province"
12769             },
12770             {
12771             "code": "IR-30",
12772             "name": "Khorāsān-e Razavī",
12773             "type": "Province"
12774             },
12775             {
12776             "code": "IR-31",
12777             "name": "Khorāsān-e Shemālī",
12778             "type": "Province"
12779             },
12780             {
12781             "code": "IS-0",
12782             "name": "Reykjavík",
12783             "type": "City"
12784             },
12785             {
12786             "code": "IS-1",
12787             "name": "Höfuðborgarsvæðið",
12788             "type": "Region"
12789             },
12790             {
12791             "code": "IS-2",
12792             "name": "Suðurnes",
12793             "type": "Region"
12794             },
12795             {
12796             "code": "IS-3",
12797             "name": "Vesturland",
12798             "type": "Region"
12799             },
12800             {
12801             "code": "IS-4",
12802             "name": "Vestfirðir",
12803             "type": "Region"
12804             },
12805             {
12806             "code": "IS-5",
12807             "name": "Norðurland vestra",
12808             "type": "Region"
12809             },
12810             {
12811             "code": "IS-6",
12812             "name": "Norðurland eystra",
12813             "type": "Region"
12814             },
12815             {
12816             "code": "IS-7",
12817             "name": "Austurland",
12818             "type": "Region"
12819             },
12820             {
12821             "code": "IS-8",
12822             "name": "Suðurland",
12823             "type": "Region"
12824             },
12825             {
12826             "code": "IT-21",
12827             "name": "Piemonte",
12828             "type": "Region"
12829             },
12830             {
12831             "code": "IT-23",
12832             "name": "Valle d'Aosta",
12833             "type": "Region"
12834             },
12835             {
12836             "code": "IT-25",
12837             "name": "Lombardia",
12838             "type": "Region"
12839             },
12840             {
12841             "code": "IT-32",
12842             "name": "Trentino-Alto Adige",
12843             "type": "Region"
12844             },
12845             {
12846             "code": "IT-34",
12847             "name": "Veneto",
12848             "type": "Region"
12849             },
12850             {
12851             "code": "IT-36",
12852             "name": "Friuli-Venezia Giulia",
12853             "type": "Region"
12854             },
12855             {
12856             "code": "IT-42",
12857             "name": "Liguria",
12858             "type": "Region"
12859             },
12860             {
12861             "code": "IT-45",
12862             "name": "Emilia-Romagna",
12863             "type": "Region"
12864             },
12865             {
12866             "code": "IT-52",
12867             "name": "Toscana",
12868             "type": "Region"
12869             },
12870             {
12871             "code": "IT-55",
12872             "name": "Umbria",
12873             "type": "Region"
12874             },
12875             {
12876             "code": "IT-57",
12877             "name": "Marche",
12878             "type": "Region"
12879             },
12880             {
12881             "code": "IT-62",
12882             "name": "Lazio",
12883             "type": "Region"
12884             },
12885             {
12886             "code": "IT-65",
12887             "name": "Abruzzo",
12888             "type": "Region"
12889             },
12890             {
12891             "code": "IT-67",
12892             "name": "Molise",
12893             "type": "Region"
12894             },
12895             {
12896             "code": "IT-72",
12897             "name": "Campania",
12898             "type": "Region"
12899             },
12900             {
12901             "code": "IT-75",
12902             "name": "Puglia",
12903             "type": "Region"
12904             },
12905             {
12906             "code": "IT-77",
12907             "name": "Basilicata",
12908             "type": "Region"
12909             },
12910             {
12911             "code": "IT-78",
12912             "name": "Calabria",
12913             "type": "Region"
12914             },
12915             {
12916             "code": "IT-82",
12917             "name": "Sicilia",
12918             "type": "Region"
12919             },
12920             {
12921             "code": "IT-88",
12922             "name": "Sardegna",
12923             "type": "Region"
12924             },
12925             {
12926             "code": "IT-AG",
12927             "name": "Agrigento",
12928             "parent": "82",
12929             "type": "Province"
12930             },
12931             {
12932             "code": "IT-AL",
12933             "name": "Alessandria",
12934             "parent": "21",
12935             "type": "Province"
12936             },
12937             {
12938             "code": "IT-AN",
12939             "name": "Ancona",
12940             "parent": "57",
12941             "type": "Province"
12942             },
12943             {
12944             "code": "IT-AO",
12945             "name": "Aosta",
12946             "parent": "23",
12947             "type": "Province"
12948             },
12949             {
12950             "code": "IT-AP",
12951             "name": "Ascoli Piceno",
12952             "parent": "57",
12953             "type": "Province"
12954             },
12955             {
12956             "code": "IT-AQ",
12957             "name": "L'Aquila",
12958             "parent": "65",
12959             "type": "Province"
12960             },
12961             {
12962             "code": "IT-AR",
12963             "name": "Arezzo",
12964             "parent": "52",
12965             "type": "Province"
12966             },
12967             {
12968             "code": "IT-AT",
12969             "name": "Asti",
12970             "parent": "21",
12971             "type": "Province"
12972             },
12973             {
12974             "code": "IT-AV",
12975             "name": "Avellino",
12976             "parent": "72",
12977             "type": "Province"
12978             },
12979             {
12980             "code": "IT-BA",
12981             "name": "Bari",
12982             "parent": "75",
12983             "type": "Province"
12984             },
12985             {
12986             "code": "IT-BG",
12987             "name": "Bergamo",
12988             "parent": "25",
12989             "type": "Province"
12990             },
12991             {
12992             "code": "IT-BI",
12993             "name": "Biella",
12994             "parent": "21",
12995             "type": "Province"
12996             },
12997             {
12998             "code": "IT-BL",
12999             "name": "Belluno",
13000             "parent": "34",
13001             "type": "Province"
13002             },
13003             {
13004             "code": "IT-BN",
13005             "name": "Benevento",
13006             "parent": "72",
13007             "type": "Province"
13008             },
13009             {
13010             "code": "IT-BO",
13011             "name": "Bologna",
13012             "parent": "45",
13013             "type": "Province"
13014             },
13015             {
13016             "code": "IT-BR",
13017             "name": "Brindisi",
13018             "parent": "75",
13019             "type": "Province"
13020             },
13021             {
13022             "code": "IT-BS",
13023             "name": "Brescia",
13024             "parent": "25",
13025             "type": "Province"
13026             },
13027             {
13028             "code": "IT-BT",
13029             "name": "Barletta-Andria-Trani",
13030             "parent": "75",
13031             "type": "Province"
13032             },
13033             {
13034             "code": "IT-BZ",
13035             "name": "Bolzano",
13036             "parent": "32",
13037             "type": "Province"
13038             },
13039             {
13040             "code": "IT-CA",
13041             "name": "Cagliari",
13042             "parent": "88",
13043             "type": "Province"
13044             },
13045             {
13046             "code": "IT-CB",
13047             "name": "Campobasso",
13048             "parent": "67",
13049             "type": "Province"
13050             },
13051             {
13052             "code": "IT-CE",
13053             "name": "Caserta",
13054             "parent": "72",
13055             "type": "Province"
13056             },
13057             {
13058             "code": "IT-CH",
13059             "name": "Chieti",
13060             "parent": "65",
13061             "type": "Province"
13062             },
13063             {
13064             "code": "IT-CI",
13065             "name": "Carbonia-Iglesias",
13066             "parent": "88",
13067             "type": "Province"
13068             },
13069             {
13070             "code": "IT-CL",
13071             "name": "Caltanissetta",
13072             "parent": "82",
13073             "type": "Province"
13074             },
13075             {
13076             "code": "IT-CN",
13077             "name": "Cuneo",
13078             "parent": "21",
13079             "type": "Province"
13080             },
13081             {
13082             "code": "IT-CO",
13083             "name": "Como",
13084             "parent": "25",
13085             "type": "Province"
13086             },
13087             {
13088             "code": "IT-CR",
13089             "name": "Cremona",
13090             "parent": "25",
13091             "type": "Province"
13092             },
13093             {
13094             "code": "IT-CS",
13095             "name": "Cosenza",
13096             "parent": "78",
13097             "type": "Province"
13098             },
13099             {
13100             "code": "IT-CT",
13101             "name": "Catania",
13102             "parent": "82",
13103             "type": "Province"
13104             },
13105             {
13106             "code": "IT-CZ",
13107             "name": "Catanzaro",
13108             "parent": "78",
13109             "type": "Province"
13110             },
13111             {
13112             "code": "IT-EN",
13113             "name": "Enna",
13114             "parent": "82",
13115             "type": "Province"
13116             },
13117             {
13118             "code": "IT-FC",
13119             "name": "Forlì-Cesena",
13120             "parent": "45",
13121             "type": "Province"
13122             },
13123             {
13124             "code": "IT-FE",
13125             "name": "Ferrara",
13126             "parent": "45",
13127             "type": "Province"
13128             },
13129             {
13130             "code": "IT-FG",
13131             "name": "Foggia",
13132             "parent": "75",
13133             "type": "Province"
13134             },
13135             {
13136             "code": "IT-FI",
13137             "name": "Firenze",
13138             "parent": "52",
13139             "type": "Province"
13140             },
13141             {
13142             "code": "IT-FM",
13143             "name": "Fermo",
13144             "parent": "57",
13145             "type": "Province"
13146             },
13147             {
13148             "code": "IT-FR",
13149             "name": "Frosinone",
13150             "parent": "62",
13151             "type": "Province"
13152             },
13153             {
13154             "code": "IT-GE",
13155             "name": "Genova",
13156             "parent": "42",
13157             "type": "Province"
13158             },
13159             {
13160             "code": "IT-GO",
13161             "name": "Gorizia",
13162             "parent": "36",
13163             "type": "Province"
13164             },
13165             {
13166             "code": "IT-GR",
13167             "name": "Grosseto",
13168             "parent": "52",
13169             "type": "Province"
13170             },
13171             {
13172             "code": "IT-IM",
13173             "name": "Imperia",
13174             "parent": "42",
13175             "type": "Province"
13176             },
13177             {
13178             "code": "IT-IS",
13179             "name": "Isernia",
13180             "parent": "67",
13181             "type": "Province"
13182             },
13183             {
13184             "code": "IT-KR",
13185             "name": "Crotone",
13186             "parent": "78",
13187             "type": "Province"
13188             },
13189             {
13190             "code": "IT-LC",
13191             "name": "Lecco",
13192             "parent": "25",
13193             "type": "Province"
13194             },
13195             {
13196             "code": "IT-LE",
13197             "name": "Lecce",
13198             "parent": "75",
13199             "type": "Province"
13200             },
13201             {
13202             "code": "IT-LI",
13203             "name": "Livorno",
13204             "parent": "52",
13205             "type": "Province"
13206             },
13207             {
13208             "code": "IT-LO",
13209             "name": "Lodi",
13210             "parent": "25",
13211             "type": "Province"
13212             },
13213             {
13214             "code": "IT-LT",
13215             "name": "Latina",
13216             "parent": "62",
13217             "type": "Province"
13218             },
13219             {
13220             "code": "IT-LU",
13221             "name": "Lucca",
13222             "parent": "52",
13223             "type": "Province"
13224             },
13225             {
13226             "code": "IT-MB",
13227             "name": "Monza e Brianza",
13228             "parent": "25",
13229             "type": "Province"
13230             },
13231             {
13232             "code": "IT-MC",
13233             "name": "Macerata",
13234             "parent": "57",
13235             "type": "Province"
13236             },
13237             {
13238             "code": "IT-ME",
13239             "name": "Messina",
13240             "parent": "82",
13241             "type": "Province"
13242             },
13243             {
13244             "code": "IT-MI",
13245             "name": "Milano",
13246             "parent": "25",
13247             "type": "Province"
13248             },
13249             {
13250             "code": "IT-MN",
13251             "name": "Mantova",
13252             "parent": "25",
13253             "type": "Province"
13254             },
13255             {
13256             "code": "IT-MO",
13257             "name": "Modena",
13258             "parent": "45",
13259             "type": "Province"
13260             },
13261             {
13262             "code": "IT-MS",
13263             "name": "Massa-Carrara",
13264             "parent": "52",
13265             "type": "Province"
13266             },
13267             {
13268             "code": "IT-MT",
13269             "name": "Matera",
13270             "parent": "77",
13271             "type": "Province"
13272             },
13273             {
13274             "code": "IT-NA",
13275             "name": "Napoli",
13276             "parent": "72",
13277             "type": "Province"
13278             },
13279             {
13280             "code": "IT-NO",
13281             "name": "Novara",
13282             "parent": "21",
13283             "type": "Province"
13284             },
13285             {
13286             "code": "IT-NU",
13287             "name": "Nuoro",
13288             "parent": "88",
13289             "type": "Province"
13290             },
13291             {
13292             "code": "IT-OG",
13293             "name": "Ogliastra",
13294             "parent": "88",
13295             "type": "Province"
13296             },
13297             {
13298             "code": "IT-OR",
13299             "name": "Oristano",
13300             "parent": "88",
13301             "type": "Province"
13302             },
13303             {
13304             "code": "IT-OT",
13305             "name": "Olbia-Tempio",
13306             "parent": "88",
13307             "type": "Province"
13308             },
13309             {
13310             "code": "IT-PA",
13311             "name": "Palermo",
13312             "parent": "82",
13313             "type": "Province"
13314             },
13315             {
13316             "code": "IT-PC",
13317             "name": "Piacenza",
13318             "parent": "45",
13319             "type": "Province"
13320             },
13321             {
13322             "code": "IT-PD",
13323             "name": "Padova",
13324             "parent": "34",
13325             "type": "Province"
13326             },
13327             {
13328             "code": "IT-PE",
13329             "name": "Pescara",
13330             "parent": "65",
13331             "type": "Province"
13332             },
13333             {
13334             "code": "IT-PG",
13335             "name": "Perugia",
13336             "parent": "55",
13337             "type": "Province"
13338             },
13339             {
13340             "code": "IT-PI",
13341             "name": "Pisa",
13342             "parent": "52",
13343             "type": "Province"
13344             },
13345             {
13346             "code": "IT-PN",
13347             "name": "Pordenone",
13348             "parent": "36",
13349             "type": "Province"
13350             },
13351             {
13352             "code": "IT-PO",
13353             "name": "Prato",
13354             "parent": "52",
13355             "type": "Province"
13356             },
13357             {
13358             "code": "IT-PR",
13359             "name": "Parma",
13360             "parent": "45",
13361             "type": "Province"
13362             },
13363             {
13364             "code": "IT-PT",
13365             "name": "Pistoia",
13366             "parent": "52",
13367             "type": "Province"
13368             },
13369             {
13370             "code": "IT-PU",
13371             "name": "Pesaro e Urbino",
13372             "parent": "57",
13373             "type": "Province"
13374             },
13375             {
13376             "code": "IT-PV",
13377             "name": "Pavia",
13378             "parent": "25",
13379             "type": "Province"
13380             },
13381             {
13382             "code": "IT-PZ",
13383             "name": "Potenza",
13384             "parent": "77",
13385             "type": "Province"
13386             },
13387             {
13388             "code": "IT-RA",
13389             "name": "Ravenna",
13390             "parent": "45",
13391             "type": "Province"
13392             },
13393             {
13394             "code": "IT-RC",
13395             "name": "Reggio Calabria",
13396             "parent": "78",
13397             "type": "Province"
13398             },
13399             {
13400             "code": "IT-RE",
13401             "name": "Reggio Emilia",
13402             "parent": "45",
13403             "type": "Province"
13404             },
13405             {
13406             "code": "IT-RG",
13407             "name": "Ragusa",
13408             "parent": "82",
13409             "type": "Province"
13410             },
13411             {
13412             "code": "IT-RI",
13413             "name": "Rieti",
13414             "parent": "62",
13415             "type": "Province"
13416             },
13417             {
13418             "code": "IT-RM",
13419             "name": "Roma",
13420             "parent": "62",
13421             "type": "Province"
13422             },
13423             {
13424             "code": "IT-RN",
13425             "name": "Rimini",
13426             "parent": "45",
13427             "type": "Province"
13428             },
13429             {
13430             "code": "IT-RO",
13431             "name": "Rovigo",
13432             "parent": "34",
13433             "type": "Province"
13434             },
13435             {
13436             "code": "IT-SA",
13437             "name": "Salerno",
13438             "parent": "72",
13439             "type": "Province"
13440             },
13441             {
13442             "code": "IT-SI",
13443             "name": "Siena",
13444             "parent": "52",
13445             "type": "Province"
13446             },
13447             {
13448             "code": "IT-SO",
13449             "name": "Sondrio",
13450             "parent": "25",
13451             "type": "Province"
13452             },
13453             {
13454             "code": "IT-SP",
13455             "name": "La Spezia",
13456             "parent": "42",
13457             "type": "Province"
13458             },
13459             {
13460             "code": "IT-SR",
13461             "name": "Siracusa",
13462             "parent": "82",
13463             "type": "Province"
13464             },
13465             {
13466             "code": "IT-SS",
13467             "name": "Sassari",
13468             "parent": "88",
13469             "type": "Province"
13470             },
13471             {
13472             "code": "IT-SV",
13473             "name": "Savona",
13474             "parent": "42",
13475             "type": "Province"
13476             },
13477             {
13478             "code": "IT-TA",
13479             "name": "Taranto",
13480             "parent": "75",
13481             "type": "Province"
13482             },
13483             {
13484             "code": "IT-TE",
13485             "name": "Teramo",
13486             "parent": "65",
13487             "type": "Province"
13488             },
13489             {
13490             "code": "IT-TN",
13491             "name": "Trento",
13492             "parent": "32",
13493             "type": "Province"
13494             },
13495             {
13496             "code": "IT-TO",
13497             "name": "Torino",
13498             "parent": "21",
13499             "type": "Province"
13500             },
13501             {
13502             "code": "IT-TP",
13503             "name": "Trapani",
13504             "parent": "82",
13505             "type": "Province"
13506             },
13507             {
13508             "code": "IT-TR",
13509             "name": "Terni",
13510             "parent": "55",
13511             "type": "Province"
13512             },
13513             {
13514             "code": "IT-TS",
13515             "name": "Trieste",
13516             "parent": "36",
13517             "type": "Province"
13518             },
13519             {
13520             "code": "IT-TV",
13521             "name": "Treviso",
13522             "parent": "34",
13523             "type": "Province"
13524             },
13525             {
13526             "code": "IT-UD",
13527             "name": "Udine",
13528             "parent": "36",
13529             "type": "Province"
13530             },
13531             {
13532             "code": "IT-VA",
13533             "name": "Varese",
13534             "parent": "25",
13535             "type": "Province"
13536             },
13537             {
13538             "code": "IT-VB",
13539             "name": "Verbano-Cusio-Ossola",
13540             "parent": "21",
13541             "type": "Province"
13542             },
13543             {
13544             "code": "IT-VC",
13545             "name": "Vercelli",
13546             "parent": "21",
13547             "type": "Province"
13548             },
13549             {
13550             "code": "IT-VE",
13551             "name": "Venezia",
13552             "parent": "34",
13553             "type": "Province"
13554             },
13555             {
13556             "code": "IT-VI",
13557             "name": "Vicenza",
13558             "parent": "34",
13559             "type": "Province"
13560             },
13561             {
13562             "code": "IT-VR",
13563             "name": "Verona",
13564             "parent": "34",
13565             "type": "Province"
13566             },
13567             {
13568             "code": "IT-VS",
13569             "name": "Medio Campidano",
13570             "parent": "88",
13571             "type": "Province"
13572             },
13573             {
13574             "code": "IT-VT",
13575             "name": "Viterbo",
13576             "parent": "62",
13577             "type": "Province"
13578             },
13579             {
13580             "code": "IT-VV",
13581             "name": "Vibo Valentia",
13582             "parent": "78",
13583             "type": "Province"
13584             },
13585             {
13586             "code": "JM-01",
13587             "name": "Kingston",
13588             "type": "Parish"
13589             },
13590             {
13591             "code": "JM-02",
13592             "name": "Saint Andrew",
13593             "type": "Parish"
13594             },
13595             {
13596             "code": "JM-03",
13597             "name": "Saint Thomas",
13598             "type": "Parish"
13599             },
13600             {
13601             "code": "JM-04",
13602             "name": "Portland",
13603             "type": "Parish"
13604             },
13605             {
13606             "code": "JM-05",
13607             "name": "Saint Mary",
13608             "type": "Parish"
13609             },
13610             {
13611             "code": "JM-06",
13612             "name": "Saint Ann",
13613             "type": "Parish"
13614             },
13615             {
13616             "code": "JM-07",
13617             "name": "Trelawny",
13618             "type": "Parish"
13619             },
13620             {
13621             "code": "JM-08",
13622             "name": "Saint James",
13623             "type": "Parish"
13624             },
13625             {
13626             "code": "JM-09",
13627             "name": "Hanover",
13628             "type": "Parish"
13629             },
13630             {
13631             "code": "JM-10",
13632             "name": "Westmoreland",
13633             "type": "Parish"
13634             },
13635             {
13636             "code": "JM-11",
13637             "name": "Saint Elizabeth",
13638             "type": "Parish"
13639             },
13640             {
13641             "code": "JM-12",
13642             "name": "Manchester",
13643             "type": "Parish"
13644             },
13645             {
13646             "code": "JM-13",
13647             "name": "Clarendon",
13648             "type": "Parish"
13649             },
13650             {
13651             "code": "JM-14",
13652             "name": "Saint Catherine",
13653             "type": "Parish"
13654             },
13655             {
13656             "code": "JO-AJ",
13657             "name": "‘Ajlūn",
13658             "type": "Governorate"
13659             },
13660             {
13661             "code": "JO-AM",
13662             "name": "‘Ammān (Al ‘Aşimah)",
13663             "type": "Governorate"
13664             },
13665             {
13666             "code": "JO-AQ",
13667             "name": "Al ‘Aqabah",
13668             "type": "Governorate"
13669             },
13670             {
13671             "code": "JO-AT",
13672             "name": "Aţ Ţafīlah",
13673             "type": "Governorate"
13674             },
13675             {
13676             "code": "JO-AZ",
13677             "name": "Az Zarqā'",
13678             "type": "Governorate"
13679             },
13680             {
13681             "code": "JO-BA",
13682             "name": "Al Balqā'",
13683             "type": "Governorate"
13684             },
13685             {
13686             "code": "JO-IR",
13687             "name": "Irbid",
13688             "type": "Governorate"
13689             },
13690             {
13691             "code": "JO-JA",
13692             "name": "Jarash",
13693             "type": "Governorate"
13694             },
13695             {
13696             "code": "JO-KA",
13697             "name": "Al Karak",
13698             "type": "Governorate"
13699             },
13700             {
13701             "code": "JO-MA",
13702             "name": "Al Mafraq",
13703             "type": "Governorate"
13704             },
13705             {
13706             "code": "JO-MD",
13707             "name": "Mādabā",
13708             "type": "Governorate"
13709             },
13710             {
13711             "code": "JO-MN",
13712             "name": "Ma‘ān",
13713             "type": "Governorate"
13714             },
13715             {
13716             "code": "JP-01",
13717             "name": "Hokkaido",
13718             "type": "Prefecture"
13719             },
13720             {
13721             "code": "JP-02",
13722             "name": "Aomori",
13723             "type": "Prefecture"
13724             },
13725             {
13726             "code": "JP-03",
13727             "name": "Iwate",
13728             "type": "Prefecture"
13729             },
13730             {
13731             "code": "JP-04",
13732             "name": "Miyagi",
13733             "type": "Prefecture"
13734             },
13735             {
13736             "code": "JP-05",
13737             "name": "Akita",
13738             "type": "Prefecture"
13739             },
13740             {
13741             "code": "JP-06",
13742             "name": "Yamagata",
13743             "type": "Prefecture"
13744             },
13745             {
13746             "code": "JP-07",
13747             "name": "Fukushima",
13748             "type": "Prefecture"
13749             },
13750             {
13751             "code": "JP-08",
13752             "name": "Ibaraki",
13753             "type": "Prefecture"
13754             },
13755             {
13756             "code": "JP-09",
13757             "name": "Tochigi",
13758             "type": "Prefecture"
13759             },
13760             {
13761             "code": "JP-10",
13762             "name": "Gunma",
13763             "type": "Prefecture"
13764             },
13765             {
13766             "code": "JP-11",
13767             "name": "Saitama",
13768             "type": "Prefecture"
13769             },
13770             {
13771             "code": "JP-12",
13772             "name": "Chiba",
13773             "type": "Prefecture"
13774             },
13775             {
13776             "code": "JP-13",
13777             "name": "Tokyo",
13778             "type": "Prefecture"
13779             },
13780             {
13781             "code": "JP-14",
13782             "name": "Kanagawa",
13783             "type": "Prefecture"
13784             },
13785             {
13786             "code": "JP-15",
13787             "name": "Niigata",
13788             "type": "Prefecture"
13789             },
13790             {
13791             "code": "JP-16",
13792             "name": "Toyama",
13793             "type": "Prefecture"
13794             },
13795             {
13796             "code": "JP-17",
13797             "name": "Ishikawa",
13798             "type": "Prefecture"
13799             },
13800             {
13801             "code": "JP-18",
13802             "name": "Fukui",
13803             "type": "Prefecture"
13804             },
13805             {
13806             "code": "JP-19",
13807             "name": "Yamanashi",
13808             "type": "Prefecture"
13809             },
13810             {
13811             "code": "JP-20",
13812             "name": "Nagano",
13813             "type": "Prefecture"
13814             },
13815             {
13816             "code": "JP-21",
13817             "name": "Gifu",
13818             "type": "Prefecture"
13819             },
13820             {
13821             "code": "JP-22",
13822             "name": "Shizuoka",
13823             "type": "Prefecture"
13824             },
13825             {
13826             "code": "JP-23",
13827             "name": "Aichi",
13828             "type": "Prefecture"
13829             },
13830             {
13831             "code": "JP-24",
13832             "name": "Mie",
13833             "type": "Prefecture"
13834             },
13835             {
13836             "code": "JP-25",
13837             "name": "Shiga",
13838             "type": "Prefecture"
13839             },
13840             {
13841             "code": "JP-26",
13842             "name": "Kyoto",
13843             "type": "Prefecture"
13844             },
13845             {
13846             "code": "JP-27",
13847             "name": "Osaka",
13848             "type": "Prefecture"
13849             },
13850             {
13851             "code": "JP-28",
13852             "name": "Hyogo",
13853             "type": "Prefecture"
13854             },
13855             {
13856             "code": "JP-29",
13857             "name": "Nara",
13858             "type": "Prefecture"
13859             },
13860             {
13861             "code": "JP-30",
13862             "name": "Wakayama",
13863             "type": "Prefecture"
13864             },
13865             {
13866             "code": "JP-31",
13867             "name": "Tottori",
13868             "type": "Prefecture"
13869             },
13870             {
13871             "code": "JP-32",
13872             "name": "Shimane",
13873             "type": "Prefecture"
13874             },
13875             {
13876             "code": "JP-33",
13877             "name": "Okayama",
13878             "type": "Prefecture"
13879             },
13880             {
13881             "code": "JP-34",
13882             "name": "Hiroshima",
13883             "type": "Prefecture"
13884             },
13885             {
13886             "code": "JP-35",
13887             "name": "Yamaguchi",
13888             "type": "Prefecture"
13889             },
13890             {
13891             "code": "JP-36",
13892             "name": "Tokushima",
13893             "type": "Prefecture"
13894             },
13895             {
13896             "code": "JP-37",
13897             "name": "Kagawa",
13898             "type": "Prefecture"
13899             },
13900             {
13901             "code": "JP-38",
13902             "name": "Ehime",
13903             "type": "Prefecture"
13904             },
13905             {
13906             "code": "JP-39",
13907             "name": "Kochi",
13908             "type": "Prefecture"
13909             },
13910             {
13911             "code": "JP-40",
13912             "name": "Fukuoka",
13913             "type": "Prefecture"
13914             },
13915             {
13916             "code": "JP-41",
13917             "name": "Saga",
13918             "type": "Prefecture"
13919             },
13920             {
13921             "code": "JP-42",
13922             "name": "Nagasaki",
13923             "type": "Prefecture"
13924             },
13925             {
13926             "code": "JP-43",
13927             "name": "Kumamoto",
13928             "type": "Prefecture"
13929             },
13930             {
13931             "code": "JP-44",
13932             "name": "Oita",
13933             "type": "Prefecture"
13934             },
13935             {
13936             "code": "JP-45",
13937             "name": "Miyazaki",
13938             "type": "Prefecture"
13939             },
13940             {
13941             "code": "JP-46",
13942             "name": "Kagoshima",
13943             "type": "Prefecture"
13944             },
13945             {
13946             "code": "JP-47",
13947             "name": "Okinawa",
13948             "type": "Prefecture"
13949             },
13950             {
13951             "code": "KE-110",
13952             "name": "Nairobi Municipality",
13953             "type": "Province"
13954             },
13955             {
13956             "code": "KE-200",
13957             "name": "Central",
13958             "type": "Province"
13959             },
13960             {
13961             "code": "KE-300",
13962             "name": "Coast",
13963             "type": "Province"
13964             },
13965             {
13966             "code": "KE-400",
13967             "name": "Eastern",
13968             "type": "Province"
13969             },
13970             {
13971             "code": "KE-500",
13972             "name": "North-Eastern Kaskazini Mashariki",
13973             "type": "Province"
13974             },
13975             {
13976             "code": "KE-700",
13977             "name": "Rift Valley",
13978             "type": "Province"
13979             },
13980             {
13981             "code": "KE-800",
13982             "name": "Western Magharibi",
13983             "type": "Province"
13984             },
13985             {
13986             "code": "KG-B",
13987             "name": "Batken",
13988             "type": "Region"
13989             },
13990             {
13991             "code": "KG-C",
13992             "name": "Chü",
13993             "type": "Region"
13994             },
13995             {
13996             "code": "KG-GB",
13997             "name": "Bishkek",
13998             "type": "City"
13999             },
14000             {
14001             "code": "KG-J",
14002             "name": "Jalal-Abad",
14003             "type": "Region"
14004             },
14005             {
14006             "code": "KG-N",
14007             "name": "Naryn",
14008             "type": "Region"
14009             },
14010             {
14011             "code": "KG-O",
14012             "name": "Osh",
14013             "type": "Region"
14014             },
14015             {
14016             "code": "KG-T",
14017             "name": "Talas",
14018             "type": "Region"
14019             },
14020             {
14021             "code": "KG-Y",
14022             "name": "Ysyk-Köl",
14023             "type": "Region"
14024             },
14025             {
14026             "code": "KH-1",
14027             "name": "Banteay Mean Chey",
14028             "type": "Province"
14029             },
14030             {
14031             "code": "KH-10",
14032             "name": "Krachoh",
14033             "type": "Province"
14034             },
14035             {
14036             "code": "KH-11",
14037             "name": "Mondol Kiri",
14038             "type": "Province"
14039             },
14040             {
14041             "code": "KH-12",
14042             "name": "Phnom Penh",
14043             "type": "Autonomous municipality"
14044             },
14045             {
14046             "code": "KH-13",
14047             "name": "Preah Vihear",
14048             "type": "Province"
14049             },
14050             {
14051             "code": "KH-14",
14052             "name": "Prey Veaeng",
14053             "type": "Province"
14054             },
14055             {
14056             "code": "KH-15",
14057             "name": "Pousaat",
14058             "type": "Province"
14059             },
14060             {
14061             "code": "KH-16",
14062             "name": "Rotanak Kiri",
14063             "type": "Province"
14064             },
14065             {
14066             "code": "KH-17",
14067             "name": "Siem Reab",
14068             "type": "Province"
14069             },
14070             {
14071             "code": "KH-18",
14072             "name": "Krong Preah Sihanouk",
14073             "type": "Autonomous municipality"
14074             },
14075             {
14076             "code": "KH-19",
14077             "name": "Stueng Traeng",
14078             "type": "Province"
14079             },
14080             {
14081             "code": "KH-2",
14082             "name": "Battambang",
14083             "type": "Province"
14084             },
14085             {
14086             "code": "KH-20",
14087             "name": "Svaay Rieng",
14088             "type": "Province"
14089             },
14090             {
14091             "code": "KH-21",
14092             "name": "Taakaev",
14093             "type": "Province"
14094             },
14095             {
14096             "code": "KH-22",
14097             "name": "Otdar Mean Chey",
14098             "type": "Province"
14099             },
14100             {
14101             "code": "KH-23",
14102             "name": "Krong Kaeb",
14103             "type": "Autonomous municipality"
14104             },
14105             {
14106             "code": "KH-24",
14107             "name": "Krong Pailin",
14108             "type": "Autonomous municipality"
14109             },
14110             {
14111             "code": "KH-3",
14112             "name": "Kampong Cham",
14113             "type": "Province"
14114             },
14115             {
14116             "code": "KH-4",
14117             "name": "Kampong Chhnang",
14118             "type": "Province"
14119             },
14120             {
14121             "code": "KH-5",
14122             "name": "Kampong Speu",
14123             "type": "Province"
14124             },
14125             {
14126             "code": "KH-6",
14127             "name": "Kampong Thom",
14128             "type": "Province"
14129             },
14130             {
14131             "code": "KH-7",
14132             "name": "Kampot",
14133             "type": "Province"
14134             },
14135             {
14136             "code": "KH-8",
14137             "name": "Kandal",
14138             "type": "Province"
14139             },
14140             {
14141             "code": "KH-9",
14142             "name": "Kach Kong",
14143             "type": "Province"
14144             },
14145             {
14146             "code": "KI-G",
14147             "name": "Gilbert Islands",
14148             "type": "Island group"
14149             },
14150             {
14151             "code": "KI-L",
14152             "name": "Line Islands",
14153             "type": "Island group"
14154             },
14155             {
14156             "code": "KI-P",
14157             "name": "Phoenix Islands",
14158             "type": "Island group"
14159             },
14160             {
14161             "code": "KM-A",
14162             "name": "Andjouân (Anjwān)",
14163             "type": "Island"
14164             },
14165             {
14166             "code": "KM-G",
14167             "name": "Andjazîdja (Anjazījah)",
14168             "type": "Island"
14169             },
14170             {
14171             "code": "KM-M",
14172             "name": "Moûhîlî (Mūhīlī)",
14173             "type": "Island"
14174             },
14175             {
14176             "code": "KN-01",
14177             "name": "Christ Church Nichola Town",
14178             "parent": "K",
14179             "type": "Parish"
14180             },
14181             {
14182             "code": "KN-02",
14183             "name": "Saint Anne Sandy Point",
14184             "parent": "K",
14185             "type": "Parish"
14186             },
14187             {
14188             "code": "KN-03",
14189             "name": "Saint George Basseterre",
14190             "parent": "K",
14191             "type": "Parish"
14192             },
14193             {
14194             "code": "KN-04",
14195             "name": "Saint George Gingerland",
14196             "parent": "N",
14197             "type": "Parish"
14198             },
14199             {
14200             "code": "KN-05",
14201             "name": "Saint James Windward",
14202             "parent": "N",
14203             "type": "Parish"
14204             },
14205             {
14206             "code": "KN-06",
14207             "name": "Saint John Capisterre",
14208             "parent": "K",
14209             "type": "Parish"
14210             },
14211             {
14212             "code": "KN-07",
14213             "name": "Saint John Figtree",
14214             "parent": "N",
14215             "type": "Parish"
14216             },
14217             {
14218             "code": "KN-08",
14219             "name": "Saint Mary Cayon",
14220             "parent": "K",
14221             "type": "Parish"
14222             },
14223             {
14224             "code": "KN-09",
14225             "name": "Saint Paul Capisterre",
14226             "parent": "K",
14227             "type": "Parish"
14228             },
14229             {
14230             "code": "KN-10",
14231             "name": "Saint Paul Charlestown",
14232             "parent": "N",
14233             "type": "Parish"
14234             },
14235             {
14236             "code": "KN-11",
14237             "name": "Saint Peter Basseterre",
14238             "parent": "K",
14239             "type": "Parish"
14240             },
14241             {
14242             "code": "KN-12",
14243             "name": "Saint Thomas Lowland",
14244             "parent": "N",
14245             "type": "Parish"
14246             },
14247             {
14248             "code": "KN-13",
14249             "name": "Saint Thomas Middle Island",
14250             "parent": "K",
14251             "type": "Parish"
14252             },
14253             {
14254             "code": "KN-15",
14255             "name": "Trinity Palmetto Point",
14256             "parent": "K",
14257             "type": "Parish"
14258             },
14259             {
14260             "code": "KN-K",
14261             "name": "Saint Kitts",
14262             "type": "State"
14263             },
14264             {
14265             "code": "KN-N",
14266             "name": "Nevis",
14267             "type": "State"
14268             },
14269             {
14270             "code": "KP-01",
14271             "name": "P’yŏngyang",
14272             "type": "Capital city"
14273             },
14274             {
14275             "code": "KP-02",
14276             "name": "P’yŏngan-namdo",
14277             "type": "Province"
14278             },
14279             {
14280             "code": "KP-03",
14281             "name": "P’yŏngan-bukto",
14282             "type": "Province"
14283             },
14284             {
14285             "code": "KP-04",
14286             "name": "Chagang-do",
14287             "type": "Province"
14288             },
14289             {
14290             "code": "KP-05",
14291             "name": "Hwanghae-namdo",
14292             "type": "Province"
14293             },
14294             {
14295             "code": "KP-06",
14296             "name": "Hwanghae-bukto",
14297             "type": "Province"
14298             },
14299             {
14300             "code": "KP-07",
14301             "name": "Kangwŏn-do",
14302             "type": "Province"
14303             },
14304             {
14305             "code": "KP-08",
14306             "name": "Hamgyŏng-namdo",
14307             "type": "Province"
14308             },
14309             {
14310             "code": "KP-09",
14311             "name": "Hamgyŏng-bukto",
14312             "type": "Province"
14313             },
14314             {
14315             "code": "KP-10",
14316             "name": "Yanggang-do",
14317             "type": "Province"
14318             },
14319             {
14320             "code": "KP-13",
14321             "name": "Nasŏn (Najin-Sŏnbong)",
14322             "type": "Special city"
14323             },
14324             {
14325             "code": "KR-11",
14326             "name": "Seoul Teugbyeolsi",
14327             "type": "Capital Metropolitan City"
14328             },
14329             {
14330             "code": "KR-26",
14331             "name": "Busan Gwang'yeogsi",
14332             "type": "Metropolitan cities"
14333             },
14334             {
14335             "code": "KR-27",
14336             "name": "Daegu Gwang'yeogsi",
14337             "type": "Metropolitan cities"
14338             },
14339             {
14340             "code": "KR-28",
14341             "name": "Incheon Gwang'yeogsi",
14342             "type": "Metropolitan cities"
14343             },
14344             {
14345             "code": "KR-29",
14346             "name": "Gwangju Gwang'yeogsi",
14347             "type": "Metropolitan cities"
14348             },
14349             {
14350             "code": "KR-30",
14351             "name": "Daejeon Gwang'yeogsi",
14352             "type": "Metropolitan cities"
14353             },
14354             {
14355             "code": "KR-31",
14356             "name": "Ulsan Gwang'yeogsi",
14357             "type": "Metropolitan cities"
14358             },
14359             {
14360             "code": "KR-41",
14361             "name": "Gyeonggido",
14362             "type": "Province"
14363             },
14364             {
14365             "code": "KR-42",
14366             "name": "Gang'weondo",
14367             "type": "Province"
14368             },
14369             {
14370             "code": "KR-43",
14371             "name": "Chungcheongbukdo",
14372             "type": "Province"
14373             },
14374             {
14375             "code": "KR-44",
14376             "name": "Chungcheongnamdo",
14377             "type": "Province"
14378             },
14379             {
14380             "code": "KR-45",
14381             "name": "Jeonrabukdo",
14382             "type": "Province"
14383             },
14384             {
14385             "code": "KR-46",
14386             "name": "Jeonranamdo",
14387             "type": "Province"
14388             },
14389             {
14390             "code": "KR-47",
14391             "name": "Gyeongsangbukdo",
14392             "type": "Province"
14393             },
14394             {
14395             "code": "KR-48",
14396             "name": "Gyeongsangnamdo",
14397             "type": "Province"
14398             },
14399             {
14400             "code": "KR-49",
14401             "name": "Jejudo",
14402             "type": "Province"
14403             },
14404             {
14405             "code": "KW-AH",
14406             "name": "Al Ahmadi",
14407             "type": "Governorate"
14408             },
14409             {
14410             "code": "KW-FA",
14411             "name": "Al Farwānīyah",
14412             "type": "Governorate"
14413             },
14414             {
14415             "code": "KW-HA",
14416             "name": "Hawallī",
14417             "type": "Governorate"
14418             },
14419             {
14420             "code": "KW-JA",
14421             "name": "Al Jahrrā’",
14422             "type": "Governorate"
14423             },
14424             {
14425             "code": "KW-KU",
14426             "name": "Al Kuwayt (Al ‘Āşimah)",
14427             "type": "Governorate"
14428             },
14429             {
14430             "code": "KW-MU",
14431             "name": "Mubārak al Kabīr",
14432             "type": "Governorate"
14433             },
14434             {
14435             "code": "KZ-AKM",
14436             "name": "Aqmola oblysy",
14437             "type": "Region"
14438             },
14439             {
14440             "code": "KZ-AKT",
14441             "name": "Aqtöbe oblysy",
14442             "type": "Region"
14443             },
14444             {
14445             "code": "KZ-ALA",
14446             "name": "Almaty",
14447             "type": "City"
14448             },
14449             {
14450             "code": "KZ-ALM",
14451             "name": "Almaty oblysy",
14452             "type": "Region"
14453             },
14454             {
14455             "code": "KZ-AST",
14456             "name": "Astana",
14457             "type": "City"
14458             },
14459             {
14460             "code": "KZ-ATY",
14461             "name": "Atyraū oblysy",
14462             "type": "Region"
14463             },
14464             {
14465             "code": "KZ-KAR",
14466             "name": "Qaraghandy oblysy",
14467             "type": "Region"
14468             },
14469             {
14470             "code": "KZ-KUS",
14471             "name": "Qostanay oblysy",
14472             "type": "Region"
14473             },
14474             {
14475             "code": "KZ-KZY",
14476             "name": "Qyzylorda oblysy",
14477             "type": "Region"
14478             },
14479             {
14480             "code": "KZ-MAN",
14481             "name": "Mangghystaū oblysy",
14482             "type": "Region"
14483             },
14484             {
14485             "code": "KZ-PAV",
14486             "name": "Pavlodar oblysy",
14487             "type": "Region"
14488             },
14489             {
14490             "code": "KZ-SEV",
14491             "name": "Soltüstik Quzaqstan oblysy",
14492             "type": "Region"
14493             },
14494             {
14495             "code": "KZ-VOS",
14496             "name": "Shyghys Qazaqstan oblysy",
14497             "type": "Region"
14498             },
14499             {
14500             "code": "KZ-YUZ",
14501             "name": "Ongtüstik Qazaqstan oblysy",
14502             "type": "Region"
14503             },
14504             {
14505             "code": "KZ-ZAP",
14506             "name": "Batys Quzaqstan oblysy",
14507             "type": "Region"
14508             },
14509             {
14510             "code": "KZ-ZHA",
14511             "name": "Zhambyl oblysy",
14512             "type": "Region"
14513             },
14514             {
14515             "code": "LA-AT",
14516             "name": "Attapu",
14517             "type": "Province"
14518             },
14519             {
14520             "code": "LA-BK",
14521             "name": "Bokèo",
14522             "type": "Province"
14523             },
14524             {
14525             "code": "LA-BL",
14526             "name": "Bolikhamxai",
14527             "type": "Province"
14528             },
14529             {
14530             "code": "LA-CH",
14531             "name": "Champasak",
14532             "type": "Province"
14533             },
14534             {
14535             "code": "LA-HO",
14536             "name": "Houaphan",
14537             "type": "Province"
14538             },
14539             {
14540             "code": "LA-KH",
14541             "name": "Khammouan",
14542             "type": "Province"
14543             },
14544             {
14545             "code": "LA-LM",
14546             "name": "Louang Namtha",
14547             "type": "Province"
14548             },
14549             {
14550             "code": "LA-LP",
14551             "name": "Louangphabang",
14552             "type": "Province"
14553             },
14554             {
14555             "code": "LA-OU",
14556             "name": "Oudômxai",
14557             "type": "Province"
14558             },
14559             {
14560             "code": "LA-PH",
14561             "name": "Phôngsali",
14562             "type": "Province"
14563             },
14564             {
14565             "code": "LA-SL",
14566             "name": "Salavan",
14567             "type": "Province"
14568             },
14569             {
14570             "code": "LA-SV",
14571             "name": "Savannakhét",
14572             "type": "Province"
14573             },
14574             {
14575             "code": "LA-VI",
14576             "name": "Vientiane",
14577             "type": "Province"
14578             },
14579             {
14580             "code": "LA-VT",
14581             "name": "Vientiane",
14582             "type": "Prefecture"
14583             },
14584             {
14585             "code": "LA-XA",
14586             "name": "Xaignabouli",
14587             "type": "Province"
14588             },
14589             {
14590             "code": "LA-XE",
14591             "name": "Xékong",
14592             "type": "Province"
14593             },
14594             {
14595             "code": "LA-XI",
14596             "name": "Xiangkhouang",
14597             "type": "Province"
14598             },
14599             {
14600             "code": "LA-XS",
14601             "name": "Xaisômboun",
14602             "type": "Province"
14603             },
14604             {
14605             "code": "LB-AK",
14606             "name": "Aakkâr",
14607             "type": "Governorate"
14608             },
14609             {
14610             "code": "LB-AS",
14611             "name": "Liban-Nord",
14612             "type": "Governorate"
14613             },
14614             {
14615             "code": "LB-BA",
14616             "name": "Beyrouth",
14617             "type": "Governorate"
14618             },
14619             {
14620             "code": "LB-BH",
14621             "name": "Baalbek-Hermel",
14622             "type": "Governorate"
14623             },
14624             {
14625             "code": "LB-BI",
14626             "name": "Béqaa",
14627             "type": "Governorate"
14628             },
14629             {
14630             "code": "LB-JA",
14631             "name": "Liban-Sud",
14632             "type": "Governorate"
14633             },
14634             {
14635             "code": "LB-JL",
14636             "name": "Mont-Liban",
14637             "type": "Governorate"
14638             },
14639             {
14640             "code": "LB-NA",
14641             "name": "Nabatîyé",
14642             "type": "Governorate"
14643             },
14644             {
14645             "code": "LI-01",
14646             "name": "Balzers",
14647             "type": "Commune"
14648             },
14649             {
14650             "code": "LI-02",
14651             "name": "Eschen",
14652             "type": "Commune"
14653             },
14654             {
14655             "code": "LI-03",
14656             "name": "Gamprin",
14657             "type": "Commune"
14658             },
14659             {
14660             "code": "LI-04",
14661             "name": "Mauren",
14662             "type": "Commune"
14663             },
14664             {
14665             "code": "LI-05",
14666             "name": "Planken",
14667             "type": "Commune"
14668             },
14669             {
14670             "code": "LI-06",
14671             "name": "Ruggell",
14672             "type": "Commune"
14673             },
14674             {
14675             "code": "LI-07",
14676             "name": "Schaan",
14677             "type": "Commune"
14678             },
14679             {
14680             "code": "LI-08",
14681             "name": "Schellenberg",
14682             "type": "Commune"
14683             },
14684             {
14685             "code": "LI-09",
14686             "name": "Triesen",
14687             "type": "Commune"
14688             },
14689             {
14690             "code": "LI-10",
14691             "name": "Triesenberg",
14692             "type": "Commune"
14693             },
14694             {
14695             "code": "LI-11",
14696             "name": "Vaduz",
14697             "type": "Commune"
14698             },
14699             {
14700             "code": "LK-1",
14701             "name": "Basnāhira paḷāta",
14702             "type": "Province"
14703             },
14704             {
14705             "code": "LK-11",
14706             "name": "Kŏḷamba",
14707             "parent": "1",
14708             "type": "District"
14709             },
14710             {
14711             "code": "LK-12",
14712             "name": "Gampaha",
14713             "parent": "1",
14714             "type": "District"
14715             },
14716             {
14717             "code": "LK-13",
14718             "name": "Kaḷutara",
14719             "parent": "1",
14720             "type": "District"
14721             },
14722             {
14723             "code": "LK-2",
14724             "name": "Madhyama paḷāta",
14725             "type": "Province"
14726             },
14727             {
14728             "code": "LK-21",
14729             "name": "Mahanuvara",
14730             "parent": "2",
14731             "type": "District"
14732             },
14733             {
14734             "code": "LK-22",
14735             "name": "Mātale",
14736             "parent": "2",
14737             "type": "District"
14738             },
14739             {
14740             "code": "LK-23",
14741             "name": "Nuvara Ĕliya",
14742             "parent": "2",
14743             "type": "District"
14744             },
14745             {
14746             "code": "LK-3",
14747             "name": "Dakuṇu paḷāta",
14748             "type": "Province"
14749             },
14750             {
14751             "code": "LK-31",
14752             "name": "Gālla",
14753             "parent": "3",
14754             "type": "District"
14755             },
14756             {
14757             "code": "LK-32",
14758             "name": "Mātara",
14759             "parent": "3",
14760             "type": "District"
14761             },
14762             {
14763             "code": "LK-33",
14764             "name": "Hambantŏṭa",
14765             "parent": "3",
14766             "type": "District"
14767             },
14768             {
14769             "code": "LK-4",
14770             "name": "Uturu paḷāta",
14771             "type": "Province"
14772             },
14773             {
14774             "code": "LK-41",
14775             "name": "Yāpanaya",
14776             "parent": "4",
14777             "type": "District"
14778             },
14779             {
14780             "code": "LK-42",
14781             "name": "Kilinŏchchi",
14782             "parent": "4",
14783             "type": "District"
14784             },
14785             {
14786             "code": "LK-43",
14787             "name": "Mannārama",
14788             "parent": "4",
14789             "type": "District"
14790             },
14791             {
14792             "code": "LK-44",
14793             "name": "Vavuniyāva",
14794             "parent": "4",
14795             "type": "District"
14796             },
14797             {
14798             "code": "LK-45",
14799             "name": "Mulativ",
14800             "parent": "4",
14801             "type": "District"
14802             },
14803             {
14804             "code": "LK-5",
14805             "name": "Næ̆gĕnahira paḷāta",
14806             "type": "Province"
14807             },
14808             {
14809             "code": "LK-51",
14810             "name": "Maḍakalapuva",
14811             "parent": "5",
14812             "type": "District"
14813             },
14814             {
14815             "code": "LK-52",
14816             "name": "Ampāara",
14817             "parent": "5",
14818             "type": "District"
14819             },
14820             {
14821             "code": "LK-53",
14822             "name": "Trikuṇāmalaya",
14823             "parent": "5",
14824             "type": "District"
14825             },
14826             {
14827             "code": "LK-6",
14828             "name": "Vayamba paḷāta",
14829             "type": "Province"
14830             },
14831             {
14832             "code": "LK-61",
14833             "name": "Kuruṇægala",
14834             "parent": "6",
14835             "type": "District"
14836             },
14837             {
14838             "code": "LK-62",
14839             "name": "Puttalama",
14840             "parent": "6",
14841             "type": "District"
14842             },
14843             {
14844             "code": "LK-7",
14845             "name": "Uturumæ̆da paḷāta",
14846             "type": "Province"
14847             },
14848             {
14849             "code": "LK-71",
14850             "name": "Anurādhapura",
14851             "parent": "7",
14852             "type": "District"
14853             },
14854             {
14855             "code": "LK-72",
14856             "name": "Pŏḷŏnnaruva",
14857             "parent": "7",
14858             "type": "District"
14859             },
14860             {
14861             "code": "LK-8",
14862             "name": "Ūva paḷāta",
14863             "type": "Province"
14864             },
14865             {
14866             "code": "LK-81",
14867             "name": "Badulla",
14868             "parent": "8",
14869             "type": "District"
14870             },
14871             {
14872             "code": "LK-82",
14873             "name": "Mŏṇarāgala",
14874             "parent": "8",
14875             "type": "District"
14876             },
14877             {
14878             "code": "LK-9",
14879             "name": "Sabaragamuva paḷāta",
14880             "type": "Province"
14881             },
14882             {
14883             "code": "LK-91",
14884             "name": "Ratnapura",
14885             "parent": "9",
14886             "type": "District"
14887             },
14888             {
14889             "code": "LK-92",
14890             "name": "Kægalla",
14891             "parent": "9",
14892             "type": "District"
14893             },
14894             {
14895             "code": "LR-BG",
14896             "name": "Bong",
14897             "type": "County"
14898             },
14899             {
14900             "code": "LR-BM",
14901             "name": "Bomi",
14902             "type": "County"
14903             },
14904             {
14905             "code": "LR-CM",
14906             "name": "Grand Cape Mount",
14907             "type": "County"
14908             },
14909             {
14910             "code": "LR-GB",
14911             "name": "Grand Bassa",
14912             "type": "County"
14913             },
14914             {
14915             "code": "LR-GG",
14916             "name": "Grand Gedeh",
14917             "type": "County"
14918             },
14919             {
14920             "code": "LR-GK",
14921             "name": "Grand Kru",
14922             "type": "County"
14923             },
14924             {
14925             "code": "LR-LO",
14926             "name": "Lofa",
14927             "type": "County"
14928             },
14929             {
14930             "code": "LR-MG",
14931             "name": "Margibi",
14932             "type": "County"
14933             },
14934             {
14935             "code": "LR-MO",
14936             "name": "Montserrado",
14937             "type": "County"
14938             },
14939             {
14940             "code": "LR-MY",
14941             "name": "Maryland",
14942             "type": "County"
14943             },
14944             {
14945             "code": "LR-NI",
14946             "name": "Nimba",
14947             "type": "County"
14948             },
14949             {
14950             "code": "LR-RI",
14951             "name": "Rivercess",
14952             "type": "County"
14953             },
14954             {
14955             "code": "LR-SI",
14956             "name": "Sinoe",
14957             "type": "County"
14958             },
14959             {
14960             "code": "LS-A",
14961             "name": "Maseru",
14962             "type": "District"
14963             },
14964             {
14965             "code": "LS-B",
14966             "name": "Butha-Buthe",
14967             "type": "District"
14968             },
14969             {
14970             "code": "LS-C",
14971             "name": "Leribe",
14972             "type": "District"
14973             },
14974             {
14975             "code": "LS-D",
14976             "name": "Berea",
14977             "type": "District"
14978             },
14979             {
14980             "code": "LS-E",
14981             "name": "Mafeteng",
14982             "type": "District"
14983             },
14984             {
14985             "code": "LS-F",
14986             "name": "Mohale's Hoek",
14987             "type": "District"
14988             },
14989             {
14990             "code": "LS-G",
14991             "name": "Quthing",
14992             "type": "District"
14993             },
14994             {
14995             "code": "LS-H",
14996             "name": "Qacha's Nek",
14997             "type": "District"
14998             },
14999             {
15000             "code": "LS-J",
15001             "name": "Mokhotlong",
15002             "type": "District"
15003             },
15004             {
15005             "code": "LS-K",
15006             "name": "Thaba-Tseka",
15007             "type": "District"
15008             },
15009             {
15010             "code": "LT-AL",
15011             "name": "Alytaus Apskritis",
15012             "type": "County"
15013             },
15014             {
15015             "code": "LT-KL",
15016             "name": "Klaipėdos Apskritis",
15017             "type": "County"
15018             },
15019             {
15020             "code": "LT-KU",
15021             "name": "Kauno Apskritis",
15022             "type": "County"
15023             },
15024             {
15025             "code": "LT-MR",
15026             "name": "Marijampolės Apskritis",
15027             "type": "County"
15028             },
15029             {
15030             "code": "LT-PN",
15031             "name": "Panevėžio Apskritis",
15032             "type": "County"
15033             },
15034             {
15035             "code": "LT-SA",
15036             "name": "Šiaulių Apskritis",
15037             "type": "County"
15038             },
15039             {
15040             "code": "LT-TA",
15041             "name": "Tauragés Apskritis",
15042             "type": "County"
15043             },
15044             {
15045             "code": "LT-TE",
15046             "name": "Telšių Apskritis",
15047             "type": "County"
15048             },
15049             {
15050             "code": "LT-UT",
15051             "name": "Utenos Apskritis",
15052             "type": "County"
15053             },
15054             {
15055             "code": "LT-VL",
15056             "name": "Vilniaus Apskritis",
15057             "type": "County"
15058             },
15059             {
15060             "code": "LU-D",
15061             "name": "Diekirch",
15062             "type": "District"
15063             },
15064             {
15065             "code": "LU-G",
15066             "name": "Grevenmacher",
15067             "type": "District"
15068             },
15069             {
15070             "code": "LU-L",
15071             "name": "Luxembourg",
15072             "type": "District"
15073             },
15074             {
15075             "code": "LV-001",
15076             "name": "Aglonas novads",
15077             "type": "Municipality"
15078             },
15079             {
15080             "code": "LV-002",
15081             "name": "Aizkraukles novads",
15082             "type": "Municipality"
15083             },
15084             {
15085             "code": "LV-003",
15086             "name": "Aizputes novads",
15087             "type": "Municipality"
15088             },
15089             {
15090             "code": "LV-004",
15091             "name": "Aknīstes novads",
15092             "type": "Municipality"
15093             },
15094             {
15095             "code": "LV-005",
15096             "name": "Alojas novads",
15097             "type": "Municipality"
15098             },
15099             {
15100             "code": "LV-006",
15101             "name": "Alsungas novads",
15102             "type": "Municipality"
15103             },
15104             {
15105             "code": "LV-007",
15106             "name": "Alūksnes novads",
15107             "type": "Municipality"
15108             },
15109             {
15110             "code": "LV-008",
15111             "name": "Amatas novads",
15112             "type": "Municipality"
15113             },
15114             {
15115             "code": "LV-009",
15116             "name": "Apes novads",
15117             "type": "Municipality"
15118             },
15119             {
15120             "code": "LV-010",
15121             "name": "Auces novads",
15122             "type": "Municipality"
15123             },
15124             {
15125             "code": "LV-011",
15126             "name": "Ādažu novads",
15127             "type": "Municipality"
15128             },
15129             {
15130             "code": "LV-012",
15131             "name": "Babītes novads",
15132             "type": "Municipality"
15133             },
15134             {
15135             "code": "LV-013",
15136             "name": "Baldones novads",
15137             "type": "Municipality"
15138             },
15139             {
15140             "code": "LV-014",
15141             "name": "Baltinavas novads",
15142             "type": "Municipality"
15143             },
15144             {
15145             "code": "LV-015",
15146             "name": "Balvu novads",
15147             "type": "Municipality"
15148             },
15149             {
15150             "code": "LV-016",
15151             "name": "Bauskas novads",
15152             "type": "Municipality"
15153             },
15154             {
15155             "code": "LV-017",
15156             "name": "Beverīnas novads",
15157             "type": "Municipality"
15158             },
15159             {
15160             "code": "LV-018",
15161             "name": "Brocēnu novads",
15162             "type": "Municipality"
15163             },
15164             {
15165             "code": "LV-019",
15166             "name": "Burtnieku novads",
15167             "type": "Municipality"
15168             },
15169             {
15170             "code": "LV-020",
15171             "name": "Carnikavas novads",
15172             "type": "Municipality"
15173             },
15174             {
15175             "code": "LV-021",
15176             "name": "Cesvaines novads",
15177             "type": "Municipality"
15178             },
15179             {
15180             "code": "LV-022",
15181             "name": "Cēsu novads",
15182             "type": "Municipality"
15183             },
15184             {
15185             "code": "LV-023",
15186             "name": "Ciblas novads",
15187             "type": "Municipality"
15188             },
15189             {
15190             "code": "LV-024",
15191             "name": "Dagdas novads",
15192             "type": "Municipality"
15193             },
15194             {
15195             "code": "LV-025",
15196             "name": "Daugavpils novads",
15197             "type": "Municipality"
15198             },
15199             {
15200             "code": "LV-026",
15201             "name": "Dobeles novads",
15202             "type": "Municipality"
15203             },
15204             {
15205             "code": "LV-027",
15206             "name": "Dundagas novads",
15207             "type": "Municipality"
15208             },
15209             {
15210             "code": "LV-028",
15211             "name": "Durbes novads",
15212             "type": "Municipality"
15213             },
15214             {
15215             "code": "LV-029",
15216             "name": "Engures novads",
15217             "type": "Municipality"
15218             },
15219             {
15220             "code": "LV-030",
15221             "name": "Ērgļu novads",
15222             "type": "Municipality"
15223             },
15224             {
15225             "code": "LV-031",
15226             "name": "Garkalnes novads",
15227             "type": "Municipality"
15228             },
15229             {
15230             "code": "LV-032",
15231             "name": "Grobiņas novads",
15232             "type": "Municipality"
15233             },
15234             {
15235             "code": "LV-033",
15236             "name": "Gulbenes novads",
15237             "type": "Municipality"
15238             },
15239             {
15240             "code": "LV-034",
15241             "name": "Iecavas novads",
15242             "type": "Municipality"
15243             },
15244             {
15245             "code": "LV-035",
15246             "name": "Ikšķiles novads",
15247             "type": "Municipality"
15248             },
15249             {
15250             "code": "LV-036",
15251             "name": "Ilūkstes novads",
15252             "type": "Municipality"
15253             },
15254             {
15255             "code": "LV-037",
15256             "name": "Inčukalna novads",
15257             "type": "Municipality"
15258             },
15259             {
15260             "code": "LV-038",
15261             "name": "Jaunjelgavas novads",
15262             "type": "Municipality"
15263             },
15264             {
15265             "code": "LV-039",
15266             "name": "Jaunpiebalgas novads",
15267             "type": "Municipality"
15268             },
15269             {
15270             "code": "LV-040",
15271             "name": "Jaunpils novads",
15272             "type": "Municipality"
15273             },
15274             {
15275             "code": "LV-041",
15276             "name": "Jelgavas novads",
15277             "type": "Municipality"
15278             },
15279             {
15280             "code": "LV-042",
15281             "name": "Jēkabpils novads",
15282             "type": "Municipality"
15283             },
15284             {
15285             "code": "LV-043",
15286             "name": "Kandavas novads",
15287             "type": "Municipality"
15288             },
15289             {
15290             "code": "LV-044",
15291             "name": "Kārsavas novads",
15292             "type": "Municipality"
15293             },
15294             {
15295             "code": "LV-045",
15296             "name": "Kocēnu novads",
15297             "type": "Municipality"
15298             },
15299             {
15300             "code": "LV-046",
15301             "name": "Kokneses novads",
15302             "type": "Municipality"
15303             },
15304             {
15305             "code": "LV-047",
15306             "name": "Krāslavas novads",
15307             "type": "Municipality"
15308             },
15309             {
15310             "code": "LV-048",
15311             "name": "Krimuldas novads",
15312             "type": "Municipality"
15313             },
15314             {
15315             "code": "LV-049",
15316             "name": "Krustpils novads",
15317             "type": "Municipality"
15318             },
15319             {
15320             "code": "LV-050",
15321             "name": "Kuldīgas novads",
15322             "type": "Municipality"
15323             },
15324             {
15325             "code": "LV-051",
15326             "name": "Ķeguma novads",
15327             "type": "Municipality"
15328             },
15329             {
15330             "code": "LV-052",
15331             "name": "Ķekavas novads",
15332             "type": "Municipality"
15333             },
15334             {
15335             "code": "LV-053",
15336             "name": "Lielvārdes novads",
15337             "type": "Municipality"
15338             },
15339             {
15340             "code": "LV-054",
15341             "name": "Limbažu novads",
15342             "type": "Municipality"
15343             },
15344             {
15345             "code": "LV-055",
15346             "name": "Līgatnes novads",
15347             "type": "Municipality"
15348             },
15349             {
15350             "code": "LV-056",
15351             "name": "Līvānu novads",
15352             "type": "Municipality"
15353             },
15354             {
15355             "code": "LV-057",
15356             "name": "Lubānas novads",
15357             "type": "Municipality"
15358             },
15359             {
15360             "code": "LV-058",
15361             "name": "Ludzas novads",
15362             "type": "Municipality"
15363             },
15364             {
15365             "code": "LV-059",
15366             "name": "Madonas novads",
15367             "type": "Municipality"
15368             },
15369             {
15370             "code": "LV-060",
15371             "name": "Mazsalacas novads",
15372             "type": "Municipality"
15373             },
15374             {
15375             "code": "LV-061",
15376             "name": "Mālpils novads",
15377             "type": "Municipality"
15378             },
15379             {
15380             "code": "LV-062",
15381             "name": "Mārupes novads",
15382             "type": "Municipality"
15383             },
15384             {
15385             "code": "LV-063",
15386             "name": "Mērsraga novads",
15387             "type": "Municipality"
15388             },
15389             {
15390             "code": "LV-064",
15391             "name": "Naukšēnu novads",
15392             "type": "Municipality"
15393             },
15394             {
15395             "code": "LV-065",
15396             "name": "Neretas novads",
15397             "type": "Municipality"
15398             },
15399             {
15400             "code": "LV-066",
15401             "name": "Nīcas novads",
15402             "type": "Municipality"
15403             },
15404             {
15405             "code": "LV-067",
15406             "name": "Ogres novads",
15407             "type": "Municipality"
15408             },
15409             {
15410             "code": "LV-068",
15411             "name": "Olaines novads",
15412             "type": "Municipality"
15413             },
15414             {
15415             "code": "LV-069",
15416             "name": "Ozolnieku novads",
15417             "type": "Municipality"
15418             },
15419             {
15420             "code": "LV-070",
15421             "name": "Pārgaujas novads",
15422             "type": "Municipality"
15423             },
15424             {
15425             "code": "LV-071",
15426             "name": "Pāvilostas novads",
15427             "type": "Municipality"
15428             },
15429             {
15430             "code": "LV-072",
15431             "name": "Pļaviņu novads",
15432             "type": "Municipality"
15433             },
15434             {
15435             "code": "LV-073",
15436             "name": "Preiļu novads",
15437             "type": "Municipality"
15438             },
15439             {
15440             "code": "LV-074",
15441             "name": "Priekules novads",
15442             "type": "Municipality"
15443             },
15444             {
15445             "code": "LV-075",
15446             "name": "Priekuļu novads",
15447             "type": "Municipality"
15448             },
15449             {
15450             "code": "LV-076",
15451             "name": "Raunas novads",
15452             "type": "Municipality"
15453             },
15454             {
15455             "code": "LV-077",
15456             "name": "Rēzeknes novads",
15457             "type": "Municipality"
15458             },
15459             {
15460             "code": "LV-078",
15461             "name": "Riebiņu novads",
15462             "type": "Municipality"
15463             },
15464             {
15465             "code": "LV-079",
15466             "name": "Rojas novads",
15467             "type": "Municipality"
15468             },
15469             {
15470             "code": "LV-080",
15471             "name": "Ropažu novads",
15472             "type": "Municipality"
15473             },
15474             {
15475             "code": "LV-081",
15476             "name": "Rucavas novads",
15477             "type": "Municipality"
15478             },
15479             {
15480             "code": "LV-082",
15481             "name": "Rugāju novads",
15482             "type": "Municipality"
15483             },
15484             {
15485             "code": "LV-083",
15486             "name": "Rundāles novads",
15487             "type": "Municipality"
15488             },
15489             {
15490             "code": "LV-084",
15491             "name": "Rūjienas novads",
15492             "type": "Municipality"
15493             },
15494             {
15495             "code": "LV-085",
15496             "name": "Salas novads",
15497             "type": "Municipality"
15498             },
15499             {
15500             "code": "LV-086",
15501             "name": "Salacgrīvas novads",
15502             "type": "Municipality"
15503             },
15504             {
15505             "code": "LV-087",
15506             "name": "Salaspils novads",
15507             "type": "Municipality"
15508             },
15509             {
15510             "code": "LV-088",
15511             "name": "Saldus novads",
15512             "type": "Municipality"
15513             },
15514             {
15515             "code": "LV-089",
15516             "name": "Saulkrastu novads",
15517             "type": "Municipality"
15518             },
15519             {
15520             "code": "LV-090",
15521             "name": "Sējas novads",
15522             "type": "Municipality"
15523             },
15524             {
15525             "code": "LV-091",
15526             "name": "Siguldas novads",
15527             "type": "Municipality"
15528             },
15529             {
15530             "code": "LV-092",
15531             "name": "Skrīveru novads",
15532             "type": "Municipality"
15533             },
15534             {
15535             "code": "LV-093",
15536             "name": "Skrundas novads",
15537             "type": "Municipality"
15538             },
15539             {
15540             "code": "LV-094",
15541             "name": "Smiltenes novads",
15542             "type": "Municipality"
15543             },
15544             {
15545             "code": "LV-095",
15546             "name": "Stopiņu novads",
15547             "type": "Municipality"
15548             },
15549             {
15550             "code": "LV-096",
15551             "name": "Strenču novads",
15552             "type": "Municipality"
15553             },
15554             {
15555             "code": "LV-097",
15556             "name": "Talsu novads",
15557             "type": "Municipality"
15558             },
15559             {
15560             "code": "LV-098",
15561             "name": "Tērvetes novads",
15562             "type": "Municipality"
15563             },
15564             {
15565             "code": "LV-099",
15566             "name": "Tukuma novads",
15567             "type": "Municipality"
15568             },
15569             {
15570             "code": "LV-100",
15571             "name": "Vaiņodes novads",
15572             "type": "Municipality"
15573             },
15574             {
15575             "code": "LV-101",
15576             "name": "Valkas novads",
15577             "type": "Municipality"
15578             },
15579             {
15580             "code": "LV-102",
15581             "name": "Varakļānu novads",
15582             "type": "Municipality"
15583             },
15584             {
15585             "code": "LV-103",
15586             "name": "Vārkavas novads",
15587             "type": "Municipality"
15588             },
15589             {
15590             "code": "LV-104",
15591             "name": "Vecpiebalgas novads",
15592             "type": "Municipality"
15593             },
15594             {
15595             "code": "LV-105",
15596             "name": "Vecumnieku novads",
15597             "type": "Municipality"
15598             },
15599             {
15600             "code": "LV-106",
15601             "name": "Ventspils novads",
15602             "type": "Municipality"
15603             },
15604             {
15605             "code": "LV-107",
15606             "name": "Viesītes novads",
15607             "type": "Municipality"
15608             },
15609             {
15610             "code": "LV-108",
15611             "name": "Viļakas novads",
15612             "type": "Municipality"
15613             },
15614             {
15615             "code": "LV-109",
15616             "name": "Viļānu novads",
15617             "type": "Municipality"
15618             },
15619             {
15620             "code": "LV-110",
15621             "name": "Zilupes novads",
15622             "type": "Municipality"
15623             },
15624             {
15625             "code": "LV-DGV",
15626             "name": "Daugavpils",
15627             "type": "Republican City"
15628             },
15629             {
15630             "code": "LV-JEL",
15631             "name": "Jelgava",
15632             "type": "Republican City"
15633             },
15634             {
15635             "code": "LV-JKB",
15636             "name": "Jēkabpils",
15637             "type": "Republican City"
15638             },
15639             {
15640             "code": "LV-JUR",
15641             "name": "Jūrmala",
15642             "type": "Republican City"
15643             },
15644             {
15645             "code": "LV-LPX",
15646             "name": "Liepāja",
15647             "type": "Republican City"
15648             },
15649             {
15650             "code": "LV-REZ",
15651             "name": "Rēzekne",
15652             "type": "Republican City"
15653             },
15654             {
15655             "code": "LV-RIX",
15656             "name": "Rīga",
15657             "type": "Republican City"
15658             },
15659             {
15660             "code": "LV-VEN",
15661             "name": "Ventspils",
15662             "type": "Republican City"
15663             },
15664             {
15665             "code": "LV-VMR",
15666             "name": "Valmiera",
15667             "type": "Republican City"
15668             },
15669             {
15670             "code": "LY-BA",
15671             "name": "Banghāzī",
15672             "type": "Popularates"
15673             },
15674             {
15675             "code": "LY-BU",
15676             "name": "Al Buţnān",
15677             "type": "Popularates"
15678             },
15679             {
15680             "code": "LY-DR",
15681             "name": "Darnah",
15682             "type": "Popularates"
15683             },
15684             {
15685             "code": "LY-GT",
15686             "name": "Ghāt",
15687             "type": "Popularates"
15688             },
15689             {
15690             "code": "LY-JA",
15691             "name": "Al Jabal al Akhḑar",
15692             "type": "Popularates"
15693             },
15694             {
15695             "code": "LY-JB",
15696             "name": "Jaghbūb",
15697             "type": "Popularates"
15698             },
15699             {
15700             "code": "LY-JG",
15701             "name": "Al Jabal al Gharbī",
15702             "type": "Popularates"
15703             },
15704             {
15705             "code": "LY-JI",
15706             "name": "Al Jifārah",
15707             "type": "Popularates"
15708             },
15709             {
15710             "code": "LY-JU",
15711             "name": "Al Jufrah",
15712             "type": "Popularates"
15713             },
15714             {
15715             "code": "LY-KF",
15716             "name": "Al Kufrah",
15717             "type": "Popularates"
15718             },
15719             {
15720             "code": "LY-MB",
15721             "name": "Al Marqab",
15722             "type": "Popularates"
15723             },
15724             {
15725             "code": "LY-MI",
15726             "name": "Mişrātah",
15727             "type": "Popularates"
15728             },
15729             {
15730             "code": "LY-MJ",
15731             "name": "Al Marj",
15732             "type": "Popularates"
15733             },
15734             {
15735             "code": "LY-MQ",
15736             "name": "Murzuq",
15737             "type": "Popularates"
15738             },
15739             {
15740             "code": "LY-NL",
15741             "name": "Nālūt",
15742             "type": "Popularates"
15743             },
15744             {
15745             "code": "LY-NQ",
15746             "name": "An Nuqaţ al Khams",
15747             "type": "Popularates"
15748             },
15749             {
15750             "code": "LY-SB",
15751             "name": "Sabhā",
15752             "type": "Popularates"
15753             },
15754             {
15755             "code": "LY-SR",
15756             "name": "Surt",
15757             "type": "Popularates"
15758             },
15759             {
15760             "code": "LY-TB",
15761             "name": "Ţarābulus",
15762             "type": "Popularates"
15763             },
15764             {
15765             "code": "LY-WA",
15766             "name": "Al Wāḩāt",
15767             "type": "Popularates"
15768             },
15769             {
15770             "code": "LY-WD",
15771             "name": "Wādī al Ḩayāt",
15772             "type": "Popularates"
15773             },
15774             {
15775             "code": "LY-WS",
15776             "name": "Wādī ash Shāţiʾ",
15777             "type": "Popularates"
15778             },
15779             {
15780             "code": "LY-ZA",
15781             "name": "Az Zāwiyah",
15782             "type": "Popularates"
15783             },
15784             {
15785             "code": "MA-01",
15786             "name": "Tanger-Tétouan-Al Hoceïma",
15787             "type": "Region"
15788             },
15789             {
15790             "code": "MA-02",
15791             "name": "L'Oriental",
15792             "type": "Region"
15793             },
15794             {
15795             "code": "MA-03",
15796             "name": "Fès-Meknès",
15797             "type": "Region"
15798             },
15799             {
15800             "code": "MA-04",
15801             "name": "Rabat-Salé-Kénitra",
15802             "type": "Region"
15803             },
15804             {
15805             "code": "MA-05",
15806             "name": "Béni Mellal-Khénifra",
15807             "type": "Region"
15808             },
15809             {
15810             "code": "MA-06",
15811             "name": "Casablanca-Settat",
15812             "type": "Region"
15813             },
15814             {
15815             "code": "MA-07",
15816             "name": "Marrakech-Safi",
15817             "type": "Region"
15818             },
15819             {
15820             "code": "MA-08",
15821             "name": "Drâa-Tafilalet",
15822             "type": "Region"
15823             },
15824             {
15825             "code": "MA-09",
15826             "name": "Souss-Massa",
15827             "type": "Region"
15828             },
15829             {
15830             "code": "MA-10",
15831             "name": "Guelmim-Oued Noun (EH-partial)",
15832             "type": "Region"
15833             },
15834             {
15835             "code": "MA-11",
15836             "name": "Laâyoune-Sakia El Hamra (EH-partial)",
15837             "type": "Region"
15838             },
15839             {
15840             "code": "MA-12",
15841             "name": "Dakhla-Oued Ed-Dahab (EH)",
15842             "type": "Region"
15843             },
15844             {
15845             "code": "MA-AGD",
15846             "name": "Agadir-Ida-Ou-Tanane",
15847             "parent": "MA-09",
15848             "type": "Prefecture"
15849             },
15850             {
15851             "code": "MA-AOU",
15852             "name": "Aousserd (EH)",
15853             "parent": "MA-12",
15854             "type": "Province"
15855             },
15856             {
15857             "code": "MA-ASZ",
15858             "name": "Assa-Zag (EH-partial)",
15859             "parent": "MA-10",
15860             "type": "Province"
15861             },
15862             {
15863             "code": "MA-AZI",
15864             "name": "Azilal",
15865             "parent": "MA-05",
15866             "type": "Province"
15867             },
15868             {
15869             "code": "MA-BEM",
15870             "name": "Béni Mellal",
15871             "parent": "MA-05",
15872             "type": "Province"
15873             },
15874             {
15875             "code": "MA-BER",
15876             "name": "Berkane",
15877             "parent": "MA-02",
15878             "type": "Province"
15879             },
15880             {
15881             "code": "MA-BES",
15882             "name": "Benslimane",
15883             "parent": "MA-06",
15884             "type": "Province"
15885             },
15886             {
15887             "code": "MA-BOD",
15888             "name": "Boujdour (EH)",
15889             "parent": "MA-11",
15890             "type": "Province"
15891             },
15892             {
15893             "code": "MA-BOM",
15894             "name": "Boulemane",
15895             "parent": "MA-03",
15896             "type": "Province"
15897             },
15898             {
15899             "code": "MA-BRR",
15900             "name": "Berrechid",
15901             "parent": "MA-06",
15902             "type": "Province"
15903             },
15904             {
15905             "code": "MA-CAS",
15906             "name": "Casablanca",
15907             "parent": "MA-06",
15908             "type": "Prefecture"
15909             },
15910             {
15911             "code": "MA-CHE",
15912             "name": "Chefchaouen",
15913             "parent": "MA-01",
15914             "type": "Province"
15915             },
15916             {
15917             "code": "MA-CHI",
15918             "name": "Chichaoua",
15919             "parent": "MA-07",
15920             "type": "Province"
15921             },
15922             {
15923             "code": "MA-CHT",
15924             "name": "Chtouka-Ait Baha",
15925             "parent": "MA-06",
15926             "type": "Province"
15927             },
15928             {
15929             "code": "MA-DRI",
15930             "name": "Driouch",
15931             "parent": "MA-02",
15932             "type": "Province"
15933             },
15934             {
15935             "code": "MA-ERR",
15936             "name": "Errachidia",
15937             "parent": "MA-08",
15938             "type": "Province"
15939             },
15940             {
15941             "code": "MA-ESI",
15942             "name": "Essaouira",
15943             "parent": "MA-07",
15944             "type": "Province"
15945             },
15946             {
15947             "code": "MA-ESM",
15948             "name": "Es-Semara (EH-partial)",
15949             "parent": "MA-11",
15950             "type": "Province"
15951             },
15952             {
15953             "code": "MA-FAH",
15954             "name": "Fahs-Anjra",
15955             "parent": "MA-01",
15956             "type": "Province"
15957             },
15958             {
15959             "code": "MA-FES",
15960             "name": "Fès",
15961             "parent": "MA-03",
15962             "type": "Prefecture"
15963             },
15964             {
15965             "code": "MA-FIG",
15966             "name": "Figuig",
15967             "parent": "MA-02",
15968             "type": "Province"
15969             },
15970             {
15971             "code": "MA-FQH",
15972             "name": "Fquih Ben Salah",
15973             "parent": "MA-05",
15974             "type": "Province"
15975             },
15976             {
15977             "code": "MA-GUE",
15978             "name": "Guelmim",
15979             "parent": "MA-10",
15980             "type": "Province"
15981             },
15982             {
15983             "code": "MA-GUF",
15984             "name": "Guercif",
15985             "parent": "MA-02",
15986             "type": "Province"
15987             },
15988             {
15989             "code": "MA-HAJ",
15990             "name": "El Hajeb",
15991             "parent": "MA-03",
15992             "type": "Province"
15993             },
15994             {
15995             "code": "MA-HAO",
15996             "name": "Al Haouz",
15997             "parent": "MA-07",
15998             "type": "Province"
15999             },
16000             {
16001             "code": "MA-HOC",
16002             "name": "Al Hoceïma",
16003             "parent": "MA-01",
16004             "type": "Province"
16005             },
16006             {
16007             "code": "MA-IFR",
16008             "name": "Ifrane",
16009             "parent": "MA-03",
16010             "type": "Province"
16011             },
16012             {
16013             "code": "MA-INE",
16014             "name": "Inezgane-Ait Melloul",
16015             "parent": "MA-09",
16016             "type": "Prefecture"
16017             },
16018             {
16019             "code": "MA-JDI",
16020             "name": "El Jadida",
16021             "parent": "MA-06",
16022             "type": "Province"
16023             },
16024             {
16025             "code": "MA-JRA",
16026             "name": "Jerada",
16027             "parent": "MA-02",
16028             "type": "Province"
16029             },
16030             {
16031             "code": "MA-KEN",
16032             "name": "Kénitra",
16033             "parent": "MA-04",
16034             "type": "Province"
16035             },
16036             {
16037             "code": "MA-KES",
16038             "name": "El Kelâa des Sraghna",
16039             "parent": "MA-07",
16040             "type": "Province"
16041             },
16042             {
16043             "code": "MA-KHE",
16044             "name": "Khemisset",
16045             "parent": "MA-04",
16046             "type": "Province"
16047             },
16048             {
16049             "code": "MA-KHN",
16050             "name": "Khenifra",
16051             "parent": "MA-05",
16052             "type": "Province"
16053             },
16054             {
16055             "code": "MA-KHO",
16056             "name": "Khouribga",
16057             "parent": "MA-05",
16058             "type": "Province"
16059             },
16060             {
16061             "code": "MA-LAA",
16062             "name": "Laâyoune (EH)",
16063             "parent": "MA-11",
16064             "type": "Province"
16065             },
16066             {
16067             "code": "MA-LAR",
16068             "name": "Larache",
16069             "parent": "MA-01",
16070             "type": "Province"
16071             },
16072             {
16073             "code": "MA-MAR",
16074             "name": "Marrakech",
16075             "parent": "MA-07",
16076             "type": "Prefecture"
16077             },
16078             {
16079             "code": "MA-MDF",
16080             "name": "M’diq-Fnideq",
16081             "parent": "MA-01",
16082             "type": "Prefecture"
16083             },
16084             {
16085             "code": "MA-MED",
16086             "name": "Médiouna",
16087             "parent": "MA-06",
16088             "type": "Province"
16089             },
16090             {
16091             "code": "MA-MEK",
16092             "name": "Meknès",
16093             "parent": "MA-03",
16094             "type": "Prefecture"
16095             },
16096             {
16097             "code": "MA-MID",
16098             "name": "Midelt",
16099             "parent": "MA-08",
16100             "type": "Province"
16101             },
16102             {
16103             "code": "MA-MOH",
16104             "name": "Mohammadia",
16105             "parent": "MA-06",
16106             "type": "Prefecture"
16107             },
16108             {
16109             "code": "MA-MOU",
16110             "name": "Moulay Yacoub",
16111             "parent": "MA-03",
16112             "type": "Province"
16113             },
16114             {
16115             "code": "MA-NAD",
16116             "name": "Nador",
16117             "parent": "MA-02",
16118             "type": "Province"
16119             },
16120             {
16121             "code": "MA-NOU",
16122             "name": "Nouaceur",
16123             "parent": "MA-04",
16124             "type": "Province"
16125             },
16126             {
16127             "code": "MA-OUA",
16128             "name": "Ouarzazate",
16129             "parent": "MA-08",
16130             "type": "Province"
16131             },
16132             {
16133             "code": "MA-OUD",
16134             "name": "Oued Ed-Dahab (EH)",
16135             "parent": "MA-12",
16136             "type": "Province"
16137             },
16138             {
16139             "code": "MA-OUJ",
16140             "name": "Oujda-Angad",
16141             "parent": "MA-02",
16142             "type": "Prefecture"
16143             },
16144             {
16145             "code": "MA-OUZ",
16146             "name": "Ouezzane",
16147             "parent": "MA-01",
16148             "type": "Province"
16149             },
16150             {
16151             "code": "MA-RAB",
16152             "name": "Rabat",
16153             "parent": "MA-04",
16154             "type": "Prefecture"
16155             },
16156             {
16157             "code": "MA-REH",
16158             "name": "Rehamna",
16159             "parent": "MA-07",
16160             "type": "Province"
16161             },
16162             {
16163             "code": "MA-SAF",
16164             "name": "Safi",
16165             "parent": "MA-07",
16166             "type": "Province"
16167             },
16168             {
16169             "code": "MA-SAL",
16170             "name": "Salé",
16171             "parent": "MA-04",
16172             "type": "Prefecture"
16173             },
16174             {
16175             "code": "MA-SEF",
16176             "name": "Sefrou",
16177             "parent": "MA-03",
16178             "type": "Province"
16179             },
16180             {
16181             "code": "MA-SET",
16182             "name": "Settat",
16183             "parent": "MA-06",
16184             "type": "Province"
16185             },
16186             {
16187             "code": "MA-SIB",
16188             "name": "Sidi Bennour",
16189             "parent": "MA-06",
16190             "type": "Province"
16191             },
16192             {
16193             "code": "MA-SIF",
16194             "name": "Sidi Ifni",
16195             "parent": "MA-10",
16196             "type": "Province"
16197             },
16198             {
16199             "code": "MA-SIK",
16200             "name": "Sidi Kacem",
16201             "parent": "MA-04",
16202             "type": "Province"
16203             },
16204             {
16205             "code": "MA-SIL",
16206             "name": "Sidi Slimane",
16207             "parent": "MA-04",
16208             "type": "Province"
16209             },
16210             {
16211             "code": "MA-SKH",
16212             "name": "Skhirate-Témara",
16213             "parent": "MA-04",
16214             "type": "Prefecture"
16215             },
16216             {
16217             "code": "MA-TAF",
16218             "name": "Tarfaya (EH-partial)",
16219             "parent": "MA-11",
16220             "type": "Province"
16221             },
16222             {
16223             "code": "MA-TAI",
16224             "name": "Taourirt",
16225             "parent": "MA-02",
16226             "type": "Province"
16227             },
16228             {
16229             "code": "MA-TAO",
16230             "name": "Taounate",
16231             "parent": "MA-03",
16232             "type": "Province"
16233             },
16234             {
16235             "code": "MA-TAR",
16236             "name": "Taroudant",
16237             "parent": "MA-09",
16238             "type": "Province"
16239             },
16240             {
16241             "code": "MA-TAT",
16242             "name": "Tata",
16243             "parent": "MA-09",
16244             "type": "Province"
16245             },
16246             {
16247             "code": "MA-TAZ",
16248             "name": "Taza",
16249             "parent": "MA-03",
16250             "type": "Province"
16251             },
16252             {
16253             "code": "MA-TET",
16254             "name": "Tétouan",
16255             "parent": "MA-01",
16256             "type": "Province"
16257             },
16258             {
16259             "code": "MA-TIN",
16260             "name": "Tinghir",
16261             "parent": "MA-08",
16262             "type": "Province"
16263             },
16264             {
16265             "code": "MA-TIZ",
16266             "name": "Tiznit",
16267             "parent": "MA-09",
16268             "type": "Province"
16269             },
16270             {
16271             "code": "MA-TNG",
16272             "name": "Tanger-Assilah",
16273             "parent": "MA-01",
16274             "type": "Prefecture"
16275             },
16276             {
16277             "code": "MA-TNT",
16278             "name": "Tan-Tan (EH-partial)",
16279             "parent": "MA-10",
16280             "type": "Province"
16281             },
16282             {
16283             "code": "MA-YUS",
16284             "name": "Youssoufia",
16285             "parent": "MA-07",
16286             "type": "Province"
16287             },
16288             {
16289             "code": "MA-ZAG",
16290             "name": "Zagora",
16291             "parent": "MA-08",
16292             "type": "Province"
16293             },
16294             {
16295             "code": "MC-CL",
16296             "name": "La Colle",
16297             "type": "Quarter"
16298             },
16299             {
16300             "code": "MC-CO",
16301             "name": "La Condamine",
16302             "type": "Quarter"
16303             },
16304             {
16305             "code": "MC-FO",
16306             "name": "Fontvieille",
16307             "type": "Quarter"
16308             },
16309             {
16310             "code": "MC-GA",
16311             "name": "La Gare",
16312             "type": "Quarter"
16313             },
16314             {
16315             "code": "MC-JE",
16316             "name": "Jardin Exotique",
16317             "type": "Quarter"
16318             },
16319             {
16320             "code": "MC-LA",
16321             "name": "Larvotto",
16322             "type": "Quarter"
16323             },
16324             {
16325             "code": "MC-MA",
16326             "name": "Malbousquet",
16327             "type": "Quarter"
16328             },
16329             {
16330             "code": "MC-MC",
16331             "name": "Monte-Carlo",
16332             "type": "Quarter"
16333             },
16334             {
16335             "code": "MC-MG",
16336             "name": "Moneghetti",
16337             "type": "Quarter"
16338             },
16339             {
16340             "code": "MC-MO",
16341             "name": "Monaco-Ville",
16342             "type": "Quarter"
16343             },
16344             {
16345             "code": "MC-MU",
16346             "name": "Moulins",
16347             "type": "Quarter"
16348             },
16349             {
16350             "code": "MC-PH",
16351             "name": "Port-Hercule",
16352             "type": "Quarter"
16353             },
16354             {
16355             "code": "MC-SD",
16356             "name": "Sainte-Dévote",
16357             "type": "Quarter"
16358             },
16359             {
16360             "code": "MC-SO",
16361             "name": "La Source",
16362             "type": "Quarter"
16363             },
16364             {
16365             "code": "MC-SP",
16366             "name": "Spélugues",
16367             "type": "Quarter"
16368             },
16369             {
16370             "code": "MC-SR",
16371             "name": "Saint-Roman",
16372             "type": "Quarter"
16373             },
16374             {
16375             "code": "MC-VR",
16376             "name": "Vallon de la Rousse",
16377             "type": "Quarter"
16378             },
16379             {
16380             "code": "MD-AN",
16381             "name": "Anenii Noi",
16382             "type": "District"
16383             },
16384             {
16385             "code": "MD-BA",
16386             "name": "Bălți",
16387             "type": "City"
16388             },
16389             {
16390             "code": "MD-BD",
16391             "name": "Tighina",
16392             "type": "City"
16393             },
16394             {
16395             "code": "MD-BR",
16396             "name": "Briceni",
16397             "type": "District"
16398             },
16399             {
16400             "code": "MD-BS",
16401             "name": "Basarabeasca",
16402             "type": "District"
16403             },
16404             {
16405             "code": "MD-CA",
16406             "name": "Cahul",
16407             "type": "District"
16408             },
16409             {
16410             "code": "MD-CL",
16411             "name": "Călărași",
16412             "type": "District"
16413             },
16414             {
16415             "code": "MD-CM",
16416             "name": "Cimișlia",
16417             "type": "District"
16418             },
16419             {
16420             "code": "MD-CR",
16421             "name": "Criuleni",
16422             "type": "District"
16423             },
16424             {
16425             "code": "MD-CS",
16426             "name": "Căușeni",
16427             "type": "District"
16428             },
16429             {
16430             "code": "MD-CT",
16431             "name": "Cantemir",
16432             "type": "District"
16433             },
16434             {
16435             "code": "MD-CU",
16436             "name": "Chișinău",
16437             "type": "City"
16438             },
16439             {
16440             "code": "MD-DO",
16441             "name": "Dondușeni",
16442             "type": "District"
16443             },
16444             {
16445             "code": "MD-DR",
16446             "name": "Drochia",
16447             "type": "District"
16448             },
16449             {
16450             "code": "MD-DU",
16451             "name": "Dubăsari",
16452             "type": "District"
16453             },
16454             {
16455             "code": "MD-ED",
16456             "name": "Edineț",
16457             "type": "District"
16458             },
16459             {
16460             "code": "MD-FA",
16461             "name": "Fălești",
16462             "type": "District"
16463             },
16464             {
16465             "code": "MD-FL",
16466             "name": "Florești",
16467             "type": "District"
16468             },
16469             {
16470             "code": "MD-GA",
16471             "name": "Găgăuzia, Unitatea teritorială autonomă",
16472             "type": "Autonomous territorial unit"
16473             },
16474             {
16475             "code": "MD-GL",
16476             "name": "Glodeni",
16477             "type": "District"
16478             },
16479             {
16480             "code": "MD-HI",
16481             "name": "Hîncești",
16482             "type": "District"
16483             },
16484             {
16485             "code": "MD-IA",
16486             "name": "Ialoveni",
16487             "type": "District"
16488             },
16489             {
16490             "code": "MD-LE",
16491             "name": "Leova",
16492             "type": "District"
16493             },
16494             {
16495             "code": "MD-NI",
16496             "name": "Nisporeni",
16497             "type": "District"
16498             },
16499             {
16500             "code": "MD-OC",
16501             "name": "Ocnița",
16502             "type": "District"
16503             },
16504             {
16505             "code": "MD-OR",
16506             "name": "Orhei",
16507             "type": "District"
16508             },
16509             {
16510             "code": "MD-RE",
16511             "name": "Rezina",
16512             "type": "District"
16513             },
16514             {
16515             "code": "MD-RI",
16516             "name": "Rîșcani",
16517             "type": "District"
16518             },
16519             {
16520             "code": "MD-SD",
16521             "name": "Șoldănești",
16522             "type": "District"
16523             },
16524             {
16525             "code": "MD-SI",
16526             "name": "Sîngerei",
16527             "type": "District"
16528             },
16529             {
16530             "code": "MD-SN",
16531             "name": "Stînga Nistrului, unitatea teritorială din",
16532             "type": "Territorial unit"
16533             },
16534             {
16535             "code": "MD-SO",
16536             "name": "Soroca",
16537             "type": "District"
16538             },
16539             {
16540             "code": "MD-ST",
16541             "name": "Strășeni",
16542             "type": "District"
16543             },
16544             {
16545             "code": "MD-SV",
16546             "name": "Ștefan Vodă",
16547             "type": "District"
16548             },
16549             {
16550             "code": "MD-TA",
16551             "name": "Taraclia",
16552             "type": "District"
16553             },
16554             {
16555             "code": "MD-TE",
16556             "name": "Telenești",
16557             "type": "District"
16558             },
16559             {
16560             "code": "MD-UN",
16561             "name": "Ungheni",
16562             "type": "District"
16563             },
16564             {
16565             "code": "ME-01",
16566             "name": "Andrijevica",
16567             "type": "Municipality"
16568             },
16569             {
16570             "code": "ME-02",
16571             "name": "Bar",
16572             "type": "Municipality"
16573             },
16574             {
16575             "code": "ME-03",
16576             "name": "Berane",
16577             "type": "Municipality"
16578             },
16579             {
16580             "code": "ME-04",
16581             "name": "Bijelo Polje",
16582             "type": "Municipality"
16583             },
16584             {
16585             "code": "ME-05",
16586             "name": "Budva",
16587             "type": "Municipality"
16588             },
16589             {
16590             "code": "ME-06",
16591             "name": "Cetinje",
16592             "type": "Municipality"
16593             },
16594             {
16595             "code": "ME-07",
16596             "name": "Danilovgrad",
16597             "type": "Municipality"
16598             },
16599             {
16600             "code": "ME-08",
16601             "name": "Herceg-Novi",
16602             "type": "Municipality"
16603             },
16604             {
16605             "code": "ME-09",
16606             "name": "Kolašin",
16607             "type": "Municipality"
16608             },
16609             {
16610             "code": "ME-10",
16611             "name": "Kotor",
16612             "type": "Municipality"
16613             },
16614             {
16615             "code": "ME-11",
16616             "name": "Mojkovac",
16617             "type": "Municipality"
16618             },
16619             {
16620             "code": "ME-12",
16621             "name": "Nikšić",
16622             "type": "Municipality"
16623             },
16624             {
16625             "code": "ME-13",
16626             "name": "Plav",
16627             "type": "Municipality"
16628             },
16629             {
16630             "code": "ME-14",
16631             "name": "Pljevlja",
16632             "type": "Municipality"
16633             },
16634             {
16635             "code": "ME-15",
16636             "name": "Plužine",
16637             "type": "Municipality"
16638             },
16639             {
16640             "code": "ME-16",
16641             "name": "Podgorica",
16642             "type": "Municipality"
16643             },
16644             {
16645             "code": "ME-17",
16646             "name": "Rožaje",
16647             "type": "Municipality"
16648             },
16649             {
16650             "code": "ME-18",
16651             "name": "Šavnik",
16652             "type": "Municipality"
16653             },
16654             {
16655             "code": "ME-19",
16656             "name": "Tivat",
16657             "type": "Municipality"
16658             },
16659             {
16660             "code": "ME-20",
16661             "name": "Ulcinj",
16662             "type": "Municipality"
16663             },
16664             {
16665             "code": "ME-21",
16666             "name": "Žabljak",
16667             "type": "Municipality"
16668             },
16669             {
16670             "code": "MG-A",
16671             "name": "Toamasina",
16672             "type": "Autonomous province"
16673             },
16674             {
16675             "code": "MG-D",
16676             "name": "Antsiranana",
16677             "type": "Autonomous province"
16678             },
16679             {
16680             "code": "MG-F",
16681             "name": "Fianarantsoa",
16682             "type": "Autonomous province"
16683             },
16684             {
16685             "code": "MG-M",
16686             "name": "Mahajanga",
16687             "type": "Autonomous province"
16688             },
16689             {
16690             "code": "MG-T",
16691             "name": "Antananarivo",
16692             "type": "Autonomous province"
16693             },
16694             {
16695             "code": "MG-U",
16696             "name": "Toliara",
16697             "type": "Autonomous province"
16698             },
16699             {
16700             "code": "MH-ALK",
16701             "name": "Ailuk",
16702             "parent": "T",
16703             "type": "Municipality"
16704             },
16705             {
16706             "code": "MH-ALL",
16707             "name": "Ailinglaplap",
16708             "parent": "L",
16709             "type": "Municipality"
16710             },
16711             {
16712             "code": "MH-ARN",
16713             "name": "Arno",
16714             "parent": "T",
16715             "type": "Municipality"
16716             },
16717             {
16718             "code": "MH-AUR",
16719             "name": "Aur",
16720             "parent": "T",
16721             "type": "Municipality"
16722             },
16723             {
16724             "code": "MH-EBO",
16725             "name": "Ebon",
16726             "parent": "L",
16727             "type": "Municipality"
16728             },
16729             {
16730             "code": "MH-ENI",
16731             "name": "Enewetak",
16732             "parent": "L",
16733             "type": "Municipality"
16734             },
16735             {
16736             "code": "MH-JAB",
16737             "name": "Jabat",
16738             "parent": "L",
16739             "type": "Municipality"
16740             },
16741             {
16742             "code": "MH-JAL",
16743             "name": "Jaluit",
16744             "parent": "L",
16745             "type": "Municipality"
16746             },
16747             {
16748             "code": "MH-KIL",
16749             "name": "Kili",
16750             "parent": "L",
16751             "type": "Municipality"
16752             },
16753             {
16754             "code": "MH-KWA",
16755             "name": "Kwajalein",
16756             "parent": "L",
16757             "type": "Municipality"
16758             },
16759             {
16760             "code": "MH-L",
16761             "name": "Ralik chain",
16762             "type": "Chains (of islands)"
16763             },
16764             {
16765             "code": "MH-LAE",
16766             "name": "Lae",
16767             "parent": "L",
16768             "type": "Municipality"
16769             },
16770             {
16771             "code": "MH-LIB",
16772             "name": "Lib",
16773             "parent": "L",
16774             "type": "Municipality"
16775             },
16776             {
16777             "code": "MH-LIK",
16778             "name": "Likiep",
16779             "parent": "T",
16780             "type": "Municipality"
16781             },
16782             {
16783             "code": "MH-MAJ",
16784             "name": "Majuro",
16785             "parent": "T",
16786             "type": "Municipality"
16787             },
16788             {
16789             "code": "MH-MAL",
16790             "name": "Maloelap",
16791             "parent": "T",
16792             "type": "Municipality"
16793             },
16794             {
16795             "code": "MH-MEJ",
16796             "name": "Mejit",
16797             "parent": "T",
16798             "type": "Municipality"
16799             },
16800             {
16801             "code": "MH-MIL",
16802             "name": "Mili",
16803             "parent": "T",
16804             "type": "Municipality"
16805             },
16806             {
16807             "code": "MH-NMK",
16808             "name": "Namdrik",
16809             "parent": "L",
16810             "type": "Municipality"
16811             },
16812             {
16813             "code": "MH-NMU",
16814             "name": "Namu",
16815             "parent": "L",
16816             "type": "Municipality"
16817             },
16818             {
16819             "code": "MH-RON",
16820             "name": "Rongelap",
16821             "parent": "L",
16822             "type": "Municipality"
16823             },
16824             {
16825             "code": "MH-T",
16826             "name": "Ratak chain",
16827             "type": "Chains (of islands)"
16828             },
16829             {
16830             "code": "MH-UJA",
16831             "name": "Ujae",
16832             "parent": "L",
16833             "type": "Municipality"
16834             },
16835             {
16836             "code": "MH-UTI",
16837             "name": "Utirik",
16838             "parent": "T",
16839             "type": "Municipality"
16840             },
16841             {
16842             "code": "MH-WTJ",
16843             "name": "Wotje",
16844             "parent": "T",
16845             "type": "Municipality"
16846             },
16847             {
16848             "code": "MH-WTN",
16849             "name": "Wotho",
16850             "parent": "L",
16851             "type": "Municipality"
16852             },
16853             {
16854             "code": "MK-01",
16855             "name": "Aerodrom",
16856             "type": "Municipality"
16857             },
16858             {
16859             "code": "MK-02",
16860             "name": "Aračinovo",
16861             "type": "Municipality"
16862             },
16863             {
16864             "code": "MK-03",
16865             "name": "Berovo",
16866             "type": "Municipality"
16867             },
16868             {
16869             "code": "MK-04",
16870             "name": "Bitola",
16871             "type": "Municipality"
16872             },
16873             {
16874             "code": "MK-05",
16875             "name": "Bogdanci",
16876             "type": "Municipality"
16877             },
16878             {
16879             "code": "MK-06",
16880             "name": "Bogovinje",
16881             "type": "Municipality"
16882             },
16883             {
16884             "code": "MK-07",
16885             "name": "Bosilovo",
16886             "type": "Municipality"
16887             },
16888             {
16889             "code": "MK-08",
16890             "name": "Brvenica",
16891             "type": "Municipality"
16892             },
16893             {
16894             "code": "MK-09",
16895             "name": "Butel",
16896             "type": "Municipality"
16897             },
16898             {
16899             "code": "MK-10",
16900             "name": "Valandovo",
16901             "type": "Municipality"
16902             },
16903             {
16904             "code": "MK-11",
16905             "name": "Vasilevo",
16906             "type": "Municipality"
16907             },
16908             {
16909             "code": "MK-12",
16910             "name": "Vevčani",
16911             "type": "Municipality"
16912             },
16913             {
16914             "code": "MK-13",
16915             "name": "Veles",
16916             "type": "Municipality"
16917             },
16918             {
16919             "code": "MK-14",
16920             "name": "Vinica",
16921             "type": "Municipality"
16922             },
16923             {
16924             "code": "MK-15",
16925             "name": "Vraneštica",
16926             "type": "Municipality"
16927             },
16928             {
16929             "code": "MK-16",
16930             "name": "Vrapčište",
16931             "type": "Municipality"
16932             },
16933             {
16934             "code": "MK-17",
16935             "name": "Gazi Baba",
16936             "type": "Municipality"
16937             },
16938             {
16939             "code": "MK-18",
16940             "name": "Gevgelija",
16941             "type": "Municipality"
16942             },
16943             {
16944             "code": "MK-19",
16945             "name": "Gostivar",
16946             "type": "Municipality"
16947             },
16948             {
16949             "code": "MK-20",
16950             "name": "Gradsko",
16951             "type": "Municipality"
16952             },
16953             {
16954             "code": "MK-21",
16955             "name": "Debar",
16956             "type": "Municipality"
16957             },
16958             {
16959             "code": "MK-22",
16960             "name": "Debarca",
16961             "type": "Municipality"
16962             },
16963             {
16964             "code": "MK-23",
16965             "name": "Delčevo",
16966             "type": "Municipality"
16967             },
16968             {
16969             "code": "MK-24",
16970             "name": "Demir Kapija",
16971             "type": "Municipality"
16972             },
16973             {
16974             "code": "MK-25",
16975             "name": "Demir Hisar",
16976             "type": "Municipality"
16977             },
16978             {
16979             "code": "MK-26",
16980             "name": "Dojran",
16981             "type": "Municipality"
16982             },
16983             {
16984             "code": "MK-27",
16985             "name": "Dolneni",
16986             "type": "Municipality"
16987             },
16988             {
16989             "code": "MK-28",
16990             "name": "Drugovo",
16991             "type": "Municipality"
16992             },
16993             {
16994             "code": "MK-29",
16995             "name": "Gjorče Petrov",
16996             "type": "Municipality"
16997             },
16998             {
16999             "code": "MK-30",
17000             "name": "Želino",
17001             "type": "Municipality"
17002             },
17003             {
17004             "code": "MK-31",
17005             "name": "Zajas",
17006             "type": "Municipality"
17007             },
17008             {
17009             "code": "MK-32",
17010             "name": "Zelenikovo",
17011             "type": "Municipality"
17012             },
17013             {
17014             "code": "MK-33",
17015             "name": "Zrnovci",
17016             "type": "Municipality"
17017             },
17018             {
17019             "code": "MK-34",
17020             "name": "Ilinden",
17021             "type": "Municipality"
17022             },
17023             {
17024             "code": "MK-35",
17025             "name": "Jegunovce",
17026             "type": "Municipality"
17027             },
17028             {
17029             "code": "MK-36",
17030             "name": "Kavadarci",
17031             "type": "Municipality"
17032             },
17033             {
17034             "code": "MK-37",
17035             "name": "Karbinci",
17036             "type": "Municipality"
17037             },
17038             {
17039             "code": "MK-38",
17040             "name": "Karpoš",
17041             "type": "Municipality"
17042             },
17043             {
17044             "code": "MK-39",
17045             "name": "Kisela Voda",
17046             "type": "Municipality"
17047             },
17048             {
17049             "code": "MK-40",
17050             "name": "Kičevo",
17051             "type": "Municipality"
17052             },
17053             {
17054             "code": "MK-41",
17055             "name": "Konče",
17056             "type": "Municipality"
17057             },
17058             {
17059             "code": "MK-42",
17060             "name": "Kočani",
17061             "type": "Municipality"
17062             },
17063             {
17064             "code": "MK-43",
17065             "name": "Kratovo",
17066             "type": "Municipality"
17067             },
17068             {
17069             "code": "MK-44",
17070             "name": "Kriva Palanka",
17071             "type": "Municipality"
17072             },
17073             {
17074             "code": "MK-45",
17075             "name": "Krivogaštani",
17076             "type": "Municipality"
17077             },
17078             {
17079             "code": "MK-46",
17080             "name": "Kruševo",
17081             "type": "Municipality"
17082             },
17083             {
17084             "code": "MK-47",
17085             "name": "Kumanovo",
17086             "type": "Municipality"
17087             },
17088             {
17089             "code": "MK-48",
17090             "name": "Lipkovo",
17091             "type": "Municipality"
17092             },
17093             {
17094             "code": "MK-49",
17095             "name": "Lozovo",
17096             "type": "Municipality"
17097             },
17098             {
17099             "code": "MK-50",
17100             "name": "Mavrovo-i-Rostuša",
17101             "type": "Municipality"
17102             },
17103             {
17104             "code": "MK-51",
17105             "name": "Makedonska Kamenica",
17106             "type": "Municipality"
17107             },
17108             {
17109             "code": "MK-52",
17110             "name": "Makedonski Brod",
17111             "type": "Municipality"
17112             },
17113             {
17114             "code": "MK-53",
17115             "name": "Mogila",
17116             "type": "Municipality"
17117             },
17118             {
17119             "code": "MK-54",
17120             "name": "Negotino",
17121             "type": "Municipality"
17122             },
17123             {
17124             "code": "MK-55",
17125             "name": "Novaci",
17126             "type": "Municipality"
17127             },
17128             {
17129             "code": "MK-56",
17130             "name": "Novo Selo",
17131             "type": "Municipality"
17132             },
17133             {
17134             "code": "MK-57",
17135             "name": "Oslomej",
17136             "type": "Municipality"
17137             },
17138             {
17139             "code": "MK-58",
17140             "name": "Ohrid",
17141             "type": "Municipality"
17142             },
17143             {
17144             "code": "MK-59",
17145             "name": "Petrovec",
17146             "type": "Municipality"
17147             },
17148             {
17149             "code": "MK-60",
17150             "name": "Pehčevo",
17151             "type": "Municipality"
17152             },
17153             {
17154             "code": "MK-61",
17155             "name": "Plasnica",
17156             "type": "Municipality"
17157             },
17158             {
17159             "code": "MK-62",
17160             "name": "Prilep",
17161             "type": "Municipality"
17162             },
17163             {
17164             "code": "MK-63",
17165             "name": "Probištip",
17166             "type": "Municipality"
17167             },
17168             {
17169             "code": "MK-64",
17170             "name": "Radoviš",
17171             "type": "Municipality"
17172             },
17173             {
17174             "code": "MK-65",
17175             "name": "Rankovce",
17176             "type": "Municipality"
17177             },
17178             {
17179             "code": "MK-66",
17180             "name": "Resen",
17181             "type": "Municipality"
17182             },
17183             {
17184             "code": "MK-67",
17185             "name": "Rosoman",
17186             "type": "Municipality"
17187             },
17188             {
17189             "code": "MK-68",
17190             "name": "Saraj",
17191             "type": "Municipality"
17192             },
17193             {
17194             "code": "MK-69",
17195             "name": "Sveti Nikole",
17196             "type": "Municipality"
17197             },
17198             {
17199             "code": "MK-70",
17200             "name": "Sopište",
17201             "type": "Municipality"
17202             },
17203             {
17204             "code": "MK-71",
17205             "name": "Staro Nagoričane",
17206             "type": "Municipality"
17207             },
17208             {
17209             "code": "MK-72",
17210             "name": "Struga",
17211             "type": "Municipality"
17212             },
17213             {
17214             "code": "MK-73",
17215             "name": "Strumica",
17216             "type": "Municipality"
17217             },
17218             {
17219             "code": "MK-74",
17220             "name": "Studeničani",
17221             "type": "Municipality"
17222             },
17223             {
17224             "code": "MK-75",
17225             "name": "Tearce",
17226             "type": "Municipality"
17227             },
17228             {
17229             "code": "MK-76",
17230             "name": "Tetovo",
17231             "type": "Municipality"
17232             },
17233             {
17234             "code": "MK-77",
17235             "name": "Centar",
17236             "type": "Municipality"
17237             },
17238             {
17239             "code": "MK-78",
17240             "name": "Centar Župa",
17241             "type": "Municipality"
17242             },
17243             {
17244             "code": "MK-79",
17245             "name": "Čair",
17246             "type": "Municipality"
17247             },
17248             {
17249             "code": "MK-80",
17250             "name": "Čaška",
17251             "type": "Municipality"
17252             },
17253             {
17254             "code": "MK-81",
17255             "name": "Češinovo-Obleševo",
17256             "type": "Municipality"
17257             },
17258             {
17259             "code": "MK-82",
17260             "name": "Čučer Sandevo",
17261             "type": "Municipality"
17262             },
17263             {
17264             "code": "MK-83",
17265             "name": "Štip",
17266             "type": "Municipality"
17267             },
17268             {
17269             "code": "MK-84",
17270             "name": "Šuto Orizari",
17271             "type": "Municipality"
17272             },
17273             {
17274             "code": "ML-1",
17275             "name": "Kayes",
17276             "type": "Region"
17277             },
17278             {
17279             "code": "ML-2",
17280             "name": "Koulikoro",
17281             "type": "Region"
17282             },
17283             {
17284             "code": "ML-3",
17285             "name": "Sikasso",
17286             "type": "Region"
17287             },
17288             {
17289             "code": "ML-4",
17290             "name": "Ségou",
17291             "type": "Region"
17292             },
17293             {
17294             "code": "ML-5",
17295             "name": "Mopti",
17296             "type": "Region"
17297             },
17298             {
17299             "code": "ML-6",
17300             "name": "Tombouctou",
17301             "type": "Region"
17302             },
17303             {
17304             "code": "ML-7",
17305             "name": "Gao",
17306             "type": "Region"
17307             },
17308             {
17309             "code": "ML-8",
17310             "name": "Kidal",
17311             "type": "Region"
17312             },
17313             {
17314             "code": "ML-BK0",
17315             "name": "Bamako",
17316             "type": "District"
17317             },
17318             {
17319             "code": "MM-01",
17320             "name": "Sagaing",
17321             "type": "Division"
17322             },
17323             {
17324             "code": "MM-02",
17325             "name": "Bago",
17326             "type": "Division"
17327             },
17328             {
17329             "code": "MM-03",
17330             "name": "Magway",
17331             "type": "Division"
17332             },
17333             {
17334             "code": "MM-04",
17335             "name": "Mandalay",
17336             "type": "Division"
17337             },
17338             {
17339             "code": "MM-05",
17340             "name": "Tanintharyi",
17341             "type": "Division"
17342             },
17343             {
17344             "code": "MM-06",
17345             "name": "Yangon",
17346             "type": "Division"
17347             },
17348             {
17349             "code": "MM-07",
17350             "name": "Ayeyarwady",
17351             "type": "Division"
17352             },
17353             {
17354             "code": "MM-11",
17355             "name": "Kachin",
17356             "type": "State"
17357             },
17358             {
17359             "code": "MM-12",
17360             "name": "Kayah",
17361             "type": "State"
17362             },
17363             {
17364             "code": "MM-13",
17365             "name": "Kayin",
17366             "type": "State"
17367             },
17368             {
17369             "code": "MM-14",
17370             "name": "Chin",
17371             "type": "State"
17372             },
17373             {
17374             "code": "MM-15",
17375             "name": "Mon",
17376             "type": "State"
17377             },
17378             {
17379             "code": "MM-16",
17380             "name": "Rakhine",
17381             "type": "State"
17382             },
17383             {
17384             "code": "MM-17",
17385             "name": "Shan",
17386             "type": "State"
17387             },
17388             {
17389             "code": "MN-035",
17390             "name": "Orhon",
17391             "type": "Municipality"
17392             },
17393             {
17394             "code": "MN-037",
17395             "name": "Darhan uul",
17396             "type": "Municipality"
17397             },
17398             {
17399             "code": "MN-039",
17400             "name": "Hentiy",
17401             "type": "Province"
17402             },
17403             {
17404             "code": "MN-041",
17405             "name": "Hövsgöl",
17406             "type": "Province"
17407             },
17408             {
17409             "code": "MN-043",
17410             "name": "Hovd",
17411             "type": "Province"
17412             },
17413             {
17414             "code": "MN-046",
17415             "name": "Uvs",
17416             "type": "Province"
17417             },
17418             {
17419             "code": "MN-047",
17420             "name": "Töv",
17421             "type": "Province"
17422             },
17423             {
17424             "code": "MN-049",
17425             "name": "Selenge",
17426             "type": "Province"
17427             },
17428             {
17429             "code": "MN-051",
17430             "name": "Sühbaatar",
17431             "type": "Province"
17432             },
17433             {
17434             "code": "MN-053",
17435             "name": "Ömnögovi",
17436             "type": "Province"
17437             },
17438             {
17439             "code": "MN-055",
17440             "name": "Övörhangay",
17441             "type": "Province"
17442             },
17443             {
17444             "code": "MN-057",
17445             "name": "Dzavhan",
17446             "type": "Province"
17447             },
17448             {
17449             "code": "MN-059",
17450             "name": "Dundgovi",
17451             "type": "Province"
17452             },
17453             {
17454             "code": "MN-061",
17455             "name": "Dornod",
17456             "type": "Province"
17457             },
17458             {
17459             "code": "MN-063",
17460             "name": "Dornogovi",
17461             "type": "Province"
17462             },
17463             {
17464             "code": "MN-064",
17465             "name": "Govi-Sumber",
17466             "type": "Municipality"
17467             },
17468             {
17469             "code": "MN-065",
17470             "name": "Govi-Altay",
17471             "type": "Province"
17472             },
17473             {
17474             "code": "MN-067",
17475             "name": "Bulgan",
17476             "type": "Province"
17477             },
17478             {
17479             "code": "MN-069",
17480             "name": "Bayanhongor",
17481             "type": "Province"
17482             },
17483             {
17484             "code": "MN-071",
17485             "name": "Bayan-Ölgiy",
17486             "type": "Province"
17487             },
17488             {
17489             "code": "MN-073",
17490             "name": "Arhangay",
17491             "type": "Province"
17492             },
17493             {
17494             "code": "MN-1",
17495             "name": "Ulanbaatar",
17496             "type": "Municipality"
17497             },
17498             {
17499             "code": "MR-01",
17500             "name": "Hodh ech Chargui",
17501             "type": "Region"
17502             },
17503             {
17504             "code": "MR-02",
17505             "name": "Hodh el Charbi",
17506             "type": "Region"
17507             },
17508             {
17509             "code": "MR-03",
17510             "name": "Assaba",
17511             "type": "Region"
17512             },
17513             {
17514             "code": "MR-04",
17515             "name": "Gorgol",
17516             "type": "Region"
17517             },
17518             {
17519             "code": "MR-05",
17520             "name": "Brakna",
17521             "type": "Region"
17522             },
17523             {
17524             "code": "MR-06",
17525             "name": "Trarza",
17526             "type": "Region"
17527             },
17528             {
17529             "code": "MR-07",
17530             "name": "Adrar",
17531             "type": "Region"
17532             },
17533             {
17534             "code": "MR-08",
17535             "name": "Dakhlet Nouadhibou",
17536             "type": "Region"
17537             },
17538             {
17539             "code": "MR-09",
17540             "name": "Tagant",
17541             "type": "Region"
17542             },
17543             {
17544             "code": "MR-10",
17545             "name": "Guidimaka",
17546             "type": "Region"
17547             },
17548             {
17549             "code": "MR-11",
17550             "name": "Tiris Zemmour",
17551             "type": "Region"
17552             },
17553             {
17554             "code": "MR-12",
17555             "name": "Inchiri",
17556             "type": "Region"
17557             },
17558             {
17559             "code": "MR-NKC",
17560             "name": "Nouakchott",
17561             "type": "District"
17562             },
17563             {
17564             "code": "MT-01",
17565             "name": "Attard",
17566             "type": "Local council"
17567             },
17568             {
17569             "code": "MT-02",
17570             "name": "Balzan",
17571             "type": "Local council"
17572             },
17573             {
17574             "code": "MT-03",
17575             "name": "Birgu",
17576             "type": "Local council"
17577             },
17578             {
17579             "code": "MT-04",
17580             "name": "Birkirkara",
17581             "type": "Local council"
17582             },
17583             {
17584             "code": "MT-05",
17585             "name": "Birżebbuġa",
17586             "type": "Local council"
17587             },
17588             {
17589             "code": "MT-06",
17590             "name": "Bormla",
17591             "type": "Local council"
17592             },
17593             {
17594             "code": "MT-07",
17595             "name": "Dingli",
17596             "type": "Local council"
17597             },
17598             {
17599             "code": "MT-08",
17600             "name": "Fgura",
17601             "type": "Local council"
17602             },
17603             {
17604             "code": "MT-09",
17605             "name": "Floriana",
17606             "type": "Local council"
17607             },
17608             {
17609             "code": "MT-10",
17610             "name": "Fontana",
17611             "type": "Local council"
17612             },
17613             {
17614             "code": "MT-11",
17615             "name": "Gudja",
17616             "type": "Local council"
17617             },
17618             {
17619             "code": "MT-12",
17620             "name": "Gżira",
17621             "type": "Local council"
17622             },
17623             {
17624             "code": "MT-13",
17625             "name": "Għajnsielem",
17626             "type": "Local council"
17627             },
17628             {
17629             "code": "MT-14",
17630             "name": "Għarb",
17631             "type": "Local council"
17632             },
17633             {
17634             "code": "MT-15",
17635             "name": "Għargħur",
17636             "type": "Local council"
17637             },
17638             {
17639             "code": "MT-16",
17640             "name": "Għasri",
17641             "type": "Local council"
17642             },
17643             {
17644             "code": "MT-17",
17645             "name": "Għaxaq",
17646             "type": "Local council"
17647             },
17648             {
17649             "code": "MT-18",
17650             "name": "Ħamrun",
17651             "type": "Local council"
17652             },
17653             {
17654             "code": "MT-19",
17655             "name": "Iklin",
17656             "type": "Local council"
17657             },
17658             {
17659             "code": "MT-20",
17660             "name": "Isla",
17661             "type": "Local council"
17662             },
17663             {
17664             "code": "MT-21",
17665             "name": "Kalkara",
17666             "type": "Local council"
17667             },
17668             {
17669             "code": "MT-22",
17670             "name": "Kerċem",
17671             "type": "Local council"
17672             },
17673             {
17674             "code": "MT-23",
17675             "name": "Kirkop",
17676             "type": "Local council"
17677             },
17678             {
17679             "code": "MT-24",
17680             "name": "Lija",
17681             "type": "Local council"
17682             },
17683             {
17684             "code": "MT-25",
17685             "name": "Luqa",
17686             "type": "Local council"
17687             },
17688             {
17689             "code": "MT-26",
17690             "name": "Marsa",
17691             "type": "Local council"
17692             },
17693             {
17694             "code": "MT-27",
17695             "name": "Marsaskala",
17696             "type": "Local council"
17697             },
17698             {
17699             "code": "MT-28",
17700             "name": "Marsaxlokk",
17701             "type": "Local council"
17702             },
17703             {
17704             "code": "MT-29",
17705             "name": "Mdina",
17706             "type": "Local council"
17707             },
17708             {
17709             "code": "MT-30",
17710             "name": "Mellieħa",
17711             "type": "Local council"
17712             },
17713             {
17714             "code": "MT-31",
17715             "name": "Mġarr",
17716             "type": "Local council"
17717             },
17718             {
17719             "code": "MT-32",
17720             "name": "Mosta",
17721             "type": "Local council"
17722             },
17723             {
17724             "code": "MT-33",
17725             "name": "Mqabba",
17726             "type": "Local council"
17727             },
17728             {
17729             "code": "MT-34",
17730             "name": "Msida",
17731             "type": "Local council"
17732             },
17733             {
17734             "code": "MT-35",
17735             "name": "Mtarfa",
17736             "type": "Local council"
17737             },
17738             {
17739             "code": "MT-36",
17740             "name": "Munxar",
17741             "type": "Local council"
17742             },
17743             {
17744             "code": "MT-37",
17745             "name": "Nadur",
17746             "type": "Local council"
17747             },
17748             {
17749             "code": "MT-38",
17750             "name": "Naxxar",
17751             "type": "Local council"
17752             },
17753             {
17754             "code": "MT-39",
17755             "name": "Paola",
17756             "type": "Local council"
17757             },
17758             {
17759             "code": "MT-40",
17760             "name": "Pembroke",
17761             "type": "Local council"
17762             },
17763             {
17764             "code": "MT-41",
17765             "name": "Pietà",
17766             "type": "Local council"
17767             },
17768             {
17769             "code": "MT-42",
17770             "name": "Qala",
17771             "type": "Local council"
17772             },
17773             {
17774             "code": "MT-43",
17775             "name": "Qormi",
17776             "type": "Local council"
17777             },
17778             {
17779             "code": "MT-44",
17780             "name": "Qrendi",
17781             "type": "Local council"
17782             },
17783             {
17784             "code": "MT-45",
17785             "name": "Rabat Għawdex",
17786             "type": "Local council"
17787             },
17788             {
17789             "code": "MT-46",
17790             "name": "Rabat Malta",
17791             "type": "Local council"
17792             },
17793             {
17794             "code": "MT-47",
17795             "name": "Safi",
17796             "type": "Local council"
17797             },
17798             {
17799             "code": "MT-48",
17800             "name": "San Ġiljan",
17801             "type": "Local council"
17802             },
17803             {
17804             "code": "MT-49",
17805             "name": "San Ġwann",
17806             "type": "Local council"
17807             },
17808             {
17809             "code": "MT-50",
17810             "name": "San Lawrenz",
17811             "type": "Local council"
17812             },
17813             {
17814             "code": "MT-51",
17815             "name": "San Pawl il-Baħar",
17816             "type": "Local council"
17817             },
17818             {
17819             "code": "MT-52",
17820             "name": "Sannat",
17821             "type": "Local council"
17822             },
17823             {
17824             "code": "MT-53",
17825             "name": "Santa Luċija",
17826             "type": "Local council"
17827             },
17828             {
17829             "code": "MT-54",
17830             "name": "Santa Venera",
17831             "type": "Local council"
17832             },
17833             {
17834             "code": "MT-55",
17835             "name": "Siġġiewi",
17836             "type": "Local council"
17837             },
17838             {
17839             "code": "MT-56",
17840             "name": "Sliema",
17841             "type": "Local council"
17842             },
17843             {
17844             "code": "MT-57",
17845             "name": "Swieqi",
17846             "type": "Local council"
17847             },
17848             {
17849             "code": "MT-58",
17850             "name": "Ta’ Xbiex",
17851             "type": "Local council"
17852             },
17853             {
17854             "code": "MT-59",
17855             "name": "Tarxien",
17856             "type": "Local council"
17857             },
17858             {
17859             "code": "MT-60",
17860             "name": "Valletta",
17861             "type": "Local council"
17862             },
17863             {
17864             "code": "MT-61",
17865             "name": "Xagħra",
17866             "type": "Local council"
17867             },
17868             {
17869             "code": "MT-62",
17870             "name": "Xewkija",
17871             "type": "Local council"
17872             },
17873             {
17874             "code": "MT-63",
17875             "name": "Xgħajra",
17876             "type": "Local council"
17877             },
17878             {
17879             "code": "MT-64",
17880             "name": "Żabbar",
17881             "type": "Local council"
17882             },
17883             {
17884             "code": "MT-65",
17885             "name": "Żebbuġ Għawdex",
17886             "type": "Local council"
17887             },
17888             {
17889             "code": "MT-66",
17890             "name": "Żebbuġ Malta",
17891             "type": "Local council"
17892             },
17893             {
17894             "code": "MT-67",
17895             "name": "Żejtun",
17896             "type": "Local council"
17897             },
17898             {
17899             "code": "MT-68",
17900             "name": "Żurrieq",
17901             "type": "Local council"
17902             },
17903             {
17904             "code": "MU-AG",
17905             "name": "Agalega Islands",
17906             "type": "Dependency"
17907             },
17908             {
17909             "code": "MU-BL",
17910             "name": "Black River",
17911             "type": "District"
17912             },
17913             {
17914             "code": "MU-BR",
17915             "name": "Beau Bassin-Rose Hill",
17916             "type": "City"
17917             },
17918             {
17919             "code": "MU-CC",
17920             "name": "Cargados Carajos Shoals",
17921             "type": "Dependency"
17922             },
17923             {
17924             "code": "MU-CU",
17925             "name": "Curepipe",
17926             "type": "City"
17927             },
17928             {
17929             "code": "MU-FL",
17930             "name": "Flacq",
17931             "type": "District"
17932             },
17933             {
17934             "code": "MU-GP",
17935             "name": "Grand Port",
17936             "type": "District"
17937             },
17938             {
17939             "code": "MU-MO",
17940             "name": "Moka",
17941             "type": "District"
17942             },
17943             {
17944             "code": "MU-PA",
17945             "name": "Pamplemousses",
17946             "type": "District"
17947             },
17948             {
17949             "code": "MU-PL",
17950             "name": "Port Louis",
17951             "type": "District"
17952             },
17953             {
17954             "code": "MU-PU",
17955             "name": "Port Louis",
17956             "type": "City"
17957             },
17958             {
17959             "code": "MU-PW",
17960             "name": "Plaines Wilhems",
17961             "type": "District"
17962             },
17963             {
17964             "code": "MU-QB",
17965             "name": "Quatre Bornes",
17966             "type": "City"
17967             },
17968             {
17969             "code": "MU-RO",
17970             "name": "Rodrigues Island",
17971             "type": "Dependency"
17972             },
17973             {
17974             "code": "MU-RP",
17975             "name": "Rivière du Rempart",
17976             "type": "District"
17977             },
17978             {
17979             "code": "MU-SA",
17980             "name": "Savanne",
17981             "type": "District"
17982             },
17983             {
17984             "code": "MU-VP",
17985             "name": "Vacoas-Phoenix",
17986             "type": "City"
17987             },
17988             {
17989             "code": "MV-00",
17990             "name": "Alifu Dhaalu",
17991             "parent": "NC",
17992             "type": "Administrative atoll"
17993             },
17994             {
17995             "code": "MV-01",
17996             "name": "Seenu",
17997             "parent": "SU",
17998             "type": "Administrative atoll"
17999             },
18000             {
18001             "code": "MV-02",
18002             "name": "Alifu Alifu",
18003             "parent": "NC",
18004             "type": "Administrative atoll"
18005             },
18006             {
18007             "code": "MV-03",
18008             "name": "Lhaviyani",
18009             "parent": "NO",
18010             "type": "Administrative atoll"
18011             },
18012             {
18013             "code": "MV-04",
18014             "name": "Vaavu",
18015             "parent": "NC",
18016             "type": "Administrative atoll"
18017             },
18018             {
18019             "code": "MV-05",
18020             "name": "Laamu",
18021             "parent": "US",
18022             "type": "Administrative atoll"
18023             },
18024             {
18025             "code": "MV-07",
18026             "name": "Haa Alifu",
18027             "parent": "UN",
18028             "type": "Administrative atoll"
18029             },
18030             {
18031             "code": "MV-08",
18032             "name": "Thaa",
18033             "parent": "US",
18034             "type": "Administrative atoll"
18035             },
18036             {
18037             "code": "MV-12",
18038             "name": "Meemu",
18039             "parent": "CE",
18040             "type": "Administrative atoll"
18041             },
18042             {
18043             "code": "MV-13",
18044             "name": "Raa",
18045             "parent": "NO",
18046             "type": "Administrative atoll"
18047             },
18048             {
18049             "code": "MV-14",
18050             "name": "Faafu",
18051             "parent": "CE",
18052             "type": "Administrative atoll"
18053             },
18054             {
18055             "code": "MV-17",
18056             "name": "Dhaalu",
18057             "parent": "CE",
18058             "type": "Administrative atoll"
18059             },
18060             {
18061             "code": "MV-20",
18062             "name": "Baa",
18063             "parent": "NO",
18064             "type": "Administrative atoll"
18065             },
18066             {
18067             "code": "MV-23",
18068             "name": "Haa Dhaalu",
18069             "parent": "UN",
18070             "type": "Administrative atoll"
18071             },
18072             {
18073             "code": "MV-24",
18074             "name": "Shaviyani",
18075             "parent": "UN",
18076             "type": "Administrative atoll"
18077             },
18078             {
18079             "code": "MV-25",
18080             "name": "Noonu",
18081             "parent": "NO",
18082             "type": "Administrative atoll"
18083             },
18084             {
18085             "code": "MV-26",
18086             "name": "Kaafu",
18087             "parent": "NC",
18088             "type": "Administrative atoll"
18089             },
18090             {
18091             "code": "MV-27",
18092             "name": "Gaafu Alifu",
18093             "parent": "SC",
18094             "type": "Administrative atoll"
18095             },
18096             {
18097             "code": "MV-28",
18098             "name": "Gaafu Dhaalu",
18099             "parent": "SC",
18100             "type": "Administrative atoll"
18101             },
18102             {
18103             "code": "MV-29",
18104             "name": "Gnaviyani",
18105             "parent": "SU",
18106             "type": "Administrative atoll"
18107             },
18108             {
18109             "code": "MV-CE",
18110             "name": "Central",
18111             "type": "Province"
18112             },
18113             {
18114             "code": "MV-MLE",
18115             "name": "Male",
18116             "type": "City"
18117             },
18118             {
18119             "code": "MV-NC",
18120             "name": "North Central",
18121             "type": "Province"
18122             },
18123             {
18124             "code": "MV-NO",
18125             "name": "North",
18126             "type": "Province"
18127             },
18128             {
18129             "code": "MV-SC",
18130             "name": "South Central",
18131             "type": "Province"
18132             },
18133             {
18134             "code": "MV-SU",
18135             "name": "South",
18136             "type": "Province"
18137             },
18138             {
18139             "code": "MV-UN",
18140             "name": "Upper North",
18141             "type": "Province"
18142             },
18143             {
18144             "code": "MV-US",
18145             "name": "Upper South",
18146             "type": "Province"
18147             },
18148             {
18149             "code": "MW-BA",
18150             "name": "Balaka",
18151             "parent": "S",
18152             "type": "District"
18153             },
18154             {
18155             "code": "MW-BL",
18156             "name": "Blantyre",
18157             "parent": "S",
18158             "type": "District"
18159             },
18160             {
18161             "code": "MW-C",
18162             "name": "Central Region",
18163             "type": "Region"
18164             },
18165             {
18166             "code": "MW-CK",
18167             "name": "Chikwawa",
18168             "parent": "S",
18169             "type": "District"
18170             },
18171             {
18172             "code": "MW-CR",
18173             "name": "Chiradzulu",
18174             "parent": "S",
18175             "type": "District"
18176             },
18177             {
18178             "code": "MW-CT",
18179             "name": "Chitipa",
18180             "parent": "N",
18181             "type": "District"
18182             },
18183             {
18184             "code": "MW-DE",
18185             "name": "Dedza",
18186             "parent": "C",
18187             "type": "District"
18188             },
18189             {
18190             "code": "MW-DO",
18191             "name": "Dowa",
18192             "parent": "C",
18193             "type": "District"
18194             },
18195             {
18196             "code": "MW-KR",
18197             "name": "Karonga",
18198             "parent": "N",
18199             "type": "District"
18200             },
18201             {
18202             "code": "MW-KS",
18203             "name": "Kasungu",
18204             "parent": "C",
18205             "type": "District"
18206             },
18207             {
18208             "code": "MW-LI",
18209             "name": "Lilongwe",
18210             "parent": "C",
18211             "type": "District"
18212             },
18213             {
18214             "code": "MW-LK",
18215             "name": "Likoma",
18216             "parent": "N",
18217             "type": "District"
18218             },
18219             {
18220             "code": "MW-MC",
18221             "name": "Mchinji",
18222             "parent": "C",
18223             "type": "District"
18224             },
18225             {
18226             "code": "MW-MG",
18227             "name": "Mangochi",
18228             "parent": "S",
18229             "type": "District"
18230             },
18231             {
18232             "code": "MW-MH",
18233             "name": "Machinga",
18234             "parent": "S",
18235             "type": "District"
18236             },
18237             {
18238             "code": "MW-MU",
18239             "name": "Mulanje",
18240             "parent": "S",
18241             "type": "District"
18242             },
18243             {
18244             "code": "MW-MW",
18245             "name": "Mwanza",
18246             "parent": "S",
18247             "type": "District"
18248             },
18249             {
18250             "code": "MW-MZ",
18251             "name": "Mzimba",
18252             "parent": "N",
18253             "type": "District"
18254             },
18255             {
18256             "code": "MW-N",
18257             "name": "Northern Region",
18258             "type": "Region"
18259             },
18260             {
18261             "code": "MW-NB",
18262             "name": "Nkhata Bay",
18263             "parent": "N",
18264             "type": "District"
18265             },
18266             {
18267             "code": "MW-NE",
18268             "name": "Neno",
18269             "parent": "N",
18270             "type": "District"
18271             },
18272             {
18273             "code": "MW-NI",
18274             "name": "Ntchisi",
18275             "parent": "C",
18276             "type": "District"
18277             },
18278             {
18279             "code": "MW-NK",
18280             "name": "Nkhotakota",
18281             "parent": "C",
18282             "type": "District"
18283             },
18284             {
18285             "code": "MW-NS",
18286             "name": "Nsanje",
18287             "parent": "S",
18288             "type": "District"
18289             },
18290             {
18291             "code": "MW-NU",
18292             "name": "Ntcheu",
18293             "parent": "C",
18294             "type": "District"
18295             },
18296             {
18297             "code": "MW-PH",
18298             "name": "Phalombe",
18299             "parent": "S",
18300             "type": "District"
18301             },
18302             {
18303             "code": "MW-RU",
18304             "name": "Rumphi",
18305             "parent": "N",
18306             "type": "District"
18307             },
18308             {
18309             "code": "MW-S",
18310             "name": "Southern Region",
18311             "type": "Region"
18312             },
18313             {
18314             "code": "MW-SA",
18315             "name": "Salima",
18316             "parent": "C",
18317             "type": "District"
18318             },
18319             {
18320             "code": "MW-TH",
18321             "name": "Thyolo",
18322             "parent": "S",
18323             "type": "District"
18324             },
18325             {
18326             "code": "MW-ZO",
18327             "name": "Zomba",
18328             "parent": "S",
18329             "type": "District"
18330             },
18331             {
18332             "code": "MX-AGU",
18333             "name": "Aguascalientes",
18334             "type": "State"
18335             },
18336             {
18337             "code": "MX-BCN",
18338             "name": "Baja California",
18339             "type": "State"
18340             },
18341             {
18342             "code": "MX-BCS",
18343             "name": "Baja California Sur",
18344             "type": "State"
18345             },
18346             {
18347             "code": "MX-CAM",
18348             "name": "Campeche",
18349             "type": "State"
18350             },
18351             {
18352             "code": "MX-CHH",
18353             "name": "Chihuahua",
18354             "type": "State"
18355             },
18356             {
18357             "code": "MX-CHP",
18358             "name": "Chiapas",
18359             "type": "State"
18360             },
18361             {
18362             "code": "MX-CMX",
18363             "name": "Ciudad de México",
18364             "type": "Federal district"
18365             },
18366             {
18367             "code": "MX-COA",
18368             "name": "Coahuila de Zaragoza",
18369             "type": "State"
18370             },
18371             {
18372             "code": "MX-COL",
18373             "name": "Colima",
18374             "type": "State"
18375             },
18376             {
18377             "code": "MX-DUR",
18378             "name": "Durango",
18379             "type": "State"
18380             },
18381             {
18382             "code": "MX-GRO",
18383             "name": "Guerrero",
18384             "type": "State"
18385             },
18386             {
18387             "code": "MX-GUA",
18388             "name": "Guanajuato",
18389             "type": "State"
18390             },
18391             {
18392             "code": "MX-HID",
18393             "name": "Hidalgo",
18394             "type": "State"
18395             },
18396             {
18397             "code": "MX-JAL",
18398             "name": "Jalisco",
18399             "type": "State"
18400             },
18401             {
18402             "code": "MX-MEX",
18403             "name": "México",
18404             "type": "State"
18405             },
18406             {
18407             "code": "MX-MIC",
18408             "name": "Michoacán de Ocampo",
18409             "type": "State"
18410             },
18411             {
18412             "code": "MX-MOR",
18413             "name": "Morelos",
18414             "type": "State"
18415             },
18416             {
18417             "code": "MX-NAY",
18418             "name": "Nayarit",
18419             "type": "State"
18420             },
18421             {
18422             "code": "MX-NLE",
18423             "name": "Nuevo León",
18424             "type": "State"
18425             },
18426             {
18427             "code": "MX-OAX",
18428             "name": "Oaxaca",
18429             "type": "State"
18430             },
18431             {
18432             "code": "MX-PUE",
18433             "name": "Puebla",
18434             "type": "State"
18435             },
18436             {
18437             "code": "MX-QUE",
18438             "name": "Querétaro",
18439             "type": "State"
18440             },
18441             {
18442             "code": "MX-ROO",
18443             "name": "Quintana Roo",
18444             "type": "State"
18445             },
18446             {
18447             "code": "MX-SIN",
18448             "name": "Sinaloa",
18449             "type": "State"
18450             },
18451             {
18452             "code": "MX-SLP",
18453             "name": "San Luis Potosí",
18454             "type": "State"
18455             },
18456             {
18457             "code": "MX-SON",
18458             "name": "Sonora",
18459             "type": "State"
18460             },
18461             {
18462             "code": "MX-TAB",
18463             "name": "Tabasco",
18464             "type": "State"
18465             },
18466             {
18467             "code": "MX-TAM",
18468             "name": "Tamaulipas",
18469             "type": "State"
18470             },
18471             {
18472             "code": "MX-TLA",
18473             "name": "Tlaxcala",
18474             "type": "State"
18475             },
18476             {
18477             "code": "MX-VER",
18478             "name": "Veracruz de Ignacio de la Llave",
18479             "type": "State"
18480             },
18481             {
18482             "code": "MX-YUC",
18483             "name": "Yucatán",
18484             "type": "State"
18485             },
18486             {
18487             "code": "MX-ZAC",
18488             "name": "Zacatecas",
18489             "type": "State"
18490             },
18491             {
18492             "code": "MY-01",
18493             "name": "Johor",
18494             "type": "State"
18495             },
18496             {
18497             "code": "MY-02",
18498             "name": "Kedah",
18499             "type": "State"
18500             },
18501             {
18502             "code": "MY-03",
18503             "name": "Kelantan",
18504             "type": "State"
18505             },
18506             {
18507             "code": "MY-04",
18508             "name": "Melaka",
18509             "type": "State"
18510             },
18511             {
18512             "code": "MY-05",
18513             "name": "Negeri Sembilan",
18514             "type": "State"
18515             },
18516             {
18517             "code": "MY-06",
18518             "name": "Pahang",
18519             "type": "State"
18520             },
18521             {
18522             "code": "MY-07",
18523             "name": "Pulau Pinang",
18524             "type": "State"
18525             },
18526             {
18527             "code": "MY-08",
18528             "name": "Perak",
18529             "type": "State"
18530             },
18531             {
18532             "code": "MY-09",
18533             "name": "Perlis",
18534             "type": "State"
18535             },
18536             {
18537             "code": "MY-10",
18538             "name": "Selangor",
18539             "type": "State"
18540             },
18541             {
18542             "code": "MY-11",
18543             "name": "Terengganu",
18544             "type": "State"
18545             },
18546             {
18547             "code": "MY-12",
18548             "name": "Sabah",
18549             "type": "State"
18550             },
18551             {
18552             "code": "MY-13",
18553             "name": "Sarawak",
18554             "type": "State"
18555             },
18556             {
18557             "code": "MY-14",
18558             "name": "Wilayah Persekutuan Kuala Lumpur",
18559             "type": "Federal Territories"
18560             },
18561             {
18562             "code": "MY-15",
18563             "name": "Wilayah Persekutuan Labuan",
18564             "type": "Federal Territories"
18565             },
18566             {
18567             "code": "MY-16",
18568             "name": "Wilayah Persekutuan Putrajaya",
18569             "type": "Federal Territories"
18570             },
18571             {
18572             "code": "MZ-A",
18573             "name": "Niassa",
18574             "type": "Province"
18575             },
18576             {
18577             "code": "MZ-B",
18578             "name": "Manica",
18579             "type": "Province"
18580             },
18581             {
18582             "code": "MZ-G",
18583             "name": "Gaza",
18584             "type": "Province"
18585             },
18586             {
18587             "code": "MZ-I",
18588             "name": "Inhambane",
18589             "type": "Province"
18590             },
18591             {
18592             "code": "MZ-L",
18593             "name": "Maputo",
18594             "type": "Province"
18595             },
18596             {
18597             "code": "MZ-MPM",
18598             "name": "Maputo (city)",
18599             "type": "City"
18600             },
18601             {
18602             "code": "MZ-N",
18603             "name": "Numpula",
18604             "type": "Province"
18605             },
18606             {
18607             "code": "MZ-P",
18608             "name": "Cabo Delgado",
18609             "type": "Province"
18610             },
18611             {
18612             "code": "MZ-Q",
18613             "name": "Zambezia",
18614             "type": "Province"
18615             },
18616             {
18617             "code": "MZ-S",
18618             "name": "Sofala",
18619             "type": "Province"
18620             },
18621             {
18622             "code": "MZ-T",
18623             "name": "Tete",
18624             "type": "Province"
18625             },
18626             {
18627             "code": "NA-CA",
18628             "name": "Caprivi",
18629             "type": "Region"
18630             },
18631             {
18632             "code": "NA-ER",
18633             "name": "Erongo",
18634             "type": "Region"
18635             },
18636             {
18637             "code": "NA-HA",
18638             "name": "Hardap",
18639             "type": "Region"
18640             },
18641             {
18642             "code": "NA-KA",
18643             "name": "Karas",
18644             "type": "Region"
18645             },
18646             {
18647             "code": "NA-KH",
18648             "name": "Khomas",
18649             "type": "Region"
18650             },
18651             {
18652             "code": "NA-KU",
18653             "name": "Kunene",
18654             "type": "Region"
18655             },
18656             {
18657             "code": "NA-OD",
18658             "name": "Otjozondjupa",
18659             "type": "Region"
18660             },
18661             {
18662             "code": "NA-OH",
18663             "name": "Omaheke",
18664             "type": "Region"
18665             },
18666             {
18667             "code": "NA-OK",
18668             "name": "Okavango",
18669             "type": "Region"
18670             },
18671             {
18672             "code": "NA-ON",
18673             "name": "Oshana",
18674             "type": "Region"
18675             },
18676             {
18677             "code": "NA-OS",
18678             "name": "Omusati",
18679             "type": "Region"
18680             },
18681             {
18682             "code": "NA-OT",
18683             "name": "Oshikoto",
18684             "type": "Region"
18685             },
18686             {
18687             "code": "NA-OW",
18688             "name": "Ohangwena",
18689             "type": "Region"
18690             },
18691             {
18692             "code": "NE-1",
18693             "name": "Agadez",
18694             "type": "Department"
18695             },
18696             {
18697             "code": "NE-2",
18698             "name": "Diffa",
18699             "type": "Department"
18700             },
18701             {
18702             "code": "NE-3",
18703             "name": "Dosso",
18704             "type": "Department"
18705             },
18706             {
18707             "code": "NE-4",
18708             "name": "Maradi",
18709             "type": "Department"
18710             },
18711             {
18712             "code": "NE-5",
18713             "name": "Tahoua",
18714             "type": "Department"
18715             },
18716             {
18717             "code": "NE-6",
18718             "name": "Tillabéri",
18719             "type": "Department"
18720             },
18721             {
18722             "code": "NE-7",
18723             "name": "Zinder",
18724             "type": "Department"
18725             },
18726             {
18727             "code": "NE-8",
18728             "name": "Niamey",
18729             "type": "Capital District"
18730             },
18731             {
18732             "code": "NG-AB",
18733             "name": "Abia",
18734             "type": "State"
18735             },
18736             {
18737             "code": "NG-AD",
18738             "name": "Adamawa",
18739             "type": "State"
18740             },
18741             {
18742             "code": "NG-AK",
18743             "name": "Akwa Ibom",
18744             "type": "State"
18745             },
18746             {
18747             "code": "NG-AN",
18748             "name": "Anambra",
18749             "type": "State"
18750             },
18751             {
18752             "code": "NG-BA",
18753             "name": "Bauchi",
18754             "type": "State"
18755             },
18756             {
18757             "code": "NG-BE",
18758             "name": "Benue",
18759             "type": "State"
18760             },
18761             {
18762             "code": "NG-BO",
18763             "name": "Borno",
18764             "type": "State"
18765             },
18766             {
18767             "code": "NG-BY",
18768             "name": "Bayelsa",
18769             "type": "State"
18770             },
18771             {
18772             "code": "NG-CR",
18773             "name": "Cross River",
18774             "type": "State"
18775             },
18776             {
18777             "code": "NG-DE",
18778             "name": "Delta",
18779             "type": "State"
18780             },
18781             {
18782             "code": "NG-EB",
18783             "name": "Ebonyi",
18784             "type": "State"
18785             },
18786             {
18787             "code": "NG-ED",
18788             "name": "Edo",
18789             "type": "State"
18790             },
18791             {
18792             "code": "NG-EK",
18793             "name": "Ekiti",
18794             "type": "State"
18795             },
18796             {
18797             "code": "NG-EN",
18798             "name": "Enugu",
18799             "type": "State"
18800             },
18801             {
18802             "code": "NG-FC",
18803             "name": "Abuja Capital Territory",
18804             "type": "Capital Territory"
18805             },
18806             {
18807             "code": "NG-GO",
18808             "name": "Gombe",
18809             "type": "State"
18810             },
18811             {
18812             "code": "NG-IM",
18813             "name": "Imo",
18814             "type": "State"
18815             },
18816             {
18817             "code": "NG-JI",
18818             "name": "Jigawa",
18819             "type": "State"
18820             },
18821             {
18822             "code": "NG-KD",
18823             "name": "Kaduna",
18824             "type": "State"
18825             },
18826             {
18827             "code": "NG-KE",
18828             "name": "Kebbi",
18829             "type": "State"
18830             },
18831             {
18832             "code": "NG-KN",
18833             "name": "Kano",
18834             "type": "State"
18835             },
18836             {
18837             "code": "NG-KO",
18838             "name": "Kogi",
18839             "type": "State"
18840             },
18841             {
18842             "code": "NG-KT",
18843             "name": "Katsina",
18844             "type": "State"
18845             },
18846             {
18847             "code": "NG-KW",
18848             "name": "Kwara",
18849             "type": "State"
18850             },
18851             {
18852             "code": "NG-LA",
18853             "name": "Lagos",
18854             "type": "State"
18855             },
18856             {
18857             "code": "NG-NA",
18858             "name": "Nassarawa",
18859             "type": "State"
18860             },
18861             {
18862             "code": "NG-NI",
18863             "name": "Niger",
18864             "type": "State"
18865             },
18866             {
18867             "code": "NG-OG",
18868             "name": "Ogun",
18869             "type": "State"
18870             },
18871             {
18872             "code": "NG-ON",
18873             "name": "Ondo",
18874             "type": "State"
18875             },
18876             {
18877             "code": "NG-OS",
18878             "name": "Osun",
18879             "type": "State"
18880             },
18881             {
18882             "code": "NG-OY",
18883             "name": "Oyo",
18884             "type": "State"
18885             },
18886             {
18887             "code": "NG-PL",
18888             "name": "Plateau",
18889             "type": "State"
18890             },
18891             {
18892             "code": "NG-RI",
18893             "name": "Rivers",
18894             "type": "State"
18895             },
18896             {
18897             "code": "NG-SO",
18898             "name": "Sokoto",
18899             "type": "State"
18900             },
18901             {
18902             "code": "NG-TA",
18903             "name": "Taraba",
18904             "type": "State"
18905             },
18906             {
18907             "code": "NG-YO",
18908             "name": "Yobe",
18909             "type": "State"
18910             },
18911             {
18912             "code": "NG-ZA",
18913             "name": "Zamfara",
18914             "type": "State"
18915             },
18916             {
18917             "code": "NI-AN",
18918             "name": "Atlántico Norte",
18919             "type": "Autonomous Region"
18920             },
18921             {
18922             "code": "NI-AS",
18923             "name": "Atlántico Sur",
18924             "type": "Autonomous Region"
18925             },
18926             {
18927             "code": "NI-BO",
18928             "name": "Boaco",
18929             "type": "Department"
18930             },
18931             {
18932             "code": "NI-CA",
18933             "name": "Carazo",
18934             "type": "Department"
18935             },
18936             {
18937             "code": "NI-CI",
18938             "name": "Chinandega",
18939             "type": "Department"
18940             },
18941             {
18942             "code": "NI-CO",
18943             "name": "Chontales",
18944             "type": "Department"
18945             },
18946             {
18947             "code": "NI-ES",
18948             "name": "Estelí",
18949             "type": "Department"
18950             },
18951             {
18952             "code": "NI-GR",
18953             "name": "Granada",
18954             "type": "Department"
18955             },
18956             {
18957             "code": "NI-JI",
18958             "name": "Jinotega",
18959             "type": "Department"
18960             },
18961             {
18962             "code": "NI-LE",
18963             "name": "León",
18964             "type": "Department"
18965             },
18966             {
18967             "code": "NI-MD",
18968             "name": "Madriz",
18969             "type": "Department"
18970             },
18971             {
18972             "code": "NI-MN",
18973             "name": "Managua",
18974             "type": "Department"
18975             },
18976             {
18977             "code": "NI-MS",
18978             "name": "Masaya",
18979             "type": "Department"
18980             },
18981             {
18982             "code": "NI-MT",
18983             "name": "Matagalpa",
18984             "type": "Department"
18985             },
18986             {
18987             "code": "NI-NS",
18988             "name": "Nueva Segovia",
18989             "type": "Department"
18990             },
18991             {
18992             "code": "NI-RI",
18993             "name": "Rivas",
18994             "type": "Department"
18995             },
18996             {
18997             "code": "NI-SJ",
18998             "name": "Río San Juan",
18999             "type": "Department"
19000             },
19001             {
19002             "code": "NL-AW",
19003             "name": "Aruba",
19004             "type": "Country"
19005             },
19006             {
19007             "code": "NL-BQ1",
19008             "name": "Bonaire",
19009             "type": "Special municipality"
19010             },
19011             {
19012             "code": "NL-BQ2",
19013             "name": "Saba",
19014             "type": "Special municipality"
19015             },
19016             {
19017             "code": "NL-BQ3",
19018             "name": "Sint Eustatius",
19019             "type": "Special municipality"
19020             },
19021             {
19022             "code": "NL-CW",
19023             "name": "Curaçao",
19024             "type": "Country"
19025             },
19026             {
19027             "code": "NL-DR",
19028             "name": "Drenthe",
19029             "type": "Province"
19030             },
19031             {
19032             "code": "NL-FL",
19033             "name": "Flevoland",
19034             "type": "Province"
19035             },
19036             {
19037             "code": "NL-FR",
19038             "name": "Friesland",
19039             "type": "Province"
19040             },
19041             {
19042             "code": "NL-GE",
19043             "name": "Gelderland",
19044             "type": "Province"
19045             },
19046             {
19047             "code": "NL-GR",
19048             "name": "Groningen",
19049             "type": "Province"
19050             },
19051             {
19052             "code": "NL-LI",
19053             "name": "Limburg",
19054             "type": "Province"
19055             },
19056             {
19057             "code": "NL-NB",
19058             "name": "Noord-Brabant",
19059             "type": "Province"
19060             },
19061             {
19062             "code": "NL-NH",
19063             "name": "Noord-Holland",
19064             "type": "Province"
19065             },
19066             {
19067             "code": "NL-OV",
19068             "name": "Overijssel",
19069             "type": "Province"
19070             },
19071             {
19072             "code": "NL-SX",
19073             "name": "Sint Maarten",
19074             "type": "Country"
19075             },
19076             {
19077             "code": "NL-UT",
19078             "name": "Utrecht",
19079             "type": "Province"
19080             },
19081             {
19082             "code": "NL-ZE",
19083             "name": "Zeeland",
19084             "type": "Province"
19085             },
19086             {
19087             "code": "NL-ZH",
19088             "name": "Zuid-Holland",
19089             "type": "Province"
19090             },
19091             {
19092             "code": "NO-01",
19093             "name": "Østfold",
19094             "type": "County"
19095             },
19096             {
19097             "code": "NO-02",
19098             "name": "Akershus",
19099             "type": "County"
19100             },
19101             {
19102             "code": "NO-03",
19103             "name": "Oslo",
19104             "type": "County"
19105             },
19106             {
19107             "code": "NO-04",
19108             "name": "Hedmark",
19109             "type": "County"
19110             },
19111             {
19112             "code": "NO-05",
19113             "name": "Oppland",
19114             "type": "County"
19115             },
19116             {
19117             "code": "NO-06",
19118             "name": "Buskerud",
19119             "type": "County"
19120             },
19121             {
19122             "code": "NO-07",
19123             "name": "Vestfold",
19124             "type": "County"
19125             },
19126             {
19127             "code": "NO-08",
19128             "name": "Telemark",
19129             "type": "County"
19130             },
19131             {
19132             "code": "NO-09",
19133             "name": "Aust-Agder",
19134             "type": "County"
19135             },
19136             {
19137             "code": "NO-10",
19138             "name": "Vest-Agder",
19139             "type": "County"
19140             },
19141             {
19142             "code": "NO-11",
19143             "name": "Rogaland",
19144             "type": "County"
19145             },
19146             {
19147             "code": "NO-12",
19148             "name": "Hordaland",
19149             "type": "County"
19150             },
19151             {
19152             "code": "NO-14",
19153             "name": "Sogn og Fjordane",
19154             "type": "County"
19155             },
19156             {
19157             "code": "NO-15",
19158             "name": "Møre og Romsdal",
19159             "type": "County"
19160             },
19161             {
19162             "code": "NO-16",
19163             "name": "Sør-Trøndelag",
19164             "type": "County"
19165             },
19166             {
19167             "code": "NO-17",
19168             "name": "Nord-Trøndelag",
19169             "type": "County"
19170             },
19171             {
19172             "code": "NO-18",
19173             "name": "Nordland",
19174             "type": "County"
19175             },
19176             {
19177             "code": "NO-19",
19178             "name": "Troms",
19179             "type": "County"
19180             },
19181             {
19182             "code": "NO-20",
19183             "name": "Finnmark",
19184             "type": "County"
19185             },
19186             {
19187             "code": "NO-21",
19188             "name": "Svalbard (Arctic Region)",
19189             "type": "Arctic Region"
19190             },
19191             {
19192             "code": "NO-22",
19193             "name": "Jan Mayen (Arctic Region)",
19194             "type": "Arctic Region"
19195             },
19196             {
19197             "code": "NP-1",
19198             "name": "Madhyamanchal",
19199             "type": "Development region"
19200             },
19201             {
19202             "code": "NP-2",
19203             "name": "Madhya Pashchimanchal",
19204             "type": "Development region"
19205             },
19206             {
19207             "code": "NP-3",
19208             "name": "Pashchimanchal",
19209             "type": "Development region"
19210             },
19211             {
19212             "code": "NP-4",
19213             "name": "Purwanchal",
19214             "type": "Development region"
19215             },
19216             {
19217             "code": "NP-5",
19218             "name": "Sudur Pashchimanchal",
19219             "type": "Development region"
19220             },
19221             {
19222             "code": "NP-BA",
19223             "name": "Bagmati",
19224             "parent": "1",
19225             "type": "Zone"
19226             },
19227             {
19228             "code": "NP-BH",
19229             "name": "Bheri",
19230             "parent": "2",
19231             "type": "Zone"
19232             },
19233             {
19234             "code": "NP-DH",
19235             "name": "Dhawalagiri",
19236             "parent": "3",
19237             "type": "Zone"
19238             },
19239             {
19240             "code": "NP-GA",
19241             "name": "Gandaki",
19242             "parent": "3",
19243             "type": "Zone"
19244             },
19245             {
19246             "code": "NP-JA",
19247             "name": "Janakpur",
19248             "parent": "1",
19249             "type": "Zone"
19250             },
19251             {
19252             "code": "NP-KA",
19253             "name": "Karnali",
19254             "parent": "2",
19255             "type": "Zone"
19256             },
19257             {
19258             "code": "NP-KO",
19259             "name": "Kosi",
19260             "parent": "4",
19261             "type": "Zone"
19262             },
19263             {
19264             "code": "NP-LU",
19265             "name": "Lumbini",
19266             "parent": "3",
19267             "type": "Zone"
19268             },
19269             {
19270             "code": "NP-MA",
19271             "name": "Mahakali",
19272             "parent": "5",
19273             "type": "Zone"
19274             },
19275             {
19276             "code": "NP-ME",
19277             "name": "Mechi",
19278             "parent": "4",
19279             "type": "Zone"
19280             },
19281             {
19282             "code": "NP-NA",
19283             "name": "Narayani",
19284             "parent": "1",
19285             "type": "Zone"
19286             },
19287             {
19288             "code": "NP-RA",
19289             "name": "Rapti",
19290             "parent": "2",
19291             "type": "Zone"
19292             },
19293             {
19294             "code": "NP-SA",
19295             "name": "Sagarmatha",
19296             "parent": "4",
19297             "type": "Zone"
19298             },
19299             {
19300             "code": "NP-SE",
19301             "name": "Seti",
19302             "parent": "5",
19303             "type": "Zone"
19304             },
19305             {
19306             "code": "NR-01",
19307             "name": "Aiwo",
19308             "type": "District"
19309             },
19310             {
19311             "code": "NR-02",
19312             "name": "Anabar",
19313             "type": "District"
19314             },
19315             {
19316             "code": "NR-03",
19317             "name": "Anetan",
19318             "type": "District"
19319             },
19320             {
19321             "code": "NR-04",
19322             "name": "Anibare",
19323             "type": "District"
19324             },
19325             {
19326             "code": "NR-05",
19327             "name": "Baiti",
19328             "type": "District"
19329             },
19330             {
19331             "code": "NR-06",
19332             "name": "Boe",
19333             "type": "District"
19334             },
19335             {
19336             "code": "NR-07",
19337             "name": "Buada",
19338             "type": "District"
19339             },
19340             {
19341             "code": "NR-08",
19342             "name": "Denigomodu",
19343             "type": "District"
19344             },
19345             {
19346             "code": "NR-09",
19347             "name": "Ewa",
19348             "type": "District"
19349             },
19350             {
19351             "code": "NR-10",
19352             "name": "Ijuw",
19353             "type": "District"
19354             },
19355             {
19356             "code": "NR-11",
19357             "name": "Meneng",
19358             "type": "District"
19359             },
19360             {
19361             "code": "NR-12",
19362             "name": "Nibok",
19363             "type": "District"
19364             },
19365             {
19366             "code": "NR-13",
19367             "name": "Uaboe",
19368             "type": "District"
19369             },
19370             {
19371             "code": "NR-14",
19372             "name": "Yaren",
19373             "type": "District"
19374             },
19375             {
19376             "code": "NZ-AUK",
19377             "name": "Auckland",
19378             "parent": "N",
19379             "type": "Regional council"
19380             },
19381             {
19382             "code": "NZ-BOP",
19383             "name": "Bay of Plenty",
19384             "parent": "N",
19385             "type": "Regional council"
19386             },
19387             {
19388             "code": "NZ-CAN",
19389             "name": "Canterbury",
19390             "parent": "S",
19391             "type": "Regional council"
19392             },
19393             {
19394             "code": "NZ-CIT",
19395             "name": "Chatham Islands Territory",
19396             "type": "Special island authority"
19397             },
19398             {
19399             "code": "NZ-GIS",
19400             "name": "Gisborne District",
19401             "parent": "N",
19402             "type": "Unitary authority"
19403             },
19404             {
19405             "code": "NZ-HKB",
19406             "name": "Hawke's Bay",
19407             "parent": "N",
19408             "type": "Regional council"
19409             },
19410             {
19411             "code": "NZ-MBH",
19412             "name": "Marlborough District",
19413             "parent": "S",
19414             "type": "Unitary authority"
19415             },
19416             {
19417             "code": "NZ-MWT",
19418             "name": "Manawatu-Wanganui",
19419             "parent": "N",
19420             "type": "Regional council"
19421             },
19422             {
19423             "code": "NZ-N",
19424             "name": "North Island",
19425             "type": "Island"
19426             },
19427             {
19428             "code": "NZ-NSN",
19429             "name": "Nelson City",
19430             "parent": "S",
19431             "type": "Unitary authority"
19432             },
19433             {
19434             "code": "NZ-NTL",
19435             "name": "Northland",
19436             "parent": "N",
19437             "type": "Regional council"
19438             },
19439             {
19440             "code": "NZ-OTA",
19441             "name": "Otago",
19442             "parent": "S",
19443             "type": "Regional council"
19444             },
19445             {
19446             "code": "NZ-S",
19447             "name": "South Island",
19448             "type": "Island"
19449             },
19450             {
19451             "code": "NZ-STL",
19452             "name": "Southland",
19453             "parent": "S",
19454             "type": "Regional council"
19455             },
19456             {
19457             "code": "NZ-TAS",
19458             "name": "Tasman District",
19459             "parent": "S",
19460             "type": "Unitary authority"
19461             },
19462             {
19463             "code": "NZ-TKI",
19464             "name": "Taranaki",
19465             "parent": "N",
19466             "type": "Regional council"
19467             },
19468             {
19469             "code": "NZ-WGN",
19470             "name": "Wellington",
19471             "parent": "N",
19472             "type": "Regional council"
19473             },
19474             {
19475             "code": "NZ-WKO",
19476             "name": "Waikato",
19477             "parent": "N",
19478             "type": "Regional council"
19479             },
19480             {
19481             "code": "NZ-WTC",
19482             "name": "West Coast",
19483             "parent": "S",
19484             "type": "Regional council"
19485             },
19486             {
19487             "code": "OM-BA",
19488             "name": "Al Bāţinah",
19489             "type": "Region"
19490             },
19491             {
19492             "code": "OM-BU",
19493             "name": "Al Buraymī",
19494             "type": "Governorate"
19495             },
19496             {
19497             "code": "OM-DA",
19498             "name": "Ad Dākhilīya",
19499             "type": "Region"
19500             },
19501             {
19502             "code": "OM-MA",
19503             "name": "Masqaţ",
19504             "type": "Governorate"
19505             },
19506             {
19507             "code": "OM-MU",
19508             "name": "Musandam",
19509             "type": "Governorate"
19510             },
19511             {
19512             "code": "OM-SH",
19513             "name": "Ash Sharqīyah",
19514             "type": "Region"
19515             },
19516             {
19517             "code": "OM-WU",
19518             "name": "Al Wusţá",
19519             "type": "Region"
19520             },
19521             {
19522             "code": "OM-ZA",
19523             "name": "Az̧ Z̧āhirah",
19524             "type": "Region"
19525             },
19526             {
19527             "code": "OM-ZU",
19528             "name": "Z̧ufār",
19529             "type": "Governorate"
19530             },
19531             {
19532             "code": "PA-1",
19533             "name": "Bocas del Toro",
19534             "type": "Province"
19535             },
19536             {
19537             "code": "PA-2",
19538             "name": "Coclé",
19539             "type": "Province"
19540             },
19541             {
19542             "code": "PA-3",
19543             "name": "Colón",
19544             "type": "Province"
19545             },
19546             {
19547             "code": "PA-4",
19548             "name": "Chiriquí",
19549             "type": "Province"
19550             },
19551             {
19552             "code": "PA-5",
19553             "name": "Darién",
19554             "type": "Province"
19555             },
19556             {
19557             "code": "PA-6",
19558             "name": "Herrera",
19559             "type": "Province"
19560             },
19561             {
19562             "code": "PA-7",
19563             "name": "Los Santos",
19564             "type": "Province"
19565             },
19566             {
19567             "code": "PA-8",
19568             "name": "Panamá",
19569             "type": "Province"
19570             },
19571             {
19572             "code": "PA-9",
19573             "name": "Veraguas",
19574             "type": "Province"
19575             },
19576             {
19577             "code": "PA-EM",
19578             "name": "Emberá",
19579             "type": "Indigenous region"
19580             },
19581             {
19582             "code": "PA-KY",
19583             "name": "Kuna Yala",
19584             "type": "Indigenous region"
19585             },
19586             {
19587             "code": "PA-NB",
19588             "name": "Ngöbe-Buglé",
19589             "type": "Indigenous region"
19590             },
19591             {
19592             "code": "PE-AMA",
19593             "name": "Amazonas",
19594             "type": "Region"
19595             },
19596             {
19597             "code": "PE-ANC",
19598             "name": "Ancash",
19599             "type": "Region"
19600             },
19601             {
19602             "code": "PE-APU",
19603             "name": "Apurímac",
19604             "type": "Region"
19605             },
19606             {
19607             "code": "PE-ARE",
19608             "name": "Arequipa",
19609             "type": "Region"
19610             },
19611             {
19612             "code": "PE-AYA",
19613             "name": "Ayacucho",
19614             "type": "Region"
19615             },
19616             {
19617             "code": "PE-CAJ",
19618             "name": "Cajamarca",
19619             "type": "Region"
19620             },
19621             {
19622             "code": "PE-CAL",
19623             "name": "El Callao",
19624             "type": "Constitutional province"
19625             },
19626             {
19627             "code": "PE-CUS",
19628             "name": "Cusco [Cuzco]",
19629             "type": "Region"
19630             },
19631             {
19632             "code": "PE-HUC",
19633             "name": "Huánuco",
19634             "type": "Region"
19635             },
19636             {
19637             "code": "PE-HUV",
19638             "name": "Huancavelica",
19639             "type": "Region"
19640             },
19641             {
19642             "code": "PE-ICA",
19643             "name": "Ica",
19644             "type": "Region"
19645             },
19646             {
19647             "code": "PE-JUN",
19648             "name": "Junín",
19649             "type": "Region"
19650             },
19651             {
19652             "code": "PE-LAL",
19653             "name": "La Libertad",
19654             "type": "Region"
19655             },
19656             {
19657             "code": "PE-LAM",
19658             "name": "Lambayeque",
19659             "type": "Region"
19660             },
19661             {
19662             "code": "PE-LIM",
19663             "name": "Lima",
19664             "type": "Region"
19665             },
19666             {
19667             "code": "PE-LMA",
19668             "name": "Municipalidad Metropolitana de Lima",
19669             "type": "Municipality"
19670             },
19671             {
19672             "code": "PE-LOR",
19673             "name": "Loreto",
19674             "type": "Region"
19675             },
19676             {
19677             "code": "PE-MDD",
19678             "name": "Madre de Dios",
19679             "type": "Region"
19680             },
19681             {
19682             "code": "PE-MOQ",
19683             "name": "Moquegua",
19684             "type": "Region"
19685             },
19686             {
19687             "code": "PE-PAS",
19688             "name": "Pasco",
19689             "type": "Region"
19690             },
19691             {
19692             "code": "PE-PIU",
19693             "name": "Piura",
19694             "type": "Region"
19695             },
19696             {
19697             "code": "PE-PUN",
19698             "name": "Puno",
19699             "type": "Region"
19700             },
19701             {
19702             "code": "PE-SAM",
19703             "name": "San Martín",
19704             "type": "Region"
19705             },
19706             {
19707             "code": "PE-TAC",
19708             "name": "Tacna",
19709             "type": "Region"
19710             },
19711             {
19712             "code": "PE-TUM",
19713             "name": "Tumbes",
19714             "type": "Region"
19715             },
19716             {
19717             "code": "PE-UCA",
19718             "name": "Ucayali",
19719             "type": "Region"
19720             },
19721             {
19722             "code": "PG-CPK",
19723             "name": "Chimbu",
19724             "type": "Province"
19725             },
19726             {
19727             "code": "PG-CPM",
19728             "name": "Central",
19729             "type": "Province"
19730             },
19731             {
19732             "code": "PG-EBR",
19733             "name": "East New Britain",
19734             "type": "Province"
19735             },
19736             {
19737             "code": "PG-EHG",
19738             "name": "Eastern Highlands",
19739             "type": "Province"
19740             },
19741             {
19742             "code": "PG-EPW",
19743             "name": "Enga",
19744             "type": "Province"
19745             },
19746             {
19747             "code": "PG-ESW",
19748             "name": "East Sepik",
19749             "type": "Province"
19750             },
19751             {
19752             "code": "PG-GPK",
19753             "name": "Gulf",
19754             "type": "Province"
19755             },
19756             {
19757             "code": "PG-MBA",
19758             "name": "Milne Bay",
19759             "type": "Province"
19760             },
19761             {
19762             "code": "PG-MPL",
19763             "name": "Morobe",
19764             "type": "Province"
19765             },
19766             {
19767             "code": "PG-MPM",
19768             "name": "Madang",
19769             "type": "Province"
19770             },
19771             {
19772             "code": "PG-MRL",
19773             "name": "Manus",
19774             "type": "Province"
19775             },
19776             {
19777             "code": "PG-NCD",
19778             "name": "National Capital District (Port Moresby)",
19779             "type": "District"
19780             },
19781             {
19782             "code": "PG-NIK",
19783             "name": "New Ireland",
19784             "type": "Province"
19785             },
19786             {
19787             "code": "PG-NPP",
19788             "name": "Northern",
19789             "type": "Province"
19790             },
19791             {
19792             "code": "PG-NSB",
19793             "name": "Bougainville",
19794             "type": "Autonomous region"
19795             },
19796             {
19797             "code": "PG-SAN",
19798             "name": "Sandaun",
19799             "type": "Province"
19800             },
19801             {
19802             "code": "PG-SHM",
19803             "name": "Southern Highlands",
19804             "type": "Province"
19805             },
19806             {
19807             "code": "PG-WBK",
19808             "name": "West New Britain",
19809             "type": "Province"
19810             },
19811             {
19812             "code": "PG-WHM",
19813             "name": "Western Highlands",
19814             "type": "Province"
19815             },
19816             {
19817             "code": "PG-WPD",
19818             "name": "Western",
19819             "type": "Province"
19820             },
19821             {
19822             "code": "PH-00",
19823             "name": "National Capital Region",
19824             "type": "Region"
19825             },
19826             {
19827             "code": "PH-01",
19828             "name": "Ilocos (Region I)",
19829             "type": "Region"
19830             },
19831             {
19832             "code": "PH-02",
19833             "name": "Cagayan Valley (Region II)",
19834             "type": "Region"
19835             },
19836             {
19837             "code": "PH-03",
19838             "name": "Central Luzon (Region III)",
19839             "type": "Region"
19840             },
19841             {
19842             "code": "PH-05",
19843             "name": "Bicol (Region V)",
19844             "type": "Region"
19845             },
19846             {
19847             "code": "PH-06",
19848             "name": "Western Visayas (Region VI)",
19849             "type": "Region"
19850             },
19851             {
19852             "code": "PH-07",
19853             "name": "Central Visayas (Region VII)",
19854             "type": "Region"
19855             },
19856             {
19857             "code": "PH-08",
19858             "name": "Eastern Visayas (Region VIII)",
19859             "type": "Region"
19860             },
19861             {
19862             "code": "PH-09",
19863             "name": "Zamboanga Peninsula (Region IX)",
19864             "type": "Region"
19865             },
19866             {
19867             "code": "PH-10",
19868             "name": "Northern Mindanao (Region X)",
19869             "type": "Region"
19870             },
19871             {
19872             "code": "PH-11",
19873             "name": "Davao (Region XI)",
19874             "type": "Region"
19875             },
19876             {
19877             "code": "PH-12",
19878             "name": "Soccsksargen (Region XII)",
19879             "type": "Region"
19880             },
19881             {
19882             "code": "PH-13",
19883             "name": "Caraga (Region XIII)",
19884             "type": "Region"
19885             },
19886             {
19887             "code": "PH-14",
19888             "name": "Autonomous Region in Muslim Mindanao (ARMM)",
19889             "type": "Region"
19890             },
19891             {
19892             "code": "PH-15",
19893             "name": "Cordillera Administrative Region (CAR)",
19894             "type": "Region"
19895             },
19896             {
19897             "code": "PH-40",
19898             "name": "CALABARZON (Region IV-A)",
19899             "type": "Region"
19900             },
19901             {
19902             "code": "PH-41",
19903             "name": "MIMAROPA (Region IV-B)",
19904             "type": "Region"
19905             },
19906             {
19907             "code": "PH-ABR",
19908             "name": "Abra",
19909             "parent": "15",
19910             "type": "Province"
19911             },
19912             {
19913             "code": "PH-AGN",
19914             "name": "Agusan del Norte",
19915             "parent": "13",
19916             "type": "Province"
19917             },
19918             {
19919             "code": "PH-AGS",
19920             "name": "Agusan del Sur",
19921             "parent": "13",
19922             "type": "Province"
19923             },
19924             {
19925             "code": "PH-AKL",
19926             "name": "Aklan",
19927             "parent": "06",
19928             "type": "Province"
19929             },
19930             {
19931             "code": "PH-ALB",
19932             "name": "Albay",
19933             "parent": "05",
19934             "type": "Province"
19935             },
19936             {
19937             "code": "PH-ANT",
19938             "name": "Antique",
19939             "parent": "06",
19940             "type": "Province"
19941             },
19942             {
19943             "code": "PH-APA",
19944             "name": "Apayao",
19945             "parent": "15",
19946             "type": "Province"
19947             },
19948             {
19949             "code": "PH-AUR",
19950             "name": "Aurora",
19951             "parent": "03",
19952             "type": "Province"
19953             },
19954             {
19955             "code": "PH-BAN",
19956             "name": "Batasn",
19957             "parent": "03",
19958             "type": "Province"
19959             },
19960             {
19961             "code": "PH-BAS",
19962             "name": "Basilan",
19963             "parent": "09",
19964             "type": "Province"
19965             },
19966             {
19967             "code": "PH-BEN",
19968             "name": "Benguet",
19969             "parent": "15",
19970             "type": "Province"
19971             },
19972             {
19973             "code": "PH-BIL",
19974             "name": "Biliran",
19975             "parent": "08",
19976             "type": "Province"
19977             },
19978             {
19979             "code": "PH-BOH",
19980             "name": "Bohol",
19981             "parent": "07",
19982             "type": "Province"
19983             },
19984             {
19985             "code": "PH-BTG",
19986             "name": "Batangas",
19987             "parent": "40",
19988             "type": "Province"
19989             },
19990             {
19991             "code": "PH-BTN",
19992             "name": "Batanes",
19993             "parent": "02",
19994             "type": "Province"
19995             },
19996             {
19997             "code": "PH-BUK",
19998             "name": "Bukidnon",
19999             "parent": "10",
20000             "type": "Province"
20001             },
20002             {
20003             "code": "PH-BUL",
20004             "name": "Bulacan",
20005             "parent": "03",
20006             "type": "Province"
20007             },
20008             {
20009             "code": "PH-CAG",
20010             "name": "Cagayan",
20011             "parent": "02",
20012             "type": "Province"
20013             },
20014             {
20015             "code": "PH-CAM",
20016             "name": "Camiguin",
20017             "parent": "10",
20018             "type": "Province"
20019             },
20020             {
20021             "code": "PH-CAN",
20022             "name": "Camarines Norte",
20023             "parent": "05",
20024             "type": "Province"
20025             },
20026             {
20027             "code": "PH-CAP",
20028             "name": "Capiz",
20029             "parent": "06",
20030             "type": "Province"
20031             },
20032             {
20033             "code": "PH-CAS",
20034             "name": "Camarines Sur",
20035             "parent": "05",
20036             "type": "Province"
20037             },
20038             {
20039             "code": "PH-CAT",
20040             "name": "Catanduanes",
20041             "parent": "05",
20042             "type": "Province"
20043             },
20044             {
20045             "code": "PH-CAV",
20046             "name": "Cavite",
20047             "parent": "40",
20048             "type": "Province"
20049             },
20050             {
20051             "code": "PH-CEB",
20052             "name": "Cebu",
20053             "parent": "07",
20054             "type": "Province"
20055             },
20056             {
20057             "code": "PH-COM",
20058             "name": "Compostela Valley",
20059             "parent": "11",
20060             "type": "Province"
20061             },
20062             {
20063             "code": "PH-DAO",
20064             "name": "Davao Oriental",
20065             "parent": "11",
20066             "type": "Province"
20067             },
20068             {
20069             "code": "PH-DAS",
20070             "name": "Davao del Sur",
20071             "parent": "11",
20072             "type": "Province"
20073             },
20074             {
20075             "code": "PH-DAV",
20076             "name": "Davao del Norte",
20077             "parent": "11",
20078             "type": "Province"
20079             },
20080             {
20081             "code": "PH-DIN",
20082             "name": "Dinagat Islands",
20083             "parent": "13",
20084             "type": "Province"
20085             },
20086             {
20087             "code": "PH-EAS",
20088             "name": "Eastern Samar",
20089             "parent": "08",
20090             "type": "Province"
20091             },
20092             {
20093             "code": "PH-GUI",
20094             "name": "Guimaras",
20095             "parent": "06",
20096             "type": "Province"
20097             },
20098             {
20099             "code": "PH-IFU",
20100             "name": "Ifugao",
20101             "parent": "15",
20102             "type": "Province"
20103             },
20104             {
20105             "code": "PH-ILI",
20106             "name": "Iloilo",
20107             "parent": "06",
20108             "type": "Province"
20109             },
20110             {
20111             "code": "PH-ILN",
20112             "name": "Ilocos Norte",
20113             "parent": "01",
20114             "type": "Province"
20115             },
20116             {
20117             "code": "PH-ILS",
20118             "name": "Ilocos Sur",
20119             "parent": "01",
20120             "type": "Province"
20121             },
20122             {
20123             "code": "PH-ISA",
20124             "name": "Isabela",
20125             "parent": "02",
20126             "type": "Province"
20127             },
20128             {
20129             "code": "PH-KAL",
20130             "name": "Kalinga-Apayso",
20131             "parent": "15",
20132             "type": "Province"
20133             },
20134             {
20135             "code": "PH-LAG",
20136             "name": "Laguna",
20137             "parent": "40",
20138             "type": "Province"
20139             },
20140             {
20141             "code": "PH-LAN",
20142             "name": "Lanao del Norte",
20143             "parent": "12",
20144             "type": "Province"
20145             },
20146             {
20147             "code": "PH-LAS",
20148             "name": "Lanao del Sur",
20149             "parent": "14",
20150             "type": "Province"
20151             },
20152             {
20153             "code": "PH-LEY",
20154             "name": "Leyte",
20155             "parent": "08",
20156             "type": "Province"
20157             },
20158             {
20159             "code": "PH-LUN",
20160             "name": "La Union",
20161             "parent": "01",
20162             "type": "Province"
20163             },
20164             {
20165             "code": "PH-MAD",
20166             "name": "Marinduque",
20167             "parent": "41",
20168             "type": "Province"
20169             },
20170             {
20171             "code": "PH-MAG",
20172             "name": "Maguindanao",
20173             "parent": "14",
20174             "type": "Province"
20175             },
20176             {
20177             "code": "PH-MAS",
20178             "name": "Masbate",
20179             "parent": "05",
20180             "type": "Province"
20181             },
20182             {
20183             "code": "PH-MDC",
20184             "name": "Mindoro Occidental",
20185             "parent": "41",
20186             "type": "Province"
20187             },
20188             {
20189             "code": "PH-MDR",
20190             "name": "Mindoro Oriental",
20191             "parent": "41",
20192             "type": "Province"
20193             },
20194             {
20195             "code": "PH-MOU",
20196             "name": "Mountain Province",
20197             "parent": "15",
20198             "type": "Province"
20199             },
20200             {
20201             "code": "PH-MSC",
20202             "name": "Misamis Occidental",
20203             "parent": "10",
20204             "type": "Province"
20205             },
20206             {
20207             "code": "PH-MSR",
20208             "name": "Misamis Oriental",
20209             "parent": "10",
20210             "type": "Province"
20211             },
20212             {
20213             "code": "PH-NCO",
20214             "name": "North Cotabato",
20215             "parent": "12",
20216             "type": "Province"
20217             },
20218             {
20219             "code": "PH-NEC",
20220             "name": "Negros Occidental",
20221             "parent": "06",
20222             "type": "Province"
20223             },
20224             {
20225             "code": "PH-NER",
20226             "name": "Negros Oriental",
20227             "parent": "07",
20228             "type": "Province"
20229             },
20230             {
20231             "code": "PH-NSA",
20232             "name": "Northern Samar",
20233             "parent": "08",
20234             "type": "Province"
20235             },
20236             {
20237             "code": "PH-NUE",
20238             "name": "Nueva Ecija",
20239             "parent": "03",
20240             "type": "Province"
20241             },
20242             {
20243             "code": "PH-NUV",
20244             "name": "Nueva Vizcaya",
20245             "parent": "02",
20246             "type": "Province"
20247             },
20248             {
20249             "code": "PH-PAM",
20250             "name": "Pampanga",
20251             "parent": "03",
20252             "type": "Province"
20253             },
20254             {
20255             "code": "PH-PAN",
20256             "name": "Pangasinan",
20257             "parent": "01",
20258             "type": "Province"
20259             },
20260             {
20261             "code": "PH-PLW",
20262             "name": "Palawan",
20263             "parent": "41",
20264             "type": "Province"
20265             },
20266             {
20267             "code": "PH-QUE",
20268             "name": "Quezon",
20269             "parent": "40",
20270             "type": "Province"
20271             },
20272             {
20273             "code": "PH-QUI",
20274             "name": "Quirino",
20275             "parent": "02",
20276             "type": "Province"
20277             },
20278             {
20279             "code": "PH-RIZ",
20280             "name": "Rizal",
20281             "parent": "40",
20282             "type": "Province"
20283             },
20284             {
20285             "code": "PH-ROM",
20286             "name": "Romblon",
20287             "parent": "41",
20288             "type": "Province"
20289             },
20290             {
20291             "code": "PH-SAR",
20292             "name": "Sarangani",
20293             "parent": "11",
20294             "type": "Province"
20295             },
20296             {
20297             "code": "PH-SCO",
20298             "name": "South Cotabato",
20299             "parent": "11",
20300             "type": "Province"
20301             },
20302             {
20303             "code": "PH-SIG",
20304             "name": "Siquijor",
20305             "parent": "07",
20306             "type": "Province"
20307             },
20308             {
20309             "code": "PH-SLE",
20310             "name": "Southern Leyte",
20311             "parent": "08",
20312             "type": "Province"
20313             },
20314             {
20315             "code": "PH-SLU",
20316             "name": "Sulu",
20317             "parent": "14",
20318             "type": "Province"
20319             },
20320             {
20321             "code": "PH-SOR",
20322             "name": "Sorsogon",
20323             "parent": "05",
20324             "type": "Province"
20325             },
20326             {
20327             "code": "PH-SUK",
20328             "name": "Sultan Kudarat",
20329             "parent": "12",
20330             "type": "Province"
20331             },
20332             {
20333             "code": "PH-SUN",
20334             "name": "Surigao del Norte",
20335             "parent": "13",
20336             "type": "Province"
20337             },
20338             {
20339             "code": "PH-SUR",
20340             "name": "Surigao del Sur",
20341             "parent": "13",
20342             "type": "Province"
20343             },
20344             {
20345             "code": "PH-TAR",
20346             "name": "Tarlac",
20347             "parent": "03",
20348             "type": "Province"
20349             },
20350             {
20351             "code": "PH-TAW",
20352             "name": "Tawi-Tawi",
20353             "parent": "14",
20354             "type": "Province"
20355             },
20356             {
20357             "code": "PH-WSA",
20358             "name": "Western Samar",
20359             "parent": "08",
20360             "type": "Province"
20361             },
20362             {
20363             "code": "PH-ZAN",
20364             "name": "Zamboanga del Norte",
20365             "parent": "09",
20366             "type": "Province"
20367             },
20368             {
20369             "code": "PH-ZAS",
20370             "name": "Zamboanga del Sur",
20371             "parent": "09",
20372             "type": "Province"
20373             },
20374             {
20375             "code": "PH-ZMB",
20376             "name": "Zambales",
20377             "parent": "03",
20378             "type": "Province"
20379             },
20380             {
20381             "code": "PH-ZSI",
20382             "name": "Zamboanga Sibugay",
20383             "parent": "09",
20384             "type": "Province"
20385             },
20386             {
20387             "code": "PK-BA",
20388             "name": "Balochistan",
20389             "type": "Province"
20390             },
20391             {
20392             "code": "PK-GB",
20393             "name": "Gilgit-Baltistan",
20394             "type": "Area"
20395             },
20396             {
20397             "code": "PK-IS",
20398             "name": "Islamabad",
20399             "type": "Capital territory"
20400             },
20401             {
20402             "code": "PK-JK",
20403             "name": "Azad Kashmir",
20404             "type": "Area"
20405             },
20406             {
20407             "code": "PK-KP",
20408             "name": "Khyber Pakhtunkhwa",
20409             "type": "Province"
20410             },
20411             {
20412             "code": "PK-PB",
20413             "name": "Punjab",
20414             "type": "Province"
20415             },
20416             {
20417             "code": "PK-SD",
20418             "name": "Sindh",
20419             "type": "Province"
20420             },
20421             {
20422             "code": "PK-TA",
20423             "name": "Federally Administered Tribal Areas",
20424             "type": "Territory"
20425             },
20426             {
20427             "code": "PL-DS",
20428             "name": "Dolnośląskie",
20429             "type": "Province"
20430             },
20431             {
20432             "code": "PL-KP",
20433             "name": "Kujawsko-pomorskie",
20434             "type": "Province"
20435             },
20436             {
20437             "code": "PL-LB",
20438             "name": "Lubuskie",
20439             "type": "Province"
20440             },
20441             {
20442             "code": "PL-LD",
20443             "name": "Łódzkie",
20444             "type": "Province"
20445             },
20446             {
20447             "code": "PL-LU",
20448             "name": "Lubelskie",
20449             "type": "Province"
20450             },
20451             {
20452             "code": "PL-MA",
20453             "name": "Małopolskie",
20454             "type": "Province"
20455             },
20456             {
20457             "code": "PL-MZ",
20458             "name": "Mazowieckie",
20459             "type": "Province"
20460             },
20461             {
20462             "code": "PL-OP",
20463             "name": "Opolskie",
20464             "type": "Province"
20465             },
20466             {
20467             "code": "PL-PD",
20468             "name": "Podlaskie",
20469             "type": "Province"
20470             },
20471             {
20472             "code": "PL-PK",
20473             "name": "Podkarpackie",
20474             "type": "Province"
20475             },
20476             {
20477             "code": "PL-PM",
20478             "name": "Pomorskie",
20479             "type": "Province"
20480             },
20481             {
20482             "code": "PL-SK",
20483             "name": "Świętokrzyskie",
20484             "type": "Province"
20485             },
20486             {
20487             "code": "PL-SL",
20488             "name": "Śląskie",
20489             "type": "Province"
20490             },
20491             {
20492             "code": "PL-WN",
20493             "name": "Warmińsko-mazurskie",
20494             "type": "Province"
20495             },
20496             {
20497             "code": "PL-WP",
20498             "name": "Wielkopolskie",
20499             "type": "Province"
20500             },
20501             {
20502             "code": "PL-ZP",
20503             "name": "Zachodniopomorskie",
20504             "type": "Province"
20505             },
20506             {
20507             "code": "PS-BTH",
20508             "name": "Bethlehem",
20509             "type": "Governorate"
20510             },
20511             {
20512             "code": "PS-DEB",
20513             "name": "Deir El Balah",
20514             "type": "Governorate"
20515             },
20516             {
20517             "code": "PS-GZA",
20518             "name": "Gaza",
20519             "type": "Governorate"
20520             },
20521             {
20522             "code": "PS-HBN",
20523             "name": "Hebron",
20524             "type": "Governorate"
20525             },
20526             {
20527             "code": "PS-JEM",
20528             "name": "Jerusalem",
20529             "type": "Governorate"
20530             },
20531             {
20532             "code": "PS-JEN",
20533             "name": "Jenin",
20534             "type": "Governorate"
20535             },
20536             {
20537             "code": "PS-JRH",
20538             "name": "Jericho - Al Aghwar",
20539             "type": "Governorate"
20540             },
20541             {
20542             "code": "PS-KYS",
20543             "name": "Khan Yunis",
20544             "type": "Governorate"
20545             },
20546             {
20547             "code": "PS-NBS",
20548             "name": "Nablus",
20549             "type": "Governorate"
20550             },
20551             {
20552             "code": "PS-NGZ",
20553             "name": "North Gaza",
20554             "type": "Governorate"
20555             },
20556             {
20557             "code": "PS-QQA",
20558             "name": "Qalqilya",
20559             "type": "Governorate"
20560             },
20561             {
20562             "code": "PS-RBH",
20563             "name": "Ramallah",
20564             "type": "Governorate"
20565             },
20566             {
20567             "code": "PS-RFH",
20568             "name": "Rafah",
20569             "type": "Governorate"
20570             },
20571             {
20572             "code": "PS-SLT",
20573             "name": "Salfit",
20574             "type": "Governorate"
20575             },
20576             {
20577             "code": "PS-TBS",
20578             "name": "Tubas",
20579             "type": "Governorate"
20580             },
20581             {
20582             "code": "PS-TKM",
20583             "name": "Tulkarm",
20584             "type": "Governorate"
20585             },
20586             {
20587             "code": "PT-01",
20588             "name": "Aveiro",
20589             "type": "District"
20590             },
20591             {
20592             "code": "PT-02",
20593             "name": "Beja",
20594             "type": "District"
20595             },
20596             {
20597             "code": "PT-03",
20598             "name": "Braga",
20599             "type": "District"
20600             },
20601             {
20602             "code": "PT-04",
20603             "name": "Bragança",
20604             "type": "District"
20605             },
20606             {
20607             "code": "PT-05",
20608             "name": "Castelo Branco",
20609             "type": "District"
20610             },
20611             {
20612             "code": "PT-06",
20613             "name": "Coimbra",
20614             "type": "District"
20615             },
20616             {
20617             "code": "PT-07",
20618             "name": "Évora",
20619             "type": "District"
20620             },
20621             {
20622             "code": "PT-08",
20623             "name": "Faro",
20624             "type": "District"
20625             },
20626             {
20627             "code": "PT-09",
20628             "name": "Guarda",
20629             "type": "District"
20630             },
20631             {
20632             "code": "PT-10",
20633             "name": "Leiria",
20634             "type": "District"
20635             },
20636             {
20637             "code": "PT-11",
20638             "name": "Lisboa",
20639             "type": "District"
20640             },
20641             {
20642             "code": "PT-12",
20643             "name": "Portalegre",
20644             "type": "District"
20645             },
20646             {
20647             "code": "PT-13",
20648             "name": "Porto",
20649             "type": "District"
20650             },
20651             {
20652             "code": "PT-14",
20653             "name": "Santarém",
20654             "type": "District"
20655             },
20656             {
20657             "code": "PT-15",
20658             "name": "Setúbal",
20659             "type": "District"
20660             },
20661             {
20662             "code": "PT-16",
20663             "name": "Viana do Castelo",
20664             "type": "District"
20665             },
20666             {
20667             "code": "PT-17",
20668             "name": "Vila Real",
20669             "type": "District"
20670             },
20671             {
20672             "code": "PT-18",
20673             "name": "Viseu",
20674             "type": "District"
20675             },
20676             {
20677             "code": "PT-20",
20678             "name": "Região Autónoma dos Açores",
20679             "type": "Autonomous region"
20680             },
20681             {
20682             "code": "PT-30",
20683             "name": "Região Autónoma da Madeira",
20684             "type": "Autonomous region"
20685             },
20686             {
20687             "code": "PW-002",
20688             "name": "Aimeliik",
20689             "type": "State"
20690             },
20691             {
20692             "code": "PW-004",
20693             "name": "Airai",
20694             "type": "State"
20695             },
20696             {
20697             "code": "PW-010",
20698             "name": "Angaur",
20699             "type": "State"
20700             },
20701             {
20702             "code": "PW-050",
20703             "name": "Hatobohei",
20704             "type": "State"
20705             },
20706             {
20707             "code": "PW-100",
20708             "name": "Kayangel",
20709             "type": "State"
20710             },
20711             {
20712             "code": "PW-150",
20713             "name": "Koror",
20714             "type": "State"
20715             },
20716             {
20717             "code": "PW-212",
20718             "name": "Melekeok",
20719             "type": "State"
20720             },
20721             {
20722             "code": "PW-214",
20723             "name": "Ngaraard",
20724             "type": "State"
20725             },
20726             {
20727             "code": "PW-218",
20728             "name": "Ngarchelong",
20729             "type": "State"
20730             },
20731             {
20732             "code": "PW-222",
20733             "name": "Ngardmau",
20734             "type": "State"
20735             },
20736             {
20737             "code": "PW-224",
20738             "name": "Ngatpang",
20739             "type": "State"
20740             },
20741             {
20742             "code": "PW-226",
20743             "name": "Ngchesar",
20744             "type": "State"
20745             },
20746             {
20747             "code": "PW-227",
20748             "name": "Ngeremlengui",
20749             "type": "State"
20750             },
20751             {
20752             "code": "PW-228",
20753             "name": "Ngiwal",
20754             "type": "State"
20755             },
20756             {
20757             "code": "PW-350",
20758             "name": "Peleliu",
20759             "type": "State"
20760             },
20761             {
20762             "code": "PW-370",
20763             "name": "Sonsorol",
20764             "type": "State"
20765             },
20766             {
20767             "code": "PY-1",
20768             "name": "Concepción",
20769             "type": "Department"
20770             },
20771             {
20772             "code": "PY-10",
20773             "name": "Alto Paraná",
20774             "type": "Department"
20775             },
20776             {
20777             "code": "PY-11",
20778             "name": "Central",
20779             "type": "Department"
20780             },
20781             {
20782             "code": "PY-12",
20783             "name": "Ñeembucú",
20784             "type": "Department"
20785             },
20786             {
20787             "code": "PY-13",
20788             "name": "Amambay",
20789             "type": "Department"
20790             },
20791             {
20792             "code": "PY-14",
20793             "name": "Canindeyú",
20794             "type": "Department"
20795             },
20796             {
20797             "code": "PY-15",
20798             "name": "Presidente Hayes",
20799             "type": "Department"
20800             },
20801             {
20802             "code": "PY-16",
20803             "name": "Alto Paraguay",
20804             "type": "Department"
20805             },
20806             {
20807             "code": "PY-19",
20808             "name": "Boquerón",
20809             "type": "Department"
20810             },
20811             {
20812             "code": "PY-2",
20813             "name": "San Pedro",
20814             "type": "Department"
20815             },
20816             {
20817             "code": "PY-3",
20818             "name": "Cordillera",
20819             "type": "Department"
20820             },
20821             {
20822             "code": "PY-4",
20823             "name": "Guairá",
20824             "type": "Department"
20825             },
20826             {
20827             "code": "PY-5",
20828             "name": "Caaguazú",
20829             "type": "Department"
20830             },
20831             {
20832             "code": "PY-6",
20833             "name": "Caazapá",
20834             "type": "Department"
20835             },
20836             {
20837             "code": "PY-7",
20838             "name": "Itapúa",
20839             "type": "Department"
20840             },
20841             {
20842             "code": "PY-8",
20843             "name": "Misiones",
20844             "type": "Department"
20845             },
20846             {
20847             "code": "PY-9",
20848             "name": "Paraguarí",
20849             "type": "Department"
20850             },
20851             {
20852             "code": "PY-ASU",
20853             "name": "Asunción",
20854             "type": "Capital district"
20855             },
20856             {
20857             "code": "QA-DA",
20858             "name": "Ad Dawhah",
20859             "type": "Municipality"
20860             },
20861             {
20862             "code": "QA-KH",
20863             "name": "Al Khawr wa adh Dhakhīrah",
20864             "type": "Municipality"
20865             },
20866             {
20867             "code": "QA-MS",
20868             "name": "Ash Shamal",
20869             "type": "Municipality"
20870             },
20871             {
20872             "code": "QA-RA",
20873             "name": "Ar Rayyan",
20874             "type": "Municipality"
20875             },
20876             {
20877             "code": "QA-US",
20878             "name": "Umm Salal",
20879             "type": "Municipality"
20880             },
20881             {
20882             "code": "QA-WA",
20883             "name": "Al Wakrah",
20884             "type": "Municipality"
20885             },
20886             {
20887             "code": "QA-ZA",
20888             "name": "Az̧ Z̧a‘āyin",
20889             "type": "Municipality"
20890             },
20891             {
20892             "code": "RO-AB",
20893             "name": "Alba",
20894             "type": "Department"
20895             },
20896             {
20897             "code": "RO-AG",
20898             "name": "Argeș",
20899             "type": "Department"
20900             },
20901             {
20902             "code": "RO-AR",
20903             "name": "Arad",
20904             "type": "Department"
20905             },
20906             {
20907             "code": "RO-B",
20908             "name": "București",
20909             "type": "Municipality"
20910             },
20911             {
20912             "code": "RO-BC",
20913             "name": "Bacău",
20914             "type": "Department"
20915             },
20916             {
20917             "code": "RO-BH",
20918             "name": "Bihor",
20919             "type": "Department"
20920             },
20921             {
20922             "code": "RO-BN",
20923             "name": "Bistrița-Năsăud",
20924             "type": "Department"
20925             },
20926             {
20927             "code": "RO-BR",
20928             "name": "Brăila",
20929             "type": "Department"
20930             },
20931             {
20932             "code": "RO-BT",
20933             "name": "Botoșani",
20934             "type": "Department"
20935             },
20936             {
20937             "code": "RO-BV",
20938             "name": "Brașov",
20939             "type": "Department"
20940             },
20941             {
20942             "code": "RO-BZ",
20943             "name": "Buzău",
20944             "type": "Department"
20945             },
20946             {
20947             "code": "RO-CJ",
20948             "name": "Cluj",
20949             "type": "Department"
20950             },
20951             {
20952             "code": "RO-CL",
20953             "name": "Călărași",
20954             "type": "Department"
20955             },
20956             {
20957             "code": "RO-CS",
20958             "name": "Caraș-Severin",
20959             "type": "Department"
20960             },
20961             {
20962             "code": "RO-CT",
20963             "name": "Constanța",
20964             "type": "Department"
20965             },
20966             {
20967             "code": "RO-CV",
20968             "name": "Covasna",
20969             "type": "Department"
20970             },
20971             {
20972             "code": "RO-DB",
20973             "name": "Dâmbovița",
20974             "type": "Department"
20975             },
20976             {
20977             "code": "RO-DJ",
20978             "name": "Dolj",
20979             "type": "Department"
20980             },
20981             {
20982             "code": "RO-GJ",
20983             "name": "Gorj",
20984             "type": "Department"
20985             },
20986             {
20987             "code": "RO-GL",
20988             "name": "Galați",
20989             "type": "Department"
20990             },
20991             {
20992             "code": "RO-GR",
20993             "name": "Giurgiu",
20994             "type": "Department"
20995             },
20996             {
20997             "code": "RO-HD",
20998             "name": "Hunedoara",
20999             "type": "Department"
21000             },
21001             {
21002             "code": "RO-HR",
21003             "name": "Harghita",
21004             "type": "Department"
21005             },
21006             {
21007             "code": "RO-IF",
21008             "name": "Ilfov",
21009             "type": "Department"
21010             },
21011             {
21012             "code": "RO-IL",
21013             "name": "Ialomița",
21014             "type": "Department"
21015             },
21016             {
21017             "code": "RO-IS",
21018             "name": "Iași",
21019             "type": "Department"
21020             },
21021             {
21022             "code": "RO-MH",
21023             "name": "Mehedinți",
21024             "type": "Department"
21025             },
21026             {
21027             "code": "RO-MM",
21028             "name": "Maramureș",
21029             "type": "Department"
21030             },
21031             {
21032             "code": "RO-MS",
21033             "name": "Mureș",
21034             "type": "Department"
21035             },
21036             {
21037             "code": "RO-NT",
21038             "name": "Neamț",
21039             "type": "Department"
21040             },
21041             {
21042             "code": "RO-OT",
21043             "name": "Olt",
21044             "type": "Department"
21045             },
21046             {
21047             "code": "RO-PH",
21048             "name": "Prahova",
21049             "type": "Department"
21050             },
21051             {
21052             "code": "RO-SB",
21053             "name": "Sibiu",
21054             "type": "Department"
21055             },
21056             {
21057             "code": "RO-SJ",
21058             "name": "Sălaj",
21059             "type": "Department"
21060             },
21061             {
21062             "code": "RO-SM",
21063             "name": "Satu Mare",
21064             "type": "Department"
21065             },
21066             {
21067             "code": "RO-SV",
21068             "name": "Suceava",
21069             "type": "Department"
21070             },
21071             {
21072             "code": "RO-TL",
21073             "name": "Tulcea",
21074             "type": "Department"
21075             },
21076             {
21077             "code": "RO-TM",
21078             "name": "Timiș",
21079             "type": "Department"
21080             },
21081             {
21082             "code": "RO-TR",
21083             "name": "Teleorman",
21084             "type": "Department"
21085             },
21086             {
21087             "code": "RO-VL",
21088             "name": "Vâlcea",
21089             "type": "Department"
21090             },
21091             {
21092             "code": "RO-VN",
21093             "name": "Vrancea",
21094             "type": "Department"
21095             },
21096             {
21097             "code": "RO-VS",
21098             "name": "Vaslui",
21099             "type": "Department"
21100             },
21101             {
21102             "code": "RS-00",
21103             "name": "Beograd",
21104             "type": "City"
21105             },
21106             {
21107             "code": "RS-01",
21108             "name": "Severnobački okrug",
21109             "parent": "VO",
21110             "type": "District"
21111             },
21112             {
21113             "code": "RS-02",
21114             "name": "Srednjebanatski okrug",
21115             "parent": "VO",
21116             "type": "District"
21117             },
21118             {
21119             "code": "RS-03",
21120             "name": "Severnobanatski okrug",
21121             "parent": "VO",
21122             "type": "District"
21123             },
21124             {
21125             "code": "RS-04",
21126             "name": "Južnobanatski okrug",
21127             "parent": "VO",
21128             "type": "District"
21129             },
21130             {
21131             "code": "RS-05",
21132             "name": "Zapadnobački okrug",
21133             "parent": "VO",
21134             "type": "District"
21135             },
21136             {
21137             "code": "RS-06",
21138             "name": "Južnobački okrug",
21139             "parent": "VO",
21140             "type": "District"
21141             },
21142             {
21143             "code": "RS-07",
21144             "name": "Sremski okrug",
21145             "parent": "VO",
21146             "type": "District"
21147             },
21148             {
21149             "code": "RS-08",
21150             "name": "Mačvanski okrug",
21151             "type": "District"
21152             },
21153             {
21154             "code": "RS-09",
21155             "name": "Kolubarski okrug",
21156             "type": "District"
21157             },
21158             {
21159             "code": "RS-10",
21160             "name": "Podunavski okrug",
21161             "type": "District"
21162             },
21163             {
21164             "code": "RS-11",
21165             "name": "Braničevski okrug",
21166             "type": "District"
21167             },
21168             {
21169             "code": "RS-12",
21170             "name": "Šumadijski okrug",
21171             "type": "District"
21172             },
21173             {
21174             "code": "RS-13",
21175             "name": "Pomoravski okrug",
21176             "type": "District"
21177             },
21178             {
21179             "code": "RS-14",
21180             "name": "Borski okrug",
21181             "type": "District"
21182             },
21183             {
21184             "code": "RS-15",
21185             "name": "Zaječarski okrug",
21186             "type": "District"
21187             },
21188             {
21189             "code": "RS-16",
21190             "name": "Zlatiborski okrug",
21191             "type": "District"
21192             },
21193             {
21194             "code": "RS-17",
21195             "name": "Moravički okrug",
21196             "type": "District"
21197             },
21198             {
21199             "code": "RS-18",
21200             "name": "Raški okrug",
21201             "type": "District"
21202             },
21203             {
21204             "code": "RS-19",
21205             "name": "Rasinski okrug",
21206             "type": "District"
21207             },
21208             {
21209             "code": "RS-20",
21210             "name": "Nišavski okrug",
21211             "type": "District"
21212             },
21213             {
21214             "code": "RS-21",
21215             "name": "Toplički okrug",
21216             "type": "District"
21217             },
21218             {
21219             "code": "RS-22",
21220             "name": "Pirotski okrug",
21221             "type": "District"
21222             },
21223             {
21224             "code": "RS-23",
21225             "name": "Jablanički okrug",
21226             "type": "District"
21227             },
21228             {
21229             "code": "RS-24",
21230             "name": "Pčinjski okrug",
21231             "type": "District"
21232             },
21233             {
21234             "code": "RS-25",
21235             "name": "Kosovski okrug",
21236             "parent": "KM",
21237             "type": "District"
21238             },
21239             {
21240             "code": "RS-26",
21241             "name": "Pećki okrug",
21242             "parent": "KM",
21243             "type": "District"
21244             },
21245             {
21246             "code": "RS-27",
21247             "name": "Prizrenski okrug",
21248             "parent": "KM",
21249             "type": "District"
21250             },
21251             {
21252             "code": "RS-28",
21253             "name": "Kosovsko-Mitrovački okrug",
21254             "parent": "KM",
21255             "type": "District"
21256             },
21257             {
21258             "code": "RS-29",
21259             "name": "Kosovsko-Pomoravski okrug",
21260             "parent": "KM",
21261             "type": "District"
21262             },
21263             {
21264             "code": "RS-KM",
21265             "name": "Kosovo-Metohija",
21266             "type": "Autonomous province"
21267             },
21268             {
21269             "code": "RS-VO",
21270             "name": "Vojvodina",
21271             "type": "Autonomous province"
21272             },
21273             {
21274             "code": "RU-AD",
21275             "name": "Adygeya, Respublika",
21276             "type": "Republic"
21277             },
21278             {
21279             "code": "RU-AL",
21280             "name": "Altay, Respublika",
21281             "type": "Republic"
21282             },
21283             {
21284             "code": "RU-ALT",
21285             "name": "Altayskiy kray",
21286             "type": "Administrative Territory"
21287             },
21288             {
21289             "code": "RU-AMU",
21290             "name": "Amurskaya oblast'",
21291             "type": "Administrative Region"
21292             },
21293             {
21294             "code": "RU-ARK",
21295             "name": "Arkhangel'skaya oblast'",
21296             "type": "Administrative Region"
21297             },
21298             {
21299             "code": "RU-AST",
21300             "name": "Astrakhanskaya oblast'",
21301             "type": "Administrative Region"
21302             },
21303             {
21304             "code": "RU-BA",
21305             "name": "Bashkortostan, Respublika",
21306             "type": "Republic"
21307             },
21308             {
21309             "code": "RU-BEL",
21310             "name": "Belgorodskaya oblast'",
21311             "type": "Administrative Region"
21312             },
21313             {
21314             "code": "RU-BRY",
21315             "name": "Bryanskaya oblast'",
21316             "type": "Administrative Region"
21317             },
21318             {
21319             "code": "RU-BU",
21320             "name": "Buryatiya, Respublika",
21321             "type": "Republic"
21322             },
21323             {
21324             "code": "RU-CE",
21325             "name": "Chechenskaya Respublika",
21326             "type": "Republic"
21327             },
21328             {
21329             "code": "RU-CHE",
21330             "name": "Chelyabinskaya oblast'",
21331             "type": "Administrative Region"
21332             },
21333             {
21334             "code": "RU-CHU",
21335             "name": "Chukotskiy avtonomnyy okrug",
21336             "type": "Autonomous District"
21337             },
21338             {
21339             "code": "RU-CU",
21340             "name": "Chuvashskaya Respublika",
21341             "type": "Republic"
21342             },
21343             {
21344             "code": "RU-DA",
21345             "name": "Dagestan, Respublika",
21346             "type": "Republic"
21347             },
21348             {
21349             "code": "RU-IN",
21350             "name": "Respublika Ingushetiya",
21351             "type": "Republic"
21352             },
21353             {
21354             "code": "RU-IRK",
21355             "name": "Irkutiskaya oblast'",
21356             "type": "Administrative Region"
21357             },
21358             {
21359             "code": "RU-IVA",
21360             "name": "Ivanovskaya oblast'",
21361             "type": "Administrative Region"
21362             },
21363             {
21364             "code": "RU-KAM",
21365             "name": "Kamchatskiy kray",
21366             "type": "Administrative Territory"
21367             },
21368             {
21369             "code": "RU-KB",
21370             "name": "Kabardino-Balkarskaya Respublika",
21371             "type": "Republic"
21372             },
21373             {
21374             "code": "RU-KC",
21375             "name": "Karachayevo-Cherkesskaya Respublika",
21376             "type": "Republic"
21377             },
21378             {
21379             "code": "RU-KDA",
21380             "name": "Krasnodarskiy kray",
21381             "type": "Administrative Territory"
21382             },
21383             {
21384             "code": "RU-KEM",
21385             "name": "Kemerovskaya oblast'",
21386             "type": "Administrative Region"
21387             },
21388             {
21389             "code": "RU-KGD",
21390             "name": "Kaliningradskaya oblast'",
21391             "type": "Administrative Region"
21392             },
21393             {
21394             "code": "RU-KGN",
21395             "name": "Kurganskaya oblast'",
21396             "type": "Administrative Region"
21397             },
21398             {
21399             "code": "RU-KHA",
21400             "name": "Khabarovskiy kray",
21401             "type": "Administrative Territory"
21402             },
21403             {
21404             "code": "RU-KHM",
21405             "name": "Khanty-Mansiysky avtonomnyy okrug-Yugra",
21406             "type": "Autonomous District"
21407             },
21408             {
21409             "code": "RU-KIR",
21410             "name": "Kirovskaya oblast'",
21411             "type": "Administrative Region"
21412             },
21413             {
21414             "code": "RU-KK",
21415             "name": "Khakasiya, Respublika",
21416             "type": "Republic"
21417             },
21418             {
21419             "code": "RU-KL",
21420             "name": "Kalmykiya, Respublika",
21421             "type": "Republic"
21422             },
21423             {
21424             "code": "RU-KLU",
21425             "name": "Kaluzhskaya oblast'",
21426             "type": "Administrative Region"
21427             },
21428             {
21429             "code": "RU-KO",
21430             "name": "Komi, Respublika",
21431             "type": "Republic"
21432             },
21433             {
21434             "code": "RU-KOS",
21435             "name": "Kostromskaya oblast'",
21436             "type": "Administrative Region"
21437             },
21438             {
21439             "code": "RU-KR",
21440             "name": "Kareliya, Respublika",
21441             "type": "Republic"
21442             },
21443             {
21444             "code": "RU-KRS",
21445             "name": "Kurskaya oblast'",
21446             "type": "Administrative Region"
21447             },
21448             {
21449             "code": "RU-KYA",
21450             "name": "Krasnoyarskiy kray",
21451             "type": "Administrative Territory"
21452             },
21453             {
21454             "code": "RU-LEN",
21455             "name": "Leningradskaya oblast'",
21456             "type": "Administrative Region"
21457             },
21458             {
21459             "code": "RU-LIP",
21460             "name": "Lipetskaya oblast'",
21461             "type": "Administrative Region"
21462             },
21463             {
21464             "code": "RU-MAG",
21465             "name": "Magadanskaya oblast'",
21466             "type": "Administrative Region"
21467             },
21468             {
21469             "code": "RU-ME",
21470             "name": "Mariy El, Respublika",
21471             "type": "Republic"
21472             },
21473             {
21474             "code": "RU-MO",
21475             "name": "Mordoviya, Respublika",
21476             "type": "Republic"
21477             },
21478             {
21479             "code": "RU-MOS",
21480             "name": "Moskovskaya oblast'",
21481             "type": "Administrative Region"
21482             },
21483             {
21484             "code": "RU-MOW",
21485             "name": "Moskva",
21486             "type": "Autonomous City"
21487             },
21488             {
21489             "code": "RU-MUR",
21490             "name": "Murmanskaya oblast'",
21491             "type": "Administrative Region"
21492             },
21493             {
21494             "code": "RU-NEN",
21495             "name": "Nenetskiy avtonomnyy okrug",
21496             "type": "Autonomous District"
21497             },
21498             {
21499             "code": "RU-NGR",
21500             "name": "Novgorodskaya oblast'",
21501             "type": "Administrative Region"
21502             },
21503             {
21504             "code": "RU-NIZ",
21505             "name": "Nizhegorodskaya oblast'",
21506             "type": "Administrative Region"
21507             },
21508             {
21509             "code": "RU-NVS",
21510             "name": "Novosibirskaya oblast'",
21511             "type": "Administrative Region"
21512             },
21513             {
21514             "code": "RU-OMS",
21515             "name": "Omskaya oblast'",
21516             "type": "Administrative Region"
21517             },
21518             {
21519             "code": "RU-ORE",
21520             "name": "Orenburgskaya oblast'",
21521             "type": "Administrative Region"
21522             },
21523             {
21524             "code": "RU-ORL",
21525             "name": "Orlovskaya oblast'",
21526             "type": "Administrative Region"
21527             },
21528             {
21529             "code": "RU-PER",
21530             "name": "Permskiy kray",
21531             "type": "Administrative Territory"
21532             },
21533             {
21534             "code": "RU-PNZ",
21535             "name": "Penzenskaya oblast'",
21536             "type": "Administrative Region"
21537             },
21538             {
21539             "code": "RU-PRI",
21540             "name": "Primorskiy kray",
21541             "type": "Administrative Territory"
21542             },
21543             {
21544             "code": "RU-PSK",
21545             "name": "Pskovskaya oblast'",
21546             "type": "Administrative Region"
21547             },
21548             {
21549             "code": "RU-ROS",
21550             "name": "Rostovskaya oblast'",
21551             "type": "Administrative Region"
21552             },
21553             {
21554             "code": "RU-RYA",
21555             "name": "Ryazanskaya oblast'",
21556             "type": "Administrative Region"
21557             },
21558             {
21559             "code": "RU-SA",
21560             "name": "Sakha, Respublika [Yakutiya]",
21561             "type": "Republic"
21562             },
21563             {
21564             "code": "RU-SAK",
21565             "name": "Sakhalinskaya oblast'",
21566             "type": "Administrative Region"
21567             },
21568             {
21569             "code": "RU-SAM",
21570             "name": "Samaraskaya oblast'",
21571             "type": "Administrative Region"
21572             },
21573             {
21574             "code": "RU-SAR",
21575             "name": "Saratovskaya oblast'",
21576             "type": "Administrative Region"
21577             },
21578             {
21579             "code": "RU-SE",
21580             "name": "Severnaya Osetiya-Alaniya, Respublika",
21581             "type": "Republic"
21582             },
21583             {
21584             "code": "RU-SMO",
21585             "name": "Smolenskaya oblast'",
21586             "type": "Administrative Region"
21587             },
21588             {
21589             "code": "RU-SPE",
21590             "name": "Sankt-Peterburg",
21591             "type": "Autonomous City"
21592             },
21593             {
21594             "code": "RU-STA",
21595             "name": "Stavropol'skiy kray",
21596             "type": "Administrative Territory"
21597             },
21598             {
21599             "code": "RU-SVE",
21600             "name": "Sverdlovskaya oblast'",
21601             "type": "Administrative Region"
21602             },
21603             {
21604             "code": "RU-TA",
21605             "name": "Tatarstan, Respublika",
21606             "type": "Republic"
21607             },
21608             {
21609             "code": "RU-TAM",
21610             "name": "Tambovskaya oblast'",
21611             "type": "Administrative Region"
21612             },
21613             {
21614             "code": "RU-TOM",
21615             "name": "Tomskaya oblast'",
21616             "type": "Administrative Region"
21617             },
21618             {
21619             "code": "RU-TUL",
21620             "name": "Tul'skaya oblast'",
21621             "type": "Administrative Region"
21622             },
21623             {
21624             "code": "RU-TVE",
21625             "name": "Tverskaya oblast'",
21626             "type": "Administrative Region"
21627             },
21628             {
21629             "code": "RU-TY",
21630             "name": "Tyva, Respublika [Tuva]",
21631             "type": "Republic"
21632             },
21633             {
21634             "code": "RU-TYU",
21635             "name": "Tyumenskaya oblast'",
21636             "type": "Administrative Region"
21637             },
21638             {
21639             "code": "RU-UD",
21640             "name": "Udmurtskaya Respublika",
21641             "type": "Republic"
21642             },
21643             {
21644             "code": "RU-ULY",
21645             "name": "Ul'yanovskaya oblast'",
21646             "type": "Administrative Region"
21647             },
21648             {
21649             "code": "RU-VGG",
21650             "name": "Volgogradskaya oblast'",
21651             "type": "Administrative Region"
21652             },
21653             {
21654             "code": "RU-VLA",
21655             "name": "Vladimirskaya oblast'",
21656             "type": "Administrative Region"
21657             },
21658             {
21659             "code": "RU-VLG",
21660             "name": "Vologodskaya oblast'",
21661             "type": "Administrative Region"
21662             },
21663             {
21664             "code": "RU-VOR",
21665             "name": "Voronezhskaya oblast'",
21666             "type": "Administrative Region"
21667             },
21668             {
21669             "code": "RU-YAN",
21670             "name": "Yamalo-Nenetskiy avtonomnyy okrug",
21671             "type": "Autonomous District"
21672             },
21673             {
21674             "code": "RU-YAR",
21675             "name": "Yaroslavskaya oblast'",
21676             "type": "Administrative Region"
21677             },
21678             {
21679             "code": "RU-YEV",
21680             "name": "Yevreyskaya avtonomnaya oblast'",
21681             "type": "Autonomous Region"
21682             },
21683             {
21684             "code": "RU-ZAB",
21685             "name": "Zabajkal'skij kraj",
21686             "type": "Administrative Territory"
21687             },
21688             {
21689             "code": "RW-01",
21690             "name": "Ville de Kigali",
21691             "type": "Town council"
21692             },
21693             {
21694             "code": "RW-02",
21695             "name": "Est",
21696             "type": "Province"
21697             },
21698             {
21699             "code": "RW-03",
21700             "name": "Nord",
21701             "type": "Province"
21702             },
21703             {
21704             "code": "RW-04",
21705             "name": "Ouest",
21706             "type": "Province"
21707             },
21708             {
21709             "code": "RW-05",
21710             "name": "Sud",
21711             "type": "Province"
21712             },
21713             {
21714             "code": "SA-01",
21715             "name": "Ar Riyāḍ",
21716             "type": "Province"
21717             },
21718             {
21719             "code": "SA-02",
21720             "name": "Makkah",
21721             "type": "Province"
21722             },
21723             {
21724             "code": "SA-03",
21725             "name": "Al Madīnah",
21726             "type": "Province"
21727             },
21728             {
21729             "code": "SA-04",
21730             "name": "Ash Sharqīyah",
21731             "type": "Province"
21732             },
21733             {
21734             "code": "SA-05",
21735             "name": "Al Qaşīm",
21736             "type": "Province"
21737             },
21738             {
21739             "code": "SA-06",
21740             "name": "Ḥā'il",
21741             "type": "Province"
21742             },
21743             {
21744             "code": "SA-07",
21745             "name": "Tabūk",
21746             "type": "Province"
21747             },
21748             {
21749             "code": "SA-08",
21750             "name": "Al Ḥudūd ash Shamāliyah",
21751             "type": "Province"
21752             },
21753             {
21754             "code": "SA-09",
21755             "name": "Jīzan",
21756             "type": "Province"
21757             },
21758             {
21759             "code": "SA-10",
21760             "name": "Najrān",
21761             "type": "Province"
21762             },
21763             {
21764             "code": "SA-11",
21765             "name": "Al Bāhah",
21766             "type": "Province"
21767             },
21768             {
21769             "code": "SA-12",
21770             "name": "Al Jawf",
21771             "type": "Province"
21772             },
21773             {
21774             "code": "SA-14",
21775             "name": "`Asīr",
21776             "type": "Province"
21777             },
21778             {
21779             "code": "SB-CE",
21780             "name": "Central",
21781             "type": "Province"
21782             },
21783             {
21784             "code": "SB-CH",
21785             "name": "Choiseul",
21786             "type": "Province"
21787             },
21788             {
21789             "code": "SB-CT",
21790             "name": "Capital Territory (Honiara)",
21791             "type": "Capital territory"
21792             },
21793             {
21794             "code": "SB-GU",
21795             "name": "Guadalcanal",
21796             "type": "Province"
21797             },
21798             {
21799             "code": "SB-IS",
21800             "name": "Isabel",
21801             "type": "Province"
21802             },
21803             {
21804             "code": "SB-MK",
21805             "name": "Makira",
21806             "type": "Province"
21807             },
21808             {
21809             "code": "SB-ML",
21810             "name": "Malaita",
21811             "type": "Province"
21812             },
21813             {
21814             "code": "SB-RB",
21815             "name": "Rennell and Bellona",
21816             "type": "Province"
21817             },
21818             {
21819             "code": "SB-TE",
21820             "name": "Temotu",
21821             "type": "Province"
21822             },
21823             {
21824             "code": "SB-WE",
21825             "name": "Western",
21826             "type": "Province"
21827             },
21828             {
21829             "code": "SC-01",
21830             "name": "Anse aux Pins",
21831             "type": "District"
21832             },
21833             {
21834             "code": "SC-02",
21835             "name": "Anse Boileau",
21836             "type": "District"
21837             },
21838             {
21839             "code": "SC-03",
21840             "name": "Anse Etoile",
21841             "type": "District"
21842             },
21843             {
21844             "code": "SC-04",
21845             "name": "Anse Louis",
21846             "type": "District"
21847             },
21848             {
21849             "code": "SC-05",
21850             "name": "Anse Royale",
21851             "type": "District"
21852             },
21853             {
21854             "code": "SC-06",
21855             "name": "Baie Lazare",
21856             "type": "District"
21857             },
21858             {
21859             "code": "SC-07",
21860             "name": "Baie Sainte Anne",
21861             "type": "District"
21862             },
21863             {
21864             "code": "SC-08",
21865             "name": "Beau Vallon",
21866             "type": "District"
21867             },
21868             {
21869             "code": "SC-09",
21870             "name": "Bel Air",
21871             "type": "District"
21872             },
21873             {
21874             "code": "SC-10",
21875             "name": "Bel Ombre",
21876             "type": "District"
21877             },
21878             {
21879             "code": "SC-11",
21880             "name": "Cascade",
21881             "type": "District"
21882             },
21883             {
21884             "code": "SC-12",
21885             "name": "Glacis",
21886             "type": "District"
21887             },
21888             {
21889             "code": "SC-13",
21890             "name": "Grand Anse Mahe",
21891             "type": "District"
21892             },
21893             {
21894             "code": "SC-14",
21895             "name": "Grand Anse Praslin",
21896             "type": "District"
21897             },
21898             {
21899             "code": "SC-15",
21900             "name": "La Digue",
21901             "type": "District"
21902             },
21903             {
21904             "code": "SC-16",
21905             "name": "English River",
21906             "type": "District"
21907             },
21908             {
21909             "code": "SC-17",
21910             "name": "Mont Buxton",
21911             "type": "District"
21912             },
21913             {
21914             "code": "SC-18",
21915             "name": "Mont Fleuri",
21916             "type": "District"
21917             },
21918             {
21919             "code": "SC-19",
21920             "name": "Plaisance",
21921             "type": "District"
21922             },
21923             {
21924             "code": "SC-20",
21925             "name": "Pointe Larue",
21926             "type": "District"
21927             },
21928             {
21929             "code": "SC-21",
21930             "name": "Port Glaud",
21931             "type": "District"
21932             },
21933             {
21934             "code": "SC-22",
21935             "name": "Saint Louis",
21936             "type": "District"
21937             },
21938             {
21939             "code": "SC-23",
21940             "name": "Takamaka",
21941             "type": "District"
21942             },
21943             {
21944             "code": "SC-24",
21945             "name": "Les Mamelles",
21946             "type": "District"
21947             },
21948             {
21949             "code": "SC-25",
21950             "name": "Roche Caiman",
21951             "type": "District"
21952             },
21953             {
21954             "code": "SD-DC",
21955             "name": "Zalingei",
21956             "type": "State"
21957             },
21958             {
21959             "code": "SD-DE",
21960             "name": "Sharq Dārfūr",
21961             "type": "State"
21962             },
21963             {
21964             "code": "SD-DN",
21965             "name": "Shamāl Dārfūr",
21966             "type": "State"
21967             },
21968             {
21969             "code": "SD-DS",
21970             "name": "Janūb Dārfūr",
21971             "type": "State"
21972             },
21973             {
21974             "code": "SD-DW",
21975             "name": "Gharb Dārfūr",
21976             "type": "State"
21977             },
21978             {
21979             "code": "SD-GD",
21980             "name": "Al Qaḑārif",
21981             "type": "State"
21982             },
21983             {
21984             "code": "SD-GZ",
21985             "name": "Al Jazīrah",
21986             "type": "State"
21987             },
21988             {
21989             "code": "SD-KA",
21990             "name": "Kassalā",
21991             "type": "State"
21992             },
21993             {
21994             "code": "SD-KH",
21995             "name": "Al Kharţūm",
21996             "type": "State"
21997             },
21998             {
21999             "code": "SD-KN",
22000             "name": "Shamāl Kurdufān",
22001             "type": "State"
22002             },
22003             {
22004             "code": "SD-KS",
22005             "name": "Janūb Kurdufān",
22006             "type": "State"
22007             },
22008             {
22009             "code": "SD-NB",
22010             "name": "An Nīl al Azraq",
22011             "type": "State"
22012             },
22013             {
22014             "code": "SD-NO",
22015             "name": "Ash Shamālīyah",
22016             "type": "State"
22017             },
22018             {
22019             "code": "SD-NR",
22020             "name": "An Nīl",
22021             "type": "State"
22022             },
22023             {
22024             "code": "SD-NW",
22025             "name": "An Nīl al Abyaḑ",
22026             "type": "State"
22027             },
22028             {
22029             "code": "SD-RS",
22030             "name": "Al Baḩr al Aḩmar",
22031             "type": "State"
22032             },
22033             {
22034             "code": "SD-SI",
22035             "name": "Sinnār",
22036             "type": "State"
22037             },
22038             {
22039             "code": "SE-AB",
22040             "name": "Stockholms län",
22041             "type": "County"
22042             },
22043             {
22044             "code": "SE-AC",
22045             "name": "Västerbottens län",
22046             "type": "County"
22047             },
22048             {
22049             "code": "SE-BD",
22050             "name": "Norrbottens län",
22051             "type": "County"
22052             },
22053             {
22054             "code": "SE-C",
22055             "name": "Uppsala län",
22056             "type": "County"
22057             },
22058             {
22059             "code": "SE-D",
22060             "name": "Södermanlands län",
22061             "type": "County"
22062             },
22063             {
22064             "code": "SE-E",
22065             "name": "Östergötlands län",
22066             "type": "County"
22067             },
22068             {
22069             "code": "SE-F",
22070             "name": "Jönköpings län",
22071             "type": "County"
22072             },
22073             {
22074             "code": "SE-G",
22075             "name": "Kronobergs län",
22076             "type": "County"
22077             },
22078             {
22079             "code": "SE-H",
22080             "name": "Kalmar län",
22081             "type": "County"
22082             },
22083             {
22084             "code": "SE-I",
22085             "name": "Gotlands län",
22086             "type": "County"
22087             },
22088             {
22089             "code": "SE-K",
22090             "name": "Blekinge län",
22091             "type": "County"
22092             },
22093             {
22094             "code": "SE-M",
22095             "name": "Skåne län",
22096             "type": "County"
22097             },
22098             {
22099             "code": "SE-N",
22100             "name": "Hallands län",
22101             "type": "County"
22102             },
22103             {
22104             "code": "SE-O",
22105             "name": "Västra Götalands län",
22106             "type": "County"
22107             },
22108             {
22109             "code": "SE-S",
22110             "name": "Värmlands län",
22111             "type": "County"
22112             },
22113             {
22114             "code": "SE-T",
22115             "name": "Örebro län",
22116             "type": "County"
22117             },
22118             {
22119             "code": "SE-U",
22120             "name": "Västmanlands län",
22121             "type": "County"
22122             },
22123             {
22124             "code": "SE-W",
22125             "name": "Dalarnas län",
22126             "type": "County"
22127             },
22128             {
22129             "code": "SE-X",
22130             "name": "Gävleborgs län",
22131             "type": "County"
22132             },
22133             {
22134             "code": "SE-Y",
22135             "name": "Västernorrlands län",
22136             "type": "County"
22137             },
22138             {
22139             "code": "SE-Z",
22140             "name": "Jämtlands län",
22141             "type": "County"
22142             },
22143             {
22144             "code": "SG-01",
22145             "name": "Central Singapore",
22146             "type": "district"
22147             },
22148             {
22149             "code": "SG-02",
22150             "name": "North East",
22151             "type": "district"
22152             },
22153             {
22154             "code": "SG-03",
22155             "name": "North West",
22156             "type": "district"
22157             },
22158             {
22159             "code": "SG-04",
22160             "name": "South East",
22161             "type": "district"
22162             },
22163             {
22164             "code": "SG-05",
22165             "name": "South West",
22166             "type": "district"
22167             },
22168             {
22169             "code": "SH-AC",
22170             "name": "Ascension",
22171             "type": "Geographical Entity"
22172             },
22173             {
22174             "code": "SH-HL",
22175             "name": "Saint Helena",
22176             "type": "Geographical Entity"
22177             },
22178             {
22179             "code": "SH-TA",
22180             "name": "Tristan da Cunha",
22181             "type": "Geographical Entity"
22182             },
22183             {
22184             "code": "SI-001",
22185             "name": "Ajdovščina",
22186             "type": "Municipality"
22187             },
22188             {
22189             "code": "SI-002",
22190             "name": "Beltinci",
22191             "type": "Municipality"
22192             },
22193             {
22194             "code": "SI-003",
22195             "name": "Bled",
22196             "type": "Municipality"
22197             },
22198             {
22199             "code": "SI-004",
22200             "name": "Bohinj",
22201             "type": "Municipality"
22202             },
22203             {
22204             "code": "SI-005",
22205             "name": "Borovnica",
22206             "type": "Municipality"
22207             },
22208             {
22209             "code": "SI-006",
22210             "name": "Bovec",
22211             "type": "Municipality"
22212             },
22213             {
22214             "code": "SI-007",
22215             "name": "Brda",
22216             "type": "Municipality"
22217             },
22218             {
22219             "code": "SI-008",
22220             "name": "Brezovica",
22221             "type": "Municipality"
22222             },
22223             {
22224             "code": "SI-009",
22225             "name": "Brežice",
22226             "type": "Municipality"
22227             },
22228             {
22229             "code": "SI-010",
22230             "name": "Tišina",
22231             "type": "Municipality"
22232             },
22233             {
22234             "code": "SI-011",
22235             "name": "Celje",
22236             "type": "Municipality"
22237             },
22238             {
22239             "code": "SI-012",
22240             "name": "Cerklje na Gorenjskem",
22241             "type": "Municipality"
22242             },
22243             {
22244             "code": "SI-013",
22245             "name": "Cerknica",
22246             "type": "Municipality"
22247             },
22248             {
22249             "code": "SI-014",
22250             "name": "Cerkno",
22251             "type": "Municipality"
22252             },
22253             {
22254             "code": "SI-015",
22255             "name": "Črenšovci",
22256             "type": "Municipality"
22257             },
22258             {
22259             "code": "SI-016",
22260             "name": "Črna na Koroškem",
22261             "type": "Municipality"
22262             },
22263             {
22264             "code": "SI-017",
22265             "name": "Črnomelj",
22266             "type": "Municipality"
22267             },
22268             {
22269             "code": "SI-018",
22270             "name": "Destrnik",
22271             "type": "Municipality"
22272             },
22273             {
22274             "code": "SI-019",
22275             "name": "Divača",
22276             "type": "Municipality"
22277             },
22278             {
22279             "code": "SI-020",
22280             "name": "Dobrepolje",
22281             "type": "Municipality"
22282             },
22283             {
22284             "code": "SI-021",
22285             "name": "Dobrova-Polhov Gradec",
22286             "type": "Municipality"
22287             },
22288             {
22289             "code": "SI-022",
22290             "name": "Dol pri Ljubljani",
22291             "type": "Municipality"
22292             },
22293             {
22294             "code": "SI-023",
22295             "name": "Domžale",
22296             "type": "Municipality"
22297             },
22298             {
22299             "code": "SI-024",
22300             "name": "Dornava",
22301             "type": "Municipality"
22302             },
22303             {
22304             "code": "SI-025",
22305             "name": "Dravograd",
22306             "type": "Municipality"
22307             },
22308             {
22309             "code": "SI-026",
22310             "name": "Duplek",
22311             "type": "Municipality"
22312             },
22313             {
22314             "code": "SI-027",
22315             "name": "Gorenja vas-Poljane",
22316             "type": "Municipality"
22317             },
22318             {
22319             "code": "SI-028",
22320             "name": "Gorišnica",
22321             "type": "Municipality"
22322             },
22323             {
22324             "code": "SI-029",
22325             "name": "Gornja Radgona",
22326             "type": "Municipality"
22327             },
22328             {
22329             "code": "SI-030",
22330             "name": "Gornji Grad",
22331             "type": "Municipality"
22332             },
22333             {
22334             "code": "SI-031",
22335             "name": "Gornji Petrovci",
22336             "type": "Municipality"
22337             },
22338             {
22339             "code": "SI-032",
22340             "name": "Grosuplje",
22341             "type": "Municipality"
22342             },
22343             {
22344             "code": "SI-033",
22345             "name": "Šalovci",
22346             "type": "Municipality"
22347             },
22348             {
22349             "code": "SI-034",
22350             "name": "Hrastnik",
22351             "type": "Municipality"
22352             },
22353             {
22354             "code": "SI-035",
22355             "name": "Hrpelje-Kozina",
22356             "type": "Municipality"
22357             },
22358             {
22359             "code": "SI-036",
22360             "name": "Idrija",
22361             "type": "Municipality"
22362             },
22363             {
22364             "code": "SI-037",
22365             "name": "Ig",
22366             "type": "Municipality"
22367             },
22368             {
22369             "code": "SI-038",
22370             "name": "Ilirska Bistrica",
22371             "type": "Municipality"
22372             },
22373             {
22374             "code": "SI-039",
22375             "name": "Ivančna Gorica",
22376             "type": "Municipality"
22377             },
22378             {
22379             "code": "SI-040",
22380             "name": "Izola/Isola",
22381             "type": "Municipality"
22382             },
22383             {
22384             "code": "SI-041",
22385             "name": "Jesenice",
22386             "type": "Municipality"
22387             },
22388             {
22389             "code": "SI-042",
22390             "name": "Juršinci",
22391             "type": "Municipality"
22392             },
22393             {
22394             "code": "SI-043",
22395             "name": "Kamnik",
22396             "type": "Municipality"
22397             },
22398             {
22399             "code": "SI-044",
22400             "name": "Kanal",
22401             "type": "Municipality"
22402             },
22403             {
22404             "code": "SI-045",
22405             "name": "Kidričevo",
22406             "type": "Municipality"
22407             },
22408             {
22409             "code": "SI-046",
22410             "name": "Kobarid",
22411             "type": "Municipality"
22412             },
22413             {
22414             "code": "SI-047",
22415             "name": "Kobilje",
22416             "type": "Municipality"
22417             },
22418             {
22419             "code": "SI-048",
22420             "name": "Kočevje",
22421             "type": "Municipality"
22422             },
22423             {
22424             "code": "SI-049",
22425             "name": "Komen",
22426             "type": "Municipality"
22427             },
22428             {
22429             "code": "SI-050",
22430             "name": "Koper/Capodistria",
22431             "type": "Municipality"
22432             },
22433             {
22434             "code": "SI-051",
22435             "name": "Kozje",
22436             "type": "Municipality"
22437             },
22438             {
22439             "code": "SI-052",
22440             "name": "Kranj",
22441             "type": "Municipality"
22442             },
22443             {
22444             "code": "SI-053",
22445             "name": "Kranjska Gora",
22446             "type": "Municipality"
22447             },
22448             {
22449             "code": "SI-054",
22450             "name": "Krško",
22451             "type": "Municipality"
22452             },
22453             {
22454             "code": "SI-055",
22455             "name": "Kungota",
22456             "type": "Municipality"
22457             },
22458             {
22459             "code": "SI-056",
22460             "name": "Kuzma",
22461             "type": "Municipality"
22462             },
22463             {
22464             "code": "SI-057",
22465             "name": "Laško",
22466             "type": "Municipality"
22467             },
22468             {
22469             "code": "SI-058",
22470             "name": "Lenart",
22471             "type": "Municipality"
22472             },
22473             {
22474             "code": "SI-059",
22475             "name": "Lendava/Lendva",
22476             "type": "Municipality"
22477             },
22478             {
22479             "code": "SI-060",
22480             "name": "Litija",
22481             "type": "Municipality"
22482             },
22483             {
22484             "code": "SI-061",
22485             "name": "Ljubljana",
22486             "type": "Municipality"
22487             },
22488             {
22489             "code": "SI-062",
22490             "name": "Ljubno",
22491             "type": "Municipality"
22492             },
22493             {
22494             "code": "SI-063",
22495             "name": "Ljutomer",
22496             "type": "Municipality"
22497             },
22498             {
22499             "code": "SI-064",
22500             "name": "Logatec",
22501             "type": "Municipality"
22502             },
22503             {
22504             "code": "SI-065",
22505             "name": "Loška dolina",
22506             "type": "Municipality"
22507             },
22508             {
22509             "code": "SI-066",
22510             "name": "Loški Potok",
22511             "type": "Municipality"
22512             },
22513             {
22514             "code": "SI-067",
22515             "name": "Luče",
22516             "type": "Municipality"
22517             },
22518             {
22519             "code": "SI-068",
22520             "name": "Lukovica",
22521             "type": "Municipality"
22522             },
22523             {
22524             "code": "SI-069",
22525             "name": "Majšperk",
22526             "type": "Municipality"
22527             },
22528             {
22529             "code": "SI-070",
22530             "name": "Maribor",
22531             "type": "Municipality"
22532             },
22533             {
22534             "code": "SI-071",
22535             "name": "Medvode",
22536             "type": "Municipality"
22537             },
22538             {
22539             "code": "SI-072",
22540             "name": "Mengeš",
22541             "type": "Municipality"
22542             },
22543             {
22544             "code": "SI-073",
22545             "name": "Metlika",
22546             "type": "Municipality"
22547             },
22548             {
22549             "code": "SI-074",
22550             "name": "Mežica",
22551             "type": "Municipality"
22552             },
22553             {
22554             "code": "SI-075",
22555             "name": "Miren-Kostanjevica",
22556             "type": "Municipality"
22557             },
22558             {
22559             "code": "SI-076",
22560             "name": "Mislinja",
22561             "type": "Municipality"
22562             },
22563             {
22564             "code": "SI-077",
22565             "name": "Moravče",
22566             "type": "Municipality"
22567             },
22568             {
22569             "code": "SI-078",
22570             "name": "Moravske Toplice",
22571             "type": "Municipality"
22572             },
22573             {
22574             "code": "SI-079",
22575             "name": "Mozirje",
22576             "type": "Municipality"
22577             },
22578             {
22579             "code": "SI-080",
22580             "name": "Murska Sobota",
22581             "type": "Municipality"
22582             },
22583             {
22584             "code": "SI-081",
22585             "name": "Muta",
22586             "type": "Municipality"
22587             },
22588             {
22589             "code": "SI-082",
22590             "name": "Naklo",
22591             "type": "Municipality"
22592             },
22593             {
22594             "code": "SI-083",
22595             "name": "Nazarje",
22596             "type": "Municipality"
22597             },
22598             {
22599             "code": "SI-084",
22600             "name": "Nova Gorica",
22601             "type": "Municipality"
22602             },
22603             {
22604             "code": "SI-085",
22605             "name": "Novo mesto",
22606             "type": "Municipality"
22607             },
22608             {
22609             "code": "SI-086",
22610             "name": "Odranci",
22611             "type": "Municipality"
22612             },
22613             {
22614             "code": "SI-087",
22615             "name": "Ormož",
22616             "type": "Municipality"
22617             },
22618             {
22619             "code": "SI-088",
22620             "name": "Osilnica",
22621             "type": "Municipality"
22622             },
22623             {
22624             "code": "SI-089",
22625             "name": "Pesnica",
22626             "type": "Municipality"
22627             },
22628             {
22629             "code": "SI-090",
22630             "name": "Piran/Pirano",
22631             "type": "Municipality"
22632             },
22633             {
22634             "code": "SI-091",
22635             "name": "Pivka",
22636             "type": "Municipality"
22637             },
22638             {
22639             "code": "SI-092",
22640             "name": "Podčetrtek",
22641             "type": "Municipality"
22642             },
22643             {
22644             "code": "SI-093",
22645             "name": "Podvelka",
22646             "type": "Municipality"
22647             },
22648             {
22649             "code": "SI-094",
22650             "name": "Postojna",
22651             "type": "Municipality"
22652             },
22653             {
22654             "code": "SI-095",
22655             "name": "Preddvor",
22656             "type": "Municipality"
22657             },
22658             {
22659             "code": "SI-096",
22660             "name": "Ptuj",
22661             "type": "Municipality"
22662             },
22663             {
22664             "code": "SI-097",
22665             "name": "Puconci",
22666             "type": "Municipality"
22667             },
22668             {
22669             "code": "SI-098",
22670             "name": "Rače-Fram",
22671             "type": "Municipality"
22672             },
22673             {
22674             "code": "SI-099",
22675             "name": "Radeče",
22676             "type": "Municipality"
22677             },
22678             {
22679             "code": "SI-100",
22680             "name": "Radenci",
22681             "type": "Municipality"
22682             },
22683             {
22684             "code": "SI-101",
22685             "name": "Radlje ob Dravi",
22686             "type": "Municipality"
22687             },
22688             {
22689             "code": "SI-102",
22690             "name": "Radovljica",
22691             "type": "Municipality"
22692             },
22693             {
22694             "code": "SI-103",
22695             "name": "Ravne na Koroškem",
22696             "type": "Municipality"
22697             },
22698             {
22699             "code": "SI-104",
22700             "name": "Ribnica",
22701             "type": "Municipality"
22702             },
22703             {
22704             "code": "SI-105",
22705             "name": "Rogašovci",
22706             "type": "Municipality"
22707             },
22708             {
22709             "code": "SI-106",
22710             "name": "Rogaška Slatina",
22711             "type": "Municipality"
22712             },
22713             {
22714             "code": "SI-107",
22715             "name": "Rogatec",
22716             "type": "Municipality"
22717             },
22718             {
22719             "code": "SI-108",
22720             "name": "Ruše",
22721             "type": "Municipality"
22722             },
22723             {
22724             "code": "SI-109",
22725             "name": "Semič",
22726             "type": "Municipality"
22727             },
22728             {
22729             "code": "SI-110",
22730             "name": "Sevnica",
22731             "type": "Municipality"
22732             },
22733             {
22734             "code": "SI-111",
22735             "name": "Sežana",
22736             "type": "Municipality"
22737             },
22738             {
22739             "code": "SI-112",
22740             "name": "Slovenj Gradec",
22741             "type": "Municipality"
22742             },
22743             {
22744             "code": "SI-113",
22745             "name": "Slovenska Bistrica",
22746             "type": "Municipality"
22747             },
22748             {
22749             "code": "SI-114",
22750             "name": "Slovenske Konjice",
22751             "type": "Municipality"
22752             },
22753             {
22754             "code": "SI-115",
22755             "name": "Starče",
22756             "type": "Municipality"
22757             },
22758             {
22759             "code": "SI-116",
22760             "name": "Sveti Jurij",
22761             "type": "Municipality"
22762             },
22763             {
22764             "code": "SI-117",
22765             "name": "Šenčur",
22766             "type": "Municipality"
22767             },
22768             {
22769             "code": "SI-118",
22770             "name": "Šentilj",
22771             "type": "Municipality"
22772             },
22773             {
22774             "code": "SI-119",
22775             "name": "Šentjernej",
22776             "type": "Municipality"
22777             },
22778             {
22779             "code": "SI-120",
22780             "name": "Šentjur",
22781             "type": "Municipality"
22782             },
22783             {
22784             "code": "SI-121",
22785             "name": "Škocjan",
22786             "type": "Municipality"
22787             },
22788             {
22789             "code": "SI-122",
22790             "name": "Škofja Loka",
22791             "type": "Municipality"
22792             },
22793             {
22794             "code": "SI-123",
22795             "name": "Škofljica",
22796             "type": "Municipality"
22797             },
22798             {
22799             "code": "SI-124",
22800             "name": "Šmarje pri Jelšah",
22801             "type": "Municipality"
22802             },
22803             {
22804             "code": "SI-125",
22805             "name": "Šmartno ob Paki",
22806             "type": "Municipality"
22807             },
22808             {
22809             "code": "SI-126",
22810             "name": "Šoštanj",
22811             "type": "Municipality"
22812             },
22813             {
22814             "code": "SI-127",
22815             "name": "Štore",
22816             "type": "Municipality"
22817             },
22818             {
22819             "code": "SI-128",
22820             "name": "Tolmin",
22821             "type": "Municipality"
22822             },
22823             {
22824             "code": "SI-129",
22825             "name": "Trbovlje",
22826             "type": "Municipality"
22827             },
22828             {
22829             "code": "SI-130",
22830             "name": "Trebnje",
22831             "type": "Municipality"
22832             },
22833             {
22834             "code": "SI-131",
22835             "name": "Tržič",
22836             "type": "Municipality"
22837             },
22838             {
22839             "code": "SI-132",
22840             "name": "Turnišče",
22841             "type": "Municipality"
22842             },
22843             {
22844             "code": "SI-133",
22845             "name": "Velenje",
22846             "type": "Municipality"
22847             },
22848             {
22849             "code": "SI-134",
22850             "name": "Velike Lašče",
22851             "type": "Municipality"
22852             },
22853             {
22854             "code": "SI-135",
22855             "name": "Videm",
22856             "type": "Municipality"
22857             },
22858             {
22859             "code": "SI-136",
22860             "name": "Vipava",
22861             "type": "Municipality"
22862             },
22863             {
22864             "code": "SI-137",
22865             "name": "Vitanje",
22866             "type": "Municipality"
22867             },
22868             {
22869             "code": "SI-138",
22870             "name": "Vodice",
22871             "type": "Municipality"
22872             },
22873             {
22874             "code": "SI-139",
22875             "name": "Vojnik",
22876             "type": "Municipality"
22877             },
22878             {
22879             "code": "SI-140",
22880             "name": "Vrhnika",
22881             "type": "Municipality"
22882             },
22883             {
22884             "code": "SI-141",
22885             "name": "Vuzenica",
22886             "type": "Municipality"
22887             },
22888             {
22889             "code": "SI-142",
22890             "name": "Zagorje ob Savi",
22891             "type": "Municipality"
22892             },
22893             {
22894             "code": "SI-143",
22895             "name": "Zavrč",
22896             "type": "Municipality"
22897             },
22898             {
22899             "code": "SI-144",
22900             "name": "Zreče",
22901             "type": "Municipality"
22902             },
22903             {
22904             "code": "SI-146",
22905             "name": "Železniki",
22906             "type": "Municipality"
22907             },
22908             {
22909             "code": "SI-147",
22910             "name": "Žiri",
22911             "type": "Municipality"
22912             },
22913             {
22914             "code": "SI-148",
22915             "name": "Benedikt",
22916             "type": "Municipality"
22917             },
22918             {
22919             "code": "SI-149",
22920             "name": "Bistrica ob Sotli",
22921             "type": "Municipality"
22922             },
22923             {
22924             "code": "SI-150",
22925             "name": "Bloke",
22926             "type": "Municipality"
22927             },
22928             {
22929             "code": "SI-151",
22930             "name": "Braslovče",
22931             "type": "Municipality"
22932             },
22933             {
22934             "code": "SI-152",
22935             "name": "Cankova",
22936             "type": "Municipality"
22937             },
22938             {
22939             "code": "SI-153",
22940             "name": "Cerkvenjak",
22941             "type": "Municipality"
22942             },
22943             {
22944             "code": "SI-154",
22945             "name": "Dobje",
22946             "type": "Municipality"
22947             },
22948             {
22949             "code": "SI-155",
22950             "name": "Dobrna",
22951             "type": "Municipality"
22952             },
22953             {
22954             "code": "SI-156",
22955             "name": "Dobrovnik/Dobronak",
22956             "type": "Municipality"
22957             },
22958             {
22959             "code": "SI-157",
22960             "name": "Dolenjske Toplice",
22961             "type": "Municipality"
22962             },
22963             {
22964             "code": "SI-158",
22965             "name": "Grad",
22966             "type": "Municipality"
22967             },
22968             {
22969             "code": "SI-159",
22970             "name": "Hajdina",
22971             "type": "Municipality"
22972             },
22973             {
22974             "code": "SI-160",
22975             "name": "Hoče-Slivnica",
22976             "type": "Municipality"
22977             },
22978             {
22979             "code": "SI-161",
22980             "name": "Hodoš/Hodos",
22981             "type": "Municipality"
22982             },
22983             {
22984             "code": "SI-162",
22985             "name": "Horjul",
22986             "type": "Municipality"
22987             },
22988             {
22989             "code": "SI-163",
22990             "name": "Jezersko",
22991             "type": "Municipality"
22992             },
22993             {
22994             "code": "SI-164",
22995             "name": "Komenda",
22996             "type": "Municipality"
22997             },
22998             {
22999             "code": "SI-165",
23000             "name": "Kostel",
23001             "type": "Municipality"
23002             },
23003             {
23004             "code": "SI-166",
23005             "name": "Križevci",
23006             "type": "Municipality"
23007             },
23008             {
23009             "code": "SI-167",
23010             "name": "Lovrenc na Pohorju",
23011             "type": "Municipality"
23012             },
23013             {
23014             "code": "SI-168",
23015             "name": "Markovci",
23016             "type": "Municipality"
23017             },
23018             {
23019             "code": "SI-169",
23020             "name": "Miklavž na Dravskem polju",
23021             "type": "Municipality"
23022             },
23023             {
23024             "code": "SI-170",
23025             "name": "Mirna Peč",
23026             "type": "Municipality"
23027             },
23028             {
23029             "code": "SI-171",
23030             "name": "Oplotnica",
23031             "type": "Municipality"
23032             },
23033             {
23034             "code": "SI-172",
23035             "name": "Podlehnik",
23036             "type": "Municipality"
23037             },
23038             {
23039             "code": "SI-173",
23040             "name": "Polzela",
23041             "type": "Municipality"
23042             },
23043             {
23044             "code": "SI-174",
23045             "name": "Prebold",
23046             "type": "Municipality"
23047             },
23048             {
23049             "code": "SI-175",
23050             "name": "Prevalje",
23051             "type": "Municipality"
23052             },
23053             {
23054             "code": "SI-176",
23055             "name": "Razkrižje",
23056             "type": "Municipality"
23057             },
23058             {
23059             "code": "SI-177",
23060             "name": "Ribnica na Pohorju",
23061             "type": "Municipality"
23062             },
23063             {
23064             "code": "SI-178",
23065             "name": "Selnica ob Dravi",
23066             "type": "Municipality"
23067             },
23068             {
23069             "code": "SI-179",
23070             "name": "Sodražica",
23071             "type": "Municipality"
23072             },
23073             {
23074             "code": "SI-180",
23075             "name": "Solčava",
23076             "type": "Municipality"
23077             },
23078             {
23079             "code": "SI-181",
23080             "name": "Sveta Ana",
23081             "type": "Municipality"
23082             },
23083             {
23084             "code": "SI-182",
23085             "name": "Sveta Andraž v Slovenskih Goricah",
23086             "type": "Municipality"
23087             },
23088             {
23089             "code": "SI-183",
23090             "name": "Šempeter-Vrtojba",
23091             "type": "Municipality"
23092             },
23093             {
23094             "code": "SI-184",
23095             "name": "Tabor",
23096             "type": "Municipality"
23097             },
23098             {
23099             "code": "SI-185",
23100             "name": "Trnovska vas",
23101             "type": "Municipality"
23102             },
23103             {
23104             "code": "SI-186",
23105             "name": "Trzin",
23106             "type": "Municipality"
23107             },
23108             {
23109             "code": "SI-187",
23110             "name": "Velika Polana",
23111             "type": "Municipality"
23112             },
23113             {
23114             "code": "SI-188",
23115             "name": "Veržej",
23116             "type": "Municipality"
23117             },
23118             {
23119             "code": "SI-189",
23120             "name": "Vransko",
23121             "type": "Municipality"
23122             },
23123             {
23124             "code": "SI-190",
23125             "name": "Žalec",
23126             "type": "Municipality"
23127             },
23128             {
23129             "code": "SI-191",
23130             "name": "Žetale",
23131             "type": "Municipality"
23132             },
23133             {
23134             "code": "SI-192",
23135             "name": "Žirovnica",
23136             "type": "Municipality"
23137             },
23138             {
23139             "code": "SI-193",
23140             "name": "Žužemberk",
23141             "type": "Municipality"
23142             },
23143             {
23144             "code": "SI-194",
23145             "name": "Šmartno pri Litiji",
23146             "type": "Municipality"
23147             },
23148             {
23149             "code": "SI-195",
23150             "name": "Apače",
23151             "type": "Municipality"
23152             },
23153             {
23154             "code": "SI-196",
23155             "name": "Cirkulane",
23156             "type": "Municipality"
23157             },
23158             {
23159             "code": "SI-197",
23160             "name": "Kosanjevica na Krki",
23161             "type": "Municipality"
23162             },
23163             {
23164             "code": "SI-198",
23165             "name": "Makole",
23166             "type": "Municipality"
23167             },
23168             {
23169             "code": "SI-199",
23170             "name": "Mokronog-Trebelno",
23171             "type": "Municipality"
23172             },
23173             {
23174             "code": "SI-200",
23175             "name": "Poljčane",
23176             "type": "Municipality"
23177             },
23178             {
23179             "code": "SI-201",
23180             "name": "Renče-Vogrsko",
23181             "type": "Municipality"
23182             },
23183             {
23184             "code": "SI-202",
23185             "name": "Središče ob Dravi",
23186             "type": "Municipality"
23187             },
23188             {
23189             "code": "SI-203",
23190             "name": "Straža",
23191             "type": "Municipality"
23192             },
23193             {
23194             "code": "SI-204",
23195             "name": "Sveta Trojica v Slovenskih Goricah",
23196             "type": "Municipality"
23197             },
23198             {
23199             "code": "SI-205",
23200             "name": "Sveti Tomaž",
23201             "type": "Municipality"
23202             },
23203             {
23204             "code": "SI-206",
23205             "name": "Šmarjeske Topliče",
23206             "type": "Municipality"
23207             },
23208             {
23209             "code": "SI-207",
23210             "name": "Gorje",
23211             "type": "Municipality"
23212             },
23213             {
23214             "code": "SI-208",
23215             "name": "Log-Dragomer",
23216             "type": "Municipality"
23217             },
23218             {
23219             "code": "SI-209",
23220             "name": "Rečica ob Savinji",
23221             "type": "Municipality"
23222             },
23223             {
23224             "code": "SI-210",
23225             "name": "Sveti Jurij v Slovenskih Goricah",
23226             "type": "Municipality"
23227             },
23228             {
23229             "code": "SI-211",
23230             "name": "Šentrupert",
23231             "type": "Municipality"
23232             },
23233             {
23234             "code": "SK-BC",
23235             "name": "Banskobystrický kraj",
23236             "type": "Region"
23237             },
23238             {
23239             "code": "SK-BL",
23240             "name": "Bratislavský kraj",
23241             "type": "Region"
23242             },
23243             {
23244             "code": "SK-KI",
23245             "name": "Košický kraj",
23246             "type": "Region"
23247             },
23248             {
23249             "code": "SK-NI",
23250             "name": "Nitriansky kraj",
23251             "type": "Region"
23252             },
23253             {
23254             "code": "SK-PV",
23255             "name": "Prešovský kraj",
23256             "type": "Region"
23257             },
23258             {
23259             "code": "SK-TA",
23260             "name": "Trnavský kraj",
23261             "type": "Region"
23262             },
23263             {
23264             "code": "SK-TC",
23265             "name": "Trenčiansky kraj",
23266             "type": "Region"
23267             },
23268             {
23269             "code": "SK-ZI",
23270             "name": "Žilinský kraj",
23271             "type": "Region"
23272             },
23273             {
23274             "code": "SL-E",
23275             "name": "Eastern",
23276             "type": "Province"
23277             },
23278             {
23279             "code": "SL-N",
23280             "name": "Northern",
23281             "type": "Province"
23282             },
23283             {
23284             "code": "SL-S",
23285             "name": "Southern (Sierra Leone)",
23286             "type": "Province"
23287             },
23288             {
23289             "code": "SL-W",
23290             "name": "Western Area (Freetown)",
23291             "type": "Area"
23292             },
23293             {
23294             "code": "SM-01",
23295             "name": "Acquaviva",
23296             "type": "Municipalities"
23297             },
23298             {
23299             "code": "SM-02",
23300             "name": "Chiesanuova",
23301             "type": "Municipalities"
23302             },
23303             {
23304             "code": "SM-03",
23305             "name": "Domagnano",
23306             "type": "Municipalities"
23307             },
23308             {
23309             "code": "SM-04",
23310             "name": "Faetano",
23311             "type": "Municipalities"
23312             },
23313             {
23314             "code": "SM-05",
23315             "name": "Fiorentino",
23316             "type": "Municipalities"
23317             },
23318             {
23319             "code": "SM-06",
23320             "name": "Borgo Maggiore",
23321             "type": "Municipalities"
23322             },
23323             {
23324             "code": "SM-07",
23325             "name": "San Marino",
23326             "type": "Municipalities"
23327             },
23328             {
23329             "code": "SM-08",
23330             "name": "Montegiardino",
23331             "type": "Municipalities"
23332             },
23333             {
23334             "code": "SM-09",
23335             "name": "Serravalle",
23336             "type": "Municipalities"
23337             },
23338             {
23339             "code": "SN-DB",
23340             "name": "Diourbel",
23341             "type": "Region"
23342             },
23343             {
23344             "code": "SN-DK",
23345             "name": "Dakar",
23346             "type": "Region"
23347             },
23348             {
23349             "code": "SN-FK",
23350             "name": "Fatick",
23351             "type": "Region"
23352             },
23353             {
23354             "code": "SN-KA",
23355             "name": "Kaffrine",
23356             "type": "Region"
23357             },
23358             {
23359             "code": "SN-KD",
23360             "name": "Kolda",
23361             "type": "Region"
23362             },
23363             {
23364             "code": "SN-KE",
23365             "name": "Kédougou",
23366             "type": "Region"
23367             },
23368             {
23369             "code": "SN-KL",
23370             "name": "Kaolack",
23371             "type": "Region"
23372             },
23373             {
23374             "code": "SN-LG",
23375             "name": "Louga",
23376             "type": "Region"
23377             },
23378             {
23379             "code": "SN-MT",
23380             "name": "Matam",
23381             "type": "Region"
23382             },
23383             {
23384             "code": "SN-SE",
23385             "name": "Sédhiou",
23386             "type": "Region"
23387             },
23388             {
23389             "code": "SN-SL",
23390             "name": "Saint-Louis",
23391             "type": "Region"
23392             },
23393             {
23394             "code": "SN-TC",
23395             "name": "Tambacounda",
23396             "type": "Region"
23397             },
23398             {
23399             "code": "SN-TH",
23400             "name": "Thiès",
23401             "type": "Region"
23402             },
23403             {
23404             "code": "SN-ZG",
23405             "name": "Ziguinchor",
23406             "type": "Region"
23407             },
23408             {
23409             "code": "SO-AW",
23410             "name": "Awdal",
23411             "type": "Region"
23412             },
23413             {
23414             "code": "SO-BK",
23415             "name": "Bakool",
23416             "type": "Region"
23417             },
23418             {
23419             "code": "SO-BN",
23420             "name": "Banaadir",
23421             "type": "Region"
23422             },
23423             {
23424             "code": "SO-BR",
23425             "name": "Bari",
23426             "type": "Region"
23427             },
23428             {
23429             "code": "SO-BY",
23430             "name": "Bay",
23431             "type": "Region"
23432             },
23433             {
23434             "code": "SO-GA",
23435             "name": "Galguduud",
23436             "type": "Region"
23437             },
23438             {
23439             "code": "SO-GE",
23440             "name": "Gedo",
23441             "type": "Region"
23442             },
23443             {
23444             "code": "SO-HI",
23445             "name": "Hiirsan",
23446             "type": "Region"
23447             },
23448             {
23449             "code": "SO-JD",
23450             "name": "Jubbada Dhexe",
23451             "type": "Region"
23452             },
23453             {
23454             "code": "SO-JH",
23455             "name": "Jubbada Hoose",
23456             "type": "Region"
23457             },
23458             {
23459             "code": "SO-MU",
23460             "name": "Mudug",
23461             "type": "Region"
23462             },
23463             {
23464             "code": "SO-NU",
23465             "name": "Nugaal",
23466             "type": "Region"
23467             },
23468             {
23469             "code": "SO-SA",
23470             "name": "Saneag",
23471             "type": "Region"
23472             },
23473             {
23474             "code": "SO-SD",
23475             "name": "Shabeellaha Dhexe",
23476             "type": "Region"
23477             },
23478             {
23479             "code": "SO-SH",
23480             "name": "Shabeellaha Hoose",
23481             "type": "Region"
23482             },
23483             {
23484             "code": "SO-SO",
23485             "name": "Sool",
23486             "type": "Region"
23487             },
23488             {
23489             "code": "SO-TO",
23490             "name": "Togdheer",
23491             "type": "Region"
23492             },
23493             {
23494             "code": "SO-WO",
23495             "name": "Woqooyi Galbeed",
23496             "type": "Region"
23497             },
23498             {
23499             "code": "SR-BR",
23500             "name": "Brokopondo",
23501             "type": "District"
23502             },
23503             {
23504             "code": "SR-CM",
23505             "name": "Commewijne",
23506             "type": "District"
23507             },
23508             {
23509             "code": "SR-CR",
23510             "name": "Coronie",
23511             "type": "District"
23512             },
23513             {
23514             "code": "SR-MA",
23515             "name": "Marowijne",
23516             "type": "District"
23517             },
23518             {
23519             "code": "SR-NI",
23520             "name": "Nickerie",
23521             "type": "District"
23522             },
23523             {
23524             "code": "SR-PM",
23525             "name": "Paramaribo",
23526             "type": "District"
23527             },
23528             {
23529             "code": "SR-PR",
23530             "name": "Para",
23531             "type": "District"
23532             },
23533             {
23534             "code": "SR-SA",
23535             "name": "Saramacca",
23536             "type": "District"
23537             },
23538             {
23539             "code": "SR-SI",
23540             "name": "Sipaliwini",
23541             "type": "District"
23542             },
23543             {
23544             "code": "SR-WA",
23545             "name": "Wanica",
23546             "type": "District"
23547             },
23548             {
23549             "code": "SS-BN",
23550             "name": "Northern Bahr el-Ghazal",
23551             "type": "State"
23552             },
23553             {
23554             "code": "SS-BW",
23555             "name": "Western Bahr el-Ghazal",
23556             "type": "State"
23557             },
23558             {
23559             "code": "SS-EC",
23560             "name": "Central Equatoria",
23561             "type": "State"
23562             },
23563             {
23564             "code": "SS-EE8",
23565             "name": "Eastern Equatoria",
23566             "type": "State"
23567             },
23568             {
23569             "code": "SS-EW",
23570             "name": "Western Equatoria",
23571             "type": "State"
23572             },
23573             {
23574             "code": "SS-JG",
23575             "name": "Jonglei",
23576             "type": "State"
23577             },
23578             {
23579             "code": "SS-LK",
23580             "name": "Lakes",
23581             "type": "State"
23582             },
23583             {
23584             "code": "SS-NU",
23585             "name": "Upper Nile",
23586             "type": "State"
23587             },
23588             {
23589             "code": "SS-UY",
23590             "name": "Unity",
23591             "type": "State"
23592             },
23593             {
23594             "code": "SS-WR",
23595             "name": "Warrap",
23596             "type": "State"
23597             },
23598             {
23599             "code": "ST-P",
23600             "name": "Príncipe",
23601             "type": "Municipality"
23602             },
23603             {
23604             "code": "ST-S",
23605             "name": "São Tomé",
23606             "type": "Municipality"
23607             },
23608             {
23609             "code": "SV-AH",
23610             "name": "Ahuachapán",
23611             "type": "Department"
23612             },
23613             {
23614             "code": "SV-CA",
23615             "name": "Cabañas",
23616             "type": "Department"
23617             },
23618             {
23619             "code": "SV-CH",
23620             "name": "Chalatenango",
23621             "type": "Department"
23622             },
23623             {
23624             "code": "SV-CU",
23625             "name": "Cuscatlán",
23626             "type": "Department"
23627             },
23628             {
23629             "code": "SV-LI",
23630             "name": "La Libertad",
23631             "type": "Department"
23632             },
23633             {
23634             "code": "SV-MO",
23635             "name": "Morazán",
23636             "type": "Department"
23637             },
23638             {
23639             "code": "SV-PA",
23640             "name": "La Paz",
23641             "type": "Department"
23642             },
23643             {
23644             "code": "SV-SA",
23645             "name": "Santa Ana",
23646             "type": "Department"
23647             },
23648             {
23649             "code": "SV-SM",
23650             "name": "San Miguel",
23651             "type": "Department"
23652             },
23653             {
23654             "code": "SV-SO",
23655             "name": "Sonsonate",
23656             "type": "Department"
23657             },
23658             {
23659             "code": "SV-SS",
23660             "name": "San Salvador",
23661             "type": "Department"
23662             },
23663             {
23664             "code": "SV-SV",
23665             "name": "San Vicente",
23666             "type": "Department"
23667             },
23668             {
23669             "code": "SV-UN",
23670             "name": "La Unión",
23671             "type": "Department"
23672             },
23673             {
23674             "code": "SV-US",
23675             "name": "Usulután",
23676             "type": "Department"
23677             },
23678             {
23679             "code": "SY-DI",
23680             "name": "Dimashq",
23681             "type": "Governorate"
23682             },
23683             {
23684             "code": "SY-DR",
23685             "name": "Dar'a",
23686             "type": "Governorate"
23687             },
23688             {
23689             "code": "SY-DY",
23690             "name": "Dayr az Zawr",
23691             "type": "Governorate"
23692             },
23693             {
23694             "code": "SY-HA",
23695             "name": "Al Hasakah",
23696             "type": "Governorate"
23697             },
23698             {
23699             "code": "SY-HI",
23700             "name": "Homs",
23701             "type": "Governorate"
23702             },
23703             {
23704             "code": "SY-HL",
23705             "name": "Halab",
23706             "type": "Governorate"
23707             },
23708             {
23709             "code": "SY-HM",
23710             "name": "Hamah",
23711             "type": "Governorate"
23712             },
23713             {
23714             "code": "SY-ID",
23715             "name": "Idlib",
23716             "type": "Governorate"
23717             },
23718             {
23719             "code": "SY-LA",
23720             "name": "Al Ladhiqiyah",
23721             "type": "Governorate"
23722             },
23723             {
23724             "code": "SY-QU",
23725             "name": "Al Qunaytirah",
23726             "type": "Governorate"
23727             },
23728             {
23729             "code": "SY-RA",
23730             "name": "Ar Raqqah",
23731             "type": "Governorate"
23732             },
23733             {
23734             "code": "SY-RD",
23735             "name": "Rif Dimashq",
23736             "type": "Governorate"
23737             },
23738             {
23739             "code": "SY-SU",
23740             "name": "As Suwayda'",
23741             "type": "Governorate"
23742             },
23743             {
23744             "code": "SY-TA",
23745             "name": "Tartus",
23746             "type": "Governorate"
23747             },
23748             {
23749             "code": "SZ-HH",
23750             "name": "Hhohho",
23751             "type": "District"
23752             },
23753             {
23754             "code": "SZ-LU",
23755             "name": "Lubombo",
23756             "type": "District"
23757             },
23758             {
23759             "code": "SZ-MA",
23760             "name": "Manzini",
23761             "type": "District"
23762             },
23763             {
23764             "code": "SZ-SH",
23765             "name": "Shiselweni",
23766             "type": "District"
23767             },
23768             {
23769             "code": "TD-BA",
23770             "name": "Al Baṭḩah",
23771             "type": "Region"
23772             },
23773             {
23774             "code": "TD-BG",
23775             "name": "Baḩr al Ghazāl",
23776             "type": "Region"
23777             },
23778             {
23779             "code": "TD-BO",
23780             "name": "Būrkū",
23781             "type": "Region"
23782             },
23783             {
23784             "code": "TD-CB",
23785             "name": "Shārī Bāqirmī",
23786             "type": "Region"
23787             },
23788             {
23789             "code": "TD-EN",
23790             "name": "Innīdī",
23791             "type": "Region"
23792             },
23793             {
23794             "code": "TD-GR",
23795             "name": "Qīrā",
23796             "type": "Region"
23797             },
23798             {
23799             "code": "TD-HL",
23800             "name": "Ḥajjar Lamīs",
23801             "type": "Region"
23802             },
23803             {
23804             "code": "TD-KA",
23805             "name": "Kānim",
23806             "type": "Region"
23807             },
23808             {
23809             "code": "TD-LC",
23810             "name": "Al Buḩayrah",
23811             "type": "Region"
23812             },
23813             {
23814             "code": "TD-LO",
23815             "name": "Lūqūn al Gharbī",
23816             "type": "Region"
23817             },
23818             {
23819             "code": "TD-LR",
23820             "name": "Lūqūn ash Sharqī",
23821             "type": "Region"
23822             },
23823             {
23824             "code": "TD-MA",
23825             "name": "Māndūl",
23826             "type": "Region"
23827             },
23828             {
23829             "code": "TD-MC",
23830             "name": "Shārī al Awsaṭ",
23831             "type": "Region"
23832             },
23833             {
23834             "code": "TD-ME",
23835             "name": "Māyū Kībbī ash Sharqī",
23836             "type": "Region"
23837             },
23838             {
23839             "code": "TD-MO",
23840             "name": "Māyū Kībbī al Gharbī",
23841             "type": "Region"
23842             },
23843             {
23844             "code": "TD-ND",
23845             "name": "Madīnat Injamīnā",
23846             "type": "Region"
23847             },
23848             {
23849             "code": "TD-OD",
23850             "name": "Waddāy",
23851             "type": "Region"
23852             },
23853             {
23854             "code": "TD-SA",
23855             "name": "Salāmāt",
23856             "type": "Region"
23857             },
23858             {
23859             "code": "TD-SI",
23860             "name": "Sīlā",
23861             "type": "Region"
23862             },
23863             {
23864             "code": "TD-TA",
23865             "name": "Tānjilī",
23866             "type": "Region"
23867             },
23868             {
23869             "code": "TD-TI",
23870             "name": "Tibastī",
23871             "type": "Region"
23872             },
23873             {
23874             "code": "TD-WF",
23875             "name": "Wādī Fīrā",
23876             "type": "Region"
23877             },
23878             {
23879             "code": "TG-C",
23880             "name": "Région du Centre",
23881             "type": "Region"
23882             },
23883             {
23884             "code": "TG-K",
23885             "name": "Région de la Kara",
23886             "type": "Region"
23887             },
23888             {
23889             "code": "TG-M",
23890             "name": "Région Maritime",
23891             "type": "Region"
23892             },
23893             {
23894             "code": "TG-P",
23895             "name": "Région des Plateaux",
23896             "type": "Region"
23897             },
23898             {
23899             "code": "TG-S",
23900             "name": "Région des Savannes",
23901             "type": "Region"
23902             },
23903             {
23904             "code": "TH-10",
23905             "name": "Krung Thep Maha Nakhon Bangkok",
23906             "type": "Municipality"
23907             },
23908             {
23909             "code": "TH-11",
23910             "name": "Samut Prakan",
23911             "type": "Province"
23912             },
23913             {
23914             "code": "TH-12",
23915             "name": "Nonthaburi",
23916             "type": "Province"
23917             },
23918             {
23919             "code": "TH-13",
23920             "name": "Pathum Thani",
23921             "type": "Province"
23922             },
23923             {
23924             "code": "TH-14",
23925             "name": "Phra Nakhon Si Ayutthaya",
23926             "type": "Province"
23927             },
23928             {
23929             "code": "TH-15",
23930             "name": "Ang Thong",
23931             "type": "Province"
23932             },
23933             {
23934             "code": "TH-16",
23935             "name": "Lop Buri",
23936             "type": "Province"
23937             },
23938             {
23939             "code": "TH-17",
23940             "name": "Sing Buri",
23941             "type": "Province"
23942             },
23943             {
23944             "code": "TH-18",
23945             "name": "Chai Nat",
23946             "type": "Province"
23947             },
23948             {
23949             "code": "TH-19",
23950             "name": "Saraburi",
23951             "type": "Province"
23952             },
23953             {
23954             "code": "TH-20",
23955             "name": "Chon Buri",
23956             "type": "Province"
23957             },
23958             {
23959             "code": "TH-21",
23960             "name": "Rayong",
23961             "type": "Province"
23962             },
23963             {
23964             "code": "TH-22",
23965             "name": "Chanthaburi",
23966             "type": "Province"
23967             },
23968             {
23969             "code": "TH-23",
23970             "name": "Trat",
23971             "type": "Province"
23972             },
23973             {
23974             "code": "TH-24",
23975             "name": "Chachoengsao",
23976             "type": "Province"
23977             },
23978             {
23979             "code": "TH-25",
23980             "name": "Prachin Buri",
23981             "type": "Province"
23982             },
23983             {
23984             "code": "TH-26",
23985             "name": "Nakhon Nayok",
23986             "type": "Province"
23987             },
23988             {
23989             "code": "TH-27",
23990             "name": "Sa Kaeo",
23991             "type": "Province"
23992             },
23993             {
23994             "code": "TH-30",
23995             "name": "Nakhon Ratchasima",
23996             "type": "Province"
23997             },
23998             {
23999             "code": "TH-31",
24000             "name": "Buri Ram",
24001             "type": "Province"
24002             },
24003             {
24004             "code": "TH-32",
24005             "name": "Surin",
24006             "type": "Province"
24007             },
24008             {
24009             "code": "TH-33",
24010             "name": "Si Sa Ket",
24011             "type": "Province"
24012             },
24013             {
24014             "code": "TH-34",
24015             "name": "Ubon Ratchathani",
24016             "type": "Province"
24017             },
24018             {
24019             "code": "TH-35",
24020             "name": "Yasothon",
24021             "type": "Province"
24022             },
24023             {
24024             "code": "TH-36",
24025             "name": "Chaiyaphum",
24026             "type": "Province"
24027             },
24028             {
24029             "code": "TH-37",
24030             "name": "Amnat Charoen",
24031             "type": "Province"
24032             },
24033             {
24034             "code": "TH-39",
24035             "name": "Nong Bua Lam Phu",
24036             "type": "Province"
24037             },
24038             {
24039             "code": "TH-40",
24040             "name": "Khon Kaen",
24041             "type": "Province"
24042             },
24043             {
24044             "code": "TH-41",
24045             "name": "Udon Thani",
24046             "type": "Province"
24047             },
24048             {
24049             "code": "TH-42",
24050             "name": "Loei",
24051             "type": "Province"
24052             },
24053             {
24054             "code": "TH-43",
24055             "name": "Nong Khai",
24056             "type": "Province"
24057             },
24058             {
24059             "code": "TH-44",
24060             "name": "Maha Sarakham",
24061             "type": "Province"
24062             },
24063             {
24064             "code": "TH-45",
24065             "name": "Roi Et",
24066             "type": "Province"
24067             },
24068             {
24069             "code": "TH-46",
24070             "name": "Kalasin",
24071             "type": "Province"
24072             },
24073             {
24074             "code": "TH-47",
24075             "name": "Sakon Nakhon",
24076             "type": "Province"
24077             },
24078             {
24079             "code": "TH-48",
24080             "name": "Nakhon Phanom",
24081             "type": "Province"
24082             },
24083             {
24084             "code": "TH-49",
24085             "name": "Mukdahan",
24086             "type": "Province"
24087             },
24088             {
24089             "code": "TH-50",
24090             "name": "Chiang Mai",
24091             "type": "Province"
24092             },
24093             {
24094             "code": "TH-51",
24095             "name": "Lamphun",
24096             "type": "Province"
24097             },
24098             {
24099             "code": "TH-52",
24100             "name": "Lampang",
24101             "type": "Province"
24102             },
24103             {
24104             "code": "TH-53",
24105             "name": "Uttaradit",
24106             "type": "Province"
24107             },
24108             {
24109             "code": "TH-54",
24110             "name": "Phrae",
24111             "type": "Province"
24112             },
24113             {
24114             "code": "TH-55",
24115             "name": "Nan",
24116             "type": "Province"
24117             },
24118             {
24119             "code": "TH-56",
24120             "name": "Phayao",
24121             "type": "Province"
24122             },
24123             {
24124             "code": "TH-57",
24125             "name": "Chiang Rai",
24126             "type": "Province"
24127             },
24128             {
24129             "code": "TH-58",
24130             "name": "Mae Hong Son",
24131             "type": "Province"
24132             },
24133             {
24134             "code": "TH-60",
24135             "name": "Nakhon Sawan",
24136             "type": "Province"
24137             },
24138             {
24139             "code": "TH-61",
24140             "name": "Uthai Thani",
24141             "type": "Province"
24142             },
24143             {
24144             "code": "TH-62",
24145             "name": "Kamphaeng Phet",
24146             "type": "Province"
24147             },
24148             {
24149             "code": "TH-63",
24150             "name": "Tak",
24151             "type": "Province"
24152             },
24153             {
24154             "code": "TH-64",
24155             "name": "Sukhothai",
24156             "type": "Province"
24157             },
24158             {
24159             "code": "TH-65",
24160             "name": "Phitsanulok",
24161             "type": "Province"
24162             },
24163             {
24164             "code": "TH-66",
24165             "name": "Phichit",
24166             "type": "Province"
24167             },
24168             {
24169             "code": "TH-67",
24170             "name": "Phetchabun",
24171             "type": "Province"
24172             },
24173             {
24174             "code": "TH-70",
24175             "name": "Ratchaburi",
24176             "type": "Province"
24177             },
24178             {
24179             "code": "TH-71",
24180             "name": "Kanchanaburi",
24181             "type": "Province"
24182             },
24183             {
24184             "code": "TH-72",
24185             "name": "Suphan Buri",
24186             "type": "Province"
24187             },
24188             {
24189             "code": "TH-73",
24190             "name": "Nakhon Pathom",
24191             "type": "Province"
24192             },
24193             {
24194             "code": "TH-74",
24195             "name": "Samut Sakhon",
24196             "type": "Province"
24197             },
24198             {
24199             "code": "TH-75",
24200             "name": "Samut Songkhram",
24201             "type": "Province"
24202             },
24203             {
24204             "code": "TH-76",
24205             "name": "Phetchaburi",
24206             "type": "Province"
24207             },
24208             {
24209             "code": "TH-77",
24210             "name": "Prachuap Khiri Khan",
24211             "type": "Province"
24212             },
24213             {
24214             "code": "TH-80",
24215             "name": "Nakhon Si Thammarat",
24216             "type": "Province"
24217             },
24218             {
24219             "code": "TH-81",
24220             "name": "Krabi",
24221             "type": "Province"
24222             },
24223             {
24224             "code": "TH-82",
24225             "name": "Phangnga",
24226             "type": "Province"
24227             },
24228             {
24229             "code": "TH-83",
24230             "name": "Phuket",
24231             "type": "Province"
24232             },
24233             {
24234             "code": "TH-84",
24235             "name": "Surat Thani",
24236             "type": "Province"
24237             },
24238             {
24239             "code": "TH-85",
24240             "name": "Ranong",
24241             "type": "Province"
24242             },
24243             {
24244             "code": "TH-86",
24245             "name": "Chumphon",
24246             "type": "Province"
24247             },
24248             {
24249             "code": "TH-90",
24250             "name": "Songkhla",
24251             "type": "Province"
24252             },
24253             {
24254             "code": "TH-91",
24255             "name": "Satun",
24256             "type": "Province"
24257             },
24258             {
24259             "code": "TH-92",
24260             "name": "Trang",
24261             "type": "Province"
24262             },
24263             {
24264             "code": "TH-93",
24265             "name": "Phatthalung",
24266             "type": "Province"
24267             },
24268             {
24269             "code": "TH-94",
24270             "name": "Pattani",
24271             "type": "Province"
24272             },
24273             {
24274             "code": "TH-95",
24275             "name": "Yala",
24276             "type": "Province"
24277             },
24278             {
24279             "code": "TH-96",
24280             "name": "Narathiwat",
24281             "type": "Province"
24282             },
24283             {
24284             "code": "TH-S",
24285             "name": "Phatthaya",
24286             "type": "Province"
24287             },
24288             {
24289             "code": "TJ-GB",
24290             "name": "Gorno-Badakhshan",
24291             "type": "Autonomous region"
24292             },
24293             {
24294             "code": "TJ-KT",
24295             "name": "Khatlon",
24296             "type": "Region"
24297             },
24298             {
24299             "code": "TJ-SU",
24300             "name": "Sughd",
24301             "type": "Region"
24302             },
24303             {
24304             "code": "TL-AL",
24305             "name": "Aileu",
24306             "type": "District"
24307             },
24308             {
24309             "code": "TL-AN",
24310             "name": "Ainaro",
24311             "type": "District"
24312             },
24313             {
24314             "code": "TL-BA",
24315             "name": "Baucau",
24316             "type": "District"
24317             },
24318             {
24319             "code": "TL-BO",
24320             "name": "Bobonaro",
24321             "type": "District"
24322             },
24323             {
24324             "code": "TL-CO",
24325             "name": "Cova Lima",
24326             "type": "District"
24327             },
24328             {
24329             "code": "TL-DI",
24330             "name": "Díli",
24331             "type": "District"
24332             },
24333             {
24334             "code": "TL-ER",
24335             "name": "Ermera",
24336             "type": "District"
24337             },
24338             {
24339             "code": "TL-LA",
24340             "name": "Lautem",
24341             "type": "District"
24342             },
24343             {
24344             "code": "TL-LI",
24345             "name": "Liquiça",
24346             "type": "District"
24347             },
24348             {
24349             "code": "TL-MF",
24350             "name": "Manufahi",
24351             "type": "District"
24352             },
24353             {
24354             "code": "TL-MT",
24355             "name": "Manatuto",
24356             "type": "District"
24357             },
24358             {
24359             "code": "TL-OE",
24360             "name": "Oecussi",
24361             "type": "District"
24362             },
24363             {
24364             "code": "TL-VI",
24365             "name": "Viqueque",
24366             "type": "District"
24367             },
24368             {
24369             "code": "TM-A",
24370             "name": "Ahal",
24371             "type": "Region"
24372             },
24373             {
24374             "code": "TM-B",
24375             "name": "Balkan",
24376             "type": "Region"
24377             },
24378             {
24379             "code": "TM-D",
24380             "name": "Daşoguz",
24381             "type": "Region"
24382             },
24383             {
24384             "code": "TM-L",
24385             "name": "Lebap",
24386             "type": "Region"
24387             },
24388             {
24389             "code": "TM-M",
24390             "name": "Mary",
24391             "type": "Region"
24392             },
24393             {
24394             "code": "TM-S",
24395             "name": "Aşgabat",
24396             "type": "City"
24397             },
24398             {
24399             "code": "TN-11",
24400             "name": "Tunis",
24401             "type": "Governorate"
24402             },
24403             {
24404             "code": "TN-12",
24405             "name": "Ariana",
24406             "type": "Governorate"
24407             },
24408             {
24409             "code": "TN-13",
24410             "name": "Ben Arous",
24411             "type": "Governorate"
24412             },
24413             {
24414             "code": "TN-14",
24415             "name": "La Manouba",
24416             "type": "Governorate"
24417             },
24418             {
24419             "code": "TN-21",
24420             "name": "Nabeul",
24421             "type": "Governorate"
24422             },
24423             {
24424             "code": "TN-22",
24425             "name": "Zaghouan",
24426             "type": "Governorate"
24427             },
24428             {
24429             "code": "TN-23",
24430             "name": "Bizerte",
24431             "type": "Governorate"
24432             },
24433             {
24434             "code": "TN-31",
24435             "name": "Béja",
24436             "type": "Governorate"
24437             },
24438             {
24439             "code": "TN-32",
24440             "name": "Jendouba",
24441             "type": "Governorate"
24442             },
24443             {
24444             "code": "TN-33",
24445             "name": "Le Kef",
24446             "type": "Governorate"
24447             },
24448             {
24449             "code": "TN-34",
24450             "name": "Siliana",
24451             "type": "Governorate"
24452             },
24453             {
24454             "code": "TN-41",
24455             "name": "Kairouan",
24456             "type": "Governorate"
24457             },
24458             {
24459             "code": "TN-42",
24460             "name": "Kasserine",
24461             "type": "Governorate"
24462             },
24463             {
24464             "code": "TN-43",
24465             "name": "Sidi Bouzid",
24466             "type": "Governorate"
24467             },
24468             {
24469             "code": "TN-51",
24470             "name": "Sousse",
24471             "type": "Governorate"
24472             },
24473             {
24474             "code": "TN-52",
24475             "name": "Monastir",
24476             "type": "Governorate"
24477             },
24478             {
24479             "code": "TN-53",
24480             "name": "Mahdia",
24481             "type": "Governorate"
24482             },
24483             {
24484             "code": "TN-61",
24485             "name": "Sfax",
24486             "type": "Governorate"
24487             },
24488             {
24489             "code": "TN-71",
24490             "name": "Gafsa",
24491             "type": "Governorate"
24492             },
24493             {
24494             "code": "TN-72",
24495             "name": "Tozeur",
24496             "type": "Governorate"
24497             },
24498             {
24499             "code": "TN-73",
24500             "name": "Kebili",
24501             "type": "Governorate"
24502             },
24503             {
24504             "code": "TN-81",
24505             "name": "Gabès",
24506             "type": "Governorate"
24507             },
24508             {
24509             "code": "TN-82",
24510             "name": "Medenine",
24511             "type": "Governorate"
24512             },
24513             {
24514             "code": "TN-83",
24515             "name": "Tataouine",
24516             "type": "Governorate"
24517             },
24518             {
24519             "code": "TO-01",
24520             "name": "'Eua",
24521             "type": "Division"
24522             },
24523             {
24524             "code": "TO-02",
24525             "name": "Ha'apai",
24526             "type": "Division"
24527             },
24528             {
24529             "code": "TO-03",
24530             "name": "Niuas",
24531             "type": "Division"
24532             },
24533             {
24534             "code": "TO-04",
24535             "name": "Tongatapu",
24536             "type": "Division"
24537             },
24538             {
24539             "code": "TO-05",
24540             "name": "Vava'u",
24541             "type": "Division"
24542             },
24543             {
24544             "code": "TR-01",
24545             "name": "Adana",
24546             "type": "Province"
24547             },
24548             {
24549             "code": "TR-02",
24550             "name": "Adıyaman",
24551             "type": "Province"
24552             },
24553             {
24554             "code": "TR-03",
24555             "name": "Afyonkarahisar",
24556             "type": "Province"
24557             },
24558             {
24559             "code": "TR-04",
24560             "name": "Ağrı",
24561             "type": "Province"
24562             },
24563             {
24564             "code": "TR-05",
24565             "name": "Amasya",
24566             "type": "Province"
24567             },
24568             {
24569             "code": "TR-06",
24570             "name": "Ankara",
24571             "type": "Province"
24572             },
24573             {
24574             "code": "TR-07",
24575             "name": "Antalya",
24576             "type": "Province"
24577             },
24578             {
24579             "code": "TR-08",
24580             "name": "Artvin",
24581             "type": "Province"
24582             },
24583             {
24584             "code": "TR-09",
24585             "name": "Aydın",
24586             "type": "Province"
24587             },
24588             {
24589             "code": "TR-10",
24590             "name": "Balıkesir",
24591             "type": "Province"
24592             },
24593             {
24594             "code": "TR-11",
24595             "name": "Bilecik",
24596             "type": "Province"
24597             },
24598             {
24599             "code": "TR-12",
24600             "name": "Bingöl",
24601             "type": "Province"
24602             },
24603             {
24604             "code": "TR-13",
24605             "name": "Bitlis",
24606             "type": "Province"
24607             },
24608             {
24609             "code": "TR-14",
24610             "name": "Bolu",
24611             "type": "Province"
24612             },
24613             {
24614             "code": "TR-15",
24615             "name": "Burdur",
24616             "type": "Province"
24617             },
24618             {
24619             "code": "TR-16",
24620             "name": "Bursa",
24621             "type": "Province"
24622             },
24623             {
24624             "code": "TR-17",
24625             "name": "Çanakkale",
24626             "type": "Province"
24627             },
24628             {
24629             "code": "TR-18",
24630             "name": "Çankırı",
24631             "type": "Province"
24632             },
24633             {
24634             "code": "TR-19",
24635             "name": "Çorum",
24636             "type": "Province"
24637             },
24638             {
24639             "code": "TR-20",
24640             "name": "Denizli",
24641             "type": "Province"
24642             },
24643             {
24644             "code": "TR-21",
24645             "name": "Diyarbakır",
24646             "type": "Province"
24647             },
24648             {
24649             "code": "TR-22",
24650             "name": "Edirne",
24651             "type": "Province"
24652             },
24653             {
24654             "code": "TR-23",
24655             "name": "Elazığ",
24656             "type": "Province"
24657             },
24658             {
24659             "code": "TR-24",
24660             "name": "Erzincan",
24661             "type": "Province"
24662             },
24663             {
24664             "code": "TR-25",
24665             "name": "Erzurum",
24666             "type": "Province"
24667             },
24668             {
24669             "code": "TR-26",
24670             "name": "Eskişehir",
24671             "type": "Province"
24672             },
24673             {
24674             "code": "TR-27",
24675             "name": "Gaziantep",
24676             "type": "Province"
24677             },
24678             {
24679             "code": "TR-28",
24680             "name": "Giresun",
24681             "type": "Province"
24682             },
24683             {
24684             "code": "TR-29",
24685             "name": "Gümüşhane",
24686             "type": "Province"
24687             },
24688             {
24689             "code": "TR-30",
24690             "name": "Hakkâri",
24691             "type": "Province"
24692             },
24693             {
24694             "code": "TR-31",
24695             "name": "Hatay",
24696             "type": "Province"
24697             },
24698             {
24699             "code": "TR-32",
24700             "name": "Isparta",
24701             "type": "Province"
24702             },
24703             {
24704             "code": "TR-33",
24705             "name": "Mersin",
24706             "type": "Province"
24707             },
24708             {
24709             "code": "TR-34",
24710             "name": "İstanbul",
24711             "type": "Province"
24712             },
24713             {
24714             "code": "TR-35",
24715             "name": "İzmir",
24716             "type": "Province"
24717             },
24718             {
24719             "code": "TR-36",
24720             "name": "Kars",
24721             "type": "Province"
24722             },
24723             {
24724             "code": "TR-37",
24725             "name": "Kastamonu",
24726             "type": "Province"
24727             },
24728             {
24729             "code": "TR-38",
24730             "name": "Kayseri",
24731             "type": "Province"
24732             },
24733             {
24734             "code": "TR-39",
24735             "name": "Kırklareli",
24736             "type": "Province"
24737             },
24738             {
24739             "code": "TR-40",
24740             "name": "Kırşehir",
24741             "type": "Province"
24742             },
24743             {
24744             "code": "TR-41",
24745             "name": "Kocaeli",
24746             "type": "Province"
24747             },
24748             {
24749             "code": "TR-42",
24750             "name": "Konya",
24751             "type": "Province"
24752             },
24753             {
24754             "code": "TR-43",
24755             "name": "Kütahya",
24756             "type": "Province"
24757             },
24758             {
24759             "code": "TR-44",
24760             "name": "Malatya",
24761             "type": "Province"
24762             },
24763             {
24764             "code": "TR-45",
24765             "name": "Manisa",
24766             "type": "Province"
24767             },
24768             {
24769             "code": "TR-46",
24770             "name": "Kahramanmaraş",
24771             "type": "Province"
24772             },
24773             {
24774             "code": "TR-47",
24775             "name": "Mardin",
24776             "type": "Province"
24777             },
24778             {
24779             "code": "TR-48",
24780             "name": "Muğla",
24781             "type": "Province"
24782             },
24783             {
24784             "code": "TR-49",
24785             "name": "Muş",
24786             "type": "Province"
24787             },
24788             {
24789             "code": "TR-50",
24790             "name": "Nevşehir",
24791             "type": "Province"
24792             },
24793             {
24794             "code": "TR-51",
24795             "name": "Niğde",
24796             "type": "Province"
24797             },
24798             {
24799             "code": "TR-52",
24800             "name": "Ordu",
24801             "type": "Province"
24802             },
24803             {
24804             "code": "TR-53",
24805             "name": "Rize",
24806             "type": "Province"
24807             },
24808             {
24809             "code": "TR-54",
24810             "name": "Sakarya",
24811             "type": "Province"
24812             },
24813             {
24814             "code": "TR-55",
24815             "name": "Samsun",
24816             "type": "Province"
24817             },
24818             {
24819             "code": "TR-56",
24820             "name": "Siirt",
24821             "type": "Province"
24822             },
24823             {
24824             "code": "TR-57",
24825             "name": "Sinop",
24826             "type": "Province"
24827             },
24828             {
24829             "code": "TR-58",
24830             "name": "Sivas",
24831             "type": "Province"
24832             },
24833             {
24834             "code": "TR-59",
24835             "name": "Tekirdağ",
24836             "type": "Province"
24837             },
24838             {
24839             "code": "TR-60",
24840             "name": "Tokat",
24841             "type": "Province"
24842             },
24843             {
24844             "code": "TR-61",
24845             "name": "Trabzon",
24846             "type": "Province"
24847             },
24848             {
24849             "code": "TR-62",
24850             "name": "Tunceli",
24851             "type": "Province"
24852             },
24853             {
24854             "code": "TR-63",
24855             "name": "Şanlıurfa",
24856             "type": "Province"
24857             },
24858             {
24859             "code": "TR-64",
24860             "name": "Uşak",
24861             "type": "Province"
24862             },
24863             {
24864             "code": "TR-65",
24865             "name": "Van",
24866             "type": "Province"
24867             },
24868             {
24869             "code": "TR-66",
24870             "name": "Yozgat",
24871             "type": "Province"
24872             },
24873             {
24874             "code": "TR-67",
24875             "name": "Zonguldak",
24876             "type": "Province"
24877             },
24878             {
24879             "code": "TR-68",
24880             "name": "Aksaray",
24881             "type": "Province"
24882             },
24883             {
24884             "code": "TR-69",
24885             "name": "Bayburt",
24886             "type": "Province"
24887             },
24888             {
24889             "code": "TR-70",
24890             "name": "Karaman",
24891             "type": "Province"
24892             },
24893             {
24894             "code": "TR-71",
24895             "name": "Kırıkkale",
24896             "type": "Province"
24897             },
24898             {
24899             "code": "TR-72",
24900             "name": "Batman",
24901             "type": "Province"
24902             },
24903             {
24904             "code": "TR-73",
24905             "name": "Şırnak",
24906             "type": "Province"
24907             },
24908             {
24909             "code": "TR-74",
24910             "name": "Bartın",
24911             "type": "Province"
24912             },
24913             {
24914             "code": "TR-75",
24915             "name": "Ardahan",
24916             "type": "Province"
24917             },
24918             {
24919             "code": "TR-76",
24920             "name": "Iğdır",
24921             "type": "Province"
24922             },
24923             {
24924             "code": "TR-77",
24925             "name": "Yalova",
24926             "type": "Province"
24927             },
24928             {
24929             "code": "TR-78",
24930             "name": "Karabük",
24931             "type": "Province"
24932             },
24933             {
24934             "code": "TR-79",
24935             "name": "Kilis",
24936             "type": "Province"
24937             },
24938             {
24939             "code": "TR-80",
24940             "name": "Osmaniye",
24941             "type": "Province"
24942             },
24943             {
24944             "code": "TR-81",
24945             "name": "Düzce",
24946             "type": "Province"
24947             },
24948             {
24949             "code": "TT-ARI",
24950             "name": "Arima",
24951             "type": "Borough"
24952             },
24953             {
24954             "code": "TT-CHA",
24955             "name": "Chaguanas",
24956             "type": "Borough"
24957             },
24958             {
24959             "code": "TT-CTT",
24960             "name": "Couva-Tabaquite-Talparo",
24961             "type": "Region"
24962             },
24963             {
24964             "code": "TT-DMN",
24965             "name": "Diego Martin",
24966             "type": "Region"
24967             },
24968             {
24969             "code": "TT-ETO",
24970             "name": "Eastern Tobago",
24971             "type": "Region"
24972             },
24973             {
24974             "code": "TT-PED",
24975             "name": "Penal-Debe",
24976             "type": "Region"
24977             },
24978             {
24979             "code": "TT-POS",
24980             "name": "Port of Spain",
24981             "type": "City"
24982             },
24983             {
24984             "code": "TT-PRT",
24985             "name": "Princes Town",
24986             "type": "Region"
24987             },
24988             {
24989             "code": "TT-PTF",
24990             "name": "Point Fortin",
24991             "type": "Borough"
24992             },
24993             {
24994             "code": "TT-RCM",
24995             "name": "Rio Claro-Mayaro",
24996             "type": "Region"
24997             },
24998             {
24999             "code": "TT-SFO",
25000             "name": "San Fernando",
25001             "type": "City"
25002             },
25003             {
25004             "code": "TT-SGE",
25005             "name": "Sangre Grande",
25006             "type": "Region"
25007             },
25008             {
25009             "code": "TT-SIP",
25010             "name": "Siparia",
25011             "type": "Region"
25012             },
25013             {
25014             "code": "TT-SJL",
25015             "name": "San Juan-Laventille",
25016             "type": "Region"
25017             },
25018             {
25019             "code": "TT-TUP",
25020             "name": "Tunapuna-Piarco",
25021             "type": "Region"
25022             },
25023             {
25024             "code": "TT-WTO",
25025             "name": "Western Tobago",
25026             "type": "Region"
25027             },
25028             {
25029             "code": "TV-FUN",
25030             "name": "Funafuti",
25031             "type": "Town council"
25032             },
25033             {
25034             "code": "TV-NIT",
25035             "name": "Niutao",
25036             "type": "Island council"
25037             },
25038             {
25039             "code": "TV-NKF",
25040             "name": "Nukufetau",
25041             "type": "Island council"
25042             },
25043             {
25044             "code": "TV-NKL",
25045             "name": "Nukulaelae",
25046             "type": "Island council"
25047             },
25048             {
25049             "code": "TV-NMA",
25050             "name": "Nanumea",
25051             "type": "Island council"
25052             },
25053             {
25054             "code": "TV-NMG",
25055             "name": "Nanumanga",
25056             "type": "Island council"
25057             },
25058             {
25059             "code": "TV-NUI",
25060             "name": "Nui",
25061             "type": "Island council"
25062             },
25063             {
25064             "code": "TV-VAI",
25065             "name": "Vaitupu",
25066             "type": "Island council"
25067             },
25068             {
25069             "code": "TW-CHA",
25070             "name": "Changhua",
25071             "type": "District"
25072             },
25073             {
25074             "code": "TW-CYI",
25075             "name": "Chiay City",
25076             "type": "Municipality"
25077             },
25078             {
25079             "code": "TW-CYQ",
25080             "name": "Chiayi",
25081             "type": "District"
25082             },
25083             {
25084             "code": "TW-HSQ",
25085             "name": "Hsinchu",
25086             "type": "District"
25087             },
25088             {
25089             "code": "TW-HSZ",
25090             "name": "Hsinchui City",
25091             "type": "Municipality"
25092             },
25093             {
25094             "code": "TW-HUA",
25095             "name": "Hualien",
25096             "type": "District"
25097             },
25098             {
25099             "code": "TW-ILA",
25100             "name": "Ilan",
25101             "type": "District"
25102             },
25103             {
25104             "code": "TW-KEE",
25105             "name": "Keelung City",
25106             "type": "Municipality"
25107             },
25108             {
25109             "code": "TW-KHH",
25110             "name": "Kaohsiung City",
25111             "type": "Special Municipality"
25112             },
25113             {
25114             "code": "TW-KHQ",
25115             "name": "Kaohsiung",
25116             "type": "District"
25117             },
25118             {
25119             "code": "TW-MIA",
25120             "name": "Miaoli",
25121             "type": "District"
25122             },
25123             {
25124             "code": "TW-NAN",
25125             "name": "Nantou",
25126             "type": "District"
25127             },
25128             {
25129             "code": "TW-PEN",
25130             "name": "Penghu",
25131             "type": "District"
25132             },
25133             {
25134             "code": "TW-PIF",
25135             "name": "Pingtung",
25136             "type": "District"
25137             },
25138             {
25139             "code": "TW-TAO",
25140             "name": "Taoyuan",
25141             "type": "District"
25142             },
25143             {
25144             "code": "TW-TNN",
25145             "name": "Tainan City",
25146             "type": "Municipality"
25147             },
25148             {
25149             "code": "TW-TNQ",
25150             "name": "Tainan",
25151             "type": "District"
25152             },
25153             {
25154             "code": "TW-TPE",
25155             "name": "Taipei City",
25156             "type": "Special Municipality"
25157             },
25158             {
25159             "code": "TW-TPQ",
25160             "name": "Taipei",
25161             "type": "District"
25162             },
25163             {
25164             "code": "TW-TTT",
25165             "name": "Taitung",
25166             "type": "District"
25167             },
25168             {
25169             "code": "TW-TXG",
25170             "name": "Taichung City",
25171             "type": "Municipality"
25172             },
25173             {
25174             "code": "TW-TXQ",
25175             "name": "Taichung",
25176             "type": "District"
25177             },
25178             {
25179             "code": "TW-YUN",
25180             "name": "Yunlin",
25181             "type": "District"
25182             },
25183             {
25184             "code": "TZ-01",
25185             "name": "Arusha",
25186             "type": "Region"
25187             },
25188             {
25189             "code": "TZ-02",
25190             "name": "Dar-es-Salaam",
25191             "type": "Region"
25192             },
25193             {
25194             "code": "TZ-03",
25195             "name": "Dodoma",
25196             "type": "Region"
25197             },
25198             {
25199             "code": "TZ-04",
25200             "name": "Iringa",
25201             "type": "Region"
25202             },
25203             {
25204             "code": "TZ-05",
25205             "name": "Kagera",
25206             "type": "Region"
25207             },
25208             {
25209             "code": "TZ-06",
25210             "name": "Kaskazini Pemba",
25211             "type": "Region"
25212             },
25213             {
25214             "code": "TZ-07",
25215             "name": "Kaskazini Unguja",
25216             "type": "Region"
25217             },
25218             {
25219             "code": "TZ-08",
25220             "name": "Kigoma",
25221             "type": "Region"
25222             },
25223             {
25224             "code": "TZ-09",
25225             "name": "Kilimanjaro",
25226             "type": "Region"
25227             },
25228             {
25229             "code": "TZ-10",
25230             "name": "Kusini Pemba",
25231             "type": "Region"
25232             },
25233             {
25234             "code": "TZ-11",
25235             "name": "Kusini Unguja",
25236             "type": "Region"
25237             },
25238             {
25239             "code": "TZ-12",
25240             "name": "Lindi",
25241             "type": "Region"
25242             },
25243             {
25244             "code": "TZ-13",
25245             "name": "Mara",
25246             "type": "Region"
25247             },
25248             {
25249             "code": "TZ-14",
25250             "name": "Mbeya",
25251             "type": "Region"
25252             },
25253             {
25254             "code": "TZ-15",
25255             "name": "Mjini Magharibi",
25256             "type": "Region"
25257             },
25258             {
25259             "code": "TZ-16",
25260             "name": "Morogoro",
25261             "type": "Region"
25262             },
25263             {
25264             "code": "TZ-17",
25265             "name": "Mtwara",
25266             "type": "Region"
25267             },
25268             {
25269             "code": "TZ-18",
25270             "name": "Mwanza",
25271             "type": "Region"
25272             },
25273             {
25274             "code": "TZ-19",
25275             "name": "Pwani",
25276             "type": "Region"
25277             },
25278             {
25279             "code": "TZ-20",
25280             "name": "Rukwa",
25281             "type": "Region"
25282             },
25283             {
25284             "code": "TZ-21",
25285             "name": "Ruvuma",
25286             "type": "Region"
25287             },
25288             {
25289             "code": "TZ-22",
25290             "name": "Shinyanga",
25291             "type": "Region"
25292             },
25293             {
25294             "code": "TZ-23",
25295             "name": "Singida",
25296             "type": "Region"
25297             },
25298             {
25299             "code": "TZ-24",
25300             "name": "Tabora",
25301             "type": "Region"
25302             },
25303             {
25304             "code": "TZ-25",
25305             "name": "Tanga",
25306             "type": "Region"
25307             },
25308             {
25309             "code": "TZ-26",
25310             "name": "Manyara",
25311             "type": "Region"
25312             },
25313             {
25314             "code": "UA-05",
25315             "name": "Vinnyts'ka Oblast'",
25316             "type": "Province"
25317             },
25318             {
25319             "code": "UA-07",
25320             "name": "Volyns'ka Oblast'",
25321             "type": "Province"
25322             },
25323             {
25324             "code": "UA-09",
25325             "name": "Luhans'ka Oblast'",
25326             "type": "Province"
25327             },
25328             {
25329             "code": "UA-12",
25330             "name": "Dnipropetrovs'ka Oblast'",
25331             "type": "Province"
25332             },
25333             {
25334             "code": "UA-14",
25335             "name": "Donets'ka Oblast'",
25336             "type": "Province"
25337             },
25338             {
25339             "code": "UA-18",
25340             "name": "Zhytomyrs'ka Oblast'",
25341             "type": "Province"
25342             },
25343             {
25344             "code": "UA-21",
25345             "name": "Zakarpats'ka Oblast'",
25346             "type": "Province"
25347             },
25348             {
25349             "code": "UA-23",
25350             "name": "Zaporiz'ka Oblast'",
25351             "type": "Province"
25352             },
25353             {
25354             "code": "UA-26",
25355             "name": "Ivano-Frankivs'ka Oblast'",
25356             "type": "Province"
25357             },
25358             {
25359             "code": "UA-30",
25360             "name": "Kyïvs'ka mis'ka rada",
25361             "type": "City"
25362             },
25363             {
25364             "code": "UA-32",
25365             "name": "Kyïvs'ka Oblast'",
25366             "type": "Province"
25367             },
25368             {
25369             "code": "UA-35",
25370             "name": "Kirovohrads'ka Oblast'",
25371             "type": "Province"
25372             },
25373             {
25374             "code": "UA-40",
25375             "name": "Sevastopol",
25376             "type": "City"
25377             },
25378             {
25379             "code": "UA-43",
25380             "name": "Respublika Krym",
25381             "type": "Autonomous republic"
25382             },
25383             {
25384             "code": "UA-46",
25385             "name": "L'vivs'ka Oblast'",
25386             "type": "Province"
25387             },
25388             {
25389             "code": "UA-48",
25390             "name": "Mykolaïvs'ka Oblast'",
25391             "type": "Province"
25392             },
25393             {
25394             "code": "UA-51",
25395             "name": "Odes'ka Oblast'",
25396             "type": "Province"
25397             },
25398             {
25399             "code": "UA-53",
25400             "name": "Poltavs'ka Oblast'",
25401             "type": "Province"
25402             },
25403             {
25404             "code": "UA-56",
25405             "name": "Rivnens'ka Oblast'",
25406             "type": "Province"
25407             },
25408             {
25409             "code": "UA-59",
25410             "name": "Sums 'ka Oblast'",
25411             "type": "Province"
25412             },
25413             {
25414             "code": "UA-61",
25415             "name": "Ternopil's'ka Oblast'",
25416             "type": "Province"
25417             },
25418             {
25419             "code": "UA-63",
25420             "name": "Kharkivs'ka Oblast'",
25421             "type": "Province"
25422             },
25423             {
25424             "code": "UA-65",
25425             "name": "Khersons'ka Oblast'",
25426             "type": "Province"
25427             },
25428             {
25429             "code": "UA-68",
25430             "name": "Khmel'nyts'ka Oblast'",
25431             "type": "Province"
25432             },
25433             {
25434             "code": "UA-71",
25435             "name": "Cherkas'ka Oblast'",
25436             "type": "Province"
25437             },
25438             {
25439             "code": "UA-74",
25440             "name": "Chernihivs'ka Oblast'",
25441             "type": "Province"
25442             },
25443             {
25444             "code": "UA-77",
25445             "name": "Chernivets'ka Oblast'",
25446             "type": "Province"
25447             },
25448             {
25449             "code": "UG-101",
25450             "name": "Kalangala",
25451             "parent": "C",
25452             "type": "District"
25453             },
25454             {
25455             "code": "UG-102",
25456             "name": "Kampala",
25457             "parent": "C",
25458             "type": "District"
25459             },
25460             {
25461             "code": "UG-103",
25462             "name": "Kiboga",
25463             "parent": "C",
25464             "type": "District"
25465             },
25466             {
25467             "code": "UG-104",
25468             "name": "Luwero",
25469             "parent": "C",
25470             "type": "District"
25471             },
25472             {
25473             "code": "UG-105",
25474             "name": "Masaka",
25475             "parent": "C",
25476             "type": "District"
25477             },
25478             {
25479             "code": "UG-106",
25480             "name": "Mpigi",
25481             "parent": "C",
25482             "type": "District"
25483             },
25484             {
25485             "code": "UG-107",
25486             "name": "Mubende",
25487             "parent": "C",
25488             "type": "District"
25489             },
25490             {
25491             "code": "UG-108",
25492             "name": "Mukono",
25493             "parent": "C",
25494             "type": "District"
25495             },
25496             {
25497             "code": "UG-109",
25498             "name": "Nakasongola",
25499             "parent": "C",
25500             "type": "District"
25501             },
25502             {
25503             "code": "UG-110",
25504             "name": "Rakai",
25505             "parent": "C",
25506             "type": "District"
25507             },
25508             {
25509             "code": "UG-111",
25510             "name": "Sembabule",
25511             "parent": "C",
25512             "type": "District"
25513             },
25514             {
25515             "code": "UG-112",
25516             "name": "Kayunga",
25517             "parent": "C",
25518             "type": "District"
25519             },
25520             {
25521             "code": "UG-113",
25522             "name": "Wakiso",
25523             "parent": "C",
25524             "type": "District"
25525             },
25526             {
25527             "code": "UG-114",
25528             "name": "Mityana",
25529             "parent": "C",
25530             "type": "District"
25531             },
25532             {
25533             "code": "UG-115",
25534             "name": "Nakaseke",
25535             "parent": "C",
25536             "type": "District"
25537             },
25538             {
25539             "code": "UG-116",
25540             "name": "Lyantonde",
25541             "parent": "C",
25542             "type": "District"
25543             },
25544             {
25545             "code": "UG-201",
25546             "name": "Bugiri",
25547             "parent": "E",
25548             "type": "District"
25549             },
25550             {
25551             "code": "UG-202",
25552             "name": "Busia",
25553             "parent": "E",
25554             "type": "District"
25555             },
25556             {
25557             "code": "UG-203",
25558             "name": "Iganga",
25559             "parent": "E",
25560             "type": "District"
25561             },
25562             {
25563             "code": "UG-204",
25564             "name": "Jinja",
25565             "parent": "E",
25566             "type": "District"
25567             },
25568             {
25569             "code": "UG-205",
25570             "name": "Kamuli",
25571             "parent": "E",
25572             "type": "District"
25573             },
25574             {
25575             "code": "UG-206",
25576             "name": "Kapchorwa",
25577             "parent": "E",
25578             "type": "District"
25579             },
25580             {
25581             "code": "UG-207",
25582             "name": "Katakwi",
25583             "parent": "E",
25584             "type": "District"
25585             },
25586             {
25587             "code": "UG-208",
25588             "name": "Kumi",
25589             "parent": "E",
25590             "type": "District"
25591             },
25592             {
25593             "code": "UG-209",
25594             "name": "Mbale",
25595             "parent": "E",
25596             "type": "District"
25597             },
25598             {
25599             "code": "UG-210",
25600             "name": "Pallisa",
25601             "parent": "E",
25602             "type": "District"
25603             },
25604             {
25605             "code": "UG-211",
25606             "name": "Soroti",
25607             "parent": "E",
25608             "type": "District"
25609             },
25610             {
25611             "code": "UG-212",
25612             "name": "Tororo",
25613             "parent": "E",
25614             "type": "District"
25615             },
25616             {
25617             "code": "UG-213",
25618             "name": "Kaberamaido",
25619             "parent": "E",
25620             "type": "District"
25621             },
25622             {
25623             "code": "UG-214",
25624             "name": "Mayuge",
25625             "parent": "E",
25626             "type": "District"
25627             },
25628             {
25629             "code": "UG-215",
25630             "name": "Sironko",
25631             "parent": "E",
25632             "type": "District"
25633             },
25634             {
25635             "code": "UG-216",
25636             "name": "Amuria",
25637             "parent": "E",
25638             "type": "District"
25639             },
25640             {
25641             "code": "UG-217",
25642             "name": "Budaka",
25643             "parent": "E",
25644             "type": "District"
25645             },
25646             {
25647             "code": "UG-218",
25648             "name": "Bukwa",
25649             "parent": "E",
25650             "type": "District"
25651             },
25652             {
25653             "code": "UG-219",
25654             "name": "Butaleja",
25655             "parent": "E",
25656             "type": "District"
25657             },
25658             {
25659             "code": "UG-220",
25660             "name": "Kaliro",
25661             "parent": "E",
25662             "type": "District"
25663             },
25664             {
25665             "code": "UG-221",
25666             "name": "Manafwa",
25667             "parent": "E",
25668             "type": "District"
25669             },
25670             {
25671             "code": "UG-222",
25672             "name": "Namutumba",
25673             "parent": "E",
25674             "type": "District"
25675             },
25676             {
25677             "code": "UG-223",
25678             "name": "Bududa",
25679             "parent": "E",
25680             "type": "District"
25681             },
25682             {
25683             "code": "UG-224",
25684             "name": "Bukedea",
25685             "parent": "E",
25686             "type": "District"
25687             },
25688             {
25689             "code": "UG-301",
25690             "name": "Adjumani",
25691             "parent": "N",
25692             "type": "District"
25693             },
25694             {
25695             "code": "UG-302",
25696             "name": "Apac",
25697             "parent": "N",
25698             "type": "District"
25699             },
25700             {
25701             "code": "UG-303",
25702             "name": "Arua",
25703             "parent": "N",
25704             "type": "District"
25705             },
25706             {
25707             "code": "UG-304",
25708             "name": "Gulu",
25709             "parent": "N",
25710             "type": "District"
25711             },
25712             {
25713             "code": "UG-305",
25714             "name": "Kitgum",
25715             "parent": "N",
25716             "type": "District"
25717             },
25718             {
25719             "code": "UG-306",
25720             "name": "Kotido",
25721             "parent": "N",
25722             "type": "District"
25723             },
25724             {
25725             "code": "UG-307",
25726             "name": "Lira",
25727             "parent": "N",
25728             "type": "District"
25729             },
25730             {
25731             "code": "UG-308",
25732             "name": "Moroto",
25733             "parent": "N",
25734             "type": "District"
25735             },
25736             {
25737             "code": "UG-309",
25738             "name": "Moyo",
25739             "parent": "N",
25740             "type": "District"
25741             },
25742             {
25743             "code": "UG-310",
25744             "name": "Nebbi",
25745             "parent": "N",
25746             "type": "District"
25747             },
25748             {
25749             "code": "UG-311",
25750             "name": "Nakapiripirit",
25751             "parent": "N",
25752             "type": "District"
25753             },
25754             {
25755             "code": "UG-312",
25756             "name": "Pader",
25757             "parent": "N",
25758             "type": "District"
25759             },
25760             {
25761             "code": "UG-313",
25762             "name": "Yumbe",
25763             "parent": "N",
25764             "type": "District"
25765             },
25766             {
25767             "code": "UG-314",
25768             "name": "Amolatar",
25769             "parent": "N",
25770             "type": "District"
25771             },
25772             {
25773             "code": "UG-315",
25774             "name": "Kaabong",
25775             "parent": "N",
25776             "type": "District"
25777             },
25778             {
25779             "code": "UG-316",
25780             "name": "Koboko",
25781             "parent": "N",
25782             "type": "District"
25783             },
25784             {
25785             "code": "UG-317",
25786             "name": "Abim",
25787             "parent": "N",
25788             "type": "District"
25789             },
25790             {
25791             "code": "UG-318",
25792             "name": "Dokolo",
25793             "parent": "N",
25794             "type": "District"
25795             },
25796             {
25797             "code": "UG-319",
25798             "name": "Amuru",
25799             "parent": "N",
25800             "type": "District"
25801             },
25802             {
25803             "code": "UG-320",
25804             "name": "Maracha",
25805             "parent": "N",
25806             "type": "District"
25807             },
25808             {
25809             "code": "UG-321",
25810             "name": "Oyam",
25811             "parent": "N",
25812             "type": "District"
25813             },
25814             {
25815             "code": "UG-401",
25816             "name": "Bundibugyo",
25817             "parent": "W",
25818             "type": "District"
25819             },
25820             {
25821             "code": "UG-402",
25822             "name": "Bushenyi",
25823             "parent": "W",
25824             "type": "District"
25825             },
25826             {
25827             "code": "UG-403",
25828             "name": "Hoima",
25829             "parent": "W",
25830             "type": "District"
25831             },
25832             {
25833             "code": "UG-404",
25834             "name": "Kabale",
25835             "parent": "W",
25836             "type": "District"
25837             },
25838             {
25839             "code": "UG-405",
25840             "name": "Kabarole",
25841             "parent": "W",
25842             "type": "District"
25843             },
25844             {
25845             "code": "UG-406",
25846             "name": "Kasese",
25847             "parent": "W",
25848             "type": "District"
25849             },
25850             {
25851             "code": "UG-407",
25852             "name": "Kibaale",
25853             "parent": "W",
25854             "type": "District"
25855             },
25856             {
25857             "code": "UG-408",
25858             "name": "Kisoro",
25859             "parent": "W",
25860             "type": "District"
25861             },
25862             {
25863             "code": "UG-409",
25864             "name": "Masindi",
25865             "parent": "W",
25866             "type": "District"
25867             },
25868             {
25869             "code": "UG-410",
25870             "name": "Mbarara",
25871             "parent": "W",
25872             "type": "District"
25873             },
25874             {
25875             "code": "UG-411",
25876             "name": "Ntungamo",
25877             "parent": "W",
25878             "type": "District"
25879             },
25880             {
25881             "code": "UG-412",
25882             "name": "Rukungiri",
25883             "parent": "W",
25884             "type": "District"
25885             },
25886             {
25887             "code": "UG-413",
25888             "name": "Kamwenge",
25889             "parent": "W",
25890             "type": "District"
25891             },
25892             {
25893             "code": "UG-414",
25894             "name": "Kanungu",
25895             "parent": "W",
25896             "type": "District"
25897             },
25898             {
25899             "code": "UG-415",
25900             "name": "Kyenjojo",
25901             "parent": "W",
25902             "type": "District"
25903             },
25904             {
25905             "code": "UG-416",
25906             "name": "Ibanda",
25907             "parent": "W",
25908             "type": "District"
25909             },
25910             {
25911             "code": "UG-417",
25912             "name": "Isingiro",
25913             "parent": "W",
25914             "type": "District"
25915             },
25916             {
25917             "code": "UG-418",
25918             "name": "Kiruhura",
25919             "parent": "W",
25920             "type": "District"
25921             },
25922             {
25923             "code": "UG-419",
25924             "name": "Buliisa",
25925             "parent": "W",
25926             "type": "District"
25927             },
25928             {
25929             "code": "UG-C",
25930             "name": "Central",
25931             "type": "Geographical region"
25932             },
25933             {
25934             "code": "UG-E",
25935             "name": "Eastern",
25936             "type": "Geographical region"
25937             },
25938             {
25939             "code": "UG-N",
25940             "name": "Northern",
25941             "type": "Geographical region"
25942             },
25943             {
25944             "code": "UG-W",
25945             "name": "Western",
25946             "type": "Geographical region"
25947             },
25948             {
25949             "code": "UM-67",
25950             "name": "Johnston Atoll",
25951             "type": "Territory"
25952             },
25953             {
25954             "code": "UM-71",
25955             "name": "Midway Islands",
25956             "type": "Territory"
25957             },
25958             {
25959             "code": "UM-76",
25960             "name": "Navassa Island",
25961             "type": "Territory"
25962             },
25963             {
25964             "code": "UM-79",
25965             "name": "Wake Island",
25966             "type": "Territory"
25967             },
25968             {
25969             "code": "UM-81",
25970             "name": "Baker Island",
25971             "type": "Territory"
25972             },
25973             {
25974             "code": "UM-84",
25975             "name": "Howland Island",
25976             "type": "Territory"
25977             },
25978             {
25979             "code": "UM-86",
25980             "name": "Jarvis Island",
25981             "type": "Territory"
25982             },
25983             {
25984             "code": "UM-89",
25985             "name": "Kingman Reef",
25986             "type": "Territory"
25987             },
25988             {
25989             "code": "UM-95",
25990             "name": "Palmyra Atoll",
25991             "type": "Territory"
25992             },
25993             {
25994             "code": "US-AK",
25995             "name": "Alaska",
25996             "type": "State"
25997             },
25998             {
25999             "code": "US-AL",
26000             "name": "Alabama",
26001             "type": "State"
26002             },
26003             {
26004             "code": "US-AR",
26005             "name": "Arkansas",
26006             "type": "State"
26007             },
26008             {
26009             "code": "US-AS",
26010             "name": "American Samoa",
26011             "type": "Outlying area"
26012             },
26013             {
26014             "code": "US-AZ",
26015             "name": "Arizona",
26016             "type": "State"
26017             },
26018             {
26019             "code": "US-CA",
26020             "name": "California",
26021             "type": "State"
26022             },
26023             {
26024             "code": "US-CO",
26025             "name": "Colorado",
26026             "type": "State"
26027             },
26028             {
26029             "code": "US-CT",
26030             "name": "Connecticut",
26031             "type": "State"
26032             },
26033             {
26034             "code": "US-DC",
26035             "name": "District of Columbia",
26036             "type": "District"
26037             },
26038             {
26039             "code": "US-DE",
26040             "name": "Delaware",
26041             "type": "State"
26042             },
26043             {
26044             "code": "US-FL",
26045             "name": "Florida",
26046             "type": "State"
26047             },
26048             {
26049             "code": "US-GA",
26050             "name": "Georgia",
26051             "type": "State"
26052             },
26053             {
26054             "code": "US-GU",
26055             "name": "Guam",
26056             "type": "Outlying area"
26057             },
26058             {
26059             "code": "US-HI",
26060             "name": "Hawaii",
26061             "type": "State"
26062             },
26063             {
26064             "code": "US-IA",
26065             "name": "Iowa",
26066             "type": "State"
26067             },
26068             {
26069             "code": "US-ID",
26070             "name": "Idaho",
26071             "type": "State"
26072             },
26073             {
26074             "code": "US-IL",
26075             "name": "Illinois",
26076             "type": "State"
26077             },
26078             {
26079             "code": "US-IN",
26080             "name": "Indiana",
26081             "type": "State"
26082             },
26083             {
26084             "code": "US-KS",
26085             "name": "Kansas",
26086             "type": "State"
26087             },
26088             {
26089             "code": "US-KY",
26090             "name": "Kentucky",
26091             "type": "State"
26092             },
26093             {
26094             "code": "US-LA",
26095             "name": "Louisiana",
26096             "type": "State"
26097             },
26098             {
26099             "code": "US-MA",
26100             "name": "Massachusetts",
26101             "type": "State"
26102             },
26103             {
26104             "code": "US-MD",
26105             "name": "Maryland",
26106             "type": "State"
26107             },
26108             {
26109             "code": "US-ME",
26110             "name": "Maine",
26111             "type": "State"
26112             },
26113             {
26114             "code": "US-MI",
26115             "name": "Michigan",
26116             "type": "State"
26117             },
26118             {
26119             "code": "US-MN",
26120             "name": "Minnesota",
26121             "type": "State"
26122             },
26123             {
26124             "code": "US-MO",
26125             "name": "Missouri",
26126             "type": "State"
26127             },
26128             {
26129             "code": "US-MP",
26130             "name": "Northern Mariana Islands",
26131             "type": "Outlying area"
26132             },
26133             {
26134             "code": "US-MS",
26135             "name": "Mississippi",
26136             "type": "State"
26137             },
26138             {
26139             "code": "US-MT",
26140             "name": "Montana",
26141             "type": "State"
26142             },
26143             {
26144             "code": "US-NC",
26145             "name": "North Carolina",
26146             "type": "State"
26147             },
26148             {
26149             "code": "US-ND",
26150             "name": "North Dakota",
26151             "type": "State"
26152             },
26153             {
26154             "code": "US-NE",
26155             "name": "Nebraska",
26156             "type": "State"
26157             },
26158             {
26159             "code": "US-NH",
26160             "name": "New Hampshire",
26161             "type": "State"
26162             },
26163             {
26164             "code": "US-NJ",
26165             "name": "New Jersey",
26166             "type": "State"
26167             },
26168             {
26169             "code": "US-NM",
26170             "name": "New Mexico",
26171             "type": "State"
26172             },
26173             {
26174             "code": "US-NV",
26175             "name": "Nevada",
26176             "type": "State"
26177             },
26178             {
26179             "code": "US-NY",
26180             "name": "New York",
26181             "type": "State"
26182             },
26183             {
26184             "code": "US-OH",
26185             "name": "Ohio",
26186             "type": "State"
26187             },
26188             {
26189             "code": "US-OK",
26190             "name": "Oklahoma",
26191             "type": "State"
26192             },
26193             {
26194             "code": "US-OR",
26195             "name": "Oregon",
26196             "type": "State"
26197             },
26198             {
26199             "code": "US-PA",
26200             "name": "Pennsylvania",
26201             "type": "State"
26202             },
26203             {
26204             "code": "US-PR",
26205             "name": "Puerto Rico",
26206             "type": "Outlying area"
26207             },
26208             {
26209             "code": "US-RI",
26210             "name": "Rhode Island",
26211             "type": "State"
26212             },
26213             {
26214             "code": "US-SC",
26215             "name": "South Carolina",
26216             "type": "State"
26217             },
26218             {
26219             "code": "US-SD",
26220             "name": "South Dakota",
26221             "type": "State"
26222             },
26223             {
26224             "code": "US-TN",
26225             "name": "Tennessee",
26226             "type": "State"
26227             },
26228             {
26229             "code": "US-TX",
26230             "name": "Texas",
26231             "type": "State"
26232             },
26233             {
26234             "code": "US-UM",
26235             "name": "United States Minor Outlying Islands",
26236             "type": "Outlying area"
26237             },
26238             {
26239             "code": "US-UT",
26240             "name": "Utah",
26241             "type": "State"
26242             },
26243             {
26244             "code": "US-VA",
26245             "name": "Virginia",
26246             "type": "State"
26247             },
26248             {
26249             "code": "US-VI",
26250             "name": "Virgin Islands",
26251             "type": "Outlying area"
26252             },
26253             {
26254             "code": "US-VT",
26255             "name": "Vermont",
26256             "type": "State"
26257             },
26258             {
26259             "code": "US-WA",
26260             "name": "Washington",
26261             "type": "State"
26262             },
26263             {
26264             "code": "US-WI",
26265             "name": "Wisconsin",
26266             "type": "State"
26267             },
26268             {
26269             "code": "US-WV",
26270             "name": "West Virginia",
26271             "type": "State"
26272             },
26273             {
26274             "code": "US-WY",
26275             "name": "Wyoming",
26276             "type": "State"
26277             },
26278             {
26279             "code": "UY-AR",
26280             "name": "Artigas",
26281             "type": "Department"
26282             },
26283             {
26284             "code": "UY-CA",
26285             "name": "Canelones",
26286             "type": "Department"
26287             },
26288             {
26289             "code": "UY-CL",
26290             "name": "Cerro Largo",
26291             "type": "Department"
26292             },
26293             {
26294             "code": "UY-CO",
26295             "name": "Colonia",
26296             "type": "Department"
26297             },
26298             {
26299             "code": "UY-DU",
26300             "name": "Durazno",
26301             "type": "Department"
26302             },
26303             {
26304             "code": "UY-FD",
26305             "name": "Florida",
26306             "type": "Department"
26307             },
26308             {
26309             "code": "UY-FS",
26310             "name": "Flores",
26311             "type": "Department"
26312             },
26313             {
26314             "code": "UY-LA",
26315             "name": "Lavalleja",
26316             "type": "Department"
26317             },
26318             {
26319             "code": "UY-MA",
26320             "name": "Maldonado",
26321             "type": "Department"
26322             },
26323             {
26324             "code": "UY-MO",
26325             "name": "Montevideo",
26326             "type": "Department"
26327             },
26328             {
26329             "code": "UY-PA",
26330             "name": "Paysandú",
26331             "type": "Department"
26332             },
26333             {
26334             "code": "UY-RN",
26335             "name": "Río Negro",
26336             "type": "Department"
26337             },
26338             {
26339             "code": "UY-RO",
26340             "name": "Rocha",
26341             "type": "Department"
26342             },
26343             {
26344             "code": "UY-RV",
26345             "name": "Rivera",
26346             "type": "Department"
26347             },
26348             {
26349             "code": "UY-SA",
26350             "name": "Salto",
26351             "type": "Department"
26352             },
26353             {
26354             "code": "UY-SJ",
26355             "name": "San José",
26356             "type": "Department"
26357             },
26358             {
26359             "code": "UY-SO",
26360             "name": "Soriano",
26361             "type": "Department"
26362             },
26363             {
26364             "code": "UY-TA",
26365             "name": "Tacuarembó",
26366             "type": "Department"
26367             },
26368             {
26369             "code": "UY-TT",
26370             "name": "Treinta y Tres",
26371             "type": "Department"
26372             },
26373             {
26374             "code": "UZ-AN",
26375             "name": "Andijon",
26376             "type": "Region"
26377             },
26378             {
26379             "code": "UZ-BU",
26380             "name": "Buxoro",
26381             "type": "Region"
26382             },
26383             {
26384             "code": "UZ-FA",
26385             "name": "Farg'ona",
26386             "type": "Region"
26387             },
26388             {
26389             "code": "UZ-JI",
26390             "name": "Jizzax",
26391             "type": "Region"
26392             },
26393             {
26394             "code": "UZ-NG",
26395             "name": "Namangan",
26396             "type": "Region"
26397             },
26398             {
26399             "code": "UZ-NW",
26400             "name": "Navoiy",
26401             "type": "Region"
26402             },
26403             {
26404             "code": "UZ-QA",
26405             "name": "Qashqadaryo",
26406             "type": "Region"
26407             },
26408             {
26409             "code": "UZ-QR",
26410             "name": "Qoraqalpog'iston Respublikasi",
26411             "type": "Republic"
26412             },
26413             {
26414             "code": "UZ-SA",
26415             "name": "Samarqand",
26416             "type": "Region"
26417             },
26418             {
26419             "code": "UZ-SI",
26420             "name": "Sirdaryo",
26421             "type": "Region"
26422             },
26423             {
26424             "code": "UZ-SU",
26425             "name": "Surxondaryo",
26426             "type": "Region"
26427             },
26428             {
26429             "code": "UZ-TK",
26430             "name": "Toshkent",
26431             "type": "City"
26432             },
26433             {
26434             "code": "UZ-TO",
26435             "name": "Toshkent",
26436             "type": "Region"
26437             },
26438             {
26439             "code": "UZ-XO",
26440             "name": "Xorazm",
26441             "type": "Region"
26442             },
26443             {
26444             "code": "VC-01",
26445             "name": "Charlotte",
26446             "type": "Parish"
26447             },
26448             {
26449             "code": "VC-02",
26450             "name": "Saint Andrew",
26451             "type": "Parish"
26452             },
26453             {
26454             "code": "VC-03",
26455             "name": "Saint David",
26456             "type": "Parish"
26457             },
26458             {
26459             "code": "VC-04",
26460             "name": "Saint George",
26461             "type": "Parish"
26462             },
26463             {
26464             "code": "VC-05",
26465             "name": "Saint Patrick",
26466             "type": "Parish"
26467             },
26468             {
26469             "code": "VC-06",
26470             "name": "Grenadines",
26471             "type": "Parish"
26472             },
26473             {
26474             "code": "VE-A",
26475             "name": "Distrito Federal",
26476             "type": "Federal District"
26477             },
26478             {
26479             "code": "VE-B",
26480             "name": "Anzoátegui",
26481             "type": "State"
26482             },
26483             {
26484             "code": "VE-C",
26485             "name": "Apure",
26486             "type": "State"
26487             },
26488             {
26489             "code": "VE-D",
26490             "name": "Aragua",
26491             "type": "State"
26492             },
26493             {
26494             "code": "VE-E",
26495             "name": "Barinas",
26496             "type": "State"
26497             },
26498             {
26499             "code": "VE-F",
26500             "name": "Bolívar",
26501             "type": "State"
26502             },
26503             {
26504             "code": "VE-G",
26505             "name": "Carabobo",
26506             "type": "State"
26507             },
26508             {
26509             "code": "VE-H",
26510             "name": "Cojedes",
26511             "type": "State"
26512             },
26513             {
26514             "code": "VE-I",
26515             "name": "Falcón",
26516             "type": "State"
26517             },
26518             {
26519             "code": "VE-J",
26520             "name": "Guárico",
26521             "type": "State"
26522             },
26523             {
26524             "code": "VE-K",
26525             "name": "Lara",
26526             "type": "State"
26527             },
26528             {
26529             "code": "VE-L",
26530             "name": "Mérida",
26531             "type": "State"
26532             },
26533             {
26534             "code": "VE-M",
26535             "name": "Miranda",
26536             "type": "State"
26537             },
26538             {
26539             "code": "VE-N",
26540             "name": "Monagas",
26541             "type": "State"
26542             },
26543             {
26544             "code": "VE-O",
26545             "name": "Nueva Esparta",
26546             "type": "State"
26547             },
26548             {
26549             "code": "VE-P",
26550             "name": "Portuguesa",
26551             "type": "State"
26552             },
26553             {
26554             "code": "VE-R",
26555             "name": "Sucre",
26556             "type": "State"
26557             },
26558             {
26559             "code": "VE-S",
26560             "name": "Táchira",
26561             "type": "State"
26562             },
26563             {
26564             "code": "VE-T",
26565             "name": "Trujillo",
26566             "type": "State"
26567             },
26568             {
26569             "code": "VE-U",
26570             "name": "Yaracuy",
26571             "type": "State"
26572             },
26573             {
26574             "code": "VE-V",
26575             "name": "Zulia",
26576             "type": "State"
26577             },
26578             {
26579             "code": "VE-W",
26580             "name": "Dependencias Federales",
26581             "type": "Federal Dependency"
26582             },
26583             {
26584             "code": "VE-X",
26585             "name": "Vargas",
26586             "type": "State"
26587             },
26588             {
26589             "code": "VE-Y",
26590             "name": "Delta Amacuro",
26591             "type": "State"
26592             },
26593             {
26594             "code": "VE-Z",
26595             "name": "Amazonas",
26596             "type": "State"
26597             },
26598             {
26599             "code": "VN-01",
26600             "name": "Lai Châu",
26601             "type": "Province"
26602             },
26603             {
26604             "code": "VN-02",
26605             "name": "Lào Cai",
26606             "type": "Province"
26607             },
26608             {
26609             "code": "VN-03",
26610             "name": "Hà Giang",
26611             "type": "Province"
26612             },
26613             {
26614             "code": "VN-04",
26615             "name": "Cao Bằng",
26616             "type": "Province"
26617             },
26618             {
26619             "code": "VN-05",
26620             "name": "Sơn La",
26621             "type": "Province"
26622             },
26623             {
26624             "code": "VN-06",
26625             "name": "Yên Bái",
26626             "type": "Province"
26627             },
26628             {
26629             "code": "VN-07",
26630             "name": "Tuyên Quang",
26631             "type": "Province"
26632             },
26633             {
26634             "code": "VN-09",
26635             "name": "Lạng Sơn",
26636             "type": "Province"
26637             },
26638             {
26639             "code": "VN-13",
26640             "name": "Quảng Ninh",
26641             "type": "Province"
26642             },
26643             {
26644             "code": "VN-14",
26645             "name": "Hoà Bình",
26646             "type": "Province"
26647             },
26648             {
26649             "code": "VN-15",
26650             "name": "Hà Tây",
26651             "type": "Province"
26652             },
26653             {
26654             "code": "VN-18",
26655             "name": "Ninh Bình",
26656             "type": "Province"
26657             },
26658             {
26659             "code": "VN-20",
26660             "name": "Thái Bình",
26661             "type": "Province"
26662             },
26663             {
26664             "code": "VN-21",
26665             "name": "Thanh Hóa",
26666             "type": "Province"
26667             },
26668             {
26669             "code": "VN-22",
26670             "name": "Nghệ An",
26671             "type": "Province"
26672             },
26673             {
26674             "code": "VN-23",
26675             "name": "Hà Tỉnh",
26676             "type": "Province"
26677             },
26678             {
26679             "code": "VN-24",
26680             "name": "Quảng Bình",
26681             "type": "Province"
26682             },
26683             {
26684             "code": "VN-25",
26685             "name": "Quảng Trị",
26686             "type": "Province"
26687             },
26688             {
26689             "code": "VN-26",
26690             "name": "Thừa Thiên-Huế",
26691             "type": "Province"
26692             },
26693             {
26694             "code": "VN-27",
26695             "name": "Quảng Nam",
26696             "type": "Province"
26697             },
26698             {
26699             "code": "VN-28",
26700             "name": "Kon Tum",
26701             "type": "Province"
26702             },
26703             {
26704             "code": "VN-29",
26705             "name": "Quảng Ngãi",
26706             "type": "Province"
26707             },
26708             {
26709             "code": "VN-30",
26710             "name": "Gia Lai",
26711             "type": "Province"
26712             },
26713             {
26714             "code": "VN-31",
26715             "name": "Bình Định",
26716             "type": "Province"
26717             },
26718             {
26719             "code": "VN-32",
26720             "name": "Phú Yên",
26721             "type": "Province"
26722             },
26723             {
26724             "code": "VN-33",
26725             "name": "Đắc Lắk",
26726             "type": "Province"
26727             },
26728             {
26729             "code": "VN-34",
26730             "name": "Khánh Hòa",
26731             "type": "Province"
26732             },
26733             {
26734             "code": "VN-35",
26735             "name": "Lâm Đồng",
26736             "type": "Province"
26737             },
26738             {
26739             "code": "VN-36",
26740             "name": "Ninh Thuận",
26741             "type": "Province"
26742             },
26743             {
26744             "code": "VN-37",
26745             "name": "Tây Ninh",
26746             "type": "Province"
26747             },
26748             {
26749             "code": "VN-39",
26750             "name": "Đồng Nai",
26751             "type": "Province"
26752             },
26753             {
26754             "code": "VN-40",
26755             "name": "Bình Thuận",
26756             "type": "Province"
26757             },
26758             {
26759             "code": "VN-41",
26760             "name": "Long An",
26761             "type": "Province"
26762             },
26763             {
26764             "code": "VN-43",
26765             "name": "Bà Rịa-Vũng Tàu",
26766             "type": "Province"
26767             },
26768             {
26769             "code": "VN-44",
26770             "name": "An Giang",
26771             "type": "Province"
26772             },
26773             {
26774             "code": "VN-45",
26775             "name": "Đồng Tháp",
26776             "type": "Province"
26777             },
26778             {
26779             "code": "VN-46",
26780             "name": "Tiền Giang",
26781             "type": "Province"
26782             },
26783             {
26784             "code": "VN-47",
26785             "name": "Kiên Giang",
26786             "type": "Province"
26787             },
26788             {
26789             "code": "VN-49",
26790             "name": "Vĩnh Long",
26791             "type": "Province"
26792             },
26793             {
26794             "code": "VN-50",
26795             "name": "Bến Tre",
26796             "type": "Province"
26797             },
26798             {
26799             "code": "VN-51",
26800             "name": "Trà Vinh",
26801             "type": "Province"
26802             },
26803             {
26804             "code": "VN-52",
26805             "name": "Sóc Trăng",
26806             "type": "Province"
26807             },
26808             {
26809             "code": "VN-53",
26810             "name": "Bắc Kạn",
26811             "type": "Province"
26812             },
26813             {
26814             "code": "VN-54",
26815             "name": "Bắc Giang",
26816             "type": "Province"
26817             },
26818             {
26819             "code": "VN-55",
26820             "name": "Bạc Liêu",
26821             "type": "Province"
26822             },
26823             {
26824             "code": "VN-56",
26825             "name": "Bắc Ninh",
26826             "type": "Province"
26827             },
26828             {
26829             "code": "VN-57",
26830             "name": "Bình Dương",
26831             "type": "Province"
26832             },
26833             {
26834             "code": "VN-58",
26835             "name": "Bình Phước",
26836             "type": "Province"
26837             },
26838             {
26839             "code": "VN-59",
26840             "name": "Cà Mau",
26841             "type": "Province"
26842             },
26843             {
26844             "code": "VN-61",
26845             "name": "Hải Duong",
26846             "type": "Province"
26847             },
26848             {
26849             "code": "VN-63",
26850             "name": "Hà Nam",
26851             "type": "Province"
26852             },
26853             {
26854             "code": "VN-66",
26855             "name": "Hưng Yên",
26856             "type": "Province"
26857             },
26858             {
26859             "code": "VN-67",
26860             "name": "Nam Định",
26861             "type": "Province"
26862             },
26863             {
26864             "code": "VN-68",
26865             "name": "Phú Thọ",
26866             "type": "Province"
26867             },
26868             {
26869             "code": "VN-69",
26870             "name": "Thái Nguyên",
26871             "type": "Province"
26872             },
26873             {
26874             "code": "VN-70",
26875             "name": "Vĩnh Phúc",
26876             "type": "Province"
26877             },
26878             {
26879             "code": "VN-71",
26880             "name": "Điện Biên",
26881             "type": "Province"
26882             },
26883             {
26884             "code": "VN-72",
26885             "name": "Đắk Nông",
26886             "type": "Province"
26887             },
26888             {
26889             "code": "VN-73",
26890             "name": "Hậu Giang",
26891             "type": "Province"
26892             },
26893             {
26894             "code": "VN-CT",
26895             "name": "Cần Thơ",
26896             "type": "Municipality"
26897             },
26898             {
26899             "code": "VN-DN",
26900             "name": "Đà Nẵng",
26901             "type": "Municipality"
26902             },
26903             {
26904             "code": "VN-HN",
26905             "name": "Hà Nội",
26906             "type": "Municipality"
26907             },
26908             {
26909             "code": "VN-HP",
26910             "name": "Hải Phòng",
26911             "type": "Municipality"
26912             },
26913             {
26914             "code": "VN-SG",
26915             "name": "Hồ Chí Minh [Sài Gòn]",
26916             "type": "Municipality"
26917             },
26918             {
26919             "code": "VU-MAP",
26920             "name": "Malampa",
26921             "type": "Province"
26922             },
26923             {
26924             "code": "VU-PAM",
26925             "name": "Pénama",
26926             "type": "Province"
26927             },
26928             {
26929             "code": "VU-SAM",
26930             "name": "Sanma",
26931             "type": "Province"
26932             },
26933             {
26934             "code": "VU-SEE",
26935             "name": "Shéfa",
26936             "type": "Province"
26937             },
26938             {
26939             "code": "VU-TAE",
26940             "name": "Taféa",
26941             "type": "Province"
26942             },
26943             {
26944             "code": "VU-TOB",
26945             "name": "Torba",
26946             "type": "Province"
26947             },
26948             {
26949             "code": "WS-AA",
26950             "name": "A'ana",
26951             "type": "District"
26952             },
26953             {
26954             "code": "WS-AL",
26955             "name": "Aiga-i-le-Tai",
26956             "type": "District"
26957             },
26958             {
26959             "code": "WS-AT",
26960             "name": "Atua",
26961             "type": "District"
26962             },
26963             {
26964             "code": "WS-FA",
26965             "name": "Fa'asaleleaga",
26966             "type": "District"
26967             },
26968             {
26969             "code": "WS-GE",
26970             "name": "Gaga'emauga",
26971             "type": "District"
26972             },
26973             {
26974             "code": "WS-GI",
26975             "name": "Gagaifomauga",
26976             "type": "District"
26977             },
26978             {
26979             "code": "WS-PA",
26980             "name": "Palauli",
26981             "type": "District"
26982             },
26983             {
26984             "code": "WS-SA",
26985             "name": "Satupa'itea",
26986             "type": "District"
26987             },
26988             {
26989             "code": "WS-TU",
26990             "name": "Tuamasaga",
26991             "type": "District"
26992             },
26993             {
26994             "code": "WS-VF",
26995             "name": "Va'a-o-Fonoti",
26996             "type": "District"
26997             },
26998             {
26999             "code": "WS-VS",
27000             "name": "Vaisigano",
27001             "type": "District"
27002             },
27003             {
27004             "code": "YE-AB",
27005             "name": "Abyān",
27006             "type": "Governorate"
27007             },
27008             {
27009             "code": "YE-AD",
27010             "name": "'Adan",
27011             "type": "Governorate"
27012             },
27013             {
27014             "code": "YE-AM",
27015             "name": "'Amrān",
27016             "type": "Governorate"
27017             },
27018             {
27019             "code": "YE-BA",
27020             "name": "Al Bayḑā'",
27021             "type": "Governorate"
27022             },
27023             {
27024             "code": "YE-DA",
27025             "name": "Aḑ Ḑāli‘",
27026             "type": "Governorate"
27027             },
27028             {
27029             "code": "YE-DH",
27030             "name": "Dhamār",
27031             "type": "Governorate"
27032             },
27033             {
27034             "code": "YE-HD",
27035             "name": "Ḩaḑramawt",
27036             "type": "Governorate"
27037             },
27038             {
27039             "code": "YE-HJ",
27040             "name": "Ḩajjah",
27041             "type": "Governorate"
27042             },
27043             {
27044             "code": "YE-IB",
27045             "name": "Ibb",
27046             "type": "Governorate"
27047             },
27048             {
27049             "code": "YE-JA",
27050             "name": "Al Jawf",
27051             "type": "Governorate"
27052             },
27053             {
27054             "code": "YE-LA",
27055             "name": "Laḩij",
27056             "type": "Governorate"
27057             },
27058             {
27059             "code": "YE-MA",
27060             "name": "Ma'rib",
27061             "type": "Governorate"
27062             },
27063             {
27064             "code": "YE-MR",
27065             "name": "Al Mahrah",
27066             "type": "Governorate"
27067             },
27068             {
27069             "code": "YE-MU",
27070             "name": "Al Ḩudaydah",
27071             "type": "Governorate"
27072             },
27073             {
27074             "code": "YE-MW",
27075             "name": "Al Maḩwīt",
27076             "type": "Governorate"
27077             },
27078             {
27079             "code": "YE-RA",
27080             "name": "Raymah",
27081             "type": "Governorate"
27082             },
27083             {
27084             "code": "YE-SD",
27085             "name": "Şa'dah",
27086             "type": "Governorate"
27087             },
27088             {
27089             "code": "YE-SH",
27090             "name": "Shabwah",
27091             "type": "Governorate"
27092             },
27093             {
27094             "code": "YE-SN",
27095             "name": "Şan'ā'",
27096             "type": "Governorate"
27097             },
27098             {
27099             "code": "YE-TA",
27100             "name": "Tā'izz",
27101             "type": "Governorate"
27102             },
27103             {
27104             "code": "ZA-EC",
27105             "name": "Eastern Cape",
27106             "type": "Province"
27107             },
27108             {
27109             "code": "ZA-FS",
27110             "name": "Free State",
27111             "type": "Province"
27112             },
27113             {
27114             "code": "ZA-GT",
27115             "name": "Gauteng",
27116             "type": "Province"
27117             },
27118             {
27119             "code": "ZA-LP",
27120             "name": "Limpopo",
27121             "type": "Province"
27122             },
27123             {
27124             "code": "ZA-MP",
27125             "name": "Mpumalanga",
27126             "type": "Province"
27127             },
27128             {
27129             "code": "ZA-NC",
27130             "name": "Northern Cape",
27131             "type": "Province"
27132             },
27133             {
27134             "code": "ZA-NL",
27135             "name": "Kwazulu-Natal",
27136             "type": "Province"
27137             },
27138             {
27139             "code": "ZA-NW",
27140             "name": "North-West (South Africa)",
27141             "type": "Province"
27142             },
27143             {
27144             "code": "ZA-WC",
27145             "name": "Western Cape",
27146             "type": "Province"
27147             },
27148             {
27149             "code": "ZM-01",
27150             "name": "Western",
27151             "type": "Province"
27152             },
27153             {
27154             "code": "ZM-02",
27155             "name": "Central",
27156             "type": "Province"
27157             },
27158             {
27159             "code": "ZM-03",
27160             "name": "Eastern",
27161             "type": "Province"
27162             },
27163             {
27164             "code": "ZM-04",
27165             "name": "Luapula",
27166             "type": "Province"
27167             },
27168             {
27169             "code": "ZM-05",
27170             "name": "Northern",
27171             "type": "Province"
27172             },
27173             {
27174             "code": "ZM-06",
27175             "name": "North-Western",
27176             "type": "Province"
27177             },
27178             {
27179             "code": "ZM-07",
27180             "name": "Southern (Zambia)",
27181             "type": "Province"
27182             },
27183             {
27184             "code": "ZM-08",
27185             "name": "Copperbelt",
27186             "type": "Province"
27187             },
27188             {
27189             "code": "ZM-09",
27190             "name": "Lusaka",
27191             "type": "Province"
27192             },
27193             {
27194             "code": "ZW-BU",
27195             "name": "Bulawayo",
27196             "type": "City"
27197             },
27198             {
27199             "code": "ZW-HA",
27200             "name": "Harare",
27201             "type": "City"
27202             },
27203             {
27204             "code": "ZW-MA",
27205             "name": "Manicaland",
27206             "type": "Province"
27207             },
27208             {
27209             "code": "ZW-MC",
27210             "name": "Mashonaland Central",
27211             "type": "Province"
27212             },
27213             {
27214             "code": "ZW-ME",
27215             "name": "Mashonaland East",
27216             "type": "Province"
27217             },
27218             {
27219             "code": "ZW-MI",
27220             "name": "Midlands",
27221             "type": "Province"
27222             },
27223             {
27224             "code": "ZW-MN",
27225             "name": "Matabeleland North",
27226             "type": "Province"
27227             },
27228             {
27229             "code": "ZW-MS",
27230             "name": "Matabeleland South",
27231             "type": "Province"
27232             },
27233             {
27234             "code": "ZW-MV",
27235             "name": "Masvingo",
27236             "type": "Province"
27237             },
27238             {
27239             "code": "ZW-MW",
27240             "name": "Mashonaland West",
27241             "type": "Province"
27242             }
27243             ]
27244             }
27245              
27246             };
27247             #-------------------------------------------------------------------------------
27248             1;
27249