Last active
November 25, 2025 22:29
-
-
Save venbrinoDev/03ab4dd4191e499e0175f283a9ee4cf2 to your computer and use it in GitHub Desktop.
All Countires ,State, flag , and more
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "countries": [ | |
| { | |
| "name": "Afghanistan", | |
| "iso3": "AFG", | |
| "iso2": "AF", | |
| "phone_code": "93", | |
| "capital": "Kabul", | |
| "currency": "AFN", | |
| "states": [ | |
| { | |
| "id": 3901, | |
| "name": "Badakhshan", | |
| "state_code": "BDS" | |
| }, | |
| { | |
| "id": 3871, | |
| "name": "Badghis", | |
| "state_code": "BDG" | |
| }, | |
| { | |
| "id": 3875, | |
| "name": "Baghlan", | |
| "state_code": "BGL" | |
| }, | |
| { | |
| "id": 3884, | |
| "name": "Balkh", | |
| "state_code": "BAL" | |
| }, | |
| { | |
| "id": 3872, | |
| "name": "Bamyan", | |
| "state_code": "BAM" | |
| }, | |
| { | |
| "id": 3892, | |
| "name": "Daykundi", | |
| "state_code": "DAY" | |
| }, | |
| { | |
| "id": 3899, | |
| "name": "Farah", | |
| "state_code": "FRA" | |
| }, | |
| { | |
| "id": 3889, | |
| "name": "Faryab", | |
| "state_code": "FYB" | |
| }, | |
| { | |
| "id": 3870, | |
| "name": "Ghazni", | |
| "state_code": "GHA" | |
| }, | |
| { | |
| "id": 3888, | |
| "name": "Ghลr", | |
| "state_code": "GHO" | |
| }, | |
| { | |
| "id": 3873, | |
| "name": "Helmand", | |
| "state_code": "HEL" | |
| }, | |
| { | |
| "id": 3887, | |
| "name": "Herat", | |
| "state_code": "HER" | |
| }, | |
| { | |
| "id": 3886, | |
| "name": "Jowzjan", | |
| "state_code": "JOW" | |
| }, | |
| { | |
| "id": 3902, | |
| "name": "Kabul", | |
| "state_code": "KAB" | |
| }, | |
| { | |
| "id": 3890, | |
| "name": "Kandahar", | |
| "state_code": "KAN" | |
| }, | |
| { | |
| "id": 3879, | |
| "name": "Kapisa", | |
| "state_code": "KAP" | |
| }, | |
| { | |
| "id": 3878, | |
| "name": "Khost", | |
| "state_code": "KHO" | |
| }, | |
| { | |
| "id": 3876, | |
| "name": "Kunar", | |
| "state_code": "KNR" | |
| }, | |
| { | |
| "id": 3900, | |
| "name": "Kunduz Province", | |
| "state_code": "KDZ" | |
| }, | |
| { | |
| "id": 3891, | |
| "name": "Laghman", | |
| "state_code": "LAG" | |
| }, | |
| { | |
| "id": 3897, | |
| "name": "Logar", | |
| "state_code": "LOG" | |
| }, | |
| { | |
| "id": 3882, | |
| "name": "Nangarhar", | |
| "state_code": "NAN" | |
| }, | |
| { | |
| "id": 3896, | |
| "name": "Nimruz", | |
| "state_code": "NIM" | |
| }, | |
| { | |
| "id": 3880, | |
| "name": "Nuristan", | |
| "state_code": "NUR" | |
| }, | |
| { | |
| "id": 3894, | |
| "name": "Paktia", | |
| "state_code": "PIA" | |
| }, | |
| { | |
| "id": 3877, | |
| "name": "Paktika", | |
| "state_code": "PKA" | |
| }, | |
| { | |
| "id": 3881, | |
| "name": "Panjshir", | |
| "state_code": "PAN" | |
| }, | |
| { | |
| "id": 3895, | |
| "name": "Parwan", | |
| "state_code": "PAR" | |
| }, | |
| { | |
| "id": 3883, | |
| "name": "Samangan", | |
| "state_code": "SAM" | |
| }, | |
| { | |
| "id": 3885, | |
| "name": "Sar-e Pol", | |
| "state_code": "SAR" | |
| }, | |
| { | |
| "id": 3893, | |
| "name": "Takhar", | |
| "state_code": "TAK" | |
| }, | |
| { | |
| "id": 3898, | |
| "name": "Urozgan", | |
| "state_code": "URU" | |
| }, | |
| { | |
| "id": 3874, | |
| "name": "Zabul", | |
| "state_code": "ZAB" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/5/5f/Flag_of_Afghanistan_%28Colored_Emblem%29.svg" | |
| }, | |
| { | |
| "name": "Aland Islands", | |
| "iso3": "ALA", | |
| "iso2": "AX", | |
| "phone_code": "+358-18", | |
| "capital": "Mariehamn", | |
| "currency": "EUR", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/5/52/Flag_of_ร land.svg" | |
| }, | |
| { | |
| "name": "Albania", | |
| "iso3": "ALB", | |
| "iso2": "AL", | |
| "phone_code": "355", | |
| "capital": "Tirana", | |
| "currency": "ALL", | |
| "states": [ | |
| { | |
| "id": 603, | |
| "name": "Berat County", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 629, | |
| "name": "Berat District", | |
| "state_code": "BR" | |
| }, | |
| { | |
| "id": 607, | |
| "name": "Bulqizรซ District", | |
| "state_code": "BU" | |
| }, | |
| { | |
| "id": 618, | |
| "name": "Delvinรซ District", | |
| "state_code": "DL" | |
| }, | |
| { | |
| "id": 608, | |
| "name": "Devoll District", | |
| "state_code": "DV" | |
| }, | |
| { | |
| "id": 610, | |
| "name": "Dibรซr County", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 605, | |
| "name": "Dibรซr District", | |
| "state_code": "DI" | |
| }, | |
| { | |
| "id": 632, | |
| "name": "Durrรซs County", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 639, | |
| "name": "Durrรซs District", | |
| "state_code": "DR" | |
| }, | |
| { | |
| "id": 598, | |
| "name": "Elbasan County", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 631, | |
| "name": "Fier County", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 627, | |
| "name": "Fier District", | |
| "state_code": "FR" | |
| }, | |
| { | |
| "id": 604, | |
| "name": "Gjirokastรซr County", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 621, | |
| "name": "Gjirokastรซr District", | |
| "state_code": "GJ" | |
| }, | |
| { | |
| "id": 617, | |
| "name": "Gramsh District", | |
| "state_code": "GR" | |
| }, | |
| { | |
| "id": 600, | |
| "name": "Has District", | |
| "state_code": "HA" | |
| }, | |
| { | |
| "id": 594, | |
| "name": "Kavajรซ District", | |
| "state_code": "KA" | |
| }, | |
| { | |
| "id": 628, | |
| "name": "Kolonjรซ District", | |
| "state_code": "ER" | |
| }, | |
| { | |
| "id": 630, | |
| "name": "Korรงรซ County", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 597, | |
| "name": "Korรงรซ District", | |
| "state_code": "KO" | |
| }, | |
| { | |
| "id": 614, | |
| "name": "Krujรซ District", | |
| "state_code": "KR" | |
| }, | |
| { | |
| "id": 612, | |
| "name": "Kuรงovรซ District", | |
| "state_code": "KC" | |
| }, | |
| { | |
| "id": 601, | |
| "name": "Kukรซs County", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 623, | |
| "name": "Kukรซs District", | |
| "state_code": "KU" | |
| }, | |
| { | |
| "id": 622, | |
| "name": "Kurbin District", | |
| "state_code": "KB" | |
| }, | |
| { | |
| "id": 609, | |
| "name": "Lezhรซ County", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 595, | |
| "name": "Lezhรซ District", | |
| "state_code": "LE" | |
| }, | |
| { | |
| "id": 596, | |
| "name": "Librazhd District", | |
| "state_code": "LB" | |
| }, | |
| { | |
| "id": 599, | |
| "name": "Lushnjรซ District", | |
| "state_code": "LU" | |
| }, | |
| { | |
| "id": 602, | |
| "name": "Malรซsi e Madhe District", | |
| "state_code": "MM" | |
| }, | |
| { | |
| "id": 637, | |
| "name": "Mallakastรซr District", | |
| "state_code": "MK" | |
| }, | |
| { | |
| "id": 635, | |
| "name": "Mat District", | |
| "state_code": "MT" | |
| }, | |
| { | |
| "id": 638, | |
| "name": "Mirditรซ District", | |
| "state_code": "MR" | |
| }, | |
| { | |
| "id": 619, | |
| "name": "Peqin District", | |
| "state_code": "PQ" | |
| }, | |
| { | |
| "id": 625, | |
| "name": "Pรซrmet District", | |
| "state_code": "PR" | |
| }, | |
| { | |
| "id": 606, | |
| "name": "Pogradec District", | |
| "state_code": "PG" | |
| }, | |
| { | |
| "id": 620, | |
| "name": "Pukรซ District", | |
| "state_code": "PU" | |
| }, | |
| { | |
| "id": 624, | |
| "name": "Sarandรซ District", | |
| "state_code": "SR" | |
| }, | |
| { | |
| "id": 611, | |
| "name": "Shkodรซr County", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 626, | |
| "name": "Shkodรซr District", | |
| "state_code": "SH" | |
| }, | |
| { | |
| "id": 593, | |
| "name": "Skrapar District", | |
| "state_code": "SK" | |
| }, | |
| { | |
| "id": 616, | |
| "name": "Tepelenรซ District", | |
| "state_code": "TE" | |
| }, | |
| { | |
| "id": 615, | |
| "name": "Tirana County", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 633, | |
| "name": "Tirana District", | |
| "state_code": "TR" | |
| }, | |
| { | |
| "id": 636, | |
| "name": "Tropojรซ District", | |
| "state_code": "TP" | |
| }, | |
| { | |
| "id": 634, | |
| "name": "Vlorรซ County", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 613, | |
| "name": "Vlorรซ District", | |
| "state_code": "VL" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/3/36/Flag_of_Albania.svg" | |
| }, | |
| { | |
| "name": "Algeria", | |
| "iso3": "DZA", | |
| "iso2": "DZ", | |
| "phone_code": "213", | |
| "capital": "Algiers", | |
| "currency": "DZD", | |
| "states": [ | |
| { | |
| "id": 1118, | |
| "name": "Adrar Province", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 1119, | |
| "name": "Aรฏn Defla Province", | |
| "state_code": "44" | |
| }, | |
| { | |
| "id": 1122, | |
| "name": "Aรฏn Tรฉmouchent Province", | |
| "state_code": "46" | |
| }, | |
| { | |
| "id": 1144, | |
| "name": "Algiers Province", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 1103, | |
| "name": "Annaba Province", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 1142, | |
| "name": "Batna Province", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 1108, | |
| "name": "Bรฉchar Province", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 1128, | |
| "name": "Bรฉjaรฏa Province", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 1114, | |
| "name": "Biskra", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 1111, | |
| "name": "Blida Province", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 1116, | |
| "name": "Bordj Bou Arrรฉridj Province", | |
| "state_code": "34" | |
| }, | |
| { | |
| "id": 1104, | |
| "name": "Bouรฏra Province", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 1125, | |
| "name": "Boumerdรจs Province", | |
| "state_code": "35" | |
| }, | |
| { | |
| "id": 1105, | |
| "name": "Chlef Province", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 1121, | |
| "name": "Constantine Province", | |
| "state_code": "25" | |
| }, | |
| { | |
| "id": 1098, | |
| "name": "Djelfa Province", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 1129, | |
| "name": "El Bayadh Province", | |
| "state_code": "32" | |
| }, | |
| { | |
| "id": 1099, | |
| "name": "El Oued Province", | |
| "state_code": "39" | |
| }, | |
| { | |
| "id": 1100, | |
| "name": "El Tarf Province", | |
| "state_code": "36" | |
| }, | |
| { | |
| "id": 1127, | |
| "name": "Ghardaรฏa Province", | |
| "state_code": "47" | |
| }, | |
| { | |
| "id": 1137, | |
| "name": "Guelma Province", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 1112, | |
| "name": "Illizi Province", | |
| "state_code": "33" | |
| }, | |
| { | |
| "id": 1113, | |
| "name": "Jijel Province", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 1126, | |
| "name": "Khenchela Province", | |
| "state_code": "40" | |
| }, | |
| { | |
| "id": 1138, | |
| "name": "Laghouat Province", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 1134, | |
| "name": "M'Sila Province", | |
| "state_code": "28" | |
| }, | |
| { | |
| "id": 1124, | |
| "name": "Mascara Province", | |
| "state_code": "29" | |
| }, | |
| { | |
| "id": 1109, | |
| "name": "Mรฉdรฉa Province", | |
| "state_code": "26" | |
| }, | |
| { | |
| "id": 1132, | |
| "name": "Mila Province", | |
| "state_code": "43" | |
| }, | |
| { | |
| "id": 1140, | |
| "name": "Mostaganem Province", | |
| "state_code": "27" | |
| }, | |
| { | |
| "id": 1102, | |
| "name": "Naama Province", | |
| "state_code": "45" | |
| }, | |
| { | |
| "id": 1101, | |
| "name": "Oran Province", | |
| "state_code": "31" | |
| }, | |
| { | |
| "id": 1139, | |
| "name": "Ouargla Province", | |
| "state_code": "30" | |
| }, | |
| { | |
| "id": 1136, | |
| "name": "Oum El Bouaghi Province", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 1130, | |
| "name": "Relizane Province", | |
| "state_code": "48" | |
| }, | |
| { | |
| "id": 1123, | |
| "name": "Saรฏda Province", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 1141, | |
| "name": "Sรฉtif Province", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 1110, | |
| "name": "Skikda Province", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 1143, | |
| "name": "Souk Ahras Province", | |
| "state_code": "41" | |
| }, | |
| { | |
| "id": 1135, | |
| "name": "Tamanghasset Province", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 1117, | |
| "name": "Tรฉbessa Province", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 1106, | |
| "name": "Tiaret Province", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 1120, | |
| "name": "Tindouf Province", | |
| "state_code": "37" | |
| }, | |
| { | |
| "id": 1115, | |
| "name": "Tipasa Province", | |
| "state_code": "42" | |
| }, | |
| { | |
| "id": 1133, | |
| "name": "Tissemsilt Province", | |
| "state_code": "38" | |
| }, | |
| { | |
| "id": 1131, | |
| "name": "Tizi Ouzou Province", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 1107, | |
| "name": "Tlemcen Province", | |
| "state_code": "13" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/7/77/Flag_of_Algeria.svg" | |
| }, | |
| { | |
| "name": "Andorra", | |
| "iso3": "AND", | |
| "iso2": "AD", | |
| "phone_code": "376", | |
| "capital": "Andorra la Vella", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 488, | |
| "name": "Andorra la Vella", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 489, | |
| "name": "Canillo", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 487, | |
| "name": "Encamp", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 492, | |
| "name": "Escaldes-Engordany", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 493, | |
| "name": "La Massana", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 491, | |
| "name": "Ordino", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 490, | |
| "name": "Sant Juliร de Lรฒria", | |
| "state_code": "06" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/1/19/Flag_of_Andorra.svg" | |
| }, | |
| { | |
| "name": "Angola", | |
| "iso3": "AGO", | |
| "iso2": "AO", | |
| "phone_code": "244", | |
| "capital": "Luanda", | |
| "currency": "AOA", | |
| "states": [ | |
| { | |
| "id": 221, | |
| "name": "Bengo Province", | |
| "state_code": "BGO" | |
| }, | |
| { | |
| "id": 218, | |
| "name": "Benguela Province", | |
| "state_code": "BGU" | |
| }, | |
| { | |
| "id": 212, | |
| "name": "Biรฉ Province", | |
| "state_code": "BIE" | |
| }, | |
| { | |
| "id": 228, | |
| "name": "Cabinda Province", | |
| "state_code": "CAB" | |
| }, | |
| { | |
| "id": 226, | |
| "name": "Cuando Cubango Province", | |
| "state_code": "CCU" | |
| }, | |
| { | |
| "id": 217, | |
| "name": "Cuanza Norte Province", | |
| "state_code": "CNO" | |
| }, | |
| { | |
| "id": 216, | |
| "name": "Cuanza Sul", | |
| "state_code": "CUS" | |
| }, | |
| { | |
| "id": 215, | |
| "name": "Cunene Province", | |
| "state_code": "CNN" | |
| }, | |
| { | |
| "id": 213, | |
| "name": "Huambo Province", | |
| "state_code": "HUA" | |
| }, | |
| { | |
| "id": 225, | |
| "name": "Huรญla Province", | |
| "state_code": "HUI" | |
| }, | |
| { | |
| "id": 222, | |
| "name": "Luanda Province", | |
| "state_code": "LUA" | |
| }, | |
| { | |
| "id": 223, | |
| "name": "Lunda Norte Province", | |
| "state_code": "LNO" | |
| }, | |
| { | |
| "id": 220, | |
| "name": "Lunda Sul Province", | |
| "state_code": "LSU" | |
| }, | |
| { | |
| "id": 227, | |
| "name": "Malanje Province", | |
| "state_code": "MAL" | |
| }, | |
| { | |
| "id": 219, | |
| "name": "Moxico Province", | |
| "state_code": "MOX" | |
| }, | |
| { | |
| "id": 224, | |
| "name": "Uรญge Province", | |
| "state_code": "UIG" | |
| }, | |
| { | |
| "id": 214, | |
| "name": "Zaire Province", | |
| "state_code": "ZAI" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/9d/Flag_of_Angola.svg" | |
| }, | |
| { | |
| "name": "Anguilla", | |
| "iso3": "AIA", | |
| "iso2": "AI", | |
| "phone_code": "+1-264", | |
| "capital": "The Valley", | |
| "currency": "XCD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/b/b4/Flag_of_Anguilla.svg" | |
| }, | |
| { | |
| "name": "Antarctica", | |
| "iso3": "ATA", | |
| "iso2": "AQ", | |
| "phone_code": "", | |
| "capital": "", | |
| "currency": "", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/b/bb/Proposed_flag_of_Antarctica_(Graham_Bartram).svg" | |
| }, | |
| { | |
| "name": "Antigua And Barbuda", | |
| "iso3": "ATG", | |
| "iso2": "AG", | |
| "phone_code": "+1-268", | |
| "capital": "St. John's", | |
| "currency": "XCD", | |
| "states": [ | |
| { | |
| "id": 3708, | |
| "name": "Barbuda", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 3703, | |
| "name": "Redonda", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 3709, | |
| "name": "Saint George Parish", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 3706, | |
| "name": "Saint John Parish", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 3707, | |
| "name": "Saint Mary Parish", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 3705, | |
| "name": "Saint Paul Parish", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 3704, | |
| "name": "Saint Peter Parish", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 3710, | |
| "name": "Saint Philip Parish", | |
| "state_code": "08" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/8/89/Flag_of_Antigua_and_Barbuda.svg" | |
| }, | |
| { | |
| "name": "Argentina", | |
| "iso3": "ARG", | |
| "iso2": "AR", | |
| "phone_code": "54", | |
| "capital": "Buenos Aires", | |
| "currency": "ARS", | |
| "states": [ | |
| { | |
| "id": 4880, | |
| "name": "Autonomous City Of Buenos Aires", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 3656, | |
| "name": "Buenos Aires Province", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 3647, | |
| "name": "Catamarca Province", | |
| "state_code": "K" | |
| }, | |
| { | |
| "id": 3640, | |
| "name": "Chaco Province", | |
| "state_code": "H" | |
| }, | |
| { | |
| "id": 3651, | |
| "name": "Chubut Province", | |
| "state_code": "U" | |
| }, | |
| { | |
| "id": 3642, | |
| "name": "Cรณrdoba Province", | |
| "state_code": "X" | |
| }, | |
| { | |
| "id": 3638, | |
| "name": "Corrientes", | |
| "state_code": "W" | |
| }, | |
| { | |
| "id": 3654, | |
| "name": "Entre Rรญos Province", | |
| "state_code": "E" | |
| }, | |
| { | |
| "id": 3652, | |
| "name": "Formosa Province", | |
| "state_code": "P" | |
| }, | |
| { | |
| "id": 3645, | |
| "name": "Jujuy Province", | |
| "state_code": "Y" | |
| }, | |
| { | |
| "id": 3655, | |
| "name": "La Pampa", | |
| "state_code": "L" | |
| }, | |
| { | |
| "id": 3653, | |
| "name": "La Rioja Province", | |
| "state_code": "F" | |
| }, | |
| { | |
| "id": 3646, | |
| "name": "Mendoza", | |
| "state_code": "M" | |
| }, | |
| { | |
| "id": 3644, | |
| "name": "Misiones Province", | |
| "state_code": "N" | |
| }, | |
| { | |
| "id": 3648, | |
| "name": "Neuquรฉn Province", | |
| "state_code": "Q" | |
| }, | |
| { | |
| "id": 3639, | |
| "name": "Rรญo Negro Province", | |
| "state_code": "R" | |
| }, | |
| { | |
| "id": 3643, | |
| "name": "Salta Province", | |
| "state_code": "A" | |
| }, | |
| { | |
| "id": 3634, | |
| "name": "San Juan Province", | |
| "state_code": "J" | |
| }, | |
| { | |
| "id": 3636, | |
| "name": "San Luis Province", | |
| "state_code": "D" | |
| }, | |
| { | |
| "id": 3649, | |
| "name": "Santa Cruz Province", | |
| "state_code": "Z" | |
| }, | |
| { | |
| "id": 3641, | |
| "name": "Santa Fe Province", | |
| "state_code": "S" | |
| }, | |
| { | |
| "id": 3635, | |
| "name": "Santiago del Estero Province", | |
| "state_code": "G" | |
| }, | |
| { | |
| "id": 3650, | |
| "name": "Tierra del Fuego Province", | |
| "state_code": "V" | |
| }, | |
| { | |
| "id": 3637, | |
| "name": "Tucumรกn Province", | |
| "state_code": "T" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/1/1a/Flag_of_Argentina.svg" | |
| }, | |
| { | |
| "name": "Armenia", | |
| "iso3": "ARM", | |
| "iso2": "AM", | |
| "phone_code": "374", | |
| "capital": "Yerevan", | |
| "currency": "AMD", | |
| "states": [ | |
| { | |
| "id": 2023, | |
| "name": "Aragatsotn Region", | |
| "state_code": "AG" | |
| }, | |
| { | |
| "id": 2024, | |
| "name": "Ararat Province", | |
| "state_code": "AR" | |
| }, | |
| { | |
| "id": 2026, | |
| "name": "Armavir Region", | |
| "state_code": "AV" | |
| }, | |
| { | |
| "id": 2028, | |
| "name": "Gegharkunik Province", | |
| "state_code": "GR" | |
| }, | |
| { | |
| "id": 2033, | |
| "name": "Kotayk Region", | |
| "state_code": "KT" | |
| }, | |
| { | |
| "id": 2029, | |
| "name": "Lori Region", | |
| "state_code": "LO" | |
| }, | |
| { | |
| "id": 2031, | |
| "name": "Shirak Region", | |
| "state_code": "SH" | |
| }, | |
| { | |
| "id": 2027, | |
| "name": "Syunik Province", | |
| "state_code": "SU" | |
| }, | |
| { | |
| "id": 2032, | |
| "name": "Tavush Region", | |
| "state_code": "TV" | |
| }, | |
| { | |
| "id": 2025, | |
| "name": "Vayots Dzor Region", | |
| "state_code": "VD" | |
| }, | |
| { | |
| "id": 2030, | |
| "name": "Yerevan", | |
| "state_code": "ER" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/2/2f/Flag_of_Armenia.svg" | |
| }, | |
| { | |
| "name": "Aruba", | |
| "iso3": "ABW", | |
| "iso2": "AW", | |
| "phone_code": "297", | |
| "capital": "Oranjestad", | |
| "currency": "AWG", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/f/f6/Flag_of_Aruba.svg" | |
| }, | |
| { | |
| "name": "Australia", | |
| "iso3": "AUS", | |
| "iso2": "AU", | |
| "phone_code": "61", | |
| "capital": "Canberra", | |
| "currency": "AUD", | |
| "states": [ | |
| { | |
| "id": 3907, | |
| "name": "Australian Capital Territory", | |
| "state_code": "ACT" | |
| }, | |
| { | |
| "id": 3909, | |
| "name": "New South Wales", | |
| "state_code": "NSW" | |
| }, | |
| { | |
| "id": 3910, | |
| "name": "Northern Territory", | |
| "state_code": "NT" | |
| }, | |
| { | |
| "id": 3905, | |
| "name": "Queensland", | |
| "state_code": "QLD" | |
| }, | |
| { | |
| "id": 3904, | |
| "name": "South Australia", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 3908, | |
| "name": "Tasmania", | |
| "state_code": "TAS" | |
| }, | |
| { | |
| "id": 3903, | |
| "name": "Victoria", | |
| "state_code": "VIC" | |
| }, | |
| { | |
| "id": 3906, | |
| "name": "Western Australia", | |
| "state_code": "WA" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/8/88/Flag_of_Australia_%28converted%29.svg" | |
| }, | |
| { | |
| "name": "Austria", | |
| "iso3": "AUT", | |
| "iso2": "AT", | |
| "phone_code": "43", | |
| "capital": "Vienna", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 2062, | |
| "name": "Burgenland", | |
| "state_code": "1" | |
| }, | |
| { | |
| "id": 2057, | |
| "name": "Carinthia", | |
| "state_code": "2" | |
| }, | |
| { | |
| "id": 2065, | |
| "name": "Lower Austria", | |
| "state_code": "3" | |
| }, | |
| { | |
| "id": 2061, | |
| "name": "Salzburg", | |
| "state_code": "5" | |
| }, | |
| { | |
| "id": 2059, | |
| "name": "Styria", | |
| "state_code": "6" | |
| }, | |
| { | |
| "id": 2064, | |
| "name": "Tyrol", | |
| "state_code": "7" | |
| }, | |
| { | |
| "id": 2058, | |
| "name": "Upper Austria", | |
| "state_code": "4" | |
| }, | |
| { | |
| "id": 2060, | |
| "name": "Vienna", | |
| "state_code": "9" | |
| }, | |
| { | |
| "id": 2063, | |
| "name": "Vorarlberg", | |
| "state_code": "8" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/4/41/Flag_of_Austria.svg" | |
| }, | |
| { | |
| "name": "Azerbaijan", | |
| "iso3": "AZE", | |
| "iso2": "AZ", | |
| "phone_code": "994", | |
| "capital": "Baku", | |
| "currency": "AZN", | |
| "states": [ | |
| { | |
| "id": 540, | |
| "name": "Absheron District", | |
| "state_code": "ABS" | |
| }, | |
| { | |
| "id": 559, | |
| "name": "Agdam District", | |
| "state_code": "AGM" | |
| }, | |
| { | |
| "id": 553, | |
| "name": "Agdash District", | |
| "state_code": "AGS" | |
| }, | |
| { | |
| "id": 577, | |
| "name": "Aghjabadi District", | |
| "state_code": "AGC" | |
| }, | |
| { | |
| "id": 543, | |
| "name": "Agstafa District", | |
| "state_code": "AGA" | |
| }, | |
| { | |
| "id": 547, | |
| "name": "Agsu District", | |
| "state_code": "AGU" | |
| }, | |
| { | |
| "id": 528, | |
| "name": "Astara District", | |
| "state_code": "AST" | |
| }, | |
| { | |
| "id": 575, | |
| "name": "Babek District", | |
| "state_code": "BAB" | |
| }, | |
| { | |
| "id": 552, | |
| "name": "Baku", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 560, | |
| "name": "Balakan District", | |
| "state_code": "BAL" | |
| }, | |
| { | |
| "id": 569, | |
| "name": "Barda District", | |
| "state_code": "BAR" | |
| }, | |
| { | |
| "id": 554, | |
| "name": "Beylagan District", | |
| "state_code": "BEY" | |
| }, | |
| { | |
| "id": 532, | |
| "name": "Bilasuvar District", | |
| "state_code": "BIL" | |
| }, | |
| { | |
| "id": 561, | |
| "name": "Dashkasan District", | |
| "state_code": "DAS" | |
| }, | |
| { | |
| "id": 527, | |
| "name": "Fizuli District", | |
| "state_code": "FUZ" | |
| }, | |
| { | |
| "id": 585, | |
| "name": "Ganja", | |
| "state_code": "GA" | |
| }, | |
| { | |
| "id": 589, | |
| "name": "Gษdษbษy", | |
| "state_code": "GAD" | |
| }, | |
| { | |
| "id": 573, | |
| "name": "Gobustan District", | |
| "state_code": "QOB" | |
| }, | |
| { | |
| "id": 551, | |
| "name": "Goranboy District", | |
| "state_code": "GOR" | |
| }, | |
| { | |
| "id": 531, | |
| "name": "Goychay", | |
| "state_code": "GOY" | |
| }, | |
| { | |
| "id": 574, | |
| "name": "Goygol District", | |
| "state_code": "GYG" | |
| }, | |
| { | |
| "id": 571, | |
| "name": "Hajigabul District", | |
| "state_code": "HAC" | |
| }, | |
| { | |
| "id": 544, | |
| "name": "Imishli District", | |
| "state_code": "IMI" | |
| }, | |
| { | |
| "id": 564, | |
| "name": "Ismailli District", | |
| "state_code": "ISM" | |
| }, | |
| { | |
| "id": 570, | |
| "name": "Jabrayil District", | |
| "state_code": "CAB" | |
| }, | |
| { | |
| "id": 578, | |
| "name": "Jalilabad District", | |
| "state_code": "CAL" | |
| }, | |
| { | |
| "id": 572, | |
| "name": "Julfa District", | |
| "state_code": "CUL" | |
| }, | |
| { | |
| "id": 525, | |
| "name": "Kalbajar District", | |
| "state_code": "KAL" | |
| }, | |
| { | |
| "id": 567, | |
| "name": "Kangarli District", | |
| "state_code": "KAN" | |
| }, | |
| { | |
| "id": 590, | |
| "name": "Khachmaz District", | |
| "state_code": "XAC" | |
| }, | |
| { | |
| "id": 537, | |
| "name": "Khizi District", | |
| "state_code": "XIZ" | |
| }, | |
| { | |
| "id": 524, | |
| "name": "Khojali District", | |
| "state_code": "XCI" | |
| }, | |
| { | |
| "id": 549, | |
| "name": "Kurdamir District", | |
| "state_code": "KUR" | |
| }, | |
| { | |
| "id": 541, | |
| "name": "Lachin District", | |
| "state_code": "LAC" | |
| }, | |
| { | |
| "id": 587, | |
| "name": "Lankaran", | |
| "state_code": "LAN" | |
| }, | |
| { | |
| "id": 558, | |
| "name": "Lankaran District", | |
| "state_code": "LA" | |
| }, | |
| { | |
| "id": 546, | |
| "name": "Lerik District", | |
| "state_code": "LER" | |
| }, | |
| { | |
| "id": 568, | |
| "name": "Martuni", | |
| "state_code": "XVD" | |
| }, | |
| { | |
| "id": 555, | |
| "name": "Masally District", | |
| "state_code": "MAS" | |
| }, | |
| { | |
| "id": 580, | |
| "name": "Mingachevir", | |
| "state_code": "MI" | |
| }, | |
| { | |
| "id": 562, | |
| "name": "Nakhchivan Autonomous Republic", | |
| "state_code": "NX" | |
| }, | |
| { | |
| "id": 530, | |
| "name": "Neftchala District", | |
| "state_code": "NEF" | |
| }, | |
| { | |
| "id": 556, | |
| "name": "Oghuz District", | |
| "state_code": "OGU" | |
| }, | |
| { | |
| "id": 534, | |
| "name": "Ordubad District", | |
| "state_code": "ORD" | |
| }, | |
| { | |
| "id": 542, | |
| "name": "Qabala District", | |
| "state_code": "QAB" | |
| }, | |
| { | |
| "id": 526, | |
| "name": "Qakh District", | |
| "state_code": "QAX" | |
| }, | |
| { | |
| "id": 521, | |
| "name": "Qazakh District", | |
| "state_code": "QAZ" | |
| }, | |
| { | |
| "id": 563, | |
| "name": "Quba District", | |
| "state_code": "QBA" | |
| }, | |
| { | |
| "id": 548, | |
| "name": "Qubadli District", | |
| "state_code": "QBI" | |
| }, | |
| { | |
| "id": 588, | |
| "name": "Qusar District", | |
| "state_code": "QUS" | |
| }, | |
| { | |
| "id": 557, | |
| "name": "Saatly District", | |
| "state_code": "SAT" | |
| }, | |
| { | |
| "id": 565, | |
| "name": "Sabirabad District", | |
| "state_code": "SAB" | |
| }, | |
| { | |
| "id": 522, | |
| "name": "Sadarak District", | |
| "state_code": "SAD" | |
| }, | |
| { | |
| "id": 545, | |
| "name": "Salyan District", | |
| "state_code": "SAL" | |
| }, | |
| { | |
| "id": 536, | |
| "name": "Samukh District", | |
| "state_code": "SMX" | |
| }, | |
| { | |
| "id": 591, | |
| "name": "Shabran District", | |
| "state_code": "SBN" | |
| }, | |
| { | |
| "id": 579, | |
| "name": "Shahbuz District", | |
| "state_code": "SAH" | |
| }, | |
| { | |
| "id": 518, | |
| "name": "Shaki", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 586, | |
| "name": "Shaki District", | |
| "state_code": "SAK" | |
| }, | |
| { | |
| "id": 529, | |
| "name": "Shamakhi District", | |
| "state_code": "SMI" | |
| }, | |
| { | |
| "id": 583, | |
| "name": "Shamkir District", | |
| "state_code": "SKR" | |
| }, | |
| { | |
| "id": 535, | |
| "name": "Sharur District", | |
| "state_code": "SAR" | |
| }, | |
| { | |
| "id": 520, | |
| "name": "Shirvan", | |
| "state_code": "SR" | |
| }, | |
| { | |
| "id": 592, | |
| "name": "Shusha District", | |
| "state_code": "SUS" | |
| }, | |
| { | |
| "id": 584, | |
| "name": "Siazan District", | |
| "state_code": "SIY" | |
| }, | |
| { | |
| "id": 582, | |
| "name": "Sumqayit", | |
| "state_code": "SM" | |
| }, | |
| { | |
| "id": 519, | |
| "name": "Tartar District", | |
| "state_code": "TAR" | |
| }, | |
| { | |
| "id": 533, | |
| "name": "Tovuz District", | |
| "state_code": "TOV" | |
| }, | |
| { | |
| "id": 539, | |
| "name": "Ujar District", | |
| "state_code": "UCA" | |
| }, | |
| { | |
| "id": 550, | |
| "name": "Yardymli District", | |
| "state_code": "YAR" | |
| }, | |
| { | |
| "id": 538, | |
| "name": "Yevlakh", | |
| "state_code": "YE" | |
| }, | |
| { | |
| "id": 523, | |
| "name": "Yevlakh District", | |
| "state_code": "YEV" | |
| }, | |
| { | |
| "id": 581, | |
| "name": "Zangilan District", | |
| "state_code": "ZAN" | |
| }, | |
| { | |
| "id": 566, | |
| "name": "Zaqatala District", | |
| "state_code": "ZAQ" | |
| }, | |
| { | |
| "id": 576, | |
| "name": "Zardab District", | |
| "state_code": "ZAR" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/dd/Flag_of_Azerbaijan.svg" | |
| }, | |
| { | |
| "name": "Bahamas", | |
| "iso3": "BHS", | |
| "iso2": "BS", | |
| "phone_code": "+1-242", | |
| "capital": "Nassau", | |
| "currency": "BSD", | |
| "states": [ | |
| { | |
| "id": 3601, | |
| "name": "Acklins", | |
| "state_code": "AK" | |
| }, | |
| { | |
| "id": 3628, | |
| "name": "Acklins and Crooked Islands", | |
| "state_code": "AC" | |
| }, | |
| { | |
| "id": 3593, | |
| "name": "Berry Islands", | |
| "state_code": "BY" | |
| }, | |
| { | |
| "id": 3629, | |
| "name": "Bimini", | |
| "state_code": "BI" | |
| }, | |
| { | |
| "id": 3605, | |
| "name": "Black Point", | |
| "state_code": "BP" | |
| }, | |
| { | |
| "id": 3611, | |
| "name": "Cat Island", | |
| "state_code": "CI" | |
| }, | |
| { | |
| "id": 3603, | |
| "name": "Central Abaco", | |
| "state_code": "CO" | |
| }, | |
| { | |
| "id": 3631, | |
| "name": "Central Andros", | |
| "state_code": "CS" | |
| }, | |
| { | |
| "id": 3596, | |
| "name": "Central Eleuthera", | |
| "state_code": "CE" | |
| }, | |
| { | |
| "id": 3621, | |
| "name": "Crooked Island", | |
| "state_code": "CK" | |
| }, | |
| { | |
| "id": 3614, | |
| "name": "East Grand Bahama", | |
| "state_code": "EG" | |
| }, | |
| { | |
| "id": 3612, | |
| "name": "Exuma", | |
| "state_code": "EX" | |
| }, | |
| { | |
| "id": 3626, | |
| "name": "Freeport", | |
| "state_code": "FP" | |
| }, | |
| { | |
| "id": 3619, | |
| "name": "Fresh Creek", | |
| "state_code": "FC" | |
| }, | |
| { | |
| "id": 3597, | |
| "name": "Governor's Harbour", | |
| "state_code": "GH" | |
| }, | |
| { | |
| "id": 3632, | |
| "name": "Grand Cay", | |
| "state_code": "GC" | |
| }, | |
| { | |
| "id": 3595, | |
| "name": "Green Turtle Cay", | |
| "state_code": "GT" | |
| }, | |
| { | |
| "id": 3613, | |
| "name": "Harbour Island", | |
| "state_code": "HI" | |
| }, | |
| { | |
| "id": 3598, | |
| "name": "High Rock", | |
| "state_code": "HR" | |
| }, | |
| { | |
| "id": 3624, | |
| "name": "Hope Town", | |
| "state_code": "HT" | |
| }, | |
| { | |
| "id": 3609, | |
| "name": "Inagua", | |
| "state_code": "IN" | |
| }, | |
| { | |
| "id": 3618, | |
| "name": "Kemps Bay", | |
| "state_code": "KB" | |
| }, | |
| { | |
| "id": 3610, | |
| "name": "Long Island", | |
| "state_code": "LI" | |
| }, | |
| { | |
| "id": 3625, | |
| "name": "Mangrove Cay", | |
| "state_code": "MC" | |
| }, | |
| { | |
| "id": 3604, | |
| "name": "Marsh Harbour", | |
| "state_code": "MH" | |
| }, | |
| { | |
| "id": 3633, | |
| "name": "Mayaguana District", | |
| "state_code": "MG" | |
| }, | |
| { | |
| "id": 3594, | |
| "name": "Nichollstown and Berry Islands", | |
| "state_code": "NB" | |
| }, | |
| { | |
| "id": 3616, | |
| "name": "North Abaco", | |
| "state_code": "NO" | |
| }, | |
| { | |
| "id": 3617, | |
| "name": "North Andros", | |
| "state_code": "NS" | |
| }, | |
| { | |
| "id": 3602, | |
| "name": "North Eleuthera", | |
| "state_code": "NE" | |
| }, | |
| { | |
| "id": 3615, | |
| "name": "Ragged Island", | |
| "state_code": "RI" | |
| }, | |
| { | |
| "id": 3623, | |
| "name": "Rock Sound", | |
| "state_code": "RS" | |
| }, | |
| { | |
| "id": 3600, | |
| "name": "Rum Cay District", | |
| "state_code": "RC" | |
| }, | |
| { | |
| "id": 3620, | |
| "name": "San Salvador and Rum Cay", | |
| "state_code": "SR" | |
| }, | |
| { | |
| "id": 3627, | |
| "name": "San Salvador Island", | |
| "state_code": "SS" | |
| }, | |
| { | |
| "id": 3606, | |
| "name": "Sandy Point", | |
| "state_code": "SP" | |
| }, | |
| { | |
| "id": 3608, | |
| "name": "South Abaco", | |
| "state_code": "SO" | |
| }, | |
| { | |
| "id": 3622, | |
| "name": "South Andros", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 3607, | |
| "name": "South Eleuthera", | |
| "state_code": "SE" | |
| }, | |
| { | |
| "id": 3630, | |
| "name": "Spanish Wells", | |
| "state_code": "SW" | |
| }, | |
| { | |
| "id": 3599, | |
| "name": "West Grand Bahama", | |
| "state_code": "WG" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/93/Flag_of_the_Bahamas.svg" | |
| }, | |
| { | |
| "name": "Bahrain", | |
| "iso3": "BHR", | |
| "iso2": "BH", | |
| "phone_code": "973", | |
| "capital": "Manama", | |
| "currency": "BHD", | |
| "states": [ | |
| { | |
| "id": 1992, | |
| "name": "Capital Governorate", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 1996, | |
| "name": "Central Governorate", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 1995, | |
| "name": "Muharraq Governorate", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 1994, | |
| "name": "Northern Governorate", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 1993, | |
| "name": "Southern Governorate", | |
| "state_code": "14" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/2/2c/Flag_of_Bahrain.svg" | |
| }, | |
| { | |
| "name": "Bangladesh", | |
| "iso3": "BGD", | |
| "iso2": "BD", | |
| "phone_code": "880", | |
| "capital": "Dhaka", | |
| "currency": "BDT", | |
| "states": [ | |
| { | |
| "id": 796, | |
| "name": "Bagerhat District", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 802, | |
| "name": "Bahadia", | |
| "state_code": "33" | |
| }, | |
| { | |
| "id": 752, | |
| "name": "Bandarban District", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 784, | |
| "name": "Barguna District", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 818, | |
| "name": "Barisal District", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 807, | |
| "name": "Barisal Division", | |
| "state_code": "A" | |
| }, | |
| { | |
| "id": 756, | |
| "name": "Bhola District", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 797, | |
| "name": "Bogra District", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 810, | |
| "name": "Brahmanbaria District", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 768, | |
| "name": "Chandpur District", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 761, | |
| "name": "Chapai Nawabganj District", | |
| "state_code": "45" | |
| }, | |
| { | |
| "id": 785, | |
| "name": "Chittagong District", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 803, | |
| "name": "Chittagong Division", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 788, | |
| "name": "Chuadanga District", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 763, | |
| "name": "Comilla District", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 751, | |
| "name": "Cox's Bazar District", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 771, | |
| "name": "Dhaka District", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 760, | |
| "name": "Dhaka Division", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 783, | |
| "name": "Dinajpur District", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 762, | |
| "name": "Faridpur District", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 816, | |
| "name": "Feni District", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 795, | |
| "name": "Gaibandha District", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 798, | |
| "name": "Gazipur District", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 792, | |
| "name": "Gopalganj District", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 805, | |
| "name": "Habiganj District", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 808, | |
| "name": "Jamalpur District", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 757, | |
| "name": "Jessore District", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 778, | |
| "name": "Jhalokati District", | |
| "state_code": "25" | |
| }, | |
| { | |
| "id": 789, | |
| "name": "Jhenaidah District", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 806, | |
| "name": "Joypurhat District", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 786, | |
| "name": "Khagrachari District", | |
| "state_code": "29" | |
| }, | |
| { | |
| "id": 811, | |
| "name": "Khulna District", | |
| "state_code": "27" | |
| }, | |
| { | |
| "id": 775, | |
| "name": "Khulna Division", | |
| "state_code": "D" | |
| }, | |
| { | |
| "id": 779, | |
| "name": "Kishoreganj District", | |
| "state_code": "26" | |
| }, | |
| { | |
| "id": 793, | |
| "name": "Kurigram District", | |
| "state_code": "28" | |
| }, | |
| { | |
| "id": 774, | |
| "name": "Kushtia District", | |
| "state_code": "30" | |
| }, | |
| { | |
| "id": 819, | |
| "name": "Lakshmipur District", | |
| "state_code": "31" | |
| }, | |
| { | |
| "id": 780, | |
| "name": "Lalmonirhat District", | |
| "state_code": "32" | |
| }, | |
| { | |
| "id": 817, | |
| "name": "Madaripur District", | |
| "state_code": "36" | |
| }, | |
| { | |
| "id": 776, | |
| "name": "Meherpur District", | |
| "state_code": "39" | |
| }, | |
| { | |
| "id": 794, | |
| "name": "Moulvibazar District", | |
| "state_code": "38" | |
| }, | |
| { | |
| "id": 790, | |
| "name": "Munshiganj District", | |
| "state_code": "35" | |
| }, | |
| { | |
| "id": 766, | |
| "name": "Mymensingh District", | |
| "state_code": "34" | |
| }, | |
| { | |
| "id": 758, | |
| "name": "Mymensingh Division", | |
| "state_code": "H" | |
| }, | |
| { | |
| "id": 814, | |
| "name": "Naogaon District", | |
| "state_code": "48" | |
| }, | |
| { | |
| "id": 769, | |
| "name": "Narail District", | |
| "state_code": "43" | |
| }, | |
| { | |
| "id": 770, | |
| "name": "Narayanganj District", | |
| "state_code": "40" | |
| }, | |
| { | |
| "id": 787, | |
| "name": "Natore District", | |
| "state_code": "44" | |
| }, | |
| { | |
| "id": 764, | |
| "name": "Netrokona District", | |
| "state_code": "41" | |
| }, | |
| { | |
| "id": 772, | |
| "name": "Nilphamari District", | |
| "state_code": "46" | |
| }, | |
| { | |
| "id": 815, | |
| "name": "Noakhali District", | |
| "state_code": "47" | |
| }, | |
| { | |
| "id": 754, | |
| "name": "Pabna District", | |
| "state_code": "49" | |
| }, | |
| { | |
| "id": 800, | |
| "name": "Panchagarh District", | |
| "state_code": "52" | |
| }, | |
| { | |
| "id": 777, | |
| "name": "Patuakhali District", | |
| "state_code": "51" | |
| }, | |
| { | |
| "id": 791, | |
| "name": "Pirojpur District", | |
| "state_code": "50" | |
| }, | |
| { | |
| "id": 773, | |
| "name": "Rajbari District", | |
| "state_code": "53" | |
| }, | |
| { | |
| "id": 813, | |
| "name": "Rajshahi District", | |
| "state_code": "54" | |
| }, | |
| { | |
| "id": 753, | |
| "name": "Rajshahi Division", | |
| "state_code": "E" | |
| }, | |
| { | |
| "id": 809, | |
| "name": "Rangamati Hill District", | |
| "state_code": "56" | |
| }, | |
| { | |
| "id": 759, | |
| "name": "Rangpur District", | |
| "state_code": "55" | |
| }, | |
| { | |
| "id": 750, | |
| "name": "Rangpur Division", | |
| "state_code": "F" | |
| }, | |
| { | |
| "id": 799, | |
| "name": "Satkhira District", | |
| "state_code": "58" | |
| }, | |
| { | |
| "id": 801, | |
| "name": "Shariatpur District", | |
| "state_code": "62" | |
| }, | |
| { | |
| "id": 755, | |
| "name": "Sherpur District", | |
| "state_code": "57" | |
| }, | |
| { | |
| "id": 781, | |
| "name": "Sirajganj District", | |
| "state_code": "59" | |
| }, | |
| { | |
| "id": 812, | |
| "name": "Sunamganj District", | |
| "state_code": "61" | |
| }, | |
| { | |
| "id": 767, | |
| "name": "Sylhet District", | |
| "state_code": "60" | |
| }, | |
| { | |
| "id": 765, | |
| "name": "Sylhet Division", | |
| "state_code": "G" | |
| }, | |
| { | |
| "id": 782, | |
| "name": "Tangail District", | |
| "state_code": "63" | |
| }, | |
| { | |
| "id": 804, | |
| "name": "Thakurgaon District", | |
| "state_code": "64" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/f/f9/Flag_of_Bangladesh.svg" | |
| }, | |
| { | |
| "name": "Barbados", | |
| "iso3": "BRB", | |
| "iso2": "BB", | |
| "phone_code": "+1-246", | |
| "capital": "Bridgetown", | |
| "currency": "BBD", | |
| "states": [ | |
| { | |
| "id": 1228, | |
| "name": "Christ Church", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 1229, | |
| "name": "Saint Andrew", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 1226, | |
| "name": "Saint George", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 1224, | |
| "name": "Saint James", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 1227, | |
| "name": "Saint John", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 1223, | |
| "name": "Saint Joseph", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 1221, | |
| "name": "Saint Lucy", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 1230, | |
| "name": "Saint Michael", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 1222, | |
| "name": "Saint Peter", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 1220, | |
| "name": "Saint Philip", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 1225, | |
| "name": "Saint Thomas", | |
| "state_code": "11" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/e/ef/Flag_of_Barbados.svg" | |
| }, | |
| { | |
| "name": "Belarus", | |
| "iso3": "BLR", | |
| "iso2": "BY", | |
| "phone_code": "375", | |
| "capital": "Minsk", | |
| "currency": "BYN", | |
| "states": [ | |
| { | |
| "id": 2959, | |
| "name": "Brest Region", | |
| "state_code": "BR" | |
| }, | |
| { | |
| "id": 2955, | |
| "name": "Gomel Region", | |
| "state_code": "HO" | |
| }, | |
| { | |
| "id": 2956, | |
| "name": "Grodno Region", | |
| "state_code": "HR" | |
| }, | |
| { | |
| "id": 2958, | |
| "name": "Minsk", | |
| "state_code": "HM" | |
| }, | |
| { | |
| "id": 2957, | |
| "name": "Minsk Region", | |
| "state_code": "MI" | |
| }, | |
| { | |
| "id": 2954, | |
| "name": "Mogilev Region", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 2960, | |
| "name": "Vitebsk Region", | |
| "state_code": "VI" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/8/85/Flag_of_Belarus.svg" | |
| }, | |
| { | |
| "name": "Belgium", | |
| "iso3": "BEL", | |
| "iso2": "BE", | |
| "phone_code": "32", | |
| "capital": "Brussels", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 1381, | |
| "name": "Antwerp", | |
| "state_code": "VAN" | |
| }, | |
| { | |
| "id": 1376, | |
| "name": "Brussels-Capital Region", | |
| "state_code": "BRU" | |
| }, | |
| { | |
| "id": 1377, | |
| "name": "East Flanders", | |
| "state_code": "VOV" | |
| }, | |
| { | |
| "id": 1373, | |
| "name": "Flanders", | |
| "state_code": "VLG" | |
| }, | |
| { | |
| "id": 1374, | |
| "name": "Flemish Brabant", | |
| "state_code": "VBR" | |
| }, | |
| { | |
| "id": 1375, | |
| "name": "Hainaut", | |
| "state_code": "WHT" | |
| }, | |
| { | |
| "id": 1384, | |
| "name": "Liรจge", | |
| "state_code": "WLG" | |
| }, | |
| { | |
| "id": 1372, | |
| "name": "Limburg", | |
| "state_code": "VLI" | |
| }, | |
| { | |
| "id": 1379, | |
| "name": "Luxembourg", | |
| "state_code": "WLX" | |
| }, | |
| { | |
| "id": 1378, | |
| "name": "Namur", | |
| "state_code": "WNA" | |
| }, | |
| { | |
| "id": 1380, | |
| "name": "Wallonia", | |
| "state_code": "WAL" | |
| }, | |
| { | |
| "id": 1382, | |
| "name": "Walloon Brabant", | |
| "state_code": "WBR" | |
| }, | |
| { | |
| "id": 1383, | |
| "name": "West Flanders", | |
| "state_code": "VWV" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/6/65/Flag_of_Belgium.svg" | |
| }, | |
| { | |
| "name": "Belize", | |
| "iso3": "BLZ", | |
| "iso2": "BZ", | |
| "phone_code": "501", | |
| "capital": "Belmopan", | |
| "currency": "BZD", | |
| "states": [ | |
| { | |
| "id": 264, | |
| "name": "Belize District", | |
| "state_code": "BZ" | |
| }, | |
| { | |
| "id": 269, | |
| "name": "Cayo District", | |
| "state_code": "CY" | |
| }, | |
| { | |
| "id": 266, | |
| "name": "Corozal District", | |
| "state_code": "CZL" | |
| }, | |
| { | |
| "id": 268, | |
| "name": "Orange Walk District", | |
| "state_code": "OW" | |
| }, | |
| { | |
| "id": 265, | |
| "name": "Stann Creek District", | |
| "state_code": "SC" | |
| }, | |
| { | |
| "id": 267, | |
| "name": "Toledo District", | |
| "state_code": "TOL" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/e/e7/Flag_of_Belize.svg" | |
| }, | |
| { | |
| "name": "Benin", | |
| "iso3": "BEN", | |
| "iso2": "BJ", | |
| "phone_code": "229", | |
| "capital": "Porto-Novo", | |
| "currency": "XOF", | |
| "states": [ | |
| { | |
| "id": 3077, | |
| "name": "Alibori Department", | |
| "state_code": "AL" | |
| }, | |
| { | |
| "id": 3076, | |
| "name": "Atakora Department", | |
| "state_code": "AK" | |
| }, | |
| { | |
| "id": 3079, | |
| "name": "Atlantique Department", | |
| "state_code": "AQ" | |
| }, | |
| { | |
| "id": 3078, | |
| "name": "Borgou Department", | |
| "state_code": "BO" | |
| }, | |
| { | |
| "id": 3070, | |
| "name": "Collines Department", | |
| "state_code": "CO" | |
| }, | |
| { | |
| "id": 3072, | |
| "name": "Donga Department", | |
| "state_code": "DO" | |
| }, | |
| { | |
| "id": 3071, | |
| "name": "Kouffo Department", | |
| "state_code": "KO" | |
| }, | |
| { | |
| "id": 3081, | |
| "name": "Littoral Department", | |
| "state_code": "LI" | |
| }, | |
| { | |
| "id": 3075, | |
| "name": "Mono Department", | |
| "state_code": "MO" | |
| }, | |
| { | |
| "id": 3080, | |
| "name": "Ouรฉmรฉ Department", | |
| "state_code": "OU" | |
| }, | |
| { | |
| "id": 3074, | |
| "name": "Plateau Department", | |
| "state_code": "PL" | |
| }, | |
| { | |
| "id": 3073, | |
| "name": "Zou Department", | |
| "state_code": "ZO" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/0a/Flag_of_Benin.svg" | |
| }, | |
| { | |
| "name": "Bermuda", | |
| "iso3": "BMU", | |
| "iso2": "BM", | |
| "phone_code": "+1-441", | |
| "capital": "Hamilton", | |
| "currency": "BMD", | |
| "states": [ | |
| { | |
| "id": 4860, | |
| "name": "Devonshire Parish", | |
| "state_code": "DEV" | |
| }, | |
| { | |
| "id": 4862, | |
| "name": "Hamilton Municipality", | |
| "state_code": "HAM" | |
| }, | |
| { | |
| "id": 4861, | |
| "name": "Hamilton Parish", | |
| "state_code": "HA" | |
| }, | |
| { | |
| "id": 4863, | |
| "name": "Paget Parish", | |
| "state_code": "PAG" | |
| }, | |
| { | |
| "id": 4864, | |
| "name": "Pembroke Parish", | |
| "state_code": "PEM" | |
| }, | |
| { | |
| "id": 4865, | |
| "name": "Saint George's Municipality", | |
| "state_code": "SG" | |
| }, | |
| { | |
| "id": 4866, | |
| "name": "Saint George's Parish", | |
| "state_code": "SGE" | |
| }, | |
| { | |
| "id": 4867, | |
| "name": "Sandys Parish", | |
| "state_code": "SAN" | |
| }, | |
| { | |
| "id": 4868, | |
| "name": "Smith's Parish,", | |
| "state_code": "SMI" | |
| }, | |
| { | |
| "id": 4869, | |
| "name": "Southampton Parish", | |
| "state_code": "SOU" | |
| }, | |
| { | |
| "id": 4870, | |
| "name": "Warwick Parish", | |
| "state_code": "WAR" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/b/bf/Flag_of_Bermuda.svg" | |
| }, | |
| { | |
| "name": "Bhutan", | |
| "iso3": "BTN", | |
| "iso2": "BT", | |
| "phone_code": "975", | |
| "capital": "Thimphu", | |
| "currency": "BTN", | |
| "states": [ | |
| { | |
| "id": 240, | |
| "name": "Bumthang District", | |
| "state_code": "33" | |
| }, | |
| { | |
| "id": 239, | |
| "name": "Chukha District", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 238, | |
| "name": "Dagana District", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 229, | |
| "name": "Gasa District", | |
| "state_code": "GA" | |
| }, | |
| { | |
| "id": 232, | |
| "name": "Haa District", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 234, | |
| "name": "Lhuntse District", | |
| "state_code": "44" | |
| }, | |
| { | |
| "id": 242, | |
| "name": "Mongar District", | |
| "state_code": "42" | |
| }, | |
| { | |
| "id": 237, | |
| "name": "Paro District", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 244, | |
| "name": "Pemagatshel District", | |
| "state_code": "43" | |
| }, | |
| { | |
| "id": 235, | |
| "name": "Punakha District", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 243, | |
| "name": "Samdrup Jongkhar District", | |
| "state_code": "45" | |
| }, | |
| { | |
| "id": 246, | |
| "name": "Samtse District", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 247, | |
| "name": "Sarpang District", | |
| "state_code": "31" | |
| }, | |
| { | |
| "id": 241, | |
| "name": "Thimphu District", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 236, | |
| "name": "Trashigang District", | |
| "state_code": "41" | |
| }, | |
| { | |
| "id": 245, | |
| "name": "Trongsa District", | |
| "state_code": "32" | |
| }, | |
| { | |
| "id": 230, | |
| "name": "Tsirang District", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 231, | |
| "name": "Wangdue Phodrang District", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 233, | |
| "name": "Zhemgang District", | |
| "state_code": "34" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/91/Flag_of_Bhutan.svg" | |
| }, | |
| { | |
| "name": "Bolivia", | |
| "iso3": "BOL", | |
| "iso2": "BO", | |
| "phone_code": "591", | |
| "capital": "Sucre", | |
| "currency": "BOB", | |
| "states": [ | |
| { | |
| "id": 3375, | |
| "name": "Beni Department", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 3382, | |
| "name": "Chuquisaca Department", | |
| "state_code": "H" | |
| }, | |
| { | |
| "id": 3381, | |
| "name": "Cochabamba Department", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 3380, | |
| "name": "La Paz Department", | |
| "state_code": "L" | |
| }, | |
| { | |
| "id": 3376, | |
| "name": "Oruro Department", | |
| "state_code": "O" | |
| }, | |
| { | |
| "id": 3379, | |
| "name": "Pando Department", | |
| "state_code": "N" | |
| }, | |
| { | |
| "id": 3383, | |
| "name": "Potosรญ Department", | |
| "state_code": "P" | |
| }, | |
| { | |
| "id": 3377, | |
| "name": "Santa Cruz Department", | |
| "state_code": "S" | |
| }, | |
| { | |
| "id": 3378, | |
| "name": "Tarija Department", | |
| "state_code": "T" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/4/48/Flag_of_Bolivia.svg" | |
| }, | |
| { | |
| "name": "Bosnia and Herzegovina", | |
| "iso3": "BIH", | |
| "iso2": "BA", | |
| "phone_code": "387", | |
| "capital": "Sarajevo", | |
| "currency": "BAM", | |
| "states": [ | |
| { | |
| "id": 472, | |
| "name": "Bosnian Podrinje Canton", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 460, | |
| "name": "Brฤko District", | |
| "state_code": "BRC" | |
| }, | |
| { | |
| "id": 471, | |
| "name": "Canton 10", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 462, | |
| "name": "Central Bosnia Canton", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 467, | |
| "name": "Federation of Bosnia and Herzegovina", | |
| "state_code": "BIH" | |
| }, | |
| { | |
| "id": 463, | |
| "name": "Herzegovina-Neretva Canton", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 464, | |
| "name": "Posavina Canton", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 470, | |
| "name": "Republika Srpska", | |
| "state_code": "SRP" | |
| }, | |
| { | |
| "id": 466, | |
| "name": "Sarajevo Canton", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 461, | |
| "name": "Tuzla Canton", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 465, | |
| "name": "Una-Sana Canton", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 469, | |
| "name": "West Herzegovina Canton", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 468, | |
| "name": "Zenica-Doboj Canton", | |
| "state_code": "04" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/b/bf/Flag_of_Bosnia_and_Herzegovina.svg" | |
| }, | |
| { | |
| "name": "Botswana", | |
| "iso3": "BWA", | |
| "iso2": "BW", | |
| "phone_code": "267", | |
| "capital": "Gaborone", | |
| "currency": "BWP", | |
| "states": [ | |
| { | |
| "id": 3067, | |
| "name": "Central District", | |
| "state_code": "CE" | |
| }, | |
| { | |
| "id": 3061, | |
| "name": "Ghanzi District", | |
| "state_code": "GH" | |
| }, | |
| { | |
| "id": 3066, | |
| "name": "Kgalagadi District", | |
| "state_code": "KG" | |
| }, | |
| { | |
| "id": 3062, | |
| "name": "Kgatleng District", | |
| "state_code": "KL" | |
| }, | |
| { | |
| "id": 3069, | |
| "name": "Kweneng District", | |
| "state_code": "KW" | |
| }, | |
| { | |
| "id": 3060, | |
| "name": "Ngamiland", | |
| "state_code": "NG" | |
| }, | |
| { | |
| "id": 3068, | |
| "name": "North-East District", | |
| "state_code": "NE" | |
| }, | |
| { | |
| "id": 3065, | |
| "name": "North-West District", | |
| "state_code": "NW" | |
| }, | |
| { | |
| "id": 3064, | |
| "name": "South-East District", | |
| "state_code": "SE" | |
| }, | |
| { | |
| "id": 3063, | |
| "name": "Southern District", | |
| "state_code": "SO" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/f/fa/Flag_of_Botswana.svg" | |
| }, | |
| { | |
| "name": "Bouvet Island", | |
| "iso3": "BVT", | |
| "iso2": "BV", | |
| "phone_code": "", | |
| "capital": "", | |
| "currency": "NOK", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/d9/Flag_of_Norway.svg" | |
| }, | |
| { | |
| "name": "Brazil", | |
| "iso3": "BRA", | |
| "iso2": "BR", | |
| "phone_code": "55", | |
| "capital": "Brasilia", | |
| "currency": "BRL", | |
| "states": [ | |
| { | |
| "id": 2012, | |
| "name": "Acre", | |
| "state_code": "AC" | |
| }, | |
| { | |
| "id": 2007, | |
| "name": "Alagoas", | |
| "state_code": "AL" | |
| }, | |
| { | |
| "id": 1999, | |
| "name": "Amapรก", | |
| "state_code": "AP" | |
| }, | |
| { | |
| "id": 2004, | |
| "name": "Amazonas", | |
| "state_code": "AM" | |
| }, | |
| { | |
| "id": 2002, | |
| "name": "Bahia", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 2016, | |
| "name": "Cearรก", | |
| "state_code": "CE" | |
| }, | |
| { | |
| "id": 2018, | |
| "name": "Espรญrito Santo", | |
| "state_code": "ES" | |
| }, | |
| { | |
| "id": 2017, | |
| "name": "Federal District", | |
| "state_code": "DF" | |
| }, | |
| { | |
| "id": 2000, | |
| "name": "Goiรกs", | |
| "state_code": "GO" | |
| }, | |
| { | |
| "id": 2015, | |
| "name": "Maranhรฃo", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 2011, | |
| "name": "Mato Grosso", | |
| "state_code": "MT" | |
| }, | |
| { | |
| "id": 2010, | |
| "name": "Mato Grosso do Sul", | |
| "state_code": "MS" | |
| }, | |
| { | |
| "id": 1998, | |
| "name": "Minas Gerais", | |
| "state_code": "MG" | |
| }, | |
| { | |
| "id": 2009, | |
| "name": "Parรก", | |
| "state_code": "PA" | |
| }, | |
| { | |
| "id": 2005, | |
| "name": "Paraรญba", | |
| "state_code": "PB" | |
| }, | |
| { | |
| "id": 2022, | |
| "name": "Paranรก", | |
| "state_code": "PR" | |
| }, | |
| { | |
| "id": 2006, | |
| "name": "Pernambuco", | |
| "state_code": "PE" | |
| }, | |
| { | |
| "id": 2008, | |
| "name": "Piauรญ", | |
| "state_code": "PI" | |
| }, | |
| { | |
| "id": 1997, | |
| "name": "Rio de Janeiro", | |
| "state_code": "RJ" | |
| }, | |
| { | |
| "id": 2019, | |
| "name": "Rio Grande do Norte", | |
| "state_code": "RN" | |
| }, | |
| { | |
| "id": 2001, | |
| "name": "Rio Grande do Sul", | |
| "state_code": "RS" | |
| }, | |
| { | |
| "id": 2013, | |
| "name": "Rondรดnia", | |
| "state_code": "RO" | |
| }, | |
| { | |
| "id": 4858, | |
| "name": "Roraima", | |
| "state_code": "RR" | |
| }, | |
| { | |
| "id": 2014, | |
| "name": "Santa Catarina", | |
| "state_code": "SC" | |
| }, | |
| { | |
| "id": 2021, | |
| "name": "Sรฃo Paulo", | |
| "state_code": "SP" | |
| }, | |
| { | |
| "id": 2003, | |
| "name": "Sergipe", | |
| "state_code": "SE" | |
| }, | |
| { | |
| "id": 2020, | |
| "name": "Tocantins", | |
| "state_code": "TO" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/en/0/05/Flag_of_Brazil.svg" | |
| }, | |
| { | |
| "name": "British Indian Ocean Territory", | |
| "iso3": "IOT", | |
| "iso2": "IO", | |
| "phone_code": "246", | |
| "capital": "Diego Garcia", | |
| "currency": "USD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/6/65/Flag_of_the_Commissioner_of_the_British_Indian_Ocean_Territory.svg" | |
| }, | |
| { | |
| "name": "Brunei", | |
| "iso3": "BRN", | |
| "iso2": "BN", | |
| "phone_code": "673", | |
| "capital": "Bandar Seri Begawan", | |
| "currency": "BND", | |
| "states": [ | |
| { | |
| "id": 1217, | |
| "name": "Belait District", | |
| "state_code": "BE" | |
| }, | |
| { | |
| "id": 1216, | |
| "name": "Brunei-Muara District", | |
| "state_code": "BM" | |
| }, | |
| { | |
| "id": 1218, | |
| "name": "Temburong District", | |
| "state_code": "TE" | |
| }, | |
| { | |
| "id": 1219, | |
| "name": "Tutong District", | |
| "state_code": "TU" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/9c/Flag_of_Brunei.svg" | |
| }, | |
| { | |
| "name": "Bulgaria", | |
| "iso3": "BGR", | |
| "iso2": "BG", | |
| "phone_code": "359", | |
| "capital": "Sofia", | |
| "currency": "BGN", | |
| "states": [ | |
| { | |
| "id": 4699, | |
| "name": "Blagoevgrad Province", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 4715, | |
| "name": "Burgas Province", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 4718, | |
| "name": "Dobrich Province", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 4693, | |
| "name": "Gabrovo Province", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 4704, | |
| "name": "Haskovo Province", | |
| "state_code": "26" | |
| }, | |
| { | |
| "id": 4702, | |
| "name": "Kardzhali Province", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 4703, | |
| "name": "Kyustendil Province", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 4710, | |
| "name": "Lovech Province", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 4696, | |
| "name": "Montana Province", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 4712, | |
| "name": "Pazardzhik Province", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 4695, | |
| "name": "Pernik Province", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 4706, | |
| "name": "Pleven Province", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 4701, | |
| "name": "Plovdiv Province", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 4698, | |
| "name": "Razgrad Province", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 4713, | |
| "name": "Ruse Province", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 4708, | |
| "name": "Silistra Province", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 4700, | |
| "name": "Sliven Province", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 4694, | |
| "name": "Smolyan Province", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 4705, | |
| "name": "Sofia City Province", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 4719, | |
| "name": "Sofia Province", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 4707, | |
| "name": "Stara Zagora Province", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 4714, | |
| "name": "Targovishte Province", | |
| "state_code": "25" | |
| }, | |
| { | |
| "id": 4717, | |
| "name": "Varna Province", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 4709, | |
| "name": "Veliko Tarnovo Province", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 4697, | |
| "name": "Vidin Province", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 4711, | |
| "name": "Vratsa Province", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 4716, | |
| "name": "Yambol Province", | |
| "state_code": "28" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/9a/Flag_of_Bulgaria.svg" | |
| }, | |
| { | |
| "name": "Burkina Faso", | |
| "iso3": "BFA", | |
| "iso2": "BF", | |
| "phone_code": "226", | |
| "capital": "Ouagadougou", | |
| "currency": "XOF", | |
| "states": [ | |
| { | |
| "id": 3160, | |
| "name": "Balรฉ Province", | |
| "state_code": "BAL" | |
| }, | |
| { | |
| "id": 3155, | |
| "name": "Bam Province", | |
| "state_code": "BAM" | |
| }, | |
| { | |
| "id": 3120, | |
| "name": "Banwa Province", | |
| "state_code": "BAN" | |
| }, | |
| { | |
| "id": 3152, | |
| "name": "Bazรจga Province", | |
| "state_code": "BAZ" | |
| }, | |
| { | |
| "id": 3138, | |
| "name": "Boucle du Mouhoun Region", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 3121, | |
| "name": "Bougouriba Province", | |
| "state_code": "BGR" | |
| }, | |
| { | |
| "id": 3131, | |
| "name": "Boulgou", | |
| "state_code": "BLG" | |
| }, | |
| { | |
| "id": 3153, | |
| "name": "Cascades Region", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 3136, | |
| "name": "Centre", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 3162, | |
| "name": "Centre-Est Region", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 3127, | |
| "name": "Centre-Nord Region", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 3115, | |
| "name": "Centre-Ouest Region", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 3149, | |
| "name": "Centre-Sud Region", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 3167, | |
| "name": "Comoรฉ Province", | |
| "state_code": "COM" | |
| }, | |
| { | |
| "id": 3158, | |
| "name": "Est Region", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 3148, | |
| "name": "Ganzourgou Province", | |
| "state_code": "GAN" | |
| }, | |
| { | |
| "id": 3122, | |
| "name": "Gnagna Province", | |
| "state_code": "GNA" | |
| }, | |
| { | |
| "id": 3143, | |
| "name": "Gourma Province", | |
| "state_code": "GOU" | |
| }, | |
| { | |
| "id": 3165, | |
| "name": "Hauts-Bassins Region", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 3129, | |
| "name": "Houet Province", | |
| "state_code": "HOU" | |
| }, | |
| { | |
| "id": 3135, | |
| "name": "Ioba Province", | |
| "state_code": "IOB" | |
| }, | |
| { | |
| "id": 3168, | |
| "name": "Kadiogo Province", | |
| "state_code": "KAD" | |
| }, | |
| { | |
| "id": 3112, | |
| "name": "Kรฉnรฉdougou Province", | |
| "state_code": "KEN" | |
| }, | |
| { | |
| "id": 3132, | |
| "name": "Komondjari Province", | |
| "state_code": "KMD" | |
| }, | |
| { | |
| "id": 3157, | |
| "name": "Kompienga Province", | |
| "state_code": "KMP" | |
| }, | |
| { | |
| "id": 3146, | |
| "name": "Kossi Province", | |
| "state_code": "KOS" | |
| }, | |
| { | |
| "id": 3133, | |
| "name": "Koulpรฉlogo Province", | |
| "state_code": "KOP" | |
| }, | |
| { | |
| "id": 3161, | |
| "name": "Kouritenga Province", | |
| "state_code": "KOT" | |
| }, | |
| { | |
| "id": 3147, | |
| "name": "Kourwรฉogo Province", | |
| "state_code": "KOW" | |
| }, | |
| { | |
| "id": 3159, | |
| "name": "Lรฉraba Province", | |
| "state_code": "LER" | |
| }, | |
| { | |
| "id": 3151, | |
| "name": "Loroum Province", | |
| "state_code": "LOR" | |
| }, | |
| { | |
| "id": 3123, | |
| "name": "Mouhoun", | |
| "state_code": "MOU" | |
| }, | |
| { | |
| "id": 3116, | |
| "name": "Nahouri Province", | |
| "state_code": "NAO" | |
| }, | |
| { | |
| "id": 3113, | |
| "name": "Namentenga Province", | |
| "state_code": "NAM" | |
| }, | |
| { | |
| "id": 3142, | |
| "name": "Nayala Province", | |
| "state_code": "NAY" | |
| }, | |
| { | |
| "id": 3164, | |
| "name": "Nord Region, Burkina Faso", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 3156, | |
| "name": "Noumbiel Province", | |
| "state_code": "NOU" | |
| }, | |
| { | |
| "id": 3141, | |
| "name": "Oubritenga Province", | |
| "state_code": "OUB" | |
| }, | |
| { | |
| "id": 3144, | |
| "name": "Oudalan Province", | |
| "state_code": "OUD" | |
| }, | |
| { | |
| "id": 3117, | |
| "name": "Passorรฉ Province", | |
| "state_code": "PAS" | |
| }, | |
| { | |
| "id": 3125, | |
| "name": "Plateau-Central Region", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 3163, | |
| "name": "Poni Province", | |
| "state_code": "PON" | |
| }, | |
| { | |
| "id": 3114, | |
| "name": "Sahel Region", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 3154, | |
| "name": "Sanguiรฉ Province", | |
| "state_code": "SNG" | |
| }, | |
| { | |
| "id": 3126, | |
| "name": "Sanmatenga Province", | |
| "state_code": "SMT" | |
| }, | |
| { | |
| "id": 3139, | |
| "name": "Sรฉno Province", | |
| "state_code": "SEN" | |
| }, | |
| { | |
| "id": 3119, | |
| "name": "Sissili Province", | |
| "state_code": "SIS" | |
| }, | |
| { | |
| "id": 3166, | |
| "name": "Soum Province", | |
| "state_code": "SOM" | |
| }, | |
| { | |
| "id": 3137, | |
| "name": "Sourou Province", | |
| "state_code": "SOR" | |
| }, | |
| { | |
| "id": 3140, | |
| "name": "Sud-Ouest Region", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 3128, | |
| "name": "Tapoa Province", | |
| "state_code": "TAP" | |
| }, | |
| { | |
| "id": 3134, | |
| "name": "Tuy Province", | |
| "state_code": "TUI" | |
| }, | |
| { | |
| "id": 3124, | |
| "name": "Yagha Province", | |
| "state_code": "YAG" | |
| }, | |
| { | |
| "id": 3150, | |
| "name": "Yatenga Province", | |
| "state_code": "YAT" | |
| }, | |
| { | |
| "id": 3145, | |
| "name": "Ziro Province", | |
| "state_code": "ZIR" | |
| }, | |
| { | |
| "id": 3130, | |
| "name": "Zondoma Province", | |
| "state_code": "ZON" | |
| }, | |
| { | |
| "id": 3118, | |
| "name": "Zoundwรฉogo Province", | |
| "state_code": "ZOU" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/3/31/Flag_of_Burkina_Faso.svg" | |
| }, | |
| { | |
| "name": "Burundi", | |
| "iso3": "BDI", | |
| "iso2": "BI", | |
| "phone_code": "257", | |
| "capital": "Bujumbura", | |
| "currency": "BIF", | |
| "states": [ | |
| { | |
| "id": 3196, | |
| "name": "Bubanza Province", | |
| "state_code": "BB" | |
| }, | |
| { | |
| "id": 3198, | |
| "name": "Bujumbura Mairie Province", | |
| "state_code": "BM" | |
| }, | |
| { | |
| "id": 3200, | |
| "name": "Bujumbura Rural Province", | |
| "state_code": "BL" | |
| }, | |
| { | |
| "id": 3202, | |
| "name": "Bururi Province", | |
| "state_code": "BR" | |
| }, | |
| { | |
| "id": 3201, | |
| "name": "Cankuzo Province", | |
| "state_code": "CA" | |
| }, | |
| { | |
| "id": 3190, | |
| "name": "Cibitoke Province", | |
| "state_code": "CI" | |
| }, | |
| { | |
| "id": 3197, | |
| "name": "Gitega Province", | |
| "state_code": "GI" | |
| }, | |
| { | |
| "id": 3194, | |
| "name": "Karuzi Province", | |
| "state_code": "KR" | |
| }, | |
| { | |
| "id": 3192, | |
| "name": "Kayanza Province", | |
| "state_code": "KY" | |
| }, | |
| { | |
| "id": 3195, | |
| "name": "Kirundo Province", | |
| "state_code": "KI" | |
| }, | |
| { | |
| "id": 3188, | |
| "name": "Makamba Province", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 3193, | |
| "name": "Muramvya Province", | |
| "state_code": "MU" | |
| }, | |
| { | |
| "id": 3186, | |
| "name": "Muyinga Province", | |
| "state_code": "MY" | |
| }, | |
| { | |
| "id": 3187, | |
| "name": "Mwaro Province", | |
| "state_code": "MW" | |
| }, | |
| { | |
| "id": 3199, | |
| "name": "Ngozi Province", | |
| "state_code": "NG" | |
| }, | |
| { | |
| "id": 3185, | |
| "name": "Rumonge Province", | |
| "state_code": "RM" | |
| }, | |
| { | |
| "id": 3189, | |
| "name": "Rutana Province", | |
| "state_code": "RT" | |
| }, | |
| { | |
| "id": 3191, | |
| "name": "Ruyigi Province", | |
| "state_code": "RY" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/5/50/Flag_of_Burundi.svg" | |
| }, | |
| { | |
| "name": "Cambodia", | |
| "iso3": "KHM", | |
| "iso2": "KH", | |
| "phone_code": "855", | |
| "capital": "Phnom Penh", | |
| "currency": "KHR", | |
| "states": [ | |
| { | |
| "id": 3984, | |
| "name": "Banteay Meanchey Province", | |
| "state_code": "1" | |
| }, | |
| { | |
| "id": 3976, | |
| "name": "Battambang Province", | |
| "state_code": "2" | |
| }, | |
| { | |
| "id": 3991, | |
| "name": "Kampong Cham Province", | |
| "state_code": "3" | |
| }, | |
| { | |
| "id": 3979, | |
| "name": "Kampong Chhnang Province", | |
| "state_code": "4" | |
| }, | |
| { | |
| "id": 3988, | |
| "name": "Kampong Speu Province", | |
| "state_code": "5" | |
| }, | |
| { | |
| "id": 3981, | |
| "name": "Kampot Province", | |
| "state_code": "7" | |
| }, | |
| { | |
| "id": 3983, | |
| "name": "Kandal Province", | |
| "state_code": "8" | |
| }, | |
| { | |
| "id": 3978, | |
| "name": "Kep Province", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 3982, | |
| "name": "Koh Kong Province", | |
| "state_code": "9" | |
| }, | |
| { | |
| "id": 3986, | |
| "name": "Kratiรฉ Province", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 3985, | |
| "name": "Mondulkiri Province", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 3987, | |
| "name": "Oddar Meanchey Province", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 3980, | |
| "name": "Pailin Province", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 3994, | |
| "name": "Phnom Penh", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 3973, | |
| "name": "Preah Vihear Province", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 3974, | |
| "name": "Prey Veng Province", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 3977, | |
| "name": "Pursat Province", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 3990, | |
| "name": "Ratanakiri Province", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 3992, | |
| "name": "Siem Reap Province", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 3989, | |
| "name": "Sihanoukville Province", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 3993, | |
| "name": "Stung Treng Province", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 3972, | |
| "name": "Svay Rieng Province", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 3975, | |
| "name": "Takรฉo Province", | |
| "state_code": "21" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/8/83/Flag_of_Cambodia.svg" | |
| }, | |
| { | |
| "name": "Cameroon", | |
| "iso3": "CMR", | |
| "iso2": "CM", | |
| "phone_code": "237", | |
| "capital": "Yaounde", | |
| "currency": "XAF", | |
| "states": [ | |
| { | |
| "id": 2663, | |
| "name": "Adamawa", | |
| "state_code": "AD" | |
| }, | |
| { | |
| "id": 2660, | |
| "name": "Centre", | |
| "state_code": "CE" | |
| }, | |
| { | |
| "id": 2661, | |
| "name": "East", | |
| "state_code": "ES" | |
| }, | |
| { | |
| "id": 2656, | |
| "name": "Far North", | |
| "state_code": "EN" | |
| }, | |
| { | |
| "id": 2662, | |
| "name": "Littoral", | |
| "state_code": "LT" | |
| }, | |
| { | |
| "id": 2665, | |
| "name": "North", | |
| "state_code": "NO" | |
| }, | |
| { | |
| "id": 2657, | |
| "name": "Northwest", | |
| "state_code": "NW" | |
| }, | |
| { | |
| "id": 2659, | |
| "name": "South", | |
| "state_code": "SU" | |
| }, | |
| { | |
| "id": 2658, | |
| "name": "Southwest", | |
| "state_code": "SW" | |
| }, | |
| { | |
| "id": 2664, | |
| "name": "West", | |
| "state_code": "OU" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/4/4f/Flag_of_Cameroon.svg" | |
| }, | |
| { | |
| "name": "Canada", | |
| "iso3": "CAN", | |
| "iso2": "CA", | |
| "phone_code": "1", | |
| "capital": "Ottawa", | |
| "currency": "CAD", | |
| "states": [ | |
| { | |
| "id": 872, | |
| "name": "Alberta", | |
| "state_code": "AB" | |
| }, | |
| { | |
| "id": 875, | |
| "name": "British Columbia", | |
| "state_code": "BC" | |
| }, | |
| { | |
| "id": 867, | |
| "name": "Manitoba", | |
| "state_code": "MB" | |
| }, | |
| { | |
| "id": 868, | |
| "name": "New Brunswick", | |
| "state_code": "NB" | |
| }, | |
| { | |
| "id": 877, | |
| "name": "Newfoundland and Labrador", | |
| "state_code": "NL" | |
| }, | |
| { | |
| "id": 878, | |
| "name": "Northwest Territories", | |
| "state_code": "NT" | |
| }, | |
| { | |
| "id": 874, | |
| "name": "Nova Scotia", | |
| "state_code": "NS" | |
| }, | |
| { | |
| "id": 876, | |
| "name": "Nunavut", | |
| "state_code": "NU" | |
| }, | |
| { | |
| "id": 866, | |
| "name": "Ontario", | |
| "state_code": "ON" | |
| }, | |
| { | |
| "id": 871, | |
| "name": "Prince Edward Island", | |
| "state_code": "PE" | |
| }, | |
| { | |
| "id": 873, | |
| "name": "Quebec", | |
| "state_code": "QC" | |
| }, | |
| { | |
| "id": 870, | |
| "name": "Saskatchewan", | |
| "state_code": "SK" | |
| }, | |
| { | |
| "id": 869, | |
| "name": "Yukon", | |
| "state_code": "YT" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/en/c/cf/Flag_of_Canada.svg" | |
| }, | |
| { | |
| "name": "Cape Verde", | |
| "iso3": "CPV", | |
| "iso2": "CV", | |
| "phone_code": "238", | |
| "capital": "Praia", | |
| "currency": "CVE", | |
| "states": [ | |
| { | |
| "id": 2994, | |
| "name": "Barlavento Islands", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 2999, | |
| "name": "Boa Vista", | |
| "state_code": "BV" | |
| }, | |
| { | |
| "id": 2996, | |
| "name": "Brava", | |
| "state_code": "BR" | |
| }, | |
| { | |
| "id": 2991, | |
| "name": "Maio Municipality", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 2987, | |
| "name": "Mosteiros", | |
| "state_code": "MO" | |
| }, | |
| { | |
| "id": 2997, | |
| "name": "Paul", | |
| "state_code": "PA" | |
| }, | |
| { | |
| "id": 2989, | |
| "name": "Porto Novo", | |
| "state_code": "PN" | |
| }, | |
| { | |
| "id": 2988, | |
| "name": "Praia", | |
| "state_code": "PR" | |
| }, | |
| { | |
| "id": 2982, | |
| "name": "Ribeira Brava Municipality", | |
| "state_code": "RB" | |
| }, | |
| { | |
| "id": 3002, | |
| "name": "Ribeira Grande", | |
| "state_code": "RG" | |
| }, | |
| { | |
| "id": 2984, | |
| "name": "Ribeira Grande de Santiago", | |
| "state_code": "RS" | |
| }, | |
| { | |
| "id": 2998, | |
| "name": "Sal", | |
| "state_code": "SL" | |
| }, | |
| { | |
| "id": 2985, | |
| "name": "Santa Catarina", | |
| "state_code": "CA" | |
| }, | |
| { | |
| "id": 2995, | |
| "name": "Santa Catarina do Fogo", | |
| "state_code": "CF" | |
| }, | |
| { | |
| "id": 3004, | |
| "name": "Santa Cruz", | |
| "state_code": "CR" | |
| }, | |
| { | |
| "id": 2986, | |
| "name": "Sรฃo Domingos", | |
| "state_code": "SD" | |
| }, | |
| { | |
| "id": 3000, | |
| "name": "Sรฃo Filipe", | |
| "state_code": "SF" | |
| }, | |
| { | |
| "id": 2993, | |
| "name": "Sรฃo Lourenรงo dos รrgรฃos", | |
| "state_code": "SO" | |
| }, | |
| { | |
| "id": 2990, | |
| "name": "Sรฃo Miguel", | |
| "state_code": "SM" | |
| }, | |
| { | |
| "id": 3001, | |
| "name": "Sรฃo Vicente", | |
| "state_code": "SV" | |
| }, | |
| { | |
| "id": 2992, | |
| "name": "Sotavento Islands", | |
| "state_code": "S" | |
| }, | |
| { | |
| "id": 2983, | |
| "name": "Tarrafal", | |
| "state_code": "TA" | |
| }, | |
| { | |
| "id": 3003, | |
| "name": "Tarrafal de Sรฃo Nicolau", | |
| "state_code": "TS" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/3/38/Flag_of_Cape_Verde.svg" | |
| }, | |
| { | |
| "name": "Cayman Islands", | |
| "iso3": "CYM", | |
| "iso2": "KY", | |
| "phone_code": "+1-345", | |
| "capital": "George Town", | |
| "currency": "KYD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/0f/Flag_of_the_Cayman_Islands.svg" | |
| }, | |
| { | |
| "name": "Central African Republic", | |
| "iso3": "CAF", | |
| "iso2": "CF", | |
| "phone_code": "236", | |
| "capital": "Bangui", | |
| "currency": "XAF", | |
| "states": [ | |
| { | |
| "id": 1259, | |
| "name": "Bamingui-Bangoran Prefecture", | |
| "state_code": "BB" | |
| }, | |
| { | |
| "id": 1262, | |
| "name": "Bangui", | |
| "state_code": "BGF" | |
| }, | |
| { | |
| "id": 1264, | |
| "name": "Basse-Kotto Prefecture", | |
| "state_code": "BK" | |
| }, | |
| { | |
| "id": 1258, | |
| "name": "Haut-Mbomou Prefecture", | |
| "state_code": "HM" | |
| }, | |
| { | |
| "id": 1268, | |
| "name": "Haute-Kotto Prefecture", | |
| "state_code": "HK" | |
| }, | |
| { | |
| "id": 1263, | |
| "name": "Kรฉmo Prefecture", | |
| "state_code": "KG" | |
| }, | |
| { | |
| "id": 1256, | |
| "name": "Lobaye Prefecture", | |
| "state_code": "LB" | |
| }, | |
| { | |
| "id": 1257, | |
| "name": "Mambรฉrรฉ-Kadรฉรฏ", | |
| "state_code": "HS" | |
| }, | |
| { | |
| "id": 1266, | |
| "name": "Mbomou Prefecture", | |
| "state_code": "MB" | |
| }, | |
| { | |
| "id": 1253, | |
| "name": "Nana-Grรฉbizi Economic Prefecture", | |
| "state_code": "KB" | |
| }, | |
| { | |
| "id": 1260, | |
| "name": "Nana-Mambรฉrรฉ Prefecture", | |
| "state_code": "NM" | |
| }, | |
| { | |
| "id": 1255, | |
| "name": "Ombella-M'Poko Prefecture", | |
| "state_code": "MP" | |
| }, | |
| { | |
| "id": 1265, | |
| "name": "Ouaka Prefecture", | |
| "state_code": "UK" | |
| }, | |
| { | |
| "id": 1254, | |
| "name": "Ouham Prefecture", | |
| "state_code": "AC" | |
| }, | |
| { | |
| "id": 1267, | |
| "name": "Ouham-Pendรฉ Prefecture", | |
| "state_code": "OP" | |
| }, | |
| { | |
| "id": 1252, | |
| "name": "Sangha-Mbaรฉrรฉ", | |
| "state_code": "SE" | |
| }, | |
| { | |
| "id": 1261, | |
| "name": "Vakaga Prefecture", | |
| "state_code": "VK" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/6/6f/Flag_of_the_Central_African_Republic.svg" | |
| }, | |
| { | |
| "name": "Chad", | |
| "iso3": "TCD", | |
| "iso2": "TD", | |
| "phone_code": "235", | |
| "capital": "N'Djamena", | |
| "currency": "XAF", | |
| "states": [ | |
| { | |
| "id": 3583, | |
| "name": "Bahr el Gazel", | |
| "state_code": "BG" | |
| }, | |
| { | |
| "id": 3590, | |
| "name": "Batha Region", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 3574, | |
| "name": "Borkou", | |
| "state_code": "BO" | |
| }, | |
| { | |
| "id": 3578, | |
| "name": "Ennedi Region", | |
| "state_code": "EN" | |
| }, | |
| { | |
| "id": 3575, | |
| "name": "Ennedi-Est", | |
| "state_code": "EE" | |
| }, | |
| { | |
| "id": 3584, | |
| "name": "Ennedi-Ouest", | |
| "state_code": "EO" | |
| }, | |
| { | |
| "id": 3576, | |
| "name": "Guรฉra Region", | |
| "state_code": "GR" | |
| }, | |
| { | |
| "id": 3573, | |
| "name": "Hadjer-Lamis", | |
| "state_code": "HL" | |
| }, | |
| { | |
| "id": 3588, | |
| "name": "Kanem Region", | |
| "state_code": "KA" | |
| }, | |
| { | |
| "id": 3577, | |
| "name": "Lac Region", | |
| "state_code": "LC" | |
| }, | |
| { | |
| "id": 3585, | |
| "name": "Logone Occidental Region", | |
| "state_code": "LO" | |
| }, | |
| { | |
| "id": 3591, | |
| "name": "Logone Oriental Region", | |
| "state_code": "LR" | |
| }, | |
| { | |
| "id": 3589, | |
| "name": "Mandoul Region", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 3580, | |
| "name": "Mayo-Kebbi Est Region", | |
| "state_code": "ME" | |
| }, | |
| { | |
| "id": 3571, | |
| "name": "Mayo-Kebbi Ouest Region", | |
| "state_code": "MO" | |
| }, | |
| { | |
| "id": 3570, | |
| "name": "Moyen-Chari Region", | |
| "state_code": "MC" | |
| }, | |
| { | |
| "id": 3586, | |
| "name": "N'Djamena", | |
| "state_code": "ND" | |
| }, | |
| { | |
| "id": 3582, | |
| "name": "Ouaddaรฏ Region", | |
| "state_code": "OD" | |
| }, | |
| { | |
| "id": 3592, | |
| "name": "Salamat Region", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 3572, | |
| "name": "Sila Region", | |
| "state_code": "SI" | |
| }, | |
| { | |
| "id": 3579, | |
| "name": "Tandjilรฉ Region", | |
| "state_code": "TA" | |
| }, | |
| { | |
| "id": 3587, | |
| "name": "Tibesti Region", | |
| "state_code": "TI" | |
| }, | |
| { | |
| "id": 3581, | |
| "name": "Wadi Fira Region", | |
| "state_code": "WF" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/4/4b/Flag_of_Chad.svg" | |
| }, | |
| { | |
| "name": "Chile", | |
| "iso3": "CHL", | |
| "iso2": "CL", | |
| "phone_code": "56", | |
| "capital": "Santiago", | |
| "currency": "CLP", | |
| "states": [ | |
| { | |
| "id": 2832, | |
| "name": "Antofagasta Region", | |
| "state_code": "AN" | |
| }, | |
| { | |
| "id": 2826, | |
| "name": "Araucanรญa Region", | |
| "state_code": "AR" | |
| }, | |
| { | |
| "id": 2829, | |
| "name": "Arica y Parinacota Region", | |
| "state_code": "AP" | |
| }, | |
| { | |
| "id": 2823, | |
| "name": "Atacama Region", | |
| "state_code": "AT" | |
| }, | |
| { | |
| "id": 2828, | |
| "name": "Aysรฉn Region", | |
| "state_code": "AI" | |
| }, | |
| { | |
| "id": 2827, | |
| "name": "Bรญo Bรญo Region", | |
| "state_code": "BI" | |
| }, | |
| { | |
| "id": 2825, | |
| "name": "Coquimbo Region", | |
| "state_code": "CO" | |
| }, | |
| { | |
| "id": 2835, | |
| "name": "Los Lagos Region", | |
| "state_code": "LL" | |
| }, | |
| { | |
| "id": 2834, | |
| "name": "Los Rรญos Region", | |
| "state_code": "LR" | |
| }, | |
| { | |
| "id": 2836, | |
| "name": "Magellan and the Chilean Antarctic Region", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 2833, | |
| "name": "Maule Region", | |
| "state_code": "ML" | |
| }, | |
| { | |
| "id": 2831, | |
| "name": "รuble Region", | |
| "state_code": "NB" | |
| }, | |
| { | |
| "id": 2838, | |
| "name": "O'Higgins", | |
| "state_code": "LI" | |
| }, | |
| { | |
| "id": 2824, | |
| "name": "Santiago Metropolitan Region", | |
| "state_code": "RM" | |
| }, | |
| { | |
| "id": 2837, | |
| "name": "Tarapacรก Region", | |
| "state_code": "TA" | |
| }, | |
| { | |
| "id": 2830, | |
| "name": "Valparaรญso", | |
| "state_code": "VS" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/7/78/Flag_of_Chile.svg" | |
| }, | |
| { | |
| "name": "China", | |
| "iso3": "CHN", | |
| "iso2": "CN", | |
| "phone_code": "86", | |
| "capital": "Beijing", | |
| "currency": "CNY", | |
| "states": [ | |
| { | |
| "id": 2251, | |
| "name": "Anhui", | |
| "state_code": "AH" | |
| }, | |
| { | |
| "id": 2257, | |
| "name": "Beijing", | |
| "state_code": "BJ" | |
| }, | |
| { | |
| "id": 2271, | |
| "name": "Chongqing", | |
| "state_code": "CQ" | |
| }, | |
| { | |
| "id": 2248, | |
| "name": "Fujian", | |
| "state_code": "FJ" | |
| }, | |
| { | |
| "id": 2275, | |
| "name": "Gansu", | |
| "state_code": "GS" | |
| }, | |
| { | |
| "id": 2279, | |
| "name": "Guangdong", | |
| "state_code": "GD" | |
| }, | |
| { | |
| "id": 2278, | |
| "name": "Guangxi Zhuang Autonomous Region", | |
| "state_code": "GX" | |
| }, | |
| { | |
| "id": 2261, | |
| "name": "Guizhou", | |
| "state_code": "GZ" | |
| }, | |
| { | |
| "id": 2273, | |
| "name": "Hainan", | |
| "state_code": "HI" | |
| }, | |
| { | |
| "id": 2280, | |
| "name": "Hebei", | |
| "state_code": "HE" | |
| }, | |
| { | |
| "id": 2265, | |
| "name": "Heilongjiang", | |
| "state_code": "HL" | |
| }, | |
| { | |
| "id": 2259, | |
| "name": "Henan", | |
| "state_code": "HA" | |
| }, | |
| { | |
| "id": 2267, | |
| "name": "Hong Kong", | |
| "state_code": "HK" | |
| }, | |
| { | |
| "id": 2274, | |
| "name": "Hubei", | |
| "state_code": "HB" | |
| }, | |
| { | |
| "id": 2258, | |
| "name": "Hunan", | |
| "state_code": "HN" | |
| }, | |
| { | |
| "id": 2269, | |
| "name": "Inner Mongolia", | |
| "state_code": "NM" | |
| }, | |
| { | |
| "id": 2250, | |
| "name": "Jiangsu", | |
| "state_code": "JS" | |
| }, | |
| { | |
| "id": 2256, | |
| "name": "Jiangxi", | |
| "state_code": "JX" | |
| }, | |
| { | |
| "id": 2253, | |
| "name": "Jilin", | |
| "state_code": "JL" | |
| }, | |
| { | |
| "id": 2276, | |
| "name": "Keelung", | |
| "state_code": "TW-KEE" | |
| }, | |
| { | |
| "id": 2268, | |
| "name": "Liaoning", | |
| "state_code": "LN" | |
| }, | |
| { | |
| "id": 2266, | |
| "name": "Macau", | |
| "state_code": "MO" | |
| }, | |
| { | |
| "id": 2262, | |
| "name": "Ningxia Hui Autonomous Region", | |
| "state_code": "NX" | |
| }, | |
| { | |
| "id": 2270, | |
| "name": "Qinghai", | |
| "state_code": "QH" | |
| }, | |
| { | |
| "id": 2272, | |
| "name": "Shaanxi", | |
| "state_code": "SN" | |
| }, | |
| { | |
| "id": 2252, | |
| "name": "Shandong", | |
| "state_code": "SD" | |
| }, | |
| { | |
| "id": 2249, | |
| "name": "Shanghai", | |
| "state_code": "SH" | |
| }, | |
| { | |
| "id": 2254, | |
| "name": "Shanxi", | |
| "state_code": "SX" | |
| }, | |
| { | |
| "id": 2277, | |
| "name": "Sichuan", | |
| "state_code": "SC" | |
| }, | |
| { | |
| "id": 2255, | |
| "name": "Taiwan Province, People's Republic of China", | |
| "state_code": "TW" | |
| }, | |
| { | |
| "id": 2264, | |
| "name": "Tibet Autonomous Region", | |
| "state_code": "XZ" | |
| }, | |
| { | |
| "id": 2263, | |
| "name": "Xinjiang", | |
| "state_code": "XJ" | |
| }, | |
| { | |
| "id": 2260, | |
| "name": "Yunnan", | |
| "state_code": "YN" | |
| }, | |
| { | |
| "id": 2247, | |
| "name": "Zhejiang", | |
| "state_code": "ZJ" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/f/fa/Flag_of_the_People%27s_Republic_of_China.svg" | |
| }, | |
| { | |
| "name": "Christmas Island", | |
| "iso3": "CXR", | |
| "iso2": "CX", | |
| "phone_code": "61", | |
| "capital": "Flying Fish Cove", | |
| "currency": "AUD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/6/67/Flag_of_Christmas_Island.svg" | |
| }, | |
| { | |
| "name": "Cocos (Keeling) Islands", | |
| "iso3": "CCK", | |
| "iso2": "CC", | |
| "phone_code": "61", | |
| "capital": "West Island", | |
| "currency": "AUD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/7/74/Flag_of_the_Cocos_%28Keeling%29_Islands.svg" | |
| }, | |
| { | |
| "name": "Colombia", | |
| "iso3": "COL", | |
| "iso2": "CO", | |
| "phone_code": "57", | |
| "capital": "Bogota", | |
| "currency": "COP", | |
| "states": [ | |
| { | |
| "id": 2895, | |
| "name": "Amazonas Department", | |
| "state_code": "AMA" | |
| }, | |
| { | |
| "id": 2890, | |
| "name": "Antioquia Department", | |
| "state_code": "ANT" | |
| }, | |
| { | |
| "id": 2881, | |
| "name": "Arauca Department", | |
| "state_code": "ARA" | |
| }, | |
| { | |
| "id": 2900, | |
| "name": "Archipelago of Saint Andrรฉws, Providence and Saint Catalina", | |
| "state_code": "SAP" | |
| }, | |
| { | |
| "id": 2880, | |
| "name": "Atlรกntico Department", | |
| "state_code": "ATL" | |
| }, | |
| { | |
| "id": 2893, | |
| "name": "Bolรญvar Department", | |
| "state_code": "BOL" | |
| }, | |
| { | |
| "id": 2903, | |
| "name": "Boyacรก Department", | |
| "state_code": "BOY" | |
| }, | |
| { | |
| "id": 2887, | |
| "name": "Caldas Department", | |
| "state_code": "CAL" | |
| }, | |
| { | |
| "id": 2891, | |
| "name": "Caquetรก Department", | |
| "state_code": "CAQ" | |
| }, | |
| { | |
| "id": 2892, | |
| "name": "Casanare Department", | |
| "state_code": "CAS" | |
| }, | |
| { | |
| "id": 2884, | |
| "name": "Cauca Department", | |
| "state_code": "CAU" | |
| }, | |
| { | |
| "id": 2899, | |
| "name": "Cesar Department", | |
| "state_code": "CES" | |
| }, | |
| { | |
| "id": 2876, | |
| "name": "Chocรณ Department", | |
| "state_code": "CHO" | |
| }, | |
| { | |
| "id": 2898, | |
| "name": "Cรณrdoba Department", | |
| "state_code": "COR" | |
| }, | |
| { | |
| "id": 2875, | |
| "name": "Cundinamarca Department", | |
| "state_code": "CUN" | |
| }, | |
| { | |
| "id": 2882, | |
| "name": "Guainรญa Department", | |
| "state_code": "GUA" | |
| }, | |
| { | |
| "id": 2888, | |
| "name": "Guaviare Department", | |
| "state_code": "GUV" | |
| }, | |
| { | |
| "id": 4871, | |
| "name": "Huila Department", | |
| "state_code": "HUI" | |
| }, | |
| { | |
| "id": 2889, | |
| "name": "La Guajira Department", | |
| "state_code": "LAG" | |
| }, | |
| { | |
| "id": 2886, | |
| "name": "Magdalena Department", | |
| "state_code": "MAG" | |
| }, | |
| { | |
| "id": 2878, | |
| "name": "Meta", | |
| "state_code": "MET" | |
| }, | |
| { | |
| "id": 2897, | |
| "name": "Nariรฑo Department", | |
| "state_code": "NAR" | |
| }, | |
| { | |
| "id": 2877, | |
| "name": "Norte de Santander Department", | |
| "state_code": "NSA" | |
| }, | |
| { | |
| "id": 2896, | |
| "name": "Putumayo Department", | |
| "state_code": "PUT" | |
| }, | |
| { | |
| "id": 2874, | |
| "name": "Quindรญo Department", | |
| "state_code": "QUI" | |
| }, | |
| { | |
| "id": 2879, | |
| "name": "Risaralda Department", | |
| "state_code": "RIS" | |
| }, | |
| { | |
| "id": 2901, | |
| "name": "Santander Department", | |
| "state_code": "SAN" | |
| }, | |
| { | |
| "id": 2902, | |
| "name": "Sucre Department", | |
| "state_code": "SUC" | |
| }, | |
| { | |
| "id": 2883, | |
| "name": "Tolima Department", | |
| "state_code": "TOL" | |
| }, | |
| { | |
| "id": 2904, | |
| "name": "Valle del Cauca Department", | |
| "state_code": "VAC" | |
| }, | |
| { | |
| "id": 2885, | |
| "name": "Vaupรฉs Department", | |
| "state_code": "VAU" | |
| }, | |
| { | |
| "id": 2894, | |
| "name": "Vichada Department", | |
| "state_code": "VID" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/2/21/Flag_of_Colombia.svg" | |
| }, | |
| { | |
| "name": "Comoros", | |
| "iso3": "COM", | |
| "iso2": "KM", | |
| "phone_code": "269", | |
| "capital": "Moroni", | |
| "currency": "KMF", | |
| "states": [ | |
| { | |
| "id": 2821, | |
| "name": "Anjouan", | |
| "state_code": "A" | |
| }, | |
| { | |
| "id": 2822, | |
| "name": "Grande Comore", | |
| "state_code": "G" | |
| }, | |
| { | |
| "id": 2820, | |
| "name": "Mohรฉli", | |
| "state_code": "M" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/94/Flag_of_the_Comoros.svg" | |
| }, | |
| { | |
| "name": "Congo", | |
| "iso3": "COG", | |
| "iso2": "CG", | |
| "phone_code": "242", | |
| "capital": "Brazzaville", | |
| "currency": "XAF", | |
| "states": [ | |
| { | |
| "id": 2866, | |
| "name": "Bouenza Department", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 2870, | |
| "name": "Brazzaville", | |
| "state_code": "BZV" | |
| }, | |
| { | |
| "id": 2864, | |
| "name": "Cuvette Department", | |
| "state_code": "8" | |
| }, | |
| { | |
| "id": 2869, | |
| "name": "Cuvette-Ouest Department", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 2867, | |
| "name": "Kouilou Department", | |
| "state_code": "5" | |
| }, | |
| { | |
| "id": 2868, | |
| "name": "Lรฉkoumou Department", | |
| "state_code": "2" | |
| }, | |
| { | |
| "id": 2865, | |
| "name": "Likouala Department", | |
| "state_code": "7" | |
| }, | |
| { | |
| "id": 2872, | |
| "name": "Niari Department", | |
| "state_code": "9" | |
| }, | |
| { | |
| "id": 2862, | |
| "name": "Plateaux Department", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 2863, | |
| "name": "Pointe-Noire", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 2873, | |
| "name": "Pool Department", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 2871, | |
| "name": "Sangha Department", | |
| "state_code": "13" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/92/Flag_of_the_Republic_of_the_Congo.svg" | |
| }, | |
| { | |
| "name": "Congo", | |
| "iso3": "COD", | |
| "iso2": "CD", | |
| "phone_code": "243", | |
| "capital": "Kinshasa", | |
| "currency": "CDF", | |
| "states": [ | |
| { | |
| "id": 2754, | |
| "name": "Bandundu Province", | |
| "state_code": "BN" | |
| }, | |
| { | |
| "id": 2746, | |
| "name": "Bas-Congo province", | |
| "state_code": "BC" | |
| }, | |
| { | |
| "id": 2753, | |
| "name": "Bas-Uele", | |
| "state_code": "BU" | |
| }, | |
| { | |
| "id": 2744, | |
| "name": "รquateur", | |
| "state_code": "EQ" | |
| }, | |
| { | |
| "id": 2750, | |
| "name": "Haut-Katanga Province", | |
| "state_code": "HK" | |
| }, | |
| { | |
| "id": 2758, | |
| "name": "Haut-Lomami District", | |
| "state_code": "HL" | |
| }, | |
| { | |
| "id": 2734, | |
| "name": "Haut-Uele", | |
| "state_code": "HU" | |
| }, | |
| { | |
| "id": 2751, | |
| "name": "Ituri Interim Administration", | |
| "state_code": "IT" | |
| }, | |
| { | |
| "id": 2757, | |
| "name": "Kasaรฏ District", | |
| "state_code": "KS" | |
| }, | |
| { | |
| "id": 2737, | |
| "name": "Kasaรฏ-Occidental", | |
| "state_code": "KW" | |
| }, | |
| { | |
| "id": 2735, | |
| "name": "Kasaรฏ-Oriental", | |
| "state_code": "KE" | |
| }, | |
| { | |
| "id": 2742, | |
| "name": "Katanga Province", | |
| "state_code": "KA" | |
| }, | |
| { | |
| "id": 2741, | |
| "name": "Kinshasa", | |
| "state_code": "KN" | |
| }, | |
| { | |
| "id": 2740, | |
| "name": "Kwango District", | |
| "state_code": "KG" | |
| }, | |
| { | |
| "id": 2759, | |
| "name": "Kwilu District", | |
| "state_code": "KL" | |
| }, | |
| { | |
| "id": 2747, | |
| "name": "Lomami Province", | |
| "state_code": "LO" | |
| }, | |
| { | |
| "id": 2755, | |
| "name": "Mai-Ndombe Province", | |
| "state_code": "MN" | |
| }, | |
| { | |
| "id": 2745, | |
| "name": "Maniema", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 2752, | |
| "name": "Mongala District", | |
| "state_code": "MO" | |
| }, | |
| { | |
| "id": 2739, | |
| "name": "Nord-Ubangi District", | |
| "state_code": "NU" | |
| }, | |
| { | |
| "id": 2749, | |
| "name": "North Kivu", | |
| "state_code": "NK" | |
| }, | |
| { | |
| "id": 2736, | |
| "name": "Orientale Province", | |
| "state_code": "OR" | |
| }, | |
| { | |
| "id": 2743, | |
| "name": "Sankuru District", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 2738, | |
| "name": "South Kivu", | |
| "state_code": "SK" | |
| }, | |
| { | |
| "id": 2748, | |
| "name": "Sud-Ubangi", | |
| "state_code": "SU" | |
| }, | |
| { | |
| "id": 2733, | |
| "name": "Tanganyika Province", | |
| "state_code": "TA" | |
| }, | |
| { | |
| "id": 2756, | |
| "name": "Tshopo District", | |
| "state_code": "TO" | |
| }, | |
| { | |
| "id": 2732, | |
| "name": "Tshuapa District", | |
| "state_code": "TU" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/92/Flag_of_the_Republic_of_the_Congo.svg" | |
| }, | |
| { | |
| "name": "Cook Islands", | |
| "iso3": "COK", | |
| "iso2": "CK", | |
| "phone_code": "682", | |
| "capital": "Avarua", | |
| "currency": "NZD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/3/35/Flag_of_the_Cook_Islands.svg" | |
| }, | |
| { | |
| "name": "Costa Rica", | |
| "iso3": "CRI", | |
| "iso2": "CR", | |
| "phone_code": "506", | |
| "capital": "San Jose", | |
| "currency": "CRC", | |
| "states": [ | |
| { | |
| "id": 1215, | |
| "name": "Alajuela Province", | |
| "state_code": "A" | |
| }, | |
| { | |
| "id": 1209, | |
| "name": "Guanacaste Province", | |
| "state_code": "G" | |
| }, | |
| { | |
| "id": 1212, | |
| "name": "Heredia Province", | |
| "state_code": "H" | |
| }, | |
| { | |
| "id": 1213, | |
| "name": "Limรณn Province", | |
| "state_code": "L" | |
| }, | |
| { | |
| "id": 1211, | |
| "name": "Provincia de Cartago", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 1210, | |
| "name": "Puntarenas Province", | |
| "state_code": "P" | |
| }, | |
| { | |
| "id": 1214, | |
| "name": "San Josรฉ Province", | |
| "state_code": "SJ" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/b/bc/Flag_of_Costa_Rica_%28state%29.svg" | |
| }, | |
| { | |
| "name": "Ivory Coast", | |
| "iso3": "CIV", | |
| "iso2": "CI", | |
| "phone_code": "225", | |
| "capital": "Yamoussoukro", | |
| "currency": "XOF", | |
| "states": [ | |
| { | |
| "id": 2634, | |
| "name": "Abidjan", | |
| "state_code": "AB" | |
| }, | |
| { | |
| "id": 2626, | |
| "name": "Agnรฉby", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 2636, | |
| "name": "Bafing Region", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 2643, | |
| "name": "Bas-Sassandra District", | |
| "state_code": "BS" | |
| }, | |
| { | |
| "id": 2635, | |
| "name": "Bas-Sassandra Region", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 2654, | |
| "name": "Comoรฉ District", | |
| "state_code": "CM" | |
| }, | |
| { | |
| "id": 2644, | |
| "name": "Denguรฉlรฉ District", | |
| "state_code": "DN" | |
| }, | |
| { | |
| "id": 2642, | |
| "name": "Denguรฉlรฉ Region", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 2645, | |
| "name": "Dix-Huit Montagnes", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 2633, | |
| "name": "Fromager", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 2651, | |
| "name": "Gรดh-Djiboua District", | |
| "state_code": "GD" | |
| }, | |
| { | |
| "id": 2638, | |
| "name": "Haut-Sassandra", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 2632, | |
| "name": "Lacs District", | |
| "state_code": "LC" | |
| }, | |
| { | |
| "id": 2640, | |
| "name": "Lacs Region", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 2627, | |
| "name": "Lagunes District", | |
| "state_code": "LG" | |
| }, | |
| { | |
| "id": 2639, | |
| "name": "Lagunes region", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 2631, | |
| "name": "Marahouรฉ Region", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 2629, | |
| "name": "Montagnes District", | |
| "state_code": "MG" | |
| }, | |
| { | |
| "id": 2646, | |
| "name": "Moyen-Cavally", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 2630, | |
| "name": "Moyen-Comoรฉ", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 2655, | |
| "name": "N'zi-Comoรฉ", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 2648, | |
| "name": "Sassandra-Marahouรฉ District", | |
| "state_code": "SM" | |
| }, | |
| { | |
| "id": 2625, | |
| "name": "Savanes Region", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 2628, | |
| "name": "Sud-Bandama", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 2652, | |
| "name": "Sud-Comoรฉ", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 2637, | |
| "name": "Vallรฉe du Bandama District", | |
| "state_code": "VB" | |
| }, | |
| { | |
| "id": 2647, | |
| "name": "Vallรฉe du Bandama Region", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 2650, | |
| "name": "Woroba District", | |
| "state_code": "WR" | |
| }, | |
| { | |
| "id": 2649, | |
| "name": "Worodougou", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 2653, | |
| "name": "Yamoussoukro", | |
| "state_code": "YM" | |
| }, | |
| { | |
| "id": 2641, | |
| "name": "Zanzan Region", | |
| "state_code": "ZZ" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/f/fe/Flag_of_Cรดte_d'Ivoire.svg" | |
| }, | |
| { | |
| "name": "Croatia", | |
| "iso3": "HRV", | |
| "iso2": "HR", | |
| "phone_code": "385", | |
| "capital": "Zagreb", | |
| "currency": "HRK", | |
| "states": [ | |
| { | |
| "id": 734, | |
| "name": "Bjelovar-Bilogora County", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 737, | |
| "name": "Brod-Posavina County", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 728, | |
| "name": "Dubrovnik-Neretva County", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 743, | |
| "name": "Istria County", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 742, | |
| "name": "Koprivnica-Kriลพevci County", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 729, | |
| "name": "Krapina-Zagorje County", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 731, | |
| "name": "Lika-Senj County", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 726, | |
| "name": "Meฤimurje County", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 740, | |
| "name": "Osijek-Baranja County", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 724, | |
| "name": "Poลพega-Slavonia County", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 735, | |
| "name": "Primorje-Gorski Kotar County", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 730, | |
| "name": "ล ibenik-Knin County", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 733, | |
| "name": "Sisak-Moslavina County", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 725, | |
| "name": "Split-Dalmatia County", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 739, | |
| "name": "Varaลพdin County", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 732, | |
| "name": "Virovitica-Podravina County", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 741, | |
| "name": "Vukovar-Syrmia County", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 727, | |
| "name": "Zadar County", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 738, | |
| "name": "Zagreb", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 736, | |
| "name": "Zagreb County", | |
| "state_code": "01" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/1/1b/Flag_of_Croatia.svg" | |
| }, | |
| { | |
| "name": "Cuba", | |
| "iso3": "CUB", | |
| "iso2": "CU", | |
| "phone_code": "53", | |
| "capital": "Havana", | |
| "currency": "CUP", | |
| "states": [ | |
| { | |
| "id": 283, | |
| "name": "Artemisa Province", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 286, | |
| "name": "Camagรผey Province", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 282, | |
| "name": "Ciego de รvila Province", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 287, | |
| "name": "Cienfuegos Province", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 275, | |
| "name": "Granma Province", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 285, | |
| "name": "Guantรกnamo Province", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 272, | |
| "name": "Havana Province", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 279, | |
| "name": "Holguรญn Province", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 278, | |
| "name": "Isla de la Juventud", | |
| "state_code": "99" | |
| }, | |
| { | |
| "id": 281, | |
| "name": "Las Tunas Province", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 284, | |
| "name": "Matanzas Province", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 276, | |
| "name": "Mayabeque Province", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 277, | |
| "name": "Pinar del Rรญo Province", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 274, | |
| "name": "Sancti Spรญritus Province", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 273, | |
| "name": "Santiago de Cuba Province", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 280, | |
| "name": "Villa Clara Province", | |
| "state_code": "05" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/b/bd/Flag_of_Cuba.svg" | |
| }, | |
| { | |
| "name": "Cyprus", | |
| "iso3": "CYP", | |
| "iso2": "CY", | |
| "phone_code": "357", | |
| "capital": "Nicosia", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 749, | |
| "name": "Famagusta District", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 744, | |
| "name": "Kyrenia District", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 747, | |
| "name": "Larnaca District", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 748, | |
| "name": "Limassol District", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 745, | |
| "name": "Nicosia District", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 746, | |
| "name": "Paphos District", | |
| "state_code": "05" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/d4/Flag_of_Cyprus.svg" | |
| }, | |
| { | |
| "name": "Czech Republic", | |
| "iso3": "CZE", | |
| "iso2": "CZ", | |
| "phone_code": "420", | |
| "capital": "Prague", | |
| "currency": "CZK", | |
| "states": [ | |
| { | |
| "id": 4627, | |
| "name": "Beneลกov District", | |
| "state_code": "201" | |
| }, | |
| { | |
| "id": 4620, | |
| "name": "Beroun District", | |
| "state_code": "202" | |
| }, | |
| { | |
| "id": 4615, | |
| "name": "Blansko District", | |
| "state_code": "641" | |
| }, | |
| { | |
| "id": 4542, | |
| "name": "Bลeclav District", | |
| "state_code": "644" | |
| }, | |
| { | |
| "id": 4568, | |
| "name": "Brno-City District", | |
| "state_code": "642" | |
| }, | |
| { | |
| "id": 4545, | |
| "name": "Brno-Country District", | |
| "state_code": "643" | |
| }, | |
| { | |
| "id": 4644, | |
| "name": "Bruntรกl District", | |
| "state_code": "801" | |
| }, | |
| { | |
| "id": 4554, | |
| "name": "Central Bohemian Region", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 4633, | |
| "name": "ฤeskรก Lรญpa District", | |
| "state_code": "511" | |
| }, | |
| { | |
| "id": 4556, | |
| "name": "ฤeskรฉ Budฤjovice District", | |
| "state_code": "311" | |
| }, | |
| { | |
| "id": 4543, | |
| "name": "ฤeskรฝ Krumlov District", | |
| "state_code": "312" | |
| }, | |
| { | |
| "id": 4573, | |
| "name": "Cheb District", | |
| "state_code": "411" | |
| }, | |
| { | |
| "id": 4553, | |
| "name": "Chomutov District", | |
| "state_code": "422" | |
| }, | |
| { | |
| "id": 4634, | |
| "name": "Chrudim District", | |
| "state_code": "531" | |
| }, | |
| { | |
| "id": 4609, | |
| "name": "Dฤฤรญn District", | |
| "state_code": "421" | |
| }, | |
| { | |
| "id": 4641, | |
| "name": "Domaลพlice District", | |
| "state_code": "321" | |
| }, | |
| { | |
| "id": 4559, | |
| "name": "Frรฝdek-Mรญstek District", | |
| "state_code": "802" | |
| }, | |
| { | |
| "id": 4611, | |
| "name": "Havlรญฤkลฏv Brod District", | |
| "state_code": "631" | |
| }, | |
| { | |
| "id": 4561, | |
| "name": "Hodonรญn District", | |
| "state_code": "645" | |
| }, | |
| { | |
| "id": 4577, | |
| "name": "Hornรญ Poฤernice", | |
| "state_code": "120" | |
| }, | |
| { | |
| "id": 4580, | |
| "name": "Hradec Krรกlovรฉ District", | |
| "state_code": "521" | |
| }, | |
| { | |
| "id": 4614, | |
| "name": "Hradec Krรกlovรฉ Region", | |
| "state_code": "52" | |
| }, | |
| { | |
| "id": 4612, | |
| "name": "Jablonec nad Nisou District", | |
| "state_code": "512" | |
| }, | |
| { | |
| "id": 4625, | |
| "name": "Jesenรญk District", | |
| "state_code": "711" | |
| }, | |
| { | |
| "id": 4640, | |
| "name": "Jiฤรญn District", | |
| "state_code": "522" | |
| }, | |
| { | |
| "id": 4613, | |
| "name": "Jihlava District", | |
| "state_code": "632" | |
| }, | |
| { | |
| "id": 4624, | |
| "name": "Jindลichลฏv Hradec District", | |
| "state_code": "313" | |
| }, | |
| { | |
| "id": 4604, | |
| "name": "Karlovy Vary District", | |
| "state_code": "412" | |
| }, | |
| { | |
| "id": 4581, | |
| "name": "Karlovy Vary Region", | |
| "state_code": "41" | |
| }, | |
| { | |
| "id": 4586, | |
| "name": "Karvinรก District", | |
| "state_code": "803" | |
| }, | |
| { | |
| "id": 4631, | |
| "name": "Kladno District", | |
| "state_code": "203" | |
| }, | |
| { | |
| "id": 4591, | |
| "name": "Klatovy District", | |
| "state_code": "322" | |
| }, | |
| { | |
| "id": 4618, | |
| "name": "Kolรญn District", | |
| "state_code": "204" | |
| }, | |
| { | |
| "id": 4593, | |
| "name": "Kromฤลรญลพ District", | |
| "state_code": "721" | |
| }, | |
| { | |
| "id": 4590, | |
| "name": "Liberec District", | |
| "state_code": "513" | |
| }, | |
| { | |
| "id": 4601, | |
| "name": "Liberec Region", | |
| "state_code": "51" | |
| }, | |
| { | |
| "id": 4605, | |
| "name": "Litomฤลice District", | |
| "state_code": "423" | |
| }, | |
| { | |
| "id": 4617, | |
| "name": "Louny District", | |
| "state_code": "424" | |
| }, | |
| { | |
| "id": 4638, | |
| "name": "Mฤlnรญk District", | |
| "state_code": "206" | |
| }, | |
| { | |
| "id": 4643, | |
| "name": "Mladรก Boleslav District", | |
| "state_code": "207" | |
| }, | |
| { | |
| "id": 4600, | |
| "name": "Moravian-Silesian Region", | |
| "state_code": "80" | |
| }, | |
| { | |
| "id": 4629, | |
| "name": "Most District", | |
| "state_code": "425" | |
| }, | |
| { | |
| "id": 4550, | |
| "name": "Nรกchod District", | |
| "state_code": "523" | |
| }, | |
| { | |
| "id": 4548, | |
| "name": "Novรฝ Jiฤรญn District", | |
| "state_code": "804" | |
| }, | |
| { | |
| "id": 4582, | |
| "name": "Nymburk District", | |
| "state_code": "208" | |
| }, | |
| { | |
| "id": 4574, | |
| "name": "Olomouc District", | |
| "state_code": "712" | |
| }, | |
| { | |
| "id": 4589, | |
| "name": "Olomouc Region", | |
| "state_code": "71" | |
| }, | |
| { | |
| "id": 4623, | |
| "name": "Opava District", | |
| "state_code": "805" | |
| }, | |
| { | |
| "id": 4584, | |
| "name": "Ostrava-City District", | |
| "state_code": "806" | |
| }, | |
| { | |
| "id": 4547, | |
| "name": "Pardubice District", | |
| "state_code": "532" | |
| }, | |
| { | |
| "id": 4588, | |
| "name": "Pardubice Region", | |
| "state_code": "53" | |
| }, | |
| { | |
| "id": 4645, | |
| "name": "Pelhลimov District", | |
| "state_code": "633" | |
| }, | |
| { | |
| "id": 4560, | |
| "name": "Pรญsek District", | |
| "state_code": "314" | |
| }, | |
| { | |
| "id": 4607, | |
| "name": "Plzeล Region", | |
| "state_code": "32" | |
| }, | |
| { | |
| "id": 4544, | |
| "name": "Plzeล-City District", | |
| "state_code": "323" | |
| }, | |
| { | |
| "id": 4564, | |
| "name": "Plzeล-North District", | |
| "state_code": "325" | |
| }, | |
| { | |
| "id": 4608, | |
| "name": "Plzeล-South District", | |
| "state_code": "324" | |
| }, | |
| { | |
| "id": 4578, | |
| "name": "Prachatice District", | |
| "state_code": "315" | |
| }, | |
| { | |
| "id": 4598, | |
| "name": "Prague", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 4562, | |
| "name": "Prague 1", | |
| "state_code": "101" | |
| }, | |
| { | |
| "id": 4603, | |
| "name": "Prague 10", | |
| "state_code": "110" | |
| }, | |
| { | |
| "id": 4570, | |
| "name": "Prague 11", | |
| "state_code": "111" | |
| }, | |
| { | |
| "id": 4549, | |
| "name": "Prague 12", | |
| "state_code": "112" | |
| }, | |
| { | |
| "id": 4555, | |
| "name": "Prague 13", | |
| "state_code": "113" | |
| }, | |
| { | |
| "id": 4585, | |
| "name": "Prague 14", | |
| "state_code": "114" | |
| }, | |
| { | |
| "id": 4637, | |
| "name": "Prague 15", | |
| "state_code": "115" | |
| }, | |
| { | |
| "id": 4567, | |
| "name": "Prague 16", | |
| "state_code": "116" | |
| }, | |
| { | |
| "id": 4616, | |
| "name": "Prague 2", | |
| "state_code": "102" | |
| }, | |
| { | |
| "id": 4632, | |
| "name": "Prague 21", | |
| "state_code": "121" | |
| }, | |
| { | |
| "id": 4635, | |
| "name": "Prague 3", | |
| "state_code": "103" | |
| }, | |
| { | |
| "id": 4587, | |
| "name": "Prague 4", | |
| "state_code": "104" | |
| }, | |
| { | |
| "id": 4557, | |
| "name": "Prague 5", | |
| "state_code": "105" | |
| }, | |
| { | |
| "id": 4569, | |
| "name": "Prague 6", | |
| "state_code": "106" | |
| }, | |
| { | |
| "id": 4610, | |
| "name": "Prague 7", | |
| "state_code": "107" | |
| }, | |
| { | |
| "id": 4594, | |
| "name": "Prague 8", | |
| "state_code": "108" | |
| }, | |
| { | |
| "id": 4566, | |
| "name": "Prague 9", | |
| "state_code": "109" | |
| }, | |
| { | |
| "id": 4606, | |
| "name": "Prague-East District", | |
| "state_code": "209" | |
| }, | |
| { | |
| "id": 4619, | |
| "name": "Prague-West District", | |
| "state_code": "20A" | |
| }, | |
| { | |
| "id": 4626, | |
| "name": "Pลerov District", | |
| "state_code": "714" | |
| }, | |
| { | |
| "id": 4546, | |
| "name": "Pลรญbram District", | |
| "state_code": "20B" | |
| }, | |
| { | |
| "id": 4551, | |
| "name": "Prostฤjov District", | |
| "state_code": "713" | |
| }, | |
| { | |
| "id": 4558, | |
| "name": "Rakovnรญk District", | |
| "state_code": "20C" | |
| }, | |
| { | |
| "id": 4583, | |
| "name": "Rokycany District", | |
| "state_code": "326" | |
| }, | |
| { | |
| "id": 4636, | |
| "name": "Rychnov nad Knฤลพnou District", | |
| "state_code": "524" | |
| }, | |
| { | |
| "id": 4596, | |
| "name": "Semily District", | |
| "state_code": "514" | |
| }, | |
| { | |
| "id": 4595, | |
| "name": "Sokolov District", | |
| "state_code": "413" | |
| }, | |
| { | |
| "id": 4639, | |
| "name": "South Bohemian Region", | |
| "state_code": "31" | |
| }, | |
| { | |
| "id": 4602, | |
| "name": "South Moravian Region", | |
| "state_code": "64" | |
| }, | |
| { | |
| "id": 4628, | |
| "name": "Strakonice District", | |
| "state_code": "316" | |
| }, | |
| { | |
| "id": 4642, | |
| "name": "ล umperk District", | |
| "state_code": "715" | |
| }, | |
| { | |
| "id": 4571, | |
| "name": "Svitavy District", | |
| "state_code": "533" | |
| }, | |
| { | |
| "id": 4565, | |
| "name": "Tรกbor District", | |
| "state_code": "317" | |
| }, | |
| { | |
| "id": 4646, | |
| "name": "Tachov District", | |
| "state_code": "327" | |
| }, | |
| { | |
| "id": 4621, | |
| "name": "Teplice District", | |
| "state_code": "426" | |
| }, | |
| { | |
| "id": 4597, | |
| "name": "Tลebรญฤ District", | |
| "state_code": "634" | |
| }, | |
| { | |
| "id": 4579, | |
| "name": "Trutnov District", | |
| "state_code": "525" | |
| }, | |
| { | |
| "id": 4592, | |
| "name": "Uherskรฉ Hradiลกtฤ District", | |
| "state_code": "722" | |
| }, | |
| { | |
| "id": 4599, | |
| "name": "รstรญ nad Labem District", | |
| "state_code": "427" | |
| }, | |
| { | |
| "id": 4576, | |
| "name": "รstรญ nad Labem Region", | |
| "state_code": "42" | |
| }, | |
| { | |
| "id": 4647, | |
| "name": "รstรญ nad Orlicรญ District", | |
| "state_code": "534" | |
| }, | |
| { | |
| "id": 4572, | |
| "name": "Vsetรญn District", | |
| "state_code": "723" | |
| }, | |
| { | |
| "id": 4622, | |
| "name": "Vyลกkov District", | |
| "state_code": "646" | |
| }, | |
| { | |
| "id": 4575, | |
| "name": "Vysoฤina Region", | |
| "state_code": "63" | |
| }, | |
| { | |
| "id": 4648, | |
| "name": "ลฝฤรกr nad Sรกzavou District", | |
| "state_code": "635" | |
| }, | |
| { | |
| "id": 4563, | |
| "name": "Zlรญn District", | |
| "state_code": "724" | |
| }, | |
| { | |
| "id": 4552, | |
| "name": "Zlรญn Region", | |
| "state_code": "72" | |
| }, | |
| { | |
| "id": 4630, | |
| "name": "Znojmo District", | |
| "state_code": "647" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/c/cb/Flag_of_the_Czech_Republic.svg" | |
| }, | |
| { | |
| "name": "Denmark", | |
| "iso3": "DNK", | |
| "iso2": "DK", | |
| "phone_code": "45", | |
| "capital": "Copenhagen", | |
| "currency": "DKK", | |
| "states": [ | |
| { | |
| "id": 1530, | |
| "name": "Capital Region of Denmark", | |
| "state_code": "84" | |
| }, | |
| { | |
| "id": 1531, | |
| "name": "Central Denmark Region", | |
| "state_code": "82" | |
| }, | |
| { | |
| "id": 1532, | |
| "name": "North Denmark Region", | |
| "state_code": "81" | |
| }, | |
| { | |
| "id": 1529, | |
| "name": "Region of Southern Denmark", | |
| "state_code": "83" | |
| }, | |
| { | |
| "id": 1528, | |
| "name": "Region Zealand", | |
| "state_code": "85" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/9c/Flag_of_Denmark.svg" | |
| }, | |
| { | |
| "name": "Djibouti", | |
| "iso3": "DJI", | |
| "iso2": "DJ", | |
| "phone_code": "253", | |
| "capital": "Djibouti", | |
| "currency": "DJF", | |
| "states": [ | |
| { | |
| "id": 2933, | |
| "name": "Ali Sabieh Region", | |
| "state_code": "AS" | |
| }, | |
| { | |
| "id": 2932, | |
| "name": "Arta Region", | |
| "state_code": "AR" | |
| }, | |
| { | |
| "id": 2930, | |
| "name": "Dikhil Region", | |
| "state_code": "DI" | |
| }, | |
| { | |
| "id": 2929, | |
| "name": "Djibouti", | |
| "state_code": "DJ" | |
| }, | |
| { | |
| "id": 2928, | |
| "name": "Obock Region", | |
| "state_code": "OB" | |
| }, | |
| { | |
| "id": 2931, | |
| "name": "Tadjourah Region", | |
| "state_code": "TA" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/3/34/Flag_of_Djibouti.svg" | |
| }, | |
| { | |
| "name": "Dominica", | |
| "iso3": "DMA", | |
| "iso2": "DM", | |
| "phone_code": "+1-767", | |
| "capital": "Roseau", | |
| "currency": "XCD", | |
| "states": [ | |
| { | |
| "id": 4082, | |
| "name": "Saint Andrew Parish", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 4078, | |
| "name": "Saint David Parish", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 4079, | |
| "name": "Saint George Parish", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 4076, | |
| "name": "Saint John Parish", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 4085, | |
| "name": "Saint Joseph Parish", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 4083, | |
| "name": "Saint Luke Parish", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 4077, | |
| "name": "Saint Mark Parish", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 4080, | |
| "name": "Saint Patrick Parish", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 4084, | |
| "name": "Saint Paul Parish", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 4081, | |
| "name": "Saint Peter Parish", | |
| "state_code": "11" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/c/c4/Flag_of_Dominica.svg" | |
| }, | |
| { | |
| "name": "Dominican Republic", | |
| "iso3": "DOM", | |
| "iso2": "DO", | |
| "phone_code": "+1-809 and 1-829", | |
| "capital": "Santo Domingo", | |
| "currency": "DOP", | |
| "states": [ | |
| { | |
| "id": 4114, | |
| "name": "Azua Province", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 4105, | |
| "name": "Baoruco Province", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 4090, | |
| "name": "Barahona Province", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 4107, | |
| "name": "Dajabรณn Province", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 4095, | |
| "name": "Distrito Nacional", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 4113, | |
| "name": "Duarte Province", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 4086, | |
| "name": "El Seibo Province", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 4102, | |
| "name": "Espaillat Province", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 4106, | |
| "name": "Hato Mayor Province", | |
| "state_code": "30" | |
| }, | |
| { | |
| "id": 4089, | |
| "name": "Hermanas Mirabal Province", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 4097, | |
| "name": "Independencia", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 4109, | |
| "name": "La Altagracia Province", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 4087, | |
| "name": "La Romana Province", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 4116, | |
| "name": "La Vega Province", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 4094, | |
| "name": "Marรญa Trinidad Sรกnchez Province", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 4099, | |
| "name": "Monseรฑor Nouel Province", | |
| "state_code": "28" | |
| }, | |
| { | |
| "id": 4115, | |
| "name": "Monte Cristi Province", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 4111, | |
| "name": "Monte Plata Province", | |
| "state_code": "29" | |
| }, | |
| { | |
| "id": 4101, | |
| "name": "Pedernales Province", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 4096, | |
| "name": "Peravia Province", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 4092, | |
| "name": "Puerto Plata Province", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 4103, | |
| "name": "Samanรก Province", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 4091, | |
| "name": "San Cristรณbal Province", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 4112, | |
| "name": "San Josรฉ de Ocoa Province", | |
| "state_code": "31" | |
| }, | |
| { | |
| "id": 4098, | |
| "name": "San Juan Province", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 4110, | |
| "name": "San Pedro de Macorรญs", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 4088, | |
| "name": "Sรกnchez Ramรญrez Province", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 4108, | |
| "name": "Santiago Province", | |
| "state_code": "25" | |
| }, | |
| { | |
| "id": 4100, | |
| "name": "Santiago Rodrรญguez Province", | |
| "state_code": "26" | |
| }, | |
| { | |
| "id": 4093, | |
| "name": "Santo Domingo Province", | |
| "state_code": "32" | |
| }, | |
| { | |
| "id": 4104, | |
| "name": "Valverde Province", | |
| "state_code": "27" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/9f/Flag_of_the_Dominican_Republic.svg" | |
| }, | |
| { | |
| "name": "Timor-Leste", | |
| "iso3": "TLS", | |
| "iso2": "TL", | |
| "phone_code": "670", | |
| "capital": "Dili", | |
| "currency": "USD", | |
| "states": [ | |
| { | |
| "id": 4520, | |
| "name": "Aileu municipality", | |
| "state_code": "AL" | |
| }, | |
| { | |
| "id": 4518, | |
| "name": "Ainaro Municipality", | |
| "state_code": "AN" | |
| }, | |
| { | |
| "id": 4521, | |
| "name": "Baucau Municipality", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 4525, | |
| "name": "Bobonaro Municipality", | |
| "state_code": "BO" | |
| }, | |
| { | |
| "id": 4522, | |
| "name": "Cova Lima Municipality", | |
| "state_code": "CO" | |
| }, | |
| { | |
| "id": 4524, | |
| "name": "Dili municipality", | |
| "state_code": "DI" | |
| }, | |
| { | |
| "id": 4516, | |
| "name": "Ermera District", | |
| "state_code": "ER" | |
| }, | |
| { | |
| "id": 4523, | |
| "name": "Lautรฉm Municipality", | |
| "state_code": "LA" | |
| }, | |
| { | |
| "id": 4515, | |
| "name": "Liquiรงรก Municipality", | |
| "state_code": "LI" | |
| }, | |
| { | |
| "id": 4517, | |
| "name": "Manatuto District", | |
| "state_code": "MT" | |
| }, | |
| { | |
| "id": 4519, | |
| "name": "Manufahi Municipality", | |
| "state_code": "MF" | |
| }, | |
| { | |
| "id": 4514, | |
| "name": "Viqueque Municipality", | |
| "state_code": "VI" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/2/26/Flag_of_East_Timor.svg" | |
| }, | |
| { | |
| "name": "Ecuador", | |
| "iso3": "ECU", | |
| "iso2": "EC", | |
| "phone_code": "593", | |
| "capital": "Quito", | |
| "currency": "USD", | |
| "states": [ | |
| { | |
| "id": 2923, | |
| "name": "Azuay Province", | |
| "state_code": "A" | |
| }, | |
| { | |
| "id": 2920, | |
| "name": "Bolรญvar Province", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 2917, | |
| "name": "Caรฑar Province", | |
| "state_code": "F" | |
| }, | |
| { | |
| "id": 2915, | |
| "name": "Carchi Province", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 2925, | |
| "name": "Chimborazo Province", | |
| "state_code": "H" | |
| }, | |
| { | |
| "id": 2921, | |
| "name": "Cotopaxi Province", | |
| "state_code": "X" | |
| }, | |
| { | |
| "id": 2924, | |
| "name": "El Oro Province", | |
| "state_code": "O" | |
| }, | |
| { | |
| "id": 2922, | |
| "name": "Esmeraldas", | |
| "state_code": "E" | |
| }, | |
| { | |
| "id": 2905, | |
| "name": "Galรกpagos Province", | |
| "state_code": "W" | |
| }, | |
| { | |
| "id": 2914, | |
| "name": "Guayas Province", | |
| "state_code": "G" | |
| }, | |
| { | |
| "id": 2911, | |
| "name": "Imbabura Province", | |
| "state_code": "I" | |
| }, | |
| { | |
| "id": 2910, | |
| "name": "Los Rรญos Province", | |
| "state_code": "R" | |
| }, | |
| { | |
| "id": 2913, | |
| "name": "Manabรญ Province", | |
| "state_code": "M" | |
| }, | |
| { | |
| "id": 2918, | |
| "name": "Morona-Santiago Province", | |
| "state_code": "S" | |
| }, | |
| { | |
| "id": 2916, | |
| "name": "Napo Province", | |
| "state_code": "N" | |
| }, | |
| { | |
| "id": 2926, | |
| "name": "Orellana Province", | |
| "state_code": "D" | |
| }, | |
| { | |
| "id": 2907, | |
| "name": "Pastaza Province", | |
| "state_code": "Y" | |
| }, | |
| { | |
| "id": 2927, | |
| "name": "Pichincha Province", | |
| "state_code": "P" | |
| }, | |
| { | |
| "id": 2912, | |
| "name": "Santa Elena Province", | |
| "state_code": "SE" | |
| }, | |
| { | |
| "id": 2919, | |
| "name": "Santo Domingo de los Tsรกchilas Province", | |
| "state_code": "SD" | |
| }, | |
| { | |
| "id": 2906, | |
| "name": "Sucumbรญos Province", | |
| "state_code": "U" | |
| }, | |
| { | |
| "id": 2908, | |
| "name": "Tungurahua Province", | |
| "state_code": "T" | |
| }, | |
| { | |
| "id": 2909, | |
| "name": "Zamora-Chinchipe Province", | |
| "state_code": "Z" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/e/e8/Flag_of_Ecuador.svg" | |
| }, | |
| { | |
| "name": "Egypt", | |
| "iso3": "EGY", | |
| "iso2": "EG", | |
| "phone_code": "20", | |
| "capital": "Cairo", | |
| "currency": "EGP", | |
| "states": [ | |
| { | |
| "id": 3235, | |
| "name": "Alexandria Governorate", | |
| "state_code": "ALX" | |
| }, | |
| { | |
| "id": 3225, | |
| "name": "Aswan Governorate", | |
| "state_code": "ASN" | |
| }, | |
| { | |
| "id": 3236, | |
| "name": "Asyut Governorate", | |
| "state_code": "AST" | |
| }, | |
| { | |
| "id": 3241, | |
| "name": "Beheira Governorate", | |
| "state_code": "BH" | |
| }, | |
| { | |
| "id": 3230, | |
| "name": "Beni Suef Governorate", | |
| "state_code": "BNS" | |
| }, | |
| { | |
| "id": 3223, | |
| "name": "Cairo Governorate", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 3245, | |
| "name": "Dakahlia Governorate", | |
| "state_code": "DK" | |
| }, | |
| { | |
| "id": 3224, | |
| "name": "Damietta Governorate", | |
| "state_code": "DT" | |
| }, | |
| { | |
| "id": 3238, | |
| "name": "Faiyum Governorate", | |
| "state_code": "FYM" | |
| }, | |
| { | |
| "id": 3234, | |
| "name": "Gharbia Governorate", | |
| "state_code": "GH" | |
| }, | |
| { | |
| "id": 3239, | |
| "name": "Giza Governorate", | |
| "state_code": "GZ" | |
| }, | |
| { | |
| "id": 3244, | |
| "name": "Ismailia Governorate", | |
| "state_code": "IS" | |
| }, | |
| { | |
| "id": 3222, | |
| "name": "Kafr el-Sheikh Governorate", | |
| "state_code": "KFS" | |
| }, | |
| { | |
| "id": 3242, | |
| "name": "Luxor Governorate", | |
| "state_code": "LX" | |
| }, | |
| { | |
| "id": 3231, | |
| "name": "Matrouh Governorate", | |
| "state_code": "MT" | |
| }, | |
| { | |
| "id": 3243, | |
| "name": "Minya Governorate", | |
| "state_code": "MN" | |
| }, | |
| { | |
| "id": 3228, | |
| "name": "Monufia Governorate", | |
| "state_code": "MNF" | |
| }, | |
| { | |
| "id": 3246, | |
| "name": "New Valley Governorate", | |
| "state_code": "WAD" | |
| }, | |
| { | |
| "id": 3227, | |
| "name": "North Sinai Governorate", | |
| "state_code": "SIN" | |
| }, | |
| { | |
| "id": 3229, | |
| "name": "Port Said Governorate", | |
| "state_code": "PTS" | |
| }, | |
| { | |
| "id": 3232, | |
| "name": "Qalyubia Governorate", | |
| "state_code": "KB" | |
| }, | |
| { | |
| "id": 3247, | |
| "name": "Qena Governorate", | |
| "state_code": "KN" | |
| }, | |
| { | |
| "id": 3240, | |
| "name": "Red Sea Governorate", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 3226, | |
| "name": "Sohag Governorate", | |
| "state_code": "SHG" | |
| }, | |
| { | |
| "id": 3237, | |
| "name": "South Sinai Governorate", | |
| "state_code": "JS" | |
| }, | |
| { | |
| "id": 3233, | |
| "name": "Suez Governorate", | |
| "state_code": "SUZ" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/f/fe/Flag_of_Egypt.svg" | |
| }, | |
| { | |
| "name": "El Salvador", | |
| "iso3": "SLV", | |
| "iso2": "SV", | |
| "phone_code": "503", | |
| "capital": "San Salvador", | |
| "currency": "USD", | |
| "states": [ | |
| { | |
| "id": 4139, | |
| "name": "Ahuachapรกn Department", | |
| "state_code": "AH" | |
| }, | |
| { | |
| "id": 4132, | |
| "name": "Cabaรฑas Department", | |
| "state_code": "CA" | |
| }, | |
| { | |
| "id": 4131, | |
| "name": "Chalatenango Department", | |
| "state_code": "CH" | |
| }, | |
| { | |
| "id": 4137, | |
| "name": "Cuscatlรกn Department", | |
| "state_code": "CU" | |
| }, | |
| { | |
| "id": 4134, | |
| "name": "La Libertad Department", | |
| "state_code": "LI" | |
| }, | |
| { | |
| "id": 4136, | |
| "name": "La Paz Department", | |
| "state_code": "PA" | |
| }, | |
| { | |
| "id": 4138, | |
| "name": "La Uniรณn Department", | |
| "state_code": "UN" | |
| }, | |
| { | |
| "id": 4130, | |
| "name": "Morazรกn Department", | |
| "state_code": "MO" | |
| }, | |
| { | |
| "id": 4135, | |
| "name": "San Miguel Department", | |
| "state_code": "SM" | |
| }, | |
| { | |
| "id": 4133, | |
| "name": "San Salvador Department", | |
| "state_code": "SS" | |
| }, | |
| { | |
| "id": 4127, | |
| "name": "San Vicente Department", | |
| "state_code": "SV" | |
| }, | |
| { | |
| "id": 4128, | |
| "name": "Santa Ana Department", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 4140, | |
| "name": "Sonsonate Department", | |
| "state_code": "SO" | |
| }, | |
| { | |
| "id": 4129, | |
| "name": "Usulutรกn Department", | |
| "state_code": "US" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/3/34/Flag_of_El_Salvador.svg" | |
| }, | |
| { | |
| "name": "Equatorial Guinea", | |
| "iso3": "GNQ", | |
| "iso2": "GQ", | |
| "phone_code": "240", | |
| "capital": "Malabo", | |
| "currency": "XAF", | |
| "states": [ | |
| { | |
| "id": 3444, | |
| "name": "Annobรณn Province", | |
| "state_code": "AN" | |
| }, | |
| { | |
| "id": 3446, | |
| "name": "Bioko Norte Province", | |
| "state_code": "BN" | |
| }, | |
| { | |
| "id": 3443, | |
| "name": "Bioko Sur Province", | |
| "state_code": "BS" | |
| }, | |
| { | |
| "id": 3445, | |
| "name": "Centro Sur Province", | |
| "state_code": "CS" | |
| }, | |
| { | |
| "id": 3442, | |
| "name": "Insular Region", | |
| "state_code": "I" | |
| }, | |
| { | |
| "id": 3439, | |
| "name": "Kiรฉ-Ntem Province", | |
| "state_code": "KN" | |
| }, | |
| { | |
| "id": 3441, | |
| "name": "Litoral Province", | |
| "state_code": "LI" | |
| }, | |
| { | |
| "id": 3438, | |
| "name": "Rรญo Muni", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 3440, | |
| "name": "Wele-Nzas Province", | |
| "state_code": "WN" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/3/31/Flag_of_Equatorial_Guinea.svg" | |
| }, | |
| { | |
| "name": "Eritrea", | |
| "iso3": "ERI", | |
| "iso2": "ER", | |
| "phone_code": "291", | |
| "capital": "Asmara", | |
| "currency": "ERN", | |
| "states": [ | |
| { | |
| "id": 3425, | |
| "name": "Anseba Region", | |
| "state_code": "AN" | |
| }, | |
| { | |
| "id": 3427, | |
| "name": "Debub Region", | |
| "state_code": "DU" | |
| }, | |
| { | |
| "id": 3428, | |
| "name": "Gash-Barka Region", | |
| "state_code": "GB" | |
| }, | |
| { | |
| "id": 3426, | |
| "name": "Maekel Region", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 3424, | |
| "name": "Northern Red Sea Region", | |
| "state_code": "SK" | |
| }, | |
| { | |
| "id": 3429, | |
| "name": "Southern Red Sea Region", | |
| "state_code": "DK" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/2/29/Flag_of_Eritrea.svg" | |
| }, | |
| { | |
| "name": "Estonia", | |
| "iso3": "EST", | |
| "iso2": "EE", | |
| "phone_code": "372", | |
| "capital": "Tallinn", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 3567, | |
| "name": "Harju County", | |
| "state_code": "37" | |
| }, | |
| { | |
| "id": 3555, | |
| "name": "Hiiu County", | |
| "state_code": "39" | |
| }, | |
| { | |
| "id": 3569, | |
| "name": "Ida-Viru County", | |
| "state_code": "44" | |
| }, | |
| { | |
| "id": 3566, | |
| "name": "Jรคrva County", | |
| "state_code": "51" | |
| }, | |
| { | |
| "id": 3565, | |
| "name": "Jรตgeva County", | |
| "state_code": "49" | |
| }, | |
| { | |
| "id": 3568, | |
| "name": "Lรครคne County", | |
| "state_code": "57" | |
| }, | |
| { | |
| "id": 3564, | |
| "name": "Lรครคne-Viru County", | |
| "state_code": "59" | |
| }, | |
| { | |
| "id": 3562, | |
| "name": "Pรคrnu County", | |
| "state_code": "67" | |
| }, | |
| { | |
| "id": 3563, | |
| "name": "Pรตlva County", | |
| "state_code": "65" | |
| }, | |
| { | |
| "id": 3559, | |
| "name": "Rapla County", | |
| "state_code": "70" | |
| }, | |
| { | |
| "id": 3561, | |
| "name": "Saare County", | |
| "state_code": "74" | |
| }, | |
| { | |
| "id": 3557, | |
| "name": "Tartu County", | |
| "state_code": "78" | |
| }, | |
| { | |
| "id": 3558, | |
| "name": "Valga County", | |
| "state_code": "82" | |
| }, | |
| { | |
| "id": 3556, | |
| "name": "Viljandi County", | |
| "state_code": "84" | |
| }, | |
| { | |
| "id": 3560, | |
| "name": "Vรตru County", | |
| "state_code": "86" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/8/8f/Flag_of_Estonia.svg" | |
| }, | |
| { | |
| "name": "Ethiopia", | |
| "iso3": "ETH", | |
| "iso2": "ET", | |
| "phone_code": "251", | |
| "capital": "Addis Ababa", | |
| "currency": "ETB", | |
| "states": [ | |
| { | |
| "id": 11, | |
| "name": "Addis Ababa", | |
| "state_code": "AA" | |
| }, | |
| { | |
| "id": 6, | |
| "name": "Afar Region", | |
| "state_code": "AF" | |
| }, | |
| { | |
| "id": 3, | |
| "name": "Amhara Region", | |
| "state_code": "AM" | |
| }, | |
| { | |
| "id": 9, | |
| "name": "Benishangul-Gumuz Region", | |
| "state_code": "BE" | |
| }, | |
| { | |
| "id": 8, | |
| "name": "Dire Dawa", | |
| "state_code": "DD" | |
| }, | |
| { | |
| "id": 10, | |
| "name": "Gambela Region", | |
| "state_code": "GA" | |
| }, | |
| { | |
| "id": 7, | |
| "name": "Harari Region", | |
| "state_code": "HA" | |
| }, | |
| { | |
| "id": 5, | |
| "name": "Oromia Region", | |
| "state_code": "OR" | |
| }, | |
| { | |
| "id": 2, | |
| "name": "Somali Region", | |
| "state_code": "SO" | |
| }, | |
| { | |
| "id": 1, | |
| "name": "Southern Nations, Nationalities, and Peoples' Region", | |
| "state_code": "SN" | |
| }, | |
| { | |
| "id": 4, | |
| "name": "Tigray Region", | |
| "state_code": "TI" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/7/71/Flag_of_Ethiopia.svg" | |
| }, | |
| { | |
| "name": "Falkland Islands", | |
| "iso3": "FLK", | |
| "iso2": "FK", | |
| "phone_code": "500", | |
| "capital": "Stanley", | |
| "currency": "FKP", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/8/83/Flag_of_the_Falkland_Islands.svg" | |
| }, | |
| { | |
| "name": "Faroe Islands", | |
| "iso3": "FRO", | |
| "iso2": "FO", | |
| "phone_code": "298", | |
| "capital": "Torshavn", | |
| "currency": "DKK", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/3/3c/Flag_of_the_Faroe_Islands.svg" | |
| }, | |
| { | |
| "name": "Fiji Islands", | |
| "iso3": "FJI", | |
| "iso2": "FJ", | |
| "phone_code": "679", | |
| "capital": "Suva", | |
| "currency": "FJD", | |
| "states": [ | |
| { | |
| "id": 1917, | |
| "name": "Ba", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 1930, | |
| "name": "Bua", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 1924, | |
| "name": "Cakaudrove", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 1929, | |
| "name": "Central Division", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 1932, | |
| "name": "Eastern Division", | |
| "state_code": "E" | |
| }, | |
| { | |
| "id": 1934, | |
| "name": "Kadavu", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 1933, | |
| "name": "Lau", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 1916, | |
| "name": "Lomaiviti", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 1922, | |
| "name": "Macuata", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 1919, | |
| "name": "Nadroga-Navosa", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 1927, | |
| "name": "Naitasiri", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 1928, | |
| "name": "Namosi", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 1921, | |
| "name": "Northern Division", | |
| "state_code": "N" | |
| }, | |
| { | |
| "id": 1926, | |
| "name": "Ra", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 1920, | |
| "name": "Rewa", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 1931, | |
| "name": "Rotuma", | |
| "state_code": "R" | |
| }, | |
| { | |
| "id": 1925, | |
| "name": "Serua", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 1918, | |
| "name": "Tailevu", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 1923, | |
| "name": "Western Division", | |
| "state_code": "W" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/b/ba/Flag_of_Fiji.svg" | |
| }, | |
| { | |
| "name": "Finland", | |
| "iso3": "FIN", | |
| "iso2": "FI", | |
| "phone_code": "358", | |
| "capital": "Helsinki", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 1509, | |
| "name": "ร land Islands", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 1511, | |
| "name": "Central Finland", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 1494, | |
| "name": "Central Ostrobothnia", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 1492, | |
| "name": "Eastern Finland Province", | |
| "state_code": "IS" | |
| }, | |
| { | |
| "id": 1507, | |
| "name": "Finland Proper", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 1496, | |
| "name": "Kainuu", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 1512, | |
| "name": "Kymenlaakso", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 1500, | |
| "name": "Lapland", | |
| "state_code": "LL" | |
| }, | |
| { | |
| "id": 1504, | |
| "name": "North Karelia", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 1505, | |
| "name": "Northern Ostrobothnia", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 1503, | |
| "name": "Northern Savonia", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 1508, | |
| "name": "Ostrobothnia", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 1499, | |
| "name": "Oulu Province", | |
| "state_code": "OL" | |
| }, | |
| { | |
| "id": 1502, | |
| "name": "Pรคijรคnne Tavastia", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 1506, | |
| "name": "Pirkanmaa", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 1501, | |
| "name": "Satakunta", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 1497, | |
| "name": "South Karelia", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 1498, | |
| "name": "Southern Ostrobothnia", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 1495, | |
| "name": "Southern Savonia", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 1493, | |
| "name": "Tavastia Proper", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 1510, | |
| "name": "Uusimaa", | |
| "state_code": "18" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/b/bc/Flag_of_Finland.svg" | |
| }, | |
| { | |
| "name": "France", | |
| "iso3": "FRA", | |
| "iso2": "FR", | |
| "phone_code": "33", | |
| "capital": "Paris", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 4800, | |
| "name": "Alo", | |
| "state_code": "WF-AL" | |
| }, | |
| { | |
| "id": 4811, | |
| "name": "Alsace", | |
| "state_code": "A" | |
| }, | |
| { | |
| "id": 4808, | |
| "name": "Aquitaine", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 4789, | |
| "name": "Auvergne", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 4798, | |
| "name": "Auvergne-Rhรดne-Alpes", | |
| "state_code": "ARA" | |
| }, | |
| { | |
| "id": 4825, | |
| "name": "Bourgogne-Franche-Comtรฉ", | |
| "state_code": "BFC" | |
| }, | |
| { | |
| "id": 4807, | |
| "name": "Brittany", | |
| "state_code": "BRE" | |
| }, | |
| { | |
| "id": 4788, | |
| "name": "Burgundy", | |
| "state_code": "D" | |
| }, | |
| { | |
| "id": 4818, | |
| "name": "Centre-Val de Loire", | |
| "state_code": "CVL" | |
| }, | |
| { | |
| "id": 4791, | |
| "name": "Champagne-Ardenne", | |
| "state_code": "G" | |
| }, | |
| { | |
| "id": 4806, | |
| "name": "Corsica", | |
| "state_code": "COR" | |
| }, | |
| { | |
| "id": 4805, | |
| "name": "Franche-Comtรฉ", | |
| "state_code": "I" | |
| }, | |
| { | |
| "id": 4822, | |
| "name": "French Guiana", | |
| "state_code": "GF" | |
| }, | |
| { | |
| "id": 4824, | |
| "name": "French Polynesia", | |
| "state_code": "PF" | |
| }, | |
| { | |
| "id": 4820, | |
| "name": "Grand Est", | |
| "state_code": "GES" | |
| }, | |
| { | |
| "id": 4829, | |
| "name": "Guadeloupe", | |
| "state_code": "GP" | |
| }, | |
| { | |
| "id": 4828, | |
| "name": "Hauts-de-France", | |
| "state_code": "HDF" | |
| }, | |
| { | |
| "id": 4796, | |
| "name": "รle-de-France", | |
| "state_code": "IDF" | |
| }, | |
| { | |
| "id": 4803, | |
| "name": "Languedoc-Roussillon", | |
| "state_code": "K" | |
| }, | |
| { | |
| "id": 4792, | |
| "name": "Limousin", | |
| "state_code": "L" | |
| }, | |
| { | |
| "id": 4801, | |
| "name": "Lorraine", | |
| "state_code": "M" | |
| }, | |
| { | |
| "id": 4814, | |
| "name": "Lower Normandy", | |
| "state_code": "P" | |
| }, | |
| { | |
| "id": 4827, | |
| "name": "Martinique", | |
| "state_code": "MQ" | |
| }, | |
| { | |
| "id": 4797, | |
| "name": "Mayotte", | |
| "state_code": "YT" | |
| }, | |
| { | |
| "id": 4793, | |
| "name": "Nord-Pas-de-Calais", | |
| "state_code": "O" | |
| }, | |
| { | |
| "id": 4804, | |
| "name": "Normandy", | |
| "state_code": "NOR" | |
| }, | |
| { | |
| "id": 4795, | |
| "name": "Nouvelle-Aquitaine", | |
| "state_code": "NAQ" | |
| }, | |
| { | |
| "id": 4799, | |
| "name": "Occitania", | |
| "state_code": "OCC" | |
| }, | |
| { | |
| "id": 4816, | |
| "name": "Paris", | |
| "state_code": "75" | |
| }, | |
| { | |
| "id": 4802, | |
| "name": "Pays de la Loire", | |
| "state_code": "PDL" | |
| }, | |
| { | |
| "id": 4790, | |
| "name": "Picardy", | |
| "state_code": "S" | |
| }, | |
| { | |
| "id": 4815, | |
| "name": "Poitou-Charentes", | |
| "state_code": "T" | |
| }, | |
| { | |
| "id": 4812, | |
| "name": "Provence-Alpes-Cรดte d'Azur", | |
| "state_code": "PAC" | |
| }, | |
| { | |
| "id": 4823, | |
| "name": "Rรฉunion", | |
| "state_code": "RE" | |
| }, | |
| { | |
| "id": 4813, | |
| "name": "Rhรดne-Alpes", | |
| "state_code": "V" | |
| }, | |
| { | |
| "id": 4794, | |
| "name": "Saint Barthรฉlemy", | |
| "state_code": "BL" | |
| }, | |
| { | |
| "id": 4809, | |
| "name": "Saint Martin", | |
| "state_code": "MF" | |
| }, | |
| { | |
| "id": 4821, | |
| "name": "Saint Pierre and Miquelon", | |
| "state_code": "PM" | |
| }, | |
| { | |
| "id": 4819, | |
| "name": "Sigave", | |
| "state_code": "WF-SG" | |
| }, | |
| { | |
| "id": 4826, | |
| "name": "Upper Normandy", | |
| "state_code": "Q" | |
| }, | |
| { | |
| "id": 4817, | |
| "name": "Uvea", | |
| "state_code": "WF-UV" | |
| }, | |
| { | |
| "id": 4810, | |
| "name": "Wallis and Futuna", | |
| "state_code": "WF" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/en/c/c3/Flag_of_France.svg" | |
| }, | |
| { | |
| "name": "French Polynesia", | |
| "iso3": "PYF", | |
| "iso2": "PF", | |
| "phone_code": "689", | |
| "capital": "Papeete", | |
| "currency": "XPF", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/db/Flag_of_French_Polynesia.svg" | |
| }, | |
| { | |
| "name": "French Southern Territories", | |
| "iso3": "ATF", | |
| "iso2": "TF", | |
| "phone_code": "", | |
| "capital": "Port-aux-Francais", | |
| "currency": "EUR", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/a/a7/Flag_of_the_French_Southern_and_Antarctic_Lands.svg" | |
| }, | |
| { | |
| "name": "Gabon", | |
| "iso3": "GAB", | |
| "iso2": "GA", | |
| "phone_code": "241", | |
| "capital": "Libreville", | |
| "currency": "XAF", | |
| "states": [ | |
| { | |
| "id": 2727, | |
| "name": "Estuaire Province", | |
| "state_code": "1" | |
| }, | |
| { | |
| "id": 2726, | |
| "name": "Haut-Ogoouรฉ Province", | |
| "state_code": "2" | |
| }, | |
| { | |
| "id": 2730, | |
| "name": "Moyen-Ogoouรฉ Province", | |
| "state_code": "3" | |
| }, | |
| { | |
| "id": 2731, | |
| "name": "Ngouniรฉ Province", | |
| "state_code": "4" | |
| }, | |
| { | |
| "id": 2725, | |
| "name": "Nyanga Province", | |
| "state_code": "5" | |
| }, | |
| { | |
| "id": 2724, | |
| "name": "Ogoouรฉ-Ivindo Province", | |
| "state_code": "6" | |
| }, | |
| { | |
| "id": 2729, | |
| "name": "Ogoouรฉ-Lolo Province", | |
| "state_code": "7" | |
| }, | |
| { | |
| "id": 2728, | |
| "name": "Ogoouรฉ-Maritime Province", | |
| "state_code": "8" | |
| }, | |
| { | |
| "id": 2723, | |
| "name": "Woleu-Ntem Province", | |
| "state_code": "9" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/04/Flag_of_Gabon.svg" | |
| }, | |
| { | |
| "name": "Gambia The", | |
| "iso3": "GMB", | |
| "iso2": "GM", | |
| "phone_code": "220", | |
| "capital": "Banjul", | |
| "currency": "GMD", | |
| "states": [ | |
| { | |
| "id": 2666, | |
| "name": "Banjul", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 2669, | |
| "name": "Central River Division", | |
| "state_code": "M" | |
| }, | |
| { | |
| "id": 2670, | |
| "name": "Lower River Division", | |
| "state_code": "L" | |
| }, | |
| { | |
| "id": 2671, | |
| "name": "North Bank Division", | |
| "state_code": "N" | |
| }, | |
| { | |
| "id": 2668, | |
| "name": "Upper River Division", | |
| "state_code": "U" | |
| }, | |
| { | |
| "id": 2667, | |
| "name": "West Coast Division", | |
| "state_code": "W" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/7/77/Flag_of_The_Gambia.svg" | |
| }, | |
| { | |
| "name": "Georgia", | |
| "iso3": "GEO", | |
| "iso2": "GE", | |
| "phone_code": "995", | |
| "capital": "Tbilisi", | |
| "currency": "GEL", | |
| "states": [ | |
| { | |
| "id": 900, | |
| "name": "Adjara", | |
| "state_code": "AJ" | |
| }, | |
| { | |
| "id": 901, | |
| "name": "Autonomous Republic of Abkhazia", | |
| "state_code": "AB" | |
| }, | |
| { | |
| "id": 907, | |
| "name": "Guria", | |
| "state_code": "GU" | |
| }, | |
| { | |
| "id": 905, | |
| "name": "Imereti", | |
| "state_code": "IM" | |
| }, | |
| { | |
| "id": 910, | |
| "name": "Kakheti", | |
| "state_code": "KA" | |
| }, | |
| { | |
| "id": 897, | |
| "name": "Khelvachauri Municipality", | |
| "state_code": "29" | |
| }, | |
| { | |
| "id": 904, | |
| "name": "Kvemo Kartli", | |
| "state_code": "KK" | |
| }, | |
| { | |
| "id": 902, | |
| "name": "Mtskheta-Mtianeti", | |
| "state_code": "MM" | |
| }, | |
| { | |
| "id": 909, | |
| "name": "Racha-Lechkhumi and Kvemo Svaneti", | |
| "state_code": "RL" | |
| }, | |
| { | |
| "id": 908, | |
| "name": "Samegrelo-Zemo Svaneti", | |
| "state_code": "SZ" | |
| }, | |
| { | |
| "id": 906, | |
| "name": "Samtskhe-Javakheti", | |
| "state_code": "SJ" | |
| }, | |
| { | |
| "id": 898, | |
| "name": "Senaki Municipality", | |
| "state_code": "50" | |
| }, | |
| { | |
| "id": 903, | |
| "name": "Shida Kartli", | |
| "state_code": "SK" | |
| }, | |
| { | |
| "id": 899, | |
| "name": "Tbilisi", | |
| "state_code": "TB" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/0f/Flag_of_Georgia.svg" | |
| }, | |
| { | |
| "name": "Germany", | |
| "iso3": "DEU", | |
| "iso2": "DE", | |
| "phone_code": "49", | |
| "capital": "Berlin", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 3006, | |
| "name": "Baden-Wรผrttemberg", | |
| "state_code": "BW" | |
| }, | |
| { | |
| "id": 3009, | |
| "name": "Bavaria", | |
| "state_code": "BY" | |
| }, | |
| { | |
| "id": 3010, | |
| "name": "Berlin", | |
| "state_code": "BE" | |
| }, | |
| { | |
| "id": 3013, | |
| "name": "Brandenburg", | |
| "state_code": "BB" | |
| }, | |
| { | |
| "id": 3014, | |
| "name": "Bremen", | |
| "state_code": "HB" | |
| }, | |
| { | |
| "id": 3016, | |
| "name": "Hamburg", | |
| "state_code": "HH" | |
| }, | |
| { | |
| "id": 3018, | |
| "name": "Hesse", | |
| "state_code": "HE" | |
| }, | |
| { | |
| "id": 3008, | |
| "name": "Lower Saxony", | |
| "state_code": "NI" | |
| }, | |
| { | |
| "id": 3007, | |
| "name": "Mecklenburg-Vorpommern", | |
| "state_code": "MV" | |
| }, | |
| { | |
| "id": 3017, | |
| "name": "North Rhine-Westphalia", | |
| "state_code": "NW" | |
| }, | |
| { | |
| "id": 3019, | |
| "name": "Rhineland-Palatinate", | |
| "state_code": "RP" | |
| }, | |
| { | |
| "id": 3020, | |
| "name": "Saarland", | |
| "state_code": "SL" | |
| }, | |
| { | |
| "id": 3021, | |
| "name": "Saxony", | |
| "state_code": "SN" | |
| }, | |
| { | |
| "id": 3011, | |
| "name": "Saxony-Anhalt", | |
| "state_code": "ST" | |
| }, | |
| { | |
| "id": 3005, | |
| "name": "Schleswig-Holstein", | |
| "state_code": "SH" | |
| }, | |
| { | |
| "id": 3015, | |
| "name": "Thuringia", | |
| "state_code": "TH" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/en/b/ba/Flag_of_Germany.svg" | |
| }, | |
| { | |
| "name": "Ghana", | |
| "iso3": "GHA", | |
| "iso2": "GH", | |
| "phone_code": "233", | |
| "capital": "Accra", | |
| "currency": "GHS", | |
| "states": [ | |
| { | |
| "id": 48, | |
| "name": "Ashanti Region", | |
| "state_code": "AH" | |
| }, | |
| { | |
| "id": 53, | |
| "name": "Brong-Ahafo Region", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 52, | |
| "name": "Central Region", | |
| "state_code": "CP" | |
| }, | |
| { | |
| "id": 50, | |
| "name": "Eastern Region", | |
| "state_code": "EP" | |
| }, | |
| { | |
| "id": 54, | |
| "name": "Greater Accra Region", | |
| "state_code": "AA" | |
| }, | |
| { | |
| "id": 51, | |
| "name": "Northern Region", | |
| "state_code": "NP" | |
| }, | |
| { | |
| "id": 55, | |
| "name": "Upper East Region", | |
| "state_code": "UE" | |
| }, | |
| { | |
| "id": 57, | |
| "name": "Upper West Region", | |
| "state_code": "UW" | |
| }, | |
| { | |
| "id": 56, | |
| "name": "Volta Region", | |
| "state_code": "TV" | |
| }, | |
| { | |
| "id": 49, | |
| "name": "Western Region", | |
| "state_code": "WP" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/1/19/Flag_of_Ghana.svg" | |
| }, | |
| { | |
| "name": "Gibraltar", | |
| "iso3": "GIB", | |
| "iso2": "GI", | |
| "phone_code": "350", | |
| "capital": "Gibraltar", | |
| "currency": "GIP", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/02/Flag_of_Gibraltar.svg" | |
| }, | |
| { | |
| "name": "Greece", | |
| "iso3": "GRC", | |
| "iso2": "GR", | |
| "phone_code": "30", | |
| "capital": "Athens", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 2116, | |
| "name": "Achaea Regional Unit", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 2123, | |
| "name": "Aetolia-Acarnania Regional Unit", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 2098, | |
| "name": "Arcadia Prefecture", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 2105, | |
| "name": "Argolis Regional Unit", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 2122, | |
| "name": "Attica Region", | |
| "state_code": "I" | |
| }, | |
| { | |
| "id": 2126, | |
| "name": "Boeotia Regional Unit", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 2128, | |
| "name": "Central Greece Region", | |
| "state_code": "H" | |
| }, | |
| { | |
| "id": 2125, | |
| "name": "Central Macedonia", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 2115, | |
| "name": "Chania Regional Unit", | |
| "state_code": "94" | |
| }, | |
| { | |
| "id": 2124, | |
| "name": "Corfu Prefecture", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 2129, | |
| "name": "Corinthia Regional Unit", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 2109, | |
| "name": "Crete Region", | |
| "state_code": "M" | |
| }, | |
| { | |
| "id": 2130, | |
| "name": "Drama Regional Unit", | |
| "state_code": "52" | |
| }, | |
| { | |
| "id": 2120, | |
| "name": "East Attica Regional Unit", | |
| "state_code": "A2" | |
| }, | |
| { | |
| "id": 2117, | |
| "name": "East Macedonia and Thrace", | |
| "state_code": "A" | |
| }, | |
| { | |
| "id": 2110, | |
| "name": "Epirus Region", | |
| "state_code": "D" | |
| }, | |
| { | |
| "id": 2101, | |
| "name": "Euboea", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 2102, | |
| "name": "Grevena Prefecture", | |
| "state_code": "51" | |
| }, | |
| { | |
| "id": 2099, | |
| "name": "Imathia Regional Unit", | |
| "state_code": "53" | |
| }, | |
| { | |
| "id": 2113, | |
| "name": "Ioannina Regional Unit", | |
| "state_code": "33" | |
| }, | |
| { | |
| "id": 2131, | |
| "name": "Ionian Islands Region", | |
| "state_code": "F" | |
| }, | |
| { | |
| "id": 2095, | |
| "name": "Karditsa Regional Unit", | |
| "state_code": "41" | |
| }, | |
| { | |
| "id": 2100, | |
| "name": "Kastoria Regional Unit", | |
| "state_code": "56" | |
| }, | |
| { | |
| "id": 2127, | |
| "name": "Kefalonia Prefecture", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 2111, | |
| "name": "Kilkis Regional Unit", | |
| "state_code": "57" | |
| }, | |
| { | |
| "id": 2112, | |
| "name": "Kozani Prefecture", | |
| "state_code": "58" | |
| }, | |
| { | |
| "id": 2106, | |
| "name": "Laconia", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 2132, | |
| "name": "Larissa Prefecture", | |
| "state_code": "42" | |
| }, | |
| { | |
| "id": 2104, | |
| "name": "Lefkada Regional Unit", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 2107, | |
| "name": "Pella Regional Unit", | |
| "state_code": "59" | |
| }, | |
| { | |
| "id": 2119, | |
| "name": "Peloponnese Region", | |
| "state_code": "J" | |
| }, | |
| { | |
| "id": 2114, | |
| "name": "Phthiotis Prefecture", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 2103, | |
| "name": "Preveza Prefecture", | |
| "state_code": "34" | |
| }, | |
| { | |
| "id": 2121, | |
| "name": "Serres Prefecture", | |
| "state_code": "62" | |
| }, | |
| { | |
| "id": 2118, | |
| "name": "South Aegean", | |
| "state_code": "L" | |
| }, | |
| { | |
| "id": 2097, | |
| "name": "Thessaloniki Regional Unit", | |
| "state_code": "54" | |
| }, | |
| { | |
| "id": 2096, | |
| "name": "West Greece Region", | |
| "state_code": "G" | |
| }, | |
| { | |
| "id": 2108, | |
| "name": "West Macedonia Region", | |
| "state_code": "C" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/5/5c/Flag_of_Greece.svg" | |
| }, | |
| { | |
| "name": "Greenland", | |
| "iso3": "GRL", | |
| "iso2": "GL", | |
| "phone_code": "299", | |
| "capital": "Nuuk", | |
| "currency": "DKK", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/09/Flag_of_Greenland.svg" | |
| }, | |
| { | |
| "name": "Grenada", | |
| "iso3": "GRD", | |
| "iso2": "GD", | |
| "phone_code": "+1-473", | |
| "capital": "St. George's", | |
| "currency": "XCD", | |
| "states": [ | |
| { | |
| "id": 3867, | |
| "name": "Carriacou and Petite Martinique", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 3865, | |
| "name": "Saint Andrew Parish", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 3869, | |
| "name": "Saint David Parish", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 3864, | |
| "name": "Saint George Parish", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 3868, | |
| "name": "Saint John Parish", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 3866, | |
| "name": "Saint Mark Parish", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 3863, | |
| "name": "Saint Patrick Parish", | |
| "state_code": "06" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/b/bc/Flag_of_Grenada.svg" | |
| }, | |
| { | |
| "name": "Guadeloupe", | |
| "iso3": "GLP", | |
| "iso2": "GP", | |
| "phone_code": "590", | |
| "capital": "Basse-Terre", | |
| "currency": "EUR", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/7/7d/Flag_of_Guadeloupe_%28local%29_variant.svg" | |
| }, | |
| { | |
| "name": "Guam", | |
| "iso3": "GUM", | |
| "iso2": "GU", | |
| "phone_code": "+1-671", | |
| "capital": "Hagatna", | |
| "currency": "USD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/07/Flag_of_Guam.svg" | |
| }, | |
| { | |
| "name": "Guatemala", | |
| "iso3": "GTM", | |
| "iso2": "GT", | |
| "phone_code": "502", | |
| "capital": "Guatemala City", | |
| "currency": "GTQ", | |
| "states": [ | |
| { | |
| "id": 3671, | |
| "name": "Alta Verapaz Department", | |
| "state_code": "AV" | |
| }, | |
| { | |
| "id": 3674, | |
| "name": "Baja Verapaz Department", | |
| "state_code": "BV" | |
| }, | |
| { | |
| "id": 3675, | |
| "name": "Chimaltenango Department", | |
| "state_code": "CM" | |
| }, | |
| { | |
| "id": 3666, | |
| "name": "Chiquimula Department", | |
| "state_code": "CQ" | |
| }, | |
| { | |
| "id": 3662, | |
| "name": "El Progreso Department", | |
| "state_code": "PR" | |
| }, | |
| { | |
| "id": 3677, | |
| "name": "Escuintla Department", | |
| "state_code": "ES" | |
| }, | |
| { | |
| "id": 3672, | |
| "name": "Guatemala Department", | |
| "state_code": "GU" | |
| }, | |
| { | |
| "id": 3670, | |
| "name": "Huehuetenango Department", | |
| "state_code": "HU" | |
| }, | |
| { | |
| "id": 3659, | |
| "name": "Izabal Department", | |
| "state_code": "IZ" | |
| }, | |
| { | |
| "id": 3658, | |
| "name": "Jalapa Department", | |
| "state_code": "JA" | |
| }, | |
| { | |
| "id": 3673, | |
| "name": "Jutiapa Department", | |
| "state_code": "JU" | |
| }, | |
| { | |
| "id": 3669, | |
| "name": "Petรฉn Department", | |
| "state_code": "PE" | |
| }, | |
| { | |
| "id": 3668, | |
| "name": "Quetzaltenango Department", | |
| "state_code": "QZ" | |
| }, | |
| { | |
| "id": 3657, | |
| "name": "Quichรฉ Department", | |
| "state_code": "QC" | |
| }, | |
| { | |
| "id": 3664, | |
| "name": "Retalhuleu Department", | |
| "state_code": "RE" | |
| }, | |
| { | |
| "id": 3676, | |
| "name": "Sacatepรฉquez Department", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 3667, | |
| "name": "San Marcos Department", | |
| "state_code": "SM" | |
| }, | |
| { | |
| "id": 3665, | |
| "name": "Santa Rosa Department", | |
| "state_code": "SR" | |
| }, | |
| { | |
| "id": 3661, | |
| "name": "Sololรก Department", | |
| "state_code": "SO" | |
| }, | |
| { | |
| "id": 3660, | |
| "name": "Suchitepรฉquez Department", | |
| "state_code": "SU" | |
| }, | |
| { | |
| "id": 3663, | |
| "name": "Totonicapรกn Department", | |
| "state_code": "TO" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/e/ec/Flag_of_Guatemala.svg" | |
| }, | |
| { | |
| "name": "Guernsey", | |
| "iso3": "GGY", | |
| "iso2": "GG", | |
| "phone_code": "+44-1481", | |
| "capital": "St Peter Port", | |
| "currency": "GBP", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/f/fa/Flag_of_Guernsey.svg" | |
| }, | |
| { | |
| "name": "Guinea", | |
| "iso3": "GIN", | |
| "iso2": "GN", | |
| "phone_code": "224", | |
| "capital": "Conakry", | |
| "currency": "GNF", | |
| "states": [ | |
| { | |
| "id": 2672, | |
| "name": "Beyla Prefecture", | |
| "state_code": "BE" | |
| }, | |
| { | |
| "id": 2699, | |
| "name": "Boffa Prefecture", | |
| "state_code": "BF" | |
| }, | |
| { | |
| "id": 2709, | |
| "name": "Bokรฉ Prefecture", | |
| "state_code": "BK" | |
| }, | |
| { | |
| "id": 2676, | |
| "name": "Bokรฉ Region", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 2686, | |
| "name": "Conakry", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 2705, | |
| "name": "Coyah Prefecture", | |
| "state_code": "CO" | |
| }, | |
| { | |
| "id": 2679, | |
| "name": "Dabola Prefecture", | |
| "state_code": "DB" | |
| }, | |
| { | |
| "id": 2706, | |
| "name": "Dalaba Prefecture", | |
| "state_code": "DL" | |
| }, | |
| { | |
| "id": 2688, | |
| "name": "Dinguiraye Prefecture", | |
| "state_code": "DI" | |
| }, | |
| { | |
| "id": 2681, | |
| "name": "Dubrรฉka Prefecture", | |
| "state_code": "DU" | |
| }, | |
| { | |
| "id": 2682, | |
| "name": "Faranah Prefecture", | |
| "state_code": "FA" | |
| }, | |
| { | |
| "id": 2683, | |
| "name": "Forรฉcariah Prefecture", | |
| "state_code": "FO" | |
| }, | |
| { | |
| "id": 2675, | |
| "name": "Fria Prefecture", | |
| "state_code": "FR" | |
| }, | |
| { | |
| "id": 2685, | |
| "name": "Gaoual Prefecture", | |
| "state_code": "GA" | |
| }, | |
| { | |
| "id": 2711, | |
| "name": "Guรฉckรฉdou Prefecture", | |
| "state_code": "GU" | |
| }, | |
| { | |
| "id": 2704, | |
| "name": "Kankan Prefecture", | |
| "state_code": "KA" | |
| }, | |
| { | |
| "id": 2697, | |
| "name": "Kankan Region", | |
| "state_code": "K" | |
| }, | |
| { | |
| "id": 2710, | |
| "name": "Kรฉrouanรฉ Prefecture", | |
| "state_code": "KE" | |
| }, | |
| { | |
| "id": 2693, | |
| "name": "Kindia Prefecture", | |
| "state_code": "KD" | |
| }, | |
| { | |
| "id": 2701, | |
| "name": "Kindia Region", | |
| "state_code": "D" | |
| }, | |
| { | |
| "id": 2691, | |
| "name": "Kissidougou Prefecture", | |
| "state_code": "KS" | |
| }, | |
| { | |
| "id": 2692, | |
| "name": "Koubia Prefecture", | |
| "state_code": "KB" | |
| }, | |
| { | |
| "id": 2703, | |
| "name": "Koundara Prefecture", | |
| "state_code": "KN" | |
| }, | |
| { | |
| "id": 2695, | |
| "name": "Kouroussa Prefecture", | |
| "state_code": "KO" | |
| }, | |
| { | |
| "id": 2680, | |
| "name": "Labรฉ Prefecture", | |
| "state_code": "LA" | |
| }, | |
| { | |
| "id": 2677, | |
| "name": "Labรฉ Region", | |
| "state_code": "L" | |
| }, | |
| { | |
| "id": 2690, | |
| "name": "Lรฉlouma Prefecture", | |
| "state_code": "LE" | |
| }, | |
| { | |
| "id": 2708, | |
| "name": "Lola Prefecture", | |
| "state_code": "LO" | |
| }, | |
| { | |
| "id": 2702, | |
| "name": "Macenta Prefecture", | |
| "state_code": "MC" | |
| }, | |
| { | |
| "id": 2700, | |
| "name": "Mali Prefecture", | |
| "state_code": "ML" | |
| }, | |
| { | |
| "id": 2689, | |
| "name": "Mamou Prefecture", | |
| "state_code": "MM" | |
| }, | |
| { | |
| "id": 2698, | |
| "name": "Mamou Region", | |
| "state_code": "M" | |
| }, | |
| { | |
| "id": 2673, | |
| "name": "Mandiana Prefecture", | |
| "state_code": "MD" | |
| }, | |
| { | |
| "id": 2678, | |
| "name": "Nzรฉrรฉkorรฉ Prefecture", | |
| "state_code": "NZ" | |
| }, | |
| { | |
| "id": 2684, | |
| "name": "Nzรฉrรฉkorรฉ Region", | |
| "state_code": "N" | |
| }, | |
| { | |
| "id": 2694, | |
| "name": "Pita Prefecture", | |
| "state_code": "PI" | |
| }, | |
| { | |
| "id": 2707, | |
| "name": "Siguiri Prefecture", | |
| "state_code": "SI" | |
| }, | |
| { | |
| "id": 2687, | |
| "name": "Tรฉlimรฉlรฉ Prefecture", | |
| "state_code": "TE" | |
| }, | |
| { | |
| "id": 2696, | |
| "name": "Touguรฉ Prefecture", | |
| "state_code": "TO" | |
| }, | |
| { | |
| "id": 2674, | |
| "name": "Yomou Prefecture", | |
| "state_code": "YO" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/e/ed/Flag_of_Guinea.svg" | |
| }, | |
| { | |
| "name": "Guinea-Bissau", | |
| "iso3": "GNB", | |
| "iso2": "GW", | |
| "phone_code": "245", | |
| "capital": "Bissau", | |
| "currency": "XOF", | |
| "states": [ | |
| { | |
| "id": 2720, | |
| "name": "Bafatรก", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 2714, | |
| "name": "Biombo Region", | |
| "state_code": "BM" | |
| }, | |
| { | |
| "id": 2722, | |
| "name": "Bolama Region", | |
| "state_code": "BL" | |
| }, | |
| { | |
| "id": 2713, | |
| "name": "Cacheu Region", | |
| "state_code": "CA" | |
| }, | |
| { | |
| "id": 2719, | |
| "name": "Gabรบ Region", | |
| "state_code": "GA" | |
| }, | |
| { | |
| "id": 2721, | |
| "name": "Leste Province", | |
| "state_code": "L" | |
| }, | |
| { | |
| "id": 2717, | |
| "name": "Norte Province", | |
| "state_code": "N" | |
| }, | |
| { | |
| "id": 2718, | |
| "name": "Oio Region", | |
| "state_code": "OI" | |
| }, | |
| { | |
| "id": 2715, | |
| "name": "Quinara Region", | |
| "state_code": "QU" | |
| }, | |
| { | |
| "id": 2716, | |
| "name": "Sul Province", | |
| "state_code": "S" | |
| }, | |
| { | |
| "id": 2712, | |
| "name": "Tombali Region", | |
| "state_code": "TO" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/01/Flag_of_Guinea-Bissau.svg" | |
| }, | |
| { | |
| "name": "Guyana", | |
| "iso3": "GUY", | |
| "iso2": "GY", | |
| "phone_code": "592", | |
| "capital": "Georgetown", | |
| "currency": "GYD", | |
| "states": [ | |
| { | |
| "id": 2764, | |
| "name": "Barima-Waini", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 2760, | |
| "name": "Cuyuni-Mazaruni", | |
| "state_code": "CU" | |
| }, | |
| { | |
| "id": 2767, | |
| "name": "Demerara-Mahaica", | |
| "state_code": "DE" | |
| }, | |
| { | |
| "id": 2766, | |
| "name": "East Berbice-Corentyne", | |
| "state_code": "EB" | |
| }, | |
| { | |
| "id": 2768, | |
| "name": "Essequibo Islands-West Demerara", | |
| "state_code": "ES" | |
| }, | |
| { | |
| "id": 2762, | |
| "name": "Mahaica-Berbice", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 2765, | |
| "name": "Pomeroon-Supenaam", | |
| "state_code": "PM" | |
| }, | |
| { | |
| "id": 2761, | |
| "name": "Potaro-Siparuni", | |
| "state_code": "PT" | |
| }, | |
| { | |
| "id": 2763, | |
| "name": "Upper Demerara-Berbice", | |
| "state_code": "UD" | |
| }, | |
| { | |
| "id": 2769, | |
| "name": "Upper Takutu-Upper Essequibo", | |
| "state_code": "UT" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/99/Flag_of_Guyana.svg" | |
| }, | |
| { | |
| "name": "Haiti", | |
| "iso3": "HTI", | |
| "iso2": "HT", | |
| "phone_code": "509", | |
| "capital": "Port-au-Prince", | |
| "currency": "HTG", | |
| "states": [ | |
| { | |
| "id": 4123, | |
| "name": "Artibonite", | |
| "state_code": "AR" | |
| }, | |
| { | |
| "id": 4125, | |
| "name": "Centre", | |
| "state_code": "CE" | |
| }, | |
| { | |
| "id": 4119, | |
| "name": "Grand'Anse", | |
| "state_code": "GA" | |
| }, | |
| { | |
| "id": 4118, | |
| "name": "Nippes", | |
| "state_code": "NI" | |
| }, | |
| { | |
| "id": 4117, | |
| "name": "Nord", | |
| "state_code": "ND" | |
| }, | |
| { | |
| "id": 4121, | |
| "name": "Nord-Est", | |
| "state_code": "NE" | |
| }, | |
| { | |
| "id": 4126, | |
| "name": "Nord-Ouest", | |
| "state_code": "NO" | |
| }, | |
| { | |
| "id": 4120, | |
| "name": "Ouest", | |
| "state_code": "OU" | |
| }, | |
| { | |
| "id": 4122, | |
| "name": "Sud", | |
| "state_code": "SD" | |
| }, | |
| { | |
| "id": 4124, | |
| "name": "Sud-Est", | |
| "state_code": "SE" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/5/56/Flag_of_Haiti.svg" | |
| }, | |
| { | |
| "name": "Heard Island and McDonald Islands", | |
| "iso3": "HMD", | |
| "iso2": "HM", | |
| "phone_code": " ", | |
| "capital": "", | |
| "currency": "AUD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/8/88/Flag_of_Australia_%28converted%29.svg" | |
| }, | |
| { | |
| "name": "Honduras", | |
| "iso3": "HND", | |
| "iso2": "HN", | |
| "phone_code": "504", | |
| "capital": "Tegucigalpa", | |
| "currency": "HNL", | |
| "states": [ | |
| { | |
| "id": 4047, | |
| "name": "Atlรกntida Department", | |
| "state_code": "AT" | |
| }, | |
| { | |
| "id": 4045, | |
| "name": "Bay Islands Department", | |
| "state_code": "IB" | |
| }, | |
| { | |
| "id": 4041, | |
| "name": "Choluteca Department", | |
| "state_code": "CH" | |
| }, | |
| { | |
| "id": 4051, | |
| "name": "Colรณn Department", | |
| "state_code": "CL" | |
| }, | |
| { | |
| "id": 4042, | |
| "name": "Comayagua Department", | |
| "state_code": "CM" | |
| }, | |
| { | |
| "id": 4049, | |
| "name": "Copรกn Department", | |
| "state_code": "CP" | |
| }, | |
| { | |
| "id": 4046, | |
| "name": "Cortรฉs Department", | |
| "state_code": "CR" | |
| }, | |
| { | |
| "id": 4043, | |
| "name": "El Paraรญso Department", | |
| "state_code": "EP" | |
| }, | |
| { | |
| "id": 4052, | |
| "name": "Francisco Morazรกn Department", | |
| "state_code": "FM" | |
| }, | |
| { | |
| "id": 4048, | |
| "name": "Gracias a Dios Department", | |
| "state_code": "GD" | |
| }, | |
| { | |
| "id": 4044, | |
| "name": "Intibucรก Department", | |
| "state_code": "IN" | |
| }, | |
| { | |
| "id": 4058, | |
| "name": "La Paz Department", | |
| "state_code": "LP" | |
| }, | |
| { | |
| "id": 4054, | |
| "name": "Lempira Department", | |
| "state_code": "LE" | |
| }, | |
| { | |
| "id": 4056, | |
| "name": "Ocotepeque Department", | |
| "state_code": "OC" | |
| }, | |
| { | |
| "id": 4050, | |
| "name": "Olancho Department", | |
| "state_code": "OL" | |
| }, | |
| { | |
| "id": 4053, | |
| "name": "Santa Bรกrbara Department", | |
| "state_code": "SB" | |
| }, | |
| { | |
| "id": 4055, | |
| "name": "Valle Department", | |
| "state_code": "VA" | |
| }, | |
| { | |
| "id": 4057, | |
| "name": "Yoro Department", | |
| "state_code": "YO" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/c/ca/Naval_Ensign_of_Honduras.svg" | |
| }, | |
| { | |
| "name": "Hong Kong S.A.R.", | |
| "iso3": "HKG", | |
| "iso2": "HK", | |
| "phone_code": "852", | |
| "capital": "Hong Kong", | |
| "currency": "HKD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/5/5b/Flag_of_Hong_Kong.svg" | |
| }, | |
| { | |
| "name": "Hungary", | |
| "iso3": "HUN", | |
| "iso2": "HU", | |
| "phone_code": "36", | |
| "capital": "Budapest", | |
| "currency": "HUF", | |
| "states": [ | |
| { | |
| "id": 1048, | |
| "name": "Bรกcs-Kiskun County", | |
| "state_code": "BK" | |
| }, | |
| { | |
| "id": 1055, | |
| "name": "Baranya County", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 1060, | |
| "name": "Bรฉkรฉs County", | |
| "state_code": "BE" | |
| }, | |
| { | |
| "id": 1036, | |
| "name": "Bรฉkรฉscsaba", | |
| "state_code": "BC" | |
| }, | |
| { | |
| "id": 1058, | |
| "name": "Borsod-Abaรบj-Zemplรฉn County", | |
| "state_code": "BZ" | |
| }, | |
| { | |
| "id": 1064, | |
| "name": "Budapest", | |
| "state_code": "BU" | |
| }, | |
| { | |
| "id": 1031, | |
| "name": "Csongrรกd County", | |
| "state_code": "CS" | |
| }, | |
| { | |
| "id": 1032, | |
| "name": "Debrecen", | |
| "state_code": "DE" | |
| }, | |
| { | |
| "id": 1049, | |
| "name": "Dunaรบjvรกros", | |
| "state_code": "DU" | |
| }, | |
| { | |
| "id": 1037, | |
| "name": "Eger", | |
| "state_code": "EG" | |
| }, | |
| { | |
| "id": 1028, | |
| "name": "รrd", | |
| "state_code": "ER" | |
| }, | |
| { | |
| "id": 1044, | |
| "name": "Fejรฉr County", | |
| "state_code": "FE" | |
| }, | |
| { | |
| "id": 1041, | |
| "name": "Gyลr", | |
| "state_code": "GY" | |
| }, | |
| { | |
| "id": 1042, | |
| "name": "Gyลr-Moson-Sopron County", | |
| "state_code": "GS" | |
| }, | |
| { | |
| "id": 1063, | |
| "name": "Hajdรบ-Bihar County", | |
| "state_code": "HB" | |
| }, | |
| { | |
| "id": 1040, | |
| "name": "Heves County", | |
| "state_code": "HE" | |
| }, | |
| { | |
| "id": 1027, | |
| "name": "Hรณdmezลvรกsรกrhely", | |
| "state_code": "HV" | |
| }, | |
| { | |
| "id": 1043, | |
| "name": "Jรกsz-Nagykun-Szolnok County", | |
| "state_code": "JN" | |
| }, | |
| { | |
| "id": 1067, | |
| "name": "Kaposvรกr", | |
| "state_code": "KV" | |
| }, | |
| { | |
| "id": 1056, | |
| "name": "Kecskemรฉt", | |
| "state_code": "KM" | |
| }, | |
| { | |
| "id": 1065, | |
| "name": "Miskolc", | |
| "state_code": "MI" | |
| }, | |
| { | |
| "id": 1030, | |
| "name": "Nagykanizsa", | |
| "state_code": "NK" | |
| }, | |
| { | |
| "id": 1051, | |
| "name": "Nรณgrรกd County", | |
| "state_code": "NO" | |
| }, | |
| { | |
| "id": 1034, | |
| "name": "Nyรญregyhรกza", | |
| "state_code": "NY" | |
| }, | |
| { | |
| "id": 1053, | |
| "name": "Pรฉcs", | |
| "state_code": "PS" | |
| }, | |
| { | |
| "id": 1059, | |
| "name": "Pest County", | |
| "state_code": "PE" | |
| }, | |
| { | |
| "id": 1068, | |
| "name": "Salgรณtarjรกn", | |
| "state_code": "ST" | |
| }, | |
| { | |
| "id": 1035, | |
| "name": "Somogy County", | |
| "state_code": "SO" | |
| }, | |
| { | |
| "id": 1057, | |
| "name": "Sopron", | |
| "state_code": "SN" | |
| }, | |
| { | |
| "id": 1045, | |
| "name": "Szabolcs-Szatmรกr-Bereg County", | |
| "state_code": "SZ" | |
| }, | |
| { | |
| "id": 1029, | |
| "name": "Szeged", | |
| "state_code": "SD" | |
| }, | |
| { | |
| "id": 1033, | |
| "name": "Szรฉkesfehรฉrvรกr", | |
| "state_code": "SF" | |
| }, | |
| { | |
| "id": 1061, | |
| "name": "Szekszรกrd", | |
| "state_code": "SS" | |
| }, | |
| { | |
| "id": 1047, | |
| "name": "Szolnok", | |
| "state_code": "SK" | |
| }, | |
| { | |
| "id": 1052, | |
| "name": "Szombathely", | |
| "state_code": "SH" | |
| }, | |
| { | |
| "id": 1066, | |
| "name": "Tatabรกnya", | |
| "state_code": "TB" | |
| }, | |
| { | |
| "id": 1038, | |
| "name": "Tolna County", | |
| "state_code": "TO" | |
| }, | |
| { | |
| "id": 1039, | |
| "name": "Vas County", | |
| "state_code": "VA" | |
| }, | |
| { | |
| "id": 1062, | |
| "name": "Veszprรฉm", | |
| "state_code": "VM" | |
| }, | |
| { | |
| "id": 1054, | |
| "name": "Veszprรฉm County", | |
| "state_code": "VE" | |
| }, | |
| { | |
| "id": 1046, | |
| "name": "Zala County", | |
| "state_code": "ZA" | |
| }, | |
| { | |
| "id": 1050, | |
| "name": "Zalaegerszeg", | |
| "state_code": "ZE" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/c/c1/Flag_of_Hungary.svg" | |
| }, | |
| { | |
| "name": "Iceland", | |
| "iso3": "ISL", | |
| "iso2": "IS", | |
| "phone_code": "354", | |
| "capital": "Reykjavik", | |
| "currency": "ISK", | |
| "states": [ | |
| { | |
| "id": 3431, | |
| "name": "Capital Region", | |
| "state_code": "1" | |
| }, | |
| { | |
| "id": 3433, | |
| "name": "Eastern Region", | |
| "state_code": "7" | |
| }, | |
| { | |
| "id": 3437, | |
| "name": "Northeastern Region", | |
| "state_code": "6" | |
| }, | |
| { | |
| "id": 3435, | |
| "name": "Northwestern Region", | |
| "state_code": "5" | |
| }, | |
| { | |
| "id": 3430, | |
| "name": "Southern Peninsula Region", | |
| "state_code": "2" | |
| }, | |
| { | |
| "id": 3434, | |
| "name": "Southern Region", | |
| "state_code": "8" | |
| }, | |
| { | |
| "id": 3436, | |
| "name": "Western Region", | |
| "state_code": "3" | |
| }, | |
| { | |
| "id": 3432, | |
| "name": "Westfjords", | |
| "state_code": "4" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/c/ce/Flag_of_Iceland.svg" | |
| }, | |
| { | |
| "name": "India", | |
| "iso3": "IND", | |
| "iso2": "IN", | |
| "phone_code": "91", | |
| "capital": "New Delhi", | |
| "currency": "INR", | |
| "states": [ | |
| { | |
| "id": 4023, | |
| "name": "Andaman and Nicobar Islands", | |
| "state_code": "AN" | |
| }, | |
| { | |
| "id": 4017, | |
| "name": "Andhra Pradesh", | |
| "state_code": "AP" | |
| }, | |
| { | |
| "id": 4024, | |
| "name": "Arunachal Pradesh", | |
| "state_code": "AR" | |
| }, | |
| { | |
| "id": 4027, | |
| "name": "Assam", | |
| "state_code": "AS" | |
| }, | |
| { | |
| "id": 4037, | |
| "name": "Bihar", | |
| "state_code": "BR" | |
| }, | |
| { | |
| "id": 4031, | |
| "name": "Chandigarh", | |
| "state_code": "CH" | |
| }, | |
| { | |
| "id": 4040, | |
| "name": "Chhattisgarh", | |
| "state_code": "CT" | |
| }, | |
| { | |
| "id": 4032, | |
| "name": "Dadra and Nagar Haveli", | |
| "state_code": "DN" | |
| }, | |
| { | |
| "id": 4033, | |
| "name": "Daman and Diu", | |
| "state_code": "DD" | |
| }, | |
| { | |
| "id": 4021, | |
| "name": "Delhi", | |
| "state_code": "DL" | |
| }, | |
| { | |
| "id": 4009, | |
| "name": "Goa", | |
| "state_code": "GA" | |
| }, | |
| { | |
| "id": 4030, | |
| "name": "Gujarat", | |
| "state_code": "GJ" | |
| }, | |
| { | |
| "id": 4007, | |
| "name": "Haryana", | |
| "state_code": "HR" | |
| }, | |
| { | |
| "id": 4020, | |
| "name": "Himachal Pradesh", | |
| "state_code": "HP" | |
| }, | |
| { | |
| "id": 4029, | |
| "name": "Jammu and Kashmir", | |
| "state_code": "JK" | |
| }, | |
| { | |
| "id": 4025, | |
| "name": "Jharkhand", | |
| "state_code": "JH" | |
| }, | |
| { | |
| "id": 4026, | |
| "name": "Karnataka", | |
| "state_code": "KA" | |
| }, | |
| { | |
| "id": 4028, | |
| "name": "Kerala", | |
| "state_code": "KL" | |
| }, | |
| { | |
| "id": 4852, | |
| "name": "Ladakh", | |
| "state_code": "LA" | |
| }, | |
| { | |
| "id": 4019, | |
| "name": "Lakshadweep", | |
| "state_code": "LD" | |
| }, | |
| { | |
| "id": 4039, | |
| "name": "Madhya Pradesh", | |
| "state_code": "MP" | |
| }, | |
| { | |
| "id": 4008, | |
| "name": "Maharashtra", | |
| "state_code": "MH" | |
| }, | |
| { | |
| "id": 4010, | |
| "name": "Manipur", | |
| "state_code": "MN" | |
| }, | |
| { | |
| "id": 4006, | |
| "name": "Meghalaya", | |
| "state_code": "ML" | |
| }, | |
| { | |
| "id": 4036, | |
| "name": "Mizoram", | |
| "state_code": "MZ" | |
| }, | |
| { | |
| "id": 4018, | |
| "name": "Nagaland", | |
| "state_code": "NL" | |
| }, | |
| { | |
| "id": 4013, | |
| "name": "Odisha", | |
| "state_code": "OR" | |
| }, | |
| { | |
| "id": 4011, | |
| "name": "Puducherry", | |
| "state_code": "PY" | |
| }, | |
| { | |
| "id": 4015, | |
| "name": "Punjab", | |
| "state_code": "PB" | |
| }, | |
| { | |
| "id": 4014, | |
| "name": "Rajasthan", | |
| "state_code": "RJ" | |
| }, | |
| { | |
| "id": 4034, | |
| "name": "Sikkim", | |
| "state_code": "SK" | |
| }, | |
| { | |
| "id": 4035, | |
| "name": "Tamil Nadu", | |
| "state_code": "TN" | |
| }, | |
| { | |
| "id": 4012, | |
| "name": "Telangana", | |
| "state_code": "TG" | |
| }, | |
| { | |
| "id": 4038, | |
| "name": "Tripura", | |
| "state_code": "TR" | |
| }, | |
| { | |
| "id": 4022, | |
| "name": "Uttar Pradesh", | |
| "state_code": "UP" | |
| }, | |
| { | |
| "id": 4016, | |
| "name": "Uttarakhand", | |
| "state_code": "UT" | |
| }, | |
| { | |
| "id": 4853, | |
| "name": "West Bengal", | |
| "state_code": "WB" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/en/4/41/Flag_of_India.svg" | |
| }, | |
| { | |
| "name": "Indonesia", | |
| "iso3": "IDN", | |
| "iso2": "ID", | |
| "phone_code": "62", | |
| "capital": "Jakarta", | |
| "currency": "IDR", | |
| "states": [ | |
| { | |
| "id": 1822, | |
| "name": "Aceh", | |
| "state_code": "AC" | |
| }, | |
| { | |
| "id": 1826, | |
| "name": "Bali", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 1820, | |
| "name": "Bangka Belitung Islands", | |
| "state_code": "BB" | |
| }, | |
| { | |
| "id": 1810, | |
| "name": "Banten", | |
| "state_code": "BT" | |
| }, | |
| { | |
| "id": 1793, | |
| "name": "Bengkulu", | |
| "state_code": "BE" | |
| }, | |
| { | |
| "id": 1802, | |
| "name": "Central Java", | |
| "state_code": "JT" | |
| }, | |
| { | |
| "id": 1794, | |
| "name": "Central Kalimantan", | |
| "state_code": "KT" | |
| }, | |
| { | |
| "id": 1813, | |
| "name": "Central Sulawesi", | |
| "state_code": "ST" | |
| }, | |
| { | |
| "id": 1827, | |
| "name": "East Java", | |
| "state_code": "JI" | |
| }, | |
| { | |
| "id": 1804, | |
| "name": "East Kalimantan", | |
| "state_code": "KI" | |
| }, | |
| { | |
| "id": 1818, | |
| "name": "East Nusa Tenggara", | |
| "state_code": "NT" | |
| }, | |
| { | |
| "id": 1812, | |
| "name": "Gorontalo", | |
| "state_code": "GO" | |
| }, | |
| { | |
| "id": 1805, | |
| "name": "Jakarta", | |
| "state_code": "JK" | |
| }, | |
| { | |
| "id": 1815, | |
| "name": "Jambi", | |
| "state_code": "JA" | |
| }, | |
| { | |
| "id": 1806, | |
| "name": "Kalimantan", | |
| "state_code": "KA" | |
| }, | |
| { | |
| "id": 1811, | |
| "name": "Lampung", | |
| "state_code": "LA" | |
| }, | |
| { | |
| "id": 1821, | |
| "name": "Lesser Sunda Islands", | |
| "state_code": "NU" | |
| }, | |
| { | |
| "id": 1800, | |
| "name": "Maluku", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 1823, | |
| "name": "Maluku Islands", | |
| "state_code": "ML" | |
| }, | |
| { | |
| "id": 1824, | |
| "name": "North Kalimantan", | |
| "state_code": "KU" | |
| }, | |
| { | |
| "id": 1801, | |
| "name": "North Maluku", | |
| "state_code": "MU" | |
| }, | |
| { | |
| "id": 1808, | |
| "name": "North Sulawesi", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 1792, | |
| "name": "North Sumatra", | |
| "state_code": "SU" | |
| }, | |
| { | |
| "id": 1798, | |
| "name": "Papua", | |
| "state_code": "PA" | |
| }, | |
| { | |
| "id": 1809, | |
| "name": "Riau", | |
| "state_code": "RI" | |
| }, | |
| { | |
| "id": 1807, | |
| "name": "Riau Islands", | |
| "state_code": "KR" | |
| }, | |
| { | |
| "id": 1819, | |
| "name": "South Kalimantan", | |
| "state_code": "KS" | |
| }, | |
| { | |
| "id": 1795, | |
| "name": "South Sulawesi", | |
| "state_code": "SN" | |
| }, | |
| { | |
| "id": 1816, | |
| "name": "South Sumatra", | |
| "state_code": "SS" | |
| }, | |
| { | |
| "id": 1796, | |
| "name": "Southeast Sulawesi", | |
| "state_code": "SG" | |
| }, | |
| { | |
| "id": 1829, | |
| "name": "Special Region of Yogyakarta", | |
| "state_code": "YO" | |
| }, | |
| { | |
| "id": 1803, | |
| "name": "Sulawesi", | |
| "state_code": "SL" | |
| }, | |
| { | |
| "id": 1797, | |
| "name": "Sumatra", | |
| "state_code": "SM" | |
| }, | |
| { | |
| "id": 1825, | |
| "name": "West Java", | |
| "state_code": "JB" | |
| }, | |
| { | |
| "id": 1814, | |
| "name": "West Nusa Tenggara", | |
| "state_code": "NB" | |
| }, | |
| { | |
| "id": 1799, | |
| "name": "West Papua", | |
| "state_code": "PB" | |
| }, | |
| { | |
| "id": 1817, | |
| "name": "West Sulawesi", | |
| "state_code": "SR" | |
| }, | |
| { | |
| "id": 1828, | |
| "name": "West Sumatra", | |
| "state_code": "SB" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/9f/Flag_of_Indonesia.svg" | |
| }, | |
| { | |
| "name": "Iran", | |
| "iso3": "IRN", | |
| "iso2": "IR", | |
| "phone_code": "98", | |
| "capital": "Tehran", | |
| "currency": "IRR", | |
| "states": [ | |
| { | |
| "id": 3929, | |
| "name": "Alborz Province", | |
| "state_code": "32" | |
| }, | |
| { | |
| "id": 3934, | |
| "name": "Ardabil Province", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 3932, | |
| "name": "Bushehr Province", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 3921, | |
| "name": "Chaharmahal and Bakhtiari Province", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 3944, | |
| "name": "East Azerbaijan Province", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 3939, | |
| "name": "Fars Province", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 3920, | |
| "name": "Gilan Province", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 3933, | |
| "name": "Golestan Province", | |
| "state_code": "27" | |
| }, | |
| { | |
| "id": 3937, | |
| "name": "Hormozgan Province", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 3918, | |
| "name": "Ilam Province", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 3923, | |
| "name": "Isfahan Province", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 3943, | |
| "name": "Kerman Province", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 3919, | |
| "name": "Kermanshah Province", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 3917, | |
| "name": "Khuzestan Province", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 3926, | |
| "name": "Kohgiluyeh and Boyer-Ahmad Province", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 3935, | |
| "name": "Kurdistan Province", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 3928, | |
| "name": "Lorestan Province", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 3916, | |
| "name": "Markazi Province", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 3938, | |
| "name": "Mazandaran Province", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 3942, | |
| "name": "North Khorasan Province", | |
| "state_code": "31" | |
| }, | |
| { | |
| "id": 3941, | |
| "name": "Qazvin Province", | |
| "state_code": "28" | |
| }, | |
| { | |
| "id": 3922, | |
| "name": "Qom Province", | |
| "state_code": "26" | |
| }, | |
| { | |
| "id": 3927, | |
| "name": "Razavi Khorasan Province", | |
| "state_code": "30" | |
| }, | |
| { | |
| "id": 3940, | |
| "name": "Semnan Province", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 3931, | |
| "name": "Sistan and Baluchestan", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 3930, | |
| "name": "South Khorasan Province", | |
| "state_code": "29" | |
| }, | |
| { | |
| "id": 3945, | |
| "name": "Tehran Province", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 3924, | |
| "name": "West Azarbaijan Province", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 3936, | |
| "name": "Yazd Province", | |
| "state_code": "25" | |
| }, | |
| { | |
| "id": 3925, | |
| "name": "Zanjan Province", | |
| "state_code": "11" | |
| } | |
| ], | |
| "flag": " https://upload.wikimedia.org/wikipedia/commons/c/ca/Flag_of_Iran.svg" | |
| }, | |
| { | |
| "name": "Iraq", | |
| "iso3": "IRQ", | |
| "iso2": "IQ", | |
| "phone_code": "964", | |
| "capital": "Baghdad", | |
| "currency": "IQD", | |
| "states": [ | |
| { | |
| "id": 3964, | |
| "name": "Al Anbar Governorate", | |
| "state_code": "AN" | |
| }, | |
| { | |
| "id": 3958, | |
| "name": "Al Muthanna Governorate", | |
| "state_code": "MU" | |
| }, | |
| { | |
| "id": 3956, | |
| "name": "Al-Qฤdisiyyah Governorate", | |
| "state_code": "QA" | |
| }, | |
| { | |
| "id": 3955, | |
| "name": "Babylon Governorate", | |
| "state_code": "BB" | |
| }, | |
| { | |
| "id": 3959, | |
| "name": "Baghdad Governorate", | |
| "state_code": "BG" | |
| }, | |
| { | |
| "id": 3960, | |
| "name": "Basra Governorate", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 3954, | |
| "name": "Dhi Qar Governorate", | |
| "state_code": "DQ" | |
| }, | |
| { | |
| "id": 3965, | |
| "name": "Diyala Governorate", | |
| "state_code": "DI" | |
| }, | |
| { | |
| "id": 3967, | |
| "name": "Dohuk Governorate", | |
| "state_code": "DA" | |
| }, | |
| { | |
| "id": 3968, | |
| "name": "Erbil Governorate", | |
| "state_code": "AR" | |
| }, | |
| { | |
| "id": 3957, | |
| "name": "Karbala Governorate", | |
| "state_code": "KA" | |
| }, | |
| { | |
| "id": 3971, | |
| "name": "Kirkuk Governorate", | |
| "state_code": "KI" | |
| }, | |
| { | |
| "id": 3966, | |
| "name": "Maysan Governorate", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 3962, | |
| "name": "Najaf Governorate", | |
| "state_code": "NA" | |
| }, | |
| { | |
| "id": 3963, | |
| "name": "Nineveh Governorate", | |
| "state_code": "NI" | |
| }, | |
| { | |
| "id": 3961, | |
| "name": "Saladin Governorate", | |
| "state_code": "SD" | |
| }, | |
| { | |
| "id": 3969, | |
| "name": "Sulaymaniyah Governorate", | |
| "state_code": "SU" | |
| }, | |
| { | |
| "id": 3970, | |
| "name": "Wasit Governorate", | |
| "state_code": "WA" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/f/f6/Flag_of_Iraq.svg" | |
| }, | |
| { | |
| "name": "Ireland", | |
| "iso3": "IRL", | |
| "iso2": "IE", | |
| "phone_code": "353", | |
| "capital": "Dublin", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 1087, | |
| "name": "Connacht", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 1095, | |
| "name": "County Carlow", | |
| "state_code": "CW" | |
| }, | |
| { | |
| "id": 1088, | |
| "name": "County Cavan", | |
| "state_code": "CN" | |
| }, | |
| { | |
| "id": 1091, | |
| "name": "County Clare", | |
| "state_code": "CE" | |
| }, | |
| { | |
| "id": 1074, | |
| "name": "County Cork", | |
| "state_code": "CO" | |
| }, | |
| { | |
| "id": 1071, | |
| "name": "County Donegal", | |
| "state_code": "DL" | |
| }, | |
| { | |
| "id": 1072, | |
| "name": "County Dublin", | |
| "state_code": "D" | |
| }, | |
| { | |
| "id": 1079, | |
| "name": "County Galway", | |
| "state_code": "G" | |
| }, | |
| { | |
| "id": 1077, | |
| "name": "County Kerry", | |
| "state_code": "KY" | |
| }, | |
| { | |
| "id": 1082, | |
| "name": "County Kildare", | |
| "state_code": "KE" | |
| }, | |
| { | |
| "id": 1090, | |
| "name": "County Kilkenny", | |
| "state_code": "KK" | |
| }, | |
| { | |
| "id": 1096, | |
| "name": "County Laois", | |
| "state_code": "LS" | |
| }, | |
| { | |
| "id": 1094, | |
| "name": "County Limerick", | |
| "state_code": "LK" | |
| }, | |
| { | |
| "id": 1076, | |
| "name": "County Longford", | |
| "state_code": "LD" | |
| }, | |
| { | |
| "id": 1083, | |
| "name": "County Louth", | |
| "state_code": "LH" | |
| }, | |
| { | |
| "id": 1084, | |
| "name": "County Mayo", | |
| "state_code": "MO" | |
| }, | |
| { | |
| "id": 1092, | |
| "name": "County Meath", | |
| "state_code": "MH" | |
| }, | |
| { | |
| "id": 1075, | |
| "name": "County Monaghan", | |
| "state_code": "MN" | |
| }, | |
| { | |
| "id": 1078, | |
| "name": "County Offaly", | |
| "state_code": "OY" | |
| }, | |
| { | |
| "id": 1081, | |
| "name": "County Roscommon", | |
| "state_code": "RN" | |
| }, | |
| { | |
| "id": 1070, | |
| "name": "County Sligo", | |
| "state_code": "SO" | |
| }, | |
| { | |
| "id": 1069, | |
| "name": "County Tipperary", | |
| "state_code": "TA" | |
| }, | |
| { | |
| "id": 1089, | |
| "name": "County Waterford", | |
| "state_code": "WD" | |
| }, | |
| { | |
| "id": 1097, | |
| "name": "County Westmeath", | |
| "state_code": "WH" | |
| }, | |
| { | |
| "id": 1093, | |
| "name": "County Wexford", | |
| "state_code": "WX" | |
| }, | |
| { | |
| "id": 1085, | |
| "name": "County Wicklow", | |
| "state_code": "WW" | |
| }, | |
| { | |
| "id": 1073, | |
| "name": "Leinster", | |
| "state_code": "L" | |
| }, | |
| { | |
| "id": 1080, | |
| "name": "Munster", | |
| "state_code": "M" | |
| }, | |
| { | |
| "id": 1086, | |
| "name": "Ulster", | |
| "state_code": "U" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/4/45/Flag_of_Ireland.svg" | |
| }, | |
| { | |
| "name": "Israel", | |
| "iso3": "ISR", | |
| "iso2": "IL", | |
| "phone_code": "972", | |
| "capital": "Jerusalem", | |
| "currency": "ILS", | |
| "states": [ | |
| { | |
| "id": 1367, | |
| "name": "Central District", | |
| "state_code": "M" | |
| }, | |
| { | |
| "id": 1369, | |
| "name": "Haifa District", | |
| "state_code": "HA" | |
| }, | |
| { | |
| "id": 1370, | |
| "name": "Jerusalem District", | |
| "state_code": "JM" | |
| }, | |
| { | |
| "id": 1366, | |
| "name": "Northern District", | |
| "state_code": "Z" | |
| }, | |
| { | |
| "id": 1368, | |
| "name": "Southern District", | |
| "state_code": "D" | |
| }, | |
| { | |
| "id": 1371, | |
| "name": "Tel Aviv District", | |
| "state_code": "TA" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/d4/Flag_of_Israel.svg" | |
| }, | |
| { | |
| "name": "Italy", | |
| "iso3": "ITA", | |
| "iso2": "IT", | |
| "phone_code": "39", | |
| "capital": "Rome", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 1679, | |
| "name": "Abruzzo", | |
| "state_code": "65" | |
| }, | |
| { | |
| "id": 1716, | |
| "name": "Aosta Valley", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 1688, | |
| "name": "Apulia", | |
| "state_code": "75" | |
| }, | |
| { | |
| "id": 1706, | |
| "name": "Basilicata", | |
| "state_code": "77" | |
| }, | |
| { | |
| "id": 1701, | |
| "name": "Benevento Province", | |
| "state_code": "BN" | |
| }, | |
| { | |
| "id": 1703, | |
| "name": "Calabria", | |
| "state_code": "78" | |
| }, | |
| { | |
| "id": 1669, | |
| "name": "Campania", | |
| "state_code": "72" | |
| }, | |
| { | |
| "id": 1773, | |
| "name": "Emilia-Romagna", | |
| "state_code": "45" | |
| }, | |
| { | |
| "id": 1756, | |
| "name": "FriuliโVenezia Giulia", | |
| "state_code": "36" | |
| }, | |
| { | |
| "id": 1678, | |
| "name": "Lazio", | |
| "state_code": "62" | |
| }, | |
| { | |
| "id": 1727, | |
| "name": "Libero consorzio comunale di Agrigento", | |
| "state_code": "AG" | |
| }, | |
| { | |
| "id": 1718, | |
| "name": "Libero consorzio comunale di Caltanissetta", | |
| "state_code": "CL" | |
| }, | |
| { | |
| "id": 1723, | |
| "name": "Libero consorzio comunale di Enna", | |
| "state_code": "EN" | |
| }, | |
| { | |
| "id": 1729, | |
| "name": "Libero consorzio comunale di Ragusa", | |
| "state_code": "RG" | |
| }, | |
| { | |
| "id": 1667, | |
| "name": "Libero consorzio comunale di Siracusa", | |
| "state_code": "SR" | |
| }, | |
| { | |
| "id": 1733, | |
| "name": "Libero consorzio comunale di Trapani", | |
| "state_code": "TP" | |
| }, | |
| { | |
| "id": 1768, | |
| "name": "Liguria", | |
| "state_code": "42" | |
| }, | |
| { | |
| "id": 1705, | |
| "name": "Lombardy", | |
| "state_code": "25" | |
| }, | |
| { | |
| "id": 1670, | |
| "name": "Marche", | |
| "state_code": "57" | |
| }, | |
| { | |
| "id": 1772, | |
| "name": "Metropolitan City of Bari", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 1684, | |
| "name": "Metropolitan City of Bologna", | |
| "state_code": "BO" | |
| }, | |
| { | |
| "id": 1682, | |
| "name": "Metropolitan City of Cagliari", | |
| "state_code": "CA" | |
| }, | |
| { | |
| "id": 1766, | |
| "name": "Metropolitan City of Catania", | |
| "state_code": "CT" | |
| }, | |
| { | |
| "id": 1680, | |
| "name": "Metropolitan City of Florence", | |
| "state_code": "FI" | |
| }, | |
| { | |
| "id": 1699, | |
| "name": "Metropolitan City of Genoa", | |
| "state_code": "GE" | |
| }, | |
| { | |
| "id": 1770, | |
| "name": "Metropolitan City of Messina", | |
| "state_code": "ME" | |
| }, | |
| { | |
| "id": 1698, | |
| "name": "Metropolitan City of Milan", | |
| "state_code": "MI" | |
| }, | |
| { | |
| "id": 1724, | |
| "name": "Metropolitan City of Naples", | |
| "state_code": "NA" | |
| }, | |
| { | |
| "id": 1668, | |
| "name": "Metropolitan City of Palermo", | |
| "state_code": "PA" | |
| }, | |
| { | |
| "id": 1671, | |
| "name": "Metropolitan City of Reggio Calabria", | |
| "state_code": "RC" | |
| }, | |
| { | |
| "id": 1711, | |
| "name": "Metropolitan City of Rome", | |
| "state_code": "RM" | |
| }, | |
| { | |
| "id": 1710, | |
| "name": "Metropolitan City of Turin", | |
| "state_code": "TO" | |
| }, | |
| { | |
| "id": 1673, | |
| "name": "Metropolitan City of Venice", | |
| "state_code": "VE" | |
| }, | |
| { | |
| "id": 1695, | |
| "name": "Molise", | |
| "state_code": "67" | |
| }, | |
| { | |
| "id": 1693, | |
| "name": "Pesaro and Urbino Province", | |
| "state_code": "PU" | |
| }, | |
| { | |
| "id": 1702, | |
| "name": "Piedmont", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 1783, | |
| "name": "Province of Alessandria", | |
| "state_code": "AL" | |
| }, | |
| { | |
| "id": 1672, | |
| "name": "Province of Ancona", | |
| "state_code": "AN" | |
| }, | |
| { | |
| "id": 1681, | |
| "name": "Province of Ascoli Piceno", | |
| "state_code": "AP" | |
| }, | |
| { | |
| "id": 1780, | |
| "name": "Province of Asti", | |
| "state_code": "AT" | |
| }, | |
| { | |
| "id": 1692, | |
| "name": "Province of Avellino", | |
| "state_code": "AV" | |
| }, | |
| { | |
| "id": 1686, | |
| "name": "Province of Barletta-Andria-Trani", | |
| "state_code": "BT" | |
| }, | |
| { | |
| "id": 1689, | |
| "name": "Province of Belluno", | |
| "state_code": "BL" | |
| }, | |
| { | |
| "id": 1704, | |
| "name": "Province of Bergamo", | |
| "state_code": "BG" | |
| }, | |
| { | |
| "id": 1778, | |
| "name": "Province of Biella", | |
| "state_code": "BI" | |
| }, | |
| { | |
| "id": 1717, | |
| "name": "Province of Brescia", | |
| "state_code": "BS" | |
| }, | |
| { | |
| "id": 1714, | |
| "name": "Province of Brindisi", | |
| "state_code": "BR" | |
| }, | |
| { | |
| "id": 1721, | |
| "name": "Province of Campobasso", | |
| "state_code": "CB" | |
| }, | |
| { | |
| "id": 1730, | |
| "name": "Province of Carbonia-Iglesias", | |
| "state_code": "CI" | |
| }, | |
| { | |
| "id": 1731, | |
| "name": "Province of Caserta", | |
| "state_code": "CE" | |
| }, | |
| { | |
| "id": 1728, | |
| "name": "Province of Catanzaro", | |
| "state_code": "CZ" | |
| }, | |
| { | |
| "id": 1739, | |
| "name": "Province of Chieti", | |
| "state_code": "CH" | |
| }, | |
| { | |
| "id": 1740, | |
| "name": "Province of Como", | |
| "state_code": "CO" | |
| }, | |
| { | |
| "id": 1742, | |
| "name": "Province of Cosenza", | |
| "state_code": "CS" | |
| }, | |
| { | |
| "id": 1751, | |
| "name": "Province of Cremona", | |
| "state_code": "CR" | |
| }, | |
| { | |
| "id": 1754, | |
| "name": "Province of Crotone", | |
| "state_code": "KR" | |
| }, | |
| { | |
| "id": 1775, | |
| "name": "Province of Cuneo", | |
| "state_code": "CN" | |
| }, | |
| { | |
| "id": 1744, | |
| "name": "Province of Fermo", | |
| "state_code": "FM" | |
| }, | |
| { | |
| "id": 1746, | |
| "name": "Province of Ferrara", | |
| "state_code": "FE" | |
| }, | |
| { | |
| "id": 1771, | |
| "name": "Province of Foggia", | |
| "state_code": "FG" | |
| }, | |
| { | |
| "id": 1779, | |
| "name": "Province of Forlรฌ-Cesena", | |
| "state_code": "FC" | |
| }, | |
| { | |
| "id": 1776, | |
| "name": "Province of Frosinone", | |
| "state_code": "FR" | |
| }, | |
| { | |
| "id": 1777, | |
| "name": "Province of Gorizia", | |
| "state_code": "GO" | |
| }, | |
| { | |
| "id": 1787, | |
| "name": "Province of Grosseto", | |
| "state_code": "GR" | |
| }, | |
| { | |
| "id": 1788, | |
| "name": "Province of Imperia", | |
| "state_code": "IM" | |
| }, | |
| { | |
| "id": 1789, | |
| "name": "Province of Isernia", | |
| "state_code": "IS" | |
| }, | |
| { | |
| "id": 1781, | |
| "name": "Province of L'Aquila", | |
| "state_code": "AQ" | |
| }, | |
| { | |
| "id": 1791, | |
| "name": "Province of La Spezia", | |
| "state_code": "SP" | |
| }, | |
| { | |
| "id": 1674, | |
| "name": "Province of Latina", | |
| "state_code": "LT" | |
| }, | |
| { | |
| "id": 1675, | |
| "name": "Province of Lecce", | |
| "state_code": "LE" | |
| }, | |
| { | |
| "id": 1677, | |
| "name": "Province of Lecco", | |
| "state_code": "LC" | |
| }, | |
| { | |
| "id": 1745, | |
| "name": "Province of Livorno", | |
| "state_code": "LI" | |
| }, | |
| { | |
| "id": 1747, | |
| "name": "Province of Lodi", | |
| "state_code": "LO" | |
| }, | |
| { | |
| "id": 1749, | |
| "name": "Province of Lucca", | |
| "state_code": "LU" | |
| }, | |
| { | |
| "id": 1750, | |
| "name": "Province of Macerata", | |
| "state_code": "MC" | |
| }, | |
| { | |
| "id": 1758, | |
| "name": "Province of Mantua", | |
| "state_code": "MN" | |
| }, | |
| { | |
| "id": 1759, | |
| "name": "Province of Massa and Carrara", | |
| "state_code": "MS" | |
| }, | |
| { | |
| "id": 1760, | |
| "name": "Province of Matera", | |
| "state_code": "MT" | |
| }, | |
| { | |
| "id": 1761, | |
| "name": "Province of Medio Campidano", | |
| "state_code": "VS" | |
| }, | |
| { | |
| "id": 1757, | |
| "name": "Province of Modena", | |
| "state_code": "MO" | |
| }, | |
| { | |
| "id": 1769, | |
| "name": "Province of Monza and Brianza", | |
| "state_code": "MB" | |
| }, | |
| { | |
| "id": 1774, | |
| "name": "Province of Novara", | |
| "state_code": "NO" | |
| }, | |
| { | |
| "id": 1790, | |
| "name": "Province of Nuoro", | |
| "state_code": "NU" | |
| }, | |
| { | |
| "id": 1782, | |
| "name": "Province of Ogliastra", | |
| "state_code": "OG" | |
| }, | |
| { | |
| "id": 1784, | |
| "name": "Province of Olbia-Tempio", | |
| "state_code": "OT" | |
| }, | |
| { | |
| "id": 1786, | |
| "name": "Province of Oristano", | |
| "state_code": "OR" | |
| }, | |
| { | |
| "id": 1665, | |
| "name": "Province of Padua", | |
| "state_code": "PD" | |
| }, | |
| { | |
| "id": 1666, | |
| "name": "Province of Parma", | |
| "state_code": "PR" | |
| }, | |
| { | |
| "id": 1676, | |
| "name": "Province of Pavia", | |
| "state_code": "PV" | |
| }, | |
| { | |
| "id": 1691, | |
| "name": "Province of Perugia", | |
| "state_code": "PG" | |
| }, | |
| { | |
| "id": 1694, | |
| "name": "Province of Pescara", | |
| "state_code": "PE" | |
| }, | |
| { | |
| "id": 1696, | |
| "name": "Province of Piacenza", | |
| "state_code": "PC" | |
| }, | |
| { | |
| "id": 1685, | |
| "name": "Province of Pisa", | |
| "state_code": "PI" | |
| }, | |
| { | |
| "id": 1687, | |
| "name": "Province of Pistoia", | |
| "state_code": "PT" | |
| }, | |
| { | |
| "id": 1690, | |
| "name": "Province of Pordenone", | |
| "state_code": "PN" | |
| }, | |
| { | |
| "id": 1697, | |
| "name": "Province of Potenza", | |
| "state_code": "PZ" | |
| }, | |
| { | |
| "id": 1700, | |
| "name": "Province of Prato", | |
| "state_code": "PO" | |
| }, | |
| { | |
| "id": 1707, | |
| "name": "Province of Ravenna", | |
| "state_code": "RA" | |
| }, | |
| { | |
| "id": 1708, | |
| "name": "Province of Reggio Emilia", | |
| "state_code": "RE" | |
| }, | |
| { | |
| "id": 1712, | |
| "name": "Province of Rieti", | |
| "state_code": "RI" | |
| }, | |
| { | |
| "id": 1713, | |
| "name": "Province of Rimini", | |
| "state_code": "RN" | |
| }, | |
| { | |
| "id": 1719, | |
| "name": "Province of Rovigo", | |
| "state_code": "RO" | |
| }, | |
| { | |
| "id": 1720, | |
| "name": "Province of Salerno", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 1722, | |
| "name": "Province of Sassari", | |
| "state_code": "SS" | |
| }, | |
| { | |
| "id": 1732, | |
| "name": "Province of Savona", | |
| "state_code": "SV" | |
| }, | |
| { | |
| "id": 1734, | |
| "name": "Province of Siena", | |
| "state_code": "SI" | |
| }, | |
| { | |
| "id": 1741, | |
| "name": "Province of Sondrio", | |
| "state_code": "SO" | |
| }, | |
| { | |
| "id": 1743, | |
| "name": "Province of Taranto", | |
| "state_code": "TA" | |
| }, | |
| { | |
| "id": 1752, | |
| "name": "Province of Teramo", | |
| "state_code": "TE" | |
| }, | |
| { | |
| "id": 1755, | |
| "name": "Province of Terni", | |
| "state_code": "TR" | |
| }, | |
| { | |
| "id": 1762, | |
| "name": "Province of Treviso", | |
| "state_code": "TV" | |
| }, | |
| { | |
| "id": 1763, | |
| "name": "Province of Trieste", | |
| "state_code": "TS" | |
| }, | |
| { | |
| "id": 1764, | |
| "name": "Province of Udine", | |
| "state_code": "UD" | |
| }, | |
| { | |
| "id": 1765, | |
| "name": "Province of Varese", | |
| "state_code": "VA" | |
| }, | |
| { | |
| "id": 1726, | |
| "name": "Province of Verbano-Cusio-Ossola", | |
| "state_code": "VB" | |
| }, | |
| { | |
| "id": 1785, | |
| "name": "Province of Vercelli", | |
| "state_code": "VC" | |
| }, | |
| { | |
| "id": 1736, | |
| "name": "Province of Verona", | |
| "state_code": "VR" | |
| }, | |
| { | |
| "id": 1737, | |
| "name": "Province of Vibo Valentia", | |
| "state_code": "VV" | |
| }, | |
| { | |
| "id": 1738, | |
| "name": "Province of Vicenza", | |
| "state_code": "VI" | |
| }, | |
| { | |
| "id": 1735, | |
| "name": "Province of Viterbo", | |
| "state_code": "VT" | |
| }, | |
| { | |
| "id": 1715, | |
| "name": "Sardinia", | |
| "state_code": "88" | |
| }, | |
| { | |
| "id": 1709, | |
| "name": "Sicily", | |
| "state_code": "82" | |
| }, | |
| { | |
| "id": 1767, | |
| "name": "South Tyrol", | |
| "state_code": "BZ" | |
| }, | |
| { | |
| "id": 1748, | |
| "name": "Trentino", | |
| "state_code": "TN" | |
| }, | |
| { | |
| "id": 1725, | |
| "name": "Trentino-South Tyrol", | |
| "state_code": "32" | |
| }, | |
| { | |
| "id": 1664, | |
| "name": "Tuscany", | |
| "state_code": "52" | |
| }, | |
| { | |
| "id": 1683, | |
| "name": "Umbria", | |
| "state_code": "55" | |
| }, | |
| { | |
| "id": 1753, | |
| "name": "Veneto", | |
| "state_code": "34" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/en/0/03/Flag_of_Italy.svg" | |
| }, | |
| { | |
| "name": "Jamaica", | |
| "iso3": "JAM", | |
| "iso2": "JM", | |
| "phone_code": "+1-876", | |
| "capital": "Kingston", | |
| "currency": "JMD", | |
| "states": [ | |
| { | |
| "id": 3753, | |
| "name": "Clarendon Parish", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 3749, | |
| "name": "Hanover Parish", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 3748, | |
| "name": "Kingston Parish", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 3754, | |
| "name": "Manchester Parish", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 3752, | |
| "name": "Portland Parish", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 3751, | |
| "name": "Saint Andrew", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 3744, | |
| "name": "Saint Ann Parish", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 3746, | |
| "name": "Saint Catherine Parish", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 3743, | |
| "name": "Saint Elizabeth Parish", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 3745, | |
| "name": "Saint James Parish", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 3747, | |
| "name": "Saint Mary Parish", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 3750, | |
| "name": "Saint Thomas Parish", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 3755, | |
| "name": "Trelawny Parish", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 3742, | |
| "name": "Westmoreland Parish", | |
| "state_code": "10" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/0a/Flag_of_Jamaica.svg" | |
| }, | |
| { | |
| "name": "Japan", | |
| "iso3": "JPN", | |
| "iso2": "JP", | |
| "phone_code": "81", | |
| "capital": "Tokyo", | |
| "currency": "JPY", | |
| "states": [ | |
| { | |
| "id": 827, | |
| "name": "Aichi Prefecture", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 829, | |
| "name": "Akita Prefecture", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 839, | |
| "name": "Aomori Prefecture", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 821, | |
| "name": "Chiba Prefecture", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 865, | |
| "name": "Ehime Prefecture", | |
| "state_code": "38" | |
| }, | |
| { | |
| "id": 848, | |
| "name": "Fukui Prefecture", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 861, | |
| "name": "Fukuoka Prefecture", | |
| "state_code": "40" | |
| }, | |
| { | |
| "id": 847, | |
| "name": "Fukushima Prefecture", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 858, | |
| "name": "Gifu Prefecture", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 862, | |
| "name": "Gunma Prefecture", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 828, | |
| "name": "Hiroshima Prefecture", | |
| "state_code": "34" | |
| }, | |
| { | |
| "id": 832, | |
| "name": "Hokkaidล Prefecture", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 831, | |
| "name": "Hyลgo Prefecture", | |
| "state_code": "28" | |
| }, | |
| { | |
| "id": 851, | |
| "name": "Ibaraki Prefecture", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 830, | |
| "name": "Ishikawa Prefecture", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 856, | |
| "name": "Iwate Prefecture", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 864, | |
| "name": "Kagawa Prefecture", | |
| "state_code": "37" | |
| }, | |
| { | |
| "id": 840, | |
| "name": "Kagoshima Prefecture", | |
| "state_code": "46" | |
| }, | |
| { | |
| "id": 842, | |
| "name": "Kanagawa Prefecture", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 846, | |
| "name": "Kumamoto Prefecture", | |
| "state_code": "43" | |
| }, | |
| { | |
| "id": 834, | |
| "name": "Kyลto Prefecture", | |
| "state_code": "26" | |
| }, | |
| { | |
| "id": 833, | |
| "name": "Mie Prefecture", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 857, | |
| "name": "Miyagi Prefecture", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 855, | |
| "name": "Miyazaki Prefecture", | |
| "state_code": "45" | |
| }, | |
| { | |
| "id": 843, | |
| "name": "Nagano Prefecture", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 849, | |
| "name": "Nagasaki Prefecture", | |
| "state_code": "42" | |
| }, | |
| { | |
| "id": 824, | |
| "name": "Nara Prefecture", | |
| "state_code": "29" | |
| }, | |
| { | |
| "id": 841, | |
| "name": "Niigata Prefecture", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 822, | |
| "name": "ลita Prefecture", | |
| "state_code": "44" | |
| }, | |
| { | |
| "id": 820, | |
| "name": "Okayama Prefecture", | |
| "state_code": "33" | |
| }, | |
| { | |
| "id": 853, | |
| "name": "Okinawa Prefecture", | |
| "state_code": "47" | |
| }, | |
| { | |
| "id": 859, | |
| "name": "ลsaka Prefecture", | |
| "state_code": "27" | |
| }, | |
| { | |
| "id": 863, | |
| "name": "Saga Prefecture", | |
| "state_code": "41" | |
| }, | |
| { | |
| "id": 860, | |
| "name": "Saitama Prefecture", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 845, | |
| "name": "Shiga Prefecture", | |
| "state_code": "25" | |
| }, | |
| { | |
| "id": 826, | |
| "name": "Shimane Prefecture", | |
| "state_code": "32" | |
| }, | |
| { | |
| "id": 825, | |
| "name": "Shizuoka Prefecture", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 854, | |
| "name": "Tochigi Prefecture", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 836, | |
| "name": "Tokushima Prefecture", | |
| "state_code": "36" | |
| }, | |
| { | |
| "id": 823, | |
| "name": "Tokyo", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 850, | |
| "name": "Tottori Prefecture", | |
| "state_code": "31" | |
| }, | |
| { | |
| "id": 838, | |
| "name": "Toyama Prefecture", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 844, | |
| "name": "Wakayama Prefecture", | |
| "state_code": "30" | |
| }, | |
| { | |
| "id": 837, | |
| "name": "Yamagata Prefecture", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 835, | |
| "name": "Yamaguchi Prefecture", | |
| "state_code": "35" | |
| }, | |
| { | |
| "id": 852, | |
| "name": "Yamanashi Prefecture", | |
| "state_code": "19" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/en/9/9e/Flag_of_Japan.svg" | |
| }, | |
| { | |
| "name": "Jersey", | |
| "iso3": "JEY", | |
| "iso2": "JE", | |
| "phone_code": "+44-1534", | |
| "capital": "Saint Helier", | |
| "currency": "GBP", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/1/1c/Flag_of_Jersey.svg" | |
| }, | |
| { | |
| "name": "Jordan", | |
| "iso3": "JOR", | |
| "iso2": "JO", | |
| "phone_code": "962", | |
| "capital": "Amman", | |
| "currency": "JOD", | |
| "states": [ | |
| { | |
| "id": 963, | |
| "name": "Ajloun Governorate", | |
| "state_code": "AJ" | |
| }, | |
| { | |
| "id": 965, | |
| "name": "Amman Governorate", | |
| "state_code": "AM" | |
| }, | |
| { | |
| "id": 959, | |
| "name": "Aqaba Governorate", | |
| "state_code": "AQ" | |
| }, | |
| { | |
| "id": 961, | |
| "name": "Balqa Governorate", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 960, | |
| "name": "Irbid Governorate", | |
| "state_code": "IR" | |
| }, | |
| { | |
| "id": 966, | |
| "name": "Jerash Governorate", | |
| "state_code": "JA" | |
| }, | |
| { | |
| "id": 956, | |
| "name": "Karak Governorate", | |
| "state_code": "KA" | |
| }, | |
| { | |
| "id": 964, | |
| "name": "Ma'an Governorate", | |
| "state_code": "MN" | |
| }, | |
| { | |
| "id": 958, | |
| "name": "Madaba Governorate", | |
| "state_code": "MD" | |
| }, | |
| { | |
| "id": 962, | |
| "name": "Mafraq Governorate", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 957, | |
| "name": "Tafilah Governorate", | |
| "state_code": "AT" | |
| }, | |
| { | |
| "id": 967, | |
| "name": "Zarqa Governorate", | |
| "state_code": "AZ" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/c/c0/Flag_of_Jordan.svg" | |
| }, | |
| { | |
| "name": "Kazakhstan", | |
| "iso3": "KAZ", | |
| "iso2": "KZ", | |
| "phone_code": "7", | |
| "capital": "Astana", | |
| "currency": "KZT", | |
| "states": [ | |
| { | |
| "id": 145, | |
| "name": "Akmola Region", | |
| "state_code": "AKM" | |
| }, | |
| { | |
| "id": 151, | |
| "name": "Aktobe Region", | |
| "state_code": "AKT" | |
| }, | |
| { | |
| "id": 152, | |
| "name": "Almaty", | |
| "state_code": "ALA" | |
| }, | |
| { | |
| "id": 143, | |
| "name": "Almaty Region", | |
| "state_code": "ALM" | |
| }, | |
| { | |
| "id": 153, | |
| "name": "Atyrau Region", | |
| "state_code": "ATY" | |
| }, | |
| { | |
| "id": 155, | |
| "name": "Baikonur", | |
| "state_code": "BAY" | |
| }, | |
| { | |
| "id": 154, | |
| "name": "East Kazakhstan Region", | |
| "state_code": "VOS" | |
| }, | |
| { | |
| "id": 147, | |
| "name": "Jambyl Region", | |
| "state_code": "ZHA" | |
| }, | |
| { | |
| "id": 150, | |
| "name": "Karaganda Region", | |
| "state_code": "KAR" | |
| }, | |
| { | |
| "id": 157, | |
| "name": "Kostanay Region", | |
| "state_code": "KUS" | |
| }, | |
| { | |
| "id": 142, | |
| "name": "Kyzylorda Region", | |
| "state_code": "KZY" | |
| }, | |
| { | |
| "id": 141, | |
| "name": "Mangystau Region", | |
| "state_code": "MAN" | |
| }, | |
| { | |
| "id": 144, | |
| "name": "North Kazakhstan Region", | |
| "state_code": "SEV" | |
| }, | |
| { | |
| "id": 156, | |
| "name": "Nur-Sultan", | |
| "state_code": "AST" | |
| }, | |
| { | |
| "id": 146, | |
| "name": "Pavlodar Region", | |
| "state_code": "PAV" | |
| }, | |
| { | |
| "id": 149, | |
| "name": "Turkestan Region", | |
| "state_code": "YUZ" | |
| }, | |
| { | |
| "id": 148, | |
| "name": "West Kazakhstan Province", | |
| "state_code": "ZAP" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/d3/Flag_of_Kazakhstan.svg" | |
| }, | |
| { | |
| "name": "Kenya", | |
| "iso3": "KEN", | |
| "iso2": "KE", | |
| "phone_code": "254", | |
| "capital": "Nairobi", | |
| "currency": "KES", | |
| "states": [ | |
| { | |
| "id": 181, | |
| "name": "Baringo County", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 210, | |
| "name": "Bomet County", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 168, | |
| "name": "Bungoma County", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 161, | |
| "name": "Busia County", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 160, | |
| "name": "Central Province", | |
| "state_code": "200" | |
| }, | |
| { | |
| "id": 172, | |
| "name": "Coast Province", | |
| "state_code": "300" | |
| }, | |
| { | |
| "id": 189, | |
| "name": "Eastern Province", | |
| "state_code": "400" | |
| }, | |
| { | |
| "id": 201, | |
| "name": "Elgeyo-Marakwet County", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 163, | |
| "name": "Embu County", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 196, | |
| "name": "Garissa County", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 195, | |
| "name": "Homa Bay County", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 170, | |
| "name": "Isiolo County", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 197, | |
| "name": "Kajiado County", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 158, | |
| "name": "Kakamega County", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 193, | |
| "name": "Kericho County", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 199, | |
| "name": "Kiambu County", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 174, | |
| "name": "Kilifi County", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 167, | |
| "name": "Kirinyaga County", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 159, | |
| "name": "Kisii County", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 171, | |
| "name": "Kisumu County", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 211, | |
| "name": "Kitui County", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 173, | |
| "name": "Kwale County", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 164, | |
| "name": "Laikipia County", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 166, | |
| "name": "Lamu County", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 184, | |
| "name": "Machakos County", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 188, | |
| "name": "Makueni County", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 187, | |
| "name": "Mandera County", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 194, | |
| "name": "Marsabit County", | |
| "state_code": "25" | |
| }, | |
| { | |
| "id": 198, | |
| "name": "Meru County", | |
| "state_code": "26" | |
| }, | |
| { | |
| "id": 190, | |
| "name": "Migori County", | |
| "state_code": "27" | |
| }, | |
| { | |
| "id": 200, | |
| "name": "Mombasa County", | |
| "state_code": "28" | |
| }, | |
| { | |
| "id": 178, | |
| "name": "Muranga County", | |
| "state_code": "29" | |
| }, | |
| { | |
| "id": 191, | |
| "name": "Nairobi", | |
| "state_code": "110" | |
| }, | |
| { | |
| "id": 203, | |
| "name": "Nakuru District", | |
| "state_code": "31" | |
| }, | |
| { | |
| "id": 165, | |
| "name": "Nandi District", | |
| "state_code": "32" | |
| }, | |
| { | |
| "id": 175, | |
| "name": "Narok County", | |
| "state_code": "33" | |
| }, | |
| { | |
| "id": 162, | |
| "name": "North Eastern Province", | |
| "state_code": "500" | |
| }, | |
| { | |
| "id": 209, | |
| "name": "Nyamira District", | |
| "state_code": "34" | |
| }, | |
| { | |
| "id": 192, | |
| "name": "Nyandarua County", | |
| "state_code": "35" | |
| }, | |
| { | |
| "id": 204, | |
| "name": "Nyanza Province", | |
| "state_code": "600" | |
| }, | |
| { | |
| "id": 180, | |
| "name": "Nyeri County", | |
| "state_code": "36" | |
| }, | |
| { | |
| "id": 179, | |
| "name": "Rift Valley Province", | |
| "state_code": "700" | |
| }, | |
| { | |
| "id": 207, | |
| "name": "Samburu County", | |
| "state_code": "37" | |
| }, | |
| { | |
| "id": 186, | |
| "name": "Siaya County", | |
| "state_code": "38" | |
| }, | |
| { | |
| "id": 176, | |
| "name": "TaitaโTaveta County", | |
| "state_code": "39" | |
| }, | |
| { | |
| "id": 205, | |
| "name": "Tana River County", | |
| "state_code": "40" | |
| }, | |
| { | |
| "id": 185, | |
| "name": "Tharaka Nithi County", | |
| "state_code": "41" | |
| }, | |
| { | |
| "id": 183, | |
| "name": "Trans-Nzoia District", | |
| "state_code": "42" | |
| }, | |
| { | |
| "id": 206, | |
| "name": "Turkana County", | |
| "state_code": "43" | |
| }, | |
| { | |
| "id": 169, | |
| "name": "Uasin Gishu District", | |
| "state_code": "44" | |
| }, | |
| { | |
| "id": 202, | |
| "name": "Vihiga District", | |
| "state_code": "45" | |
| }, | |
| { | |
| "id": 182, | |
| "name": "Wajir County", | |
| "state_code": "46" | |
| }, | |
| { | |
| "id": 208, | |
| "name": "West Pokot County", | |
| "state_code": "47" | |
| }, | |
| { | |
| "id": 177, | |
| "name": "Western Province", | |
| "state_code": "800" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/4/49/Flag_of_Kenya.svg" | |
| }, | |
| { | |
| "name": "Kiribati", | |
| "iso3": "KIR", | |
| "iso2": "KI", | |
| "phone_code": "686", | |
| "capital": "Tarawa", | |
| "currency": "AUD", | |
| "states": [ | |
| { | |
| "id": 1831, | |
| "name": "Gilbert Islands", | |
| "state_code": "G" | |
| }, | |
| { | |
| "id": 1832, | |
| "name": "Line Islands", | |
| "state_code": "L" | |
| }, | |
| { | |
| "id": 1830, | |
| "name": "Phoenix Islands", | |
| "state_code": "P" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/d3/Flag_of_Kiribati.svg" | |
| }, | |
| { | |
| "name": "North Korea", | |
| "iso3": "PRK", | |
| "iso2": "KP", | |
| "phone_code": "850", | |
| "capital": "Pyongyang", | |
| "currency": "KPW", | |
| "states": [ | |
| { | |
| "id": 3998, | |
| "name": "Chagang Province", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 3999, | |
| "name": "Kangwon Province", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 3995, | |
| "name": "North Hamgyong Province", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 4004, | |
| "name": "North Hwanghae Province", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 4002, | |
| "name": "North Pyongan Province", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 4005, | |
| "name": "Pyongyang", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 4001, | |
| "name": "Rason", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 3996, | |
| "name": "Ryanggang Province", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 4000, | |
| "name": "South Hamgyong Province", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 4003, | |
| "name": "South Hwanghae Province", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 3997, | |
| "name": "South Pyongan Province", | |
| "state_code": "02" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/5/51/Flag_of_North_Korea.svg" | |
| }, | |
| { | |
| "name": "South Korea", | |
| "iso3": "KOR", | |
| "iso2": "KR", | |
| "phone_code": "82", | |
| "capital": "Seoul", | |
| "currency": "KRW", | |
| "states": [ | |
| { | |
| "id": 3860, | |
| "name": "Busan", | |
| "state_code": "26" | |
| }, | |
| { | |
| "id": 3846, | |
| "name": "Daegu", | |
| "state_code": "27" | |
| }, | |
| { | |
| "id": 3850, | |
| "name": "Daejeon", | |
| "state_code": "30" | |
| }, | |
| { | |
| "id": 3862, | |
| "name": "Gangwon Province", | |
| "state_code": "42" | |
| }, | |
| { | |
| "id": 3858, | |
| "name": "Gwangju", | |
| "state_code": "29" | |
| }, | |
| { | |
| "id": 3847, | |
| "name": "Gyeonggi Province", | |
| "state_code": "41" | |
| }, | |
| { | |
| "id": 3848, | |
| "name": "Incheon", | |
| "state_code": "28" | |
| }, | |
| { | |
| "id": 3853, | |
| "name": "Jeju", | |
| "state_code": "49" | |
| }, | |
| { | |
| "id": 3854, | |
| "name": "North Chungcheong Province", | |
| "state_code": "43" | |
| }, | |
| { | |
| "id": 3855, | |
| "name": "North Gyeongsang Province", | |
| "state_code": "47" | |
| }, | |
| { | |
| "id": 3851, | |
| "name": "North Jeolla Province", | |
| "state_code": "45" | |
| }, | |
| { | |
| "id": 3861, | |
| "name": "Sejong City", | |
| "state_code": "50" | |
| }, | |
| { | |
| "id": 3849, | |
| "name": "Seoul", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 3859, | |
| "name": "South Chungcheong Province", | |
| "state_code": "44" | |
| }, | |
| { | |
| "id": 3857, | |
| "name": "South Gyeongsang Province", | |
| "state_code": "48" | |
| }, | |
| { | |
| "id": 3856, | |
| "name": "South Jeolla Province", | |
| "state_code": "46" | |
| }, | |
| { | |
| "id": 3852, | |
| "name": "Ulsan", | |
| "state_code": "31" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/09/Flag_of_South_Korea.svg" | |
| }, | |
| { | |
| "name": "Kosovo", | |
| "iso3": "XKX", | |
| "iso2": "XK", | |
| "phone_code": "383", | |
| "capital": "Pristina", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 4876, | |
| "name": "ฤakovica District (Gjakove)", | |
| "state_code": null | |
| }, | |
| { | |
| "id": 4877, | |
| "name": "Gjilan District", | |
| "state_code": null | |
| }, | |
| { | |
| "id": 4878, | |
| "name": "Kosovska Mitrovica District", | |
| "state_code": null | |
| }, | |
| { | |
| "id": 3738, | |
| "name": "Peฤ District", | |
| "state_code": null | |
| }, | |
| { | |
| "id": 4879, | |
| "name": "Pristina (Priลtine)", | |
| "state_code": null | |
| }, | |
| { | |
| "id": 3723, | |
| "name": "Prizren District", | |
| "state_code": null | |
| }, | |
| { | |
| "id": 4874, | |
| "name": "Uroลกevac District (Ferizaj)", | |
| "state_code": null | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/1/1f/Flag_of_Kosovo.svg" | |
| }, | |
| { | |
| "name": "Kuwait", | |
| "iso3": "KWT", | |
| "iso2": "KW", | |
| "phone_code": "965", | |
| "capital": "Kuwait City", | |
| "currency": "KWD", | |
| "states": [ | |
| { | |
| "id": 977, | |
| "name": "Al Ahmadi Governorate", | |
| "state_code": "AH" | |
| }, | |
| { | |
| "id": 975, | |
| "name": "Al Farwaniyah Governorate", | |
| "state_code": "FA" | |
| }, | |
| { | |
| "id": 972, | |
| "name": "Al Jahra Governorate", | |
| "state_code": "JA" | |
| }, | |
| { | |
| "id": 976, | |
| "name": "Capital Governorate", | |
| "state_code": "KU" | |
| }, | |
| { | |
| "id": 973, | |
| "name": "Hawalli Governorate", | |
| "state_code": "HA" | |
| }, | |
| { | |
| "id": 974, | |
| "name": "Mubarak Al-Kabeer Governorate", | |
| "state_code": "MU" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/a/aa/Flag_of_Kuwait.svg" | |
| }, | |
| { | |
| "name": "Kyrgyzstan", | |
| "iso3": "KGZ", | |
| "iso2": "KG", | |
| "phone_code": "996", | |
| "capital": "Bishkek", | |
| "currency": "KGS", | |
| "states": [ | |
| { | |
| "id": 998, | |
| "name": "Batken Region", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 1001, | |
| "name": "Bishkek", | |
| "state_code": "GB" | |
| }, | |
| { | |
| "id": 1004, | |
| "name": "Chuy Region", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 1002, | |
| "name": "Issyk-Kul Region", | |
| "state_code": "Y" | |
| }, | |
| { | |
| "id": 1000, | |
| "name": "Jalal-Abad Region", | |
| "state_code": "J" | |
| }, | |
| { | |
| "id": 999, | |
| "name": "Naryn Region", | |
| "state_code": "N" | |
| }, | |
| { | |
| "id": 1003, | |
| "name": "Osh", | |
| "state_code": "GO" | |
| }, | |
| { | |
| "id": 1005, | |
| "name": "Osh Region", | |
| "state_code": "O" | |
| }, | |
| { | |
| "id": 997, | |
| "name": "Talas Region", | |
| "state_code": "T" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/c/c7/Flag_of_Kyrgyzstan.svg" | |
| }, | |
| { | |
| "name": "Laos", | |
| "iso3": "LAO", | |
| "iso2": "LA", | |
| "phone_code": "856", | |
| "capital": "Vientiane", | |
| "currency": "LAK", | |
| "states": [ | |
| { | |
| "id": 982, | |
| "name": "Attapeu Province", | |
| "state_code": "AT" | |
| }, | |
| { | |
| "id": 991, | |
| "name": "Bokeo Province", | |
| "state_code": "BK" | |
| }, | |
| { | |
| "id": 985, | |
| "name": "Bolikhamsai Province", | |
| "state_code": "BL" | |
| }, | |
| { | |
| "id": 996, | |
| "name": "Champasak Province", | |
| "state_code": "CH" | |
| }, | |
| { | |
| "id": 989, | |
| "name": "Houaphanh Province", | |
| "state_code": "HO" | |
| }, | |
| { | |
| "id": 986, | |
| "name": "Khammouane Province", | |
| "state_code": "KH" | |
| }, | |
| { | |
| "id": 992, | |
| "name": "Luang Namtha Province", | |
| "state_code": "LM" | |
| }, | |
| { | |
| "id": 978, | |
| "name": "Luang Prabang Province", | |
| "state_code": "LP" | |
| }, | |
| { | |
| "id": 988, | |
| "name": "Oudomxay Province", | |
| "state_code": "OU" | |
| }, | |
| { | |
| "id": 987, | |
| "name": "Phongsaly Province", | |
| "state_code": "PH" | |
| }, | |
| { | |
| "id": 993, | |
| "name": "Sainyabuli Province", | |
| "state_code": "XA" | |
| }, | |
| { | |
| "id": 981, | |
| "name": "Salavan Province", | |
| "state_code": "SL" | |
| }, | |
| { | |
| "id": 990, | |
| "name": "Savannakhet Province", | |
| "state_code": "SV" | |
| }, | |
| { | |
| "id": 984, | |
| "name": "Sekong Province", | |
| "state_code": "XE" | |
| }, | |
| { | |
| "id": 979, | |
| "name": "Vientiane Prefecture", | |
| "state_code": "VT" | |
| }, | |
| { | |
| "id": 980, | |
| "name": "Vientiane Province", | |
| "state_code": "VI" | |
| }, | |
| { | |
| "id": 994, | |
| "name": "Xaisomboun", | |
| "state_code": "XN" | |
| }, | |
| { | |
| "id": 983, | |
| "name": "Xaisomboun Province", | |
| "state_code": "XS" | |
| }, | |
| { | |
| "id": 995, | |
| "name": "Xiangkhouang Province", | |
| "state_code": "XI" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/5/56/Flag_of_Laos.svg" | |
| }, | |
| { | |
| "name": "Latvia", | |
| "iso3": "LVA", | |
| "iso2": "LV", | |
| "phone_code": "371", | |
| "capital": "Riga", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 4445, | |
| "name": "Aglona Municipality", | |
| "state_code": "001" | |
| }, | |
| { | |
| "id": 4472, | |
| "name": "Aizkraukle Municipality", | |
| "state_code": "002" | |
| }, | |
| { | |
| "id": 4496, | |
| "name": "Aizpute Municipality", | |
| "state_code": "003" | |
| }, | |
| { | |
| "id": 4499, | |
| "name": "Aknฤซste Municipality", | |
| "state_code": "004" | |
| }, | |
| { | |
| "id": 4484, | |
| "name": "Aloja Municipality", | |
| "state_code": "005" | |
| }, | |
| { | |
| "id": 4485, | |
| "name": "Alsunga Municipality", | |
| "state_code": "006" | |
| }, | |
| { | |
| "id": 4487, | |
| "name": "Alลซksne Municipality", | |
| "state_code": "007" | |
| }, | |
| { | |
| "id": 4497, | |
| "name": "Amata Municipality", | |
| "state_code": "008" | |
| }, | |
| { | |
| "id": 4457, | |
| "name": "Ape Municipality", | |
| "state_code": "009" | |
| }, | |
| { | |
| "id": 4481, | |
| "name": "Auce Municipality", | |
| "state_code": "010" | |
| }, | |
| { | |
| "id": 4427, | |
| "name": "Babฤซte Municipality", | |
| "state_code": "012" | |
| }, | |
| { | |
| "id": 4482, | |
| "name": "Baldone Municipality", | |
| "state_code": "013" | |
| }, | |
| { | |
| "id": 4498, | |
| "name": "Baltinava Municipality", | |
| "state_code": "014" | |
| }, | |
| { | |
| "id": 4505, | |
| "name": "Balvi Municipality", | |
| "state_code": "015" | |
| }, | |
| { | |
| "id": 4465, | |
| "name": "Bauska Municipality", | |
| "state_code": "016" | |
| }, | |
| { | |
| "id": 4471, | |
| "name": "Beverฤซna Municipality", | |
| "state_code": "017" | |
| }, | |
| { | |
| "id": 4468, | |
| "name": "Brocฤni Municipality", | |
| "state_code": "018" | |
| }, | |
| { | |
| "id": 4411, | |
| "name": "Burtnieki Municipality", | |
| "state_code": "019" | |
| }, | |
| { | |
| "id": 4454, | |
| "name": "Carnikava Municipality", | |
| "state_code": "020" | |
| }, | |
| { | |
| "id": 4469, | |
| "name": "Cฤsis Municipality", | |
| "state_code": "022" | |
| }, | |
| { | |
| "id": 4414, | |
| "name": "Cesvaine Municipality", | |
| "state_code": "021" | |
| }, | |
| { | |
| "id": 4410, | |
| "name": "Cibla Municipality", | |
| "state_code": "023" | |
| }, | |
| { | |
| "id": 4504, | |
| "name": "Dagda Municipality", | |
| "state_code": "024" | |
| }, | |
| { | |
| "id": 4463, | |
| "name": "Daugavpils", | |
| "state_code": "DGV" | |
| }, | |
| { | |
| "id": 4492, | |
| "name": "Daugavpils Municipality", | |
| "state_code": "025" | |
| }, | |
| { | |
| "id": 4437, | |
| "name": "Dobele Municipality", | |
| "state_code": "026" | |
| }, | |
| { | |
| "id": 4428, | |
| "name": "Dundaga Municipality", | |
| "state_code": "027" | |
| }, | |
| { | |
| "id": 4458, | |
| "name": "Durbe Municipality", | |
| "state_code": "028" | |
| }, | |
| { | |
| "id": 4448, | |
| "name": "Engure Municipality", | |
| "state_code": "029" | |
| }, | |
| { | |
| "id": 4444, | |
| "name": "ฤrgฤผi Municipality", | |
| "state_code": "030" | |
| }, | |
| { | |
| "id": 4510, | |
| "name": "Garkalne Municipality", | |
| "state_code": "031" | |
| }, | |
| { | |
| "id": 4470, | |
| "name": "Grobiลa Municipality", | |
| "state_code": "032" | |
| }, | |
| { | |
| "id": 4400, | |
| "name": "Gulbene Municipality", | |
| "state_code": "033" | |
| }, | |
| { | |
| "id": 4441, | |
| "name": "Iecava Municipality", | |
| "state_code": "034" | |
| }, | |
| { | |
| "id": 4511, | |
| "name": "Ikลกฤทile Municipality", | |
| "state_code": "035" | |
| }, | |
| { | |
| "id": 4399, | |
| "name": "Ilลซkste Municipality", | |
| "state_code": "036" | |
| }, | |
| { | |
| "id": 4449, | |
| "name": "Inฤukalns Municipality", | |
| "state_code": "037" | |
| }, | |
| { | |
| "id": 4475, | |
| "name": "Jaunjelgava Municipality", | |
| "state_code": "038" | |
| }, | |
| { | |
| "id": 4407, | |
| "name": "Jaunpiebalga Municipality", | |
| "state_code": "039" | |
| }, | |
| { | |
| "id": 4489, | |
| "name": "Jaunpils Municipality", | |
| "state_code": "040" | |
| }, | |
| { | |
| "id": 4464, | |
| "name": "Jฤkabpils", | |
| "state_code": "JKB" | |
| }, | |
| { | |
| "id": 4438, | |
| "name": "Jฤkabpils Municipality", | |
| "state_code": "042" | |
| }, | |
| { | |
| "id": 4500, | |
| "name": "Jelgava", | |
| "state_code": "JEL" | |
| }, | |
| { | |
| "id": 4424, | |
| "name": "Jelgava Municipality", | |
| "state_code": "041" | |
| }, | |
| { | |
| "id": 4446, | |
| "name": "Jลซrmala", | |
| "state_code": "JUR" | |
| }, | |
| { | |
| "id": 4420, | |
| "name": "Kandava Municipality", | |
| "state_code": "043" | |
| }, | |
| { | |
| "id": 4453, | |
| "name": "Kฤrsava Municipality", | |
| "state_code": "044" | |
| }, | |
| { | |
| "id": 4412, | |
| "name": "ฤถegums Municipality", | |
| "state_code": "051" | |
| }, | |
| { | |
| "id": 4435, | |
| "name": "ฤถekava Municipality", | |
| "state_code": "052" | |
| }, | |
| { | |
| "id": 4495, | |
| "name": "Kocฤni Municipality", | |
| "state_code": "045" | |
| }, | |
| { | |
| "id": 4452, | |
| "name": "Koknese Municipality", | |
| "state_code": "046" | |
| }, | |
| { | |
| "id": 4474, | |
| "name": "Krฤslava Municipality", | |
| "state_code": "047" | |
| }, | |
| { | |
| "id": 4422, | |
| "name": "Krimulda Municipality", | |
| "state_code": "048" | |
| }, | |
| { | |
| "id": 4413, | |
| "name": "Krustpils Municipality", | |
| "state_code": "049" | |
| }, | |
| { | |
| "id": 4490, | |
| "name": "Kuldฤซga Municipality", | |
| "state_code": "050" | |
| }, | |
| { | |
| "id": 4512, | |
| "name": "Lielvฤrde Municipality", | |
| "state_code": "053" | |
| }, | |
| { | |
| "id": 4460, | |
| "name": "Liepฤja", | |
| "state_code": "LPX" | |
| }, | |
| { | |
| "id": 4488, | |
| "name": "Lฤซgatne Municipality", | |
| "state_code": "055" | |
| }, | |
| { | |
| "id": 4418, | |
| "name": "Limbaลพi Municipality", | |
| "state_code": "054" | |
| }, | |
| { | |
| "id": 4401, | |
| "name": "Lฤซvฤni Municipality", | |
| "state_code": "056" | |
| }, | |
| { | |
| "id": 4419, | |
| "name": "Lubฤna Municipality", | |
| "state_code": "057" | |
| }, | |
| { | |
| "id": 4501, | |
| "name": "Ludza Municipality", | |
| "state_code": "058" | |
| }, | |
| { | |
| "id": 4433, | |
| "name": "Madona Municipality", | |
| "state_code": "059" | |
| }, | |
| { | |
| "id": 4461, | |
| "name": "Mฤlpils Municipality", | |
| "state_code": "061" | |
| }, | |
| { | |
| "id": 4450, | |
| "name": "Mฤrupe Municipality", | |
| "state_code": "062" | |
| }, | |
| { | |
| "id": 4513, | |
| "name": "Mazsalaca Municipality", | |
| "state_code": "060" | |
| }, | |
| { | |
| "id": 4451, | |
| "name": "Mฤrsrags Municipality", | |
| "state_code": "063" | |
| }, | |
| { | |
| "id": 4398, | |
| "name": "Naukลกฤni Municipality", | |
| "state_code": "064" | |
| }, | |
| { | |
| "id": 4432, | |
| "name": "Nereta Municipality", | |
| "state_code": "065" | |
| }, | |
| { | |
| "id": 4436, | |
| "name": "Nฤซca Municipality", | |
| "state_code": "066" | |
| }, | |
| { | |
| "id": 4416, | |
| "name": "Ogre Municipality", | |
| "state_code": "067" | |
| }, | |
| { | |
| "id": 4417, | |
| "name": "Olaine Municipality", | |
| "state_code": "068" | |
| }, | |
| { | |
| "id": 4442, | |
| "name": "Ozolnieki Municipality", | |
| "state_code": "069" | |
| }, | |
| { | |
| "id": 4507, | |
| "name": "Pฤrgauja Municipality", | |
| "state_code": "070" | |
| }, | |
| { | |
| "id": 4467, | |
| "name": "Pฤvilosta Municipality", | |
| "state_code": "071" | |
| }, | |
| { | |
| "id": 4405, | |
| "name": "Pฤผaviลas Municipality", | |
| "state_code": "072" | |
| }, | |
| { | |
| "id": 4483, | |
| "name": "Preiฤผi Municipality", | |
| "state_code": "073" | |
| }, | |
| { | |
| "id": 4429, | |
| "name": "Priekule Municipality", | |
| "state_code": "074" | |
| }, | |
| { | |
| "id": 4506, | |
| "name": "Priekuฤผi Municipality", | |
| "state_code": "075" | |
| }, | |
| { | |
| "id": 4479, | |
| "name": "Rauna Municipality", | |
| "state_code": "076" | |
| }, | |
| { | |
| "id": 4509, | |
| "name": "Rฤzekne", | |
| "state_code": "REZ" | |
| }, | |
| { | |
| "id": 4455, | |
| "name": "Rฤzekne Municipality", | |
| "state_code": "077" | |
| }, | |
| { | |
| "id": 4502, | |
| "name": "Riebiลi Municipality", | |
| "state_code": "078" | |
| }, | |
| { | |
| "id": 4491, | |
| "name": "Riga", | |
| "state_code": "RIX" | |
| }, | |
| { | |
| "id": 4440, | |
| "name": "Roja Municipality", | |
| "state_code": "079" | |
| }, | |
| { | |
| "id": 4493, | |
| "name": "Ropaลพi Municipality", | |
| "state_code": "080" | |
| }, | |
| { | |
| "id": 4503, | |
| "name": "Rucava Municipality", | |
| "state_code": "081" | |
| }, | |
| { | |
| "id": 4423, | |
| "name": "Rugฤji Municipality", | |
| "state_code": "082" | |
| }, | |
| { | |
| "id": 4426, | |
| "name": "Rลซjiena Municipality", | |
| "state_code": "084" | |
| }, | |
| { | |
| "id": 4404, | |
| "name": "Rundฤle Municipality", | |
| "state_code": "083" | |
| }, | |
| { | |
| "id": 4434, | |
| "name": "Sala Municipality", | |
| "state_code": "085" | |
| }, | |
| { | |
| "id": 4396, | |
| "name": "Salacgrฤซva Municipality", | |
| "state_code": "086" | |
| }, | |
| { | |
| "id": 4402, | |
| "name": "Salaspils Municipality", | |
| "state_code": "087" | |
| }, | |
| { | |
| "id": 4439, | |
| "name": "Saldus Municipality", | |
| "state_code": "088" | |
| }, | |
| { | |
| "id": 4443, | |
| "name": "Saulkrasti Municipality", | |
| "state_code": "089" | |
| }, | |
| { | |
| "id": 4408, | |
| "name": "Sฤja Municipality", | |
| "state_code": "090" | |
| }, | |
| { | |
| "id": 4476, | |
| "name": "Sigulda Municipality", | |
| "state_code": "091" | |
| }, | |
| { | |
| "id": 4415, | |
| "name": "Skrฤซveri Municipality", | |
| "state_code": "092" | |
| }, | |
| { | |
| "id": 4447, | |
| "name": "Skrunda Municipality", | |
| "state_code": "093" | |
| }, | |
| { | |
| "id": 4462, | |
| "name": "Smiltene Municipality", | |
| "state_code": "094" | |
| }, | |
| { | |
| "id": 4478, | |
| "name": "Stopiลi Municipality", | |
| "state_code": "095" | |
| }, | |
| { | |
| "id": 4494, | |
| "name": "Strenฤi Municipality", | |
| "state_code": "096" | |
| }, | |
| { | |
| "id": 4459, | |
| "name": "Talsi Municipality", | |
| "state_code": "097" | |
| }, | |
| { | |
| "id": 4480, | |
| "name": "Tฤrvete Municipality", | |
| "state_code": "098" | |
| }, | |
| { | |
| "id": 4409, | |
| "name": "Tukums Municipality", | |
| "state_code": "099" | |
| }, | |
| { | |
| "id": 4508, | |
| "name": "Vaiลode Municipality", | |
| "state_code": "100" | |
| }, | |
| { | |
| "id": 4425, | |
| "name": "Valka Municipality", | |
| "state_code": "101" | |
| }, | |
| { | |
| "id": 4473, | |
| "name": "Valmiera", | |
| "state_code": "VMR" | |
| }, | |
| { | |
| "id": 4431, | |
| "name": "Varakฤผฤni Municipality", | |
| "state_code": "102" | |
| }, | |
| { | |
| "id": 4406, | |
| "name": "Vฤrkava Municipality", | |
| "state_code": "103" | |
| }, | |
| { | |
| "id": 4466, | |
| "name": "Vecpiebalga Municipality", | |
| "state_code": "104" | |
| }, | |
| { | |
| "id": 4397, | |
| "name": "Vecumnieki Municipality", | |
| "state_code": "105" | |
| }, | |
| { | |
| "id": 4421, | |
| "name": "Ventspils", | |
| "state_code": "VEN" | |
| }, | |
| { | |
| "id": 4403, | |
| "name": "Ventspils Municipality", | |
| "state_code": "106" | |
| }, | |
| { | |
| "id": 4456, | |
| "name": "Viesฤซte Municipality", | |
| "state_code": "107" | |
| }, | |
| { | |
| "id": 4477, | |
| "name": "Viฤผaka Municipality", | |
| "state_code": "108" | |
| }, | |
| { | |
| "id": 4486, | |
| "name": "Viฤผฤni Municipality", | |
| "state_code": "109" | |
| }, | |
| { | |
| "id": 4430, | |
| "name": "Zilupe Municipality", | |
| "state_code": "110" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/8/84/Flag_of_Latvia.svg" | |
| }, | |
| { | |
| "name": "Lebanon", | |
| "iso3": "LBN", | |
| "iso2": "LB", | |
| "phone_code": "961", | |
| "capital": "Beirut", | |
| "currency": "LBP", | |
| "states": [ | |
| { | |
| "id": 2285, | |
| "name": "Akkar Governorate", | |
| "state_code": "AK" | |
| }, | |
| { | |
| "id": 2283, | |
| "name": "Baalbek-Hermel Governorate", | |
| "state_code": "BH" | |
| }, | |
| { | |
| "id": 2286, | |
| "name": "Beirut Governorate", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 2287, | |
| "name": "Beqaa Governorate", | |
| "state_code": "BI" | |
| }, | |
| { | |
| "id": 2282, | |
| "name": "Mount Lebanon Governorate", | |
| "state_code": "JL" | |
| }, | |
| { | |
| "id": 2288, | |
| "name": "Nabatieh Governorate", | |
| "state_code": "NA" | |
| }, | |
| { | |
| "id": 2284, | |
| "name": "North Governorate", | |
| "state_code": "AS" | |
| }, | |
| { | |
| "id": 2281, | |
| "name": "South Governorate", | |
| "state_code": "JA" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/5/59/Flag_of_Lebanon.svg" | |
| }, | |
| { | |
| "name": "Lesotho", | |
| "iso3": "LSO", | |
| "iso2": "LS", | |
| "phone_code": "266", | |
| "capital": "Maseru", | |
| "currency": "LSL", | |
| "states": [ | |
| { | |
| "id": 3030, | |
| "name": "Berea District", | |
| "state_code": "D" | |
| }, | |
| { | |
| "id": 3029, | |
| "name": "Butha-Buthe District", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 3026, | |
| "name": "Leribe District", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 3022, | |
| "name": "Mafeteng District", | |
| "state_code": "E" | |
| }, | |
| { | |
| "id": 3028, | |
| "name": "Maseru District", | |
| "state_code": "A" | |
| }, | |
| { | |
| "id": 3023, | |
| "name": "Mohale's Hoek District", | |
| "state_code": "F" | |
| }, | |
| { | |
| "id": 3024, | |
| "name": "Mokhotlong District", | |
| "state_code": "J" | |
| }, | |
| { | |
| "id": 3025, | |
| "name": "Qacha's Nek District", | |
| "state_code": "H" | |
| }, | |
| { | |
| "id": 3027, | |
| "name": "Quthing District", | |
| "state_code": "G" | |
| }, | |
| { | |
| "id": 3031, | |
| "name": "Thaba-Tseka District", | |
| "state_code": "K" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/4/4a/Flag_of_Lesotho.svg" | |
| }, | |
| { | |
| "name": "Liberia", | |
| "iso3": "LBR", | |
| "iso2": "LR", | |
| "phone_code": "231", | |
| "capital": "Monrovia", | |
| "currency": "LRD", | |
| "states": [ | |
| { | |
| "id": 3041, | |
| "name": "Bomi County", | |
| "state_code": "BM" | |
| }, | |
| { | |
| "id": 3034, | |
| "name": "Bong County", | |
| "state_code": "BG" | |
| }, | |
| { | |
| "id": 3044, | |
| "name": "Gbarpolu County", | |
| "state_code": "GP" | |
| }, | |
| { | |
| "id": 3040, | |
| "name": "Grand Bassa County", | |
| "state_code": "GB" | |
| }, | |
| { | |
| "id": 3036, | |
| "name": "Grand Cape Mount County", | |
| "state_code": "CM" | |
| }, | |
| { | |
| "id": 3039, | |
| "name": "Grand Gedeh County", | |
| "state_code": "GG" | |
| }, | |
| { | |
| "id": 3045, | |
| "name": "Grand Kru County", | |
| "state_code": "GK" | |
| }, | |
| { | |
| "id": 3037, | |
| "name": "Lofa County", | |
| "state_code": "LO" | |
| }, | |
| { | |
| "id": 3043, | |
| "name": "Margibi County", | |
| "state_code": "MG" | |
| }, | |
| { | |
| "id": 3042, | |
| "name": "Maryland County", | |
| "state_code": "MY" | |
| }, | |
| { | |
| "id": 3032, | |
| "name": "Montserrado County", | |
| "state_code": "MO" | |
| }, | |
| { | |
| "id": 3046, | |
| "name": "Nimba", | |
| "state_code": "NI" | |
| }, | |
| { | |
| "id": 3033, | |
| "name": "River Cess County", | |
| "state_code": "RI" | |
| }, | |
| { | |
| "id": 3038, | |
| "name": "River Gee County", | |
| "state_code": "RG" | |
| }, | |
| { | |
| "id": 3035, | |
| "name": "Sinoe County", | |
| "state_code": "SI" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/b/b8/Flag_of_Liberia.svg" | |
| }, | |
| { | |
| "name": "Libya", | |
| "iso3": "LBY", | |
| "iso2": "LY", | |
| "phone_code": "218", | |
| "capital": "Tripolis", | |
| "currency": "LYD", | |
| "states": [ | |
| { | |
| "id": 2964, | |
| "name": "Al Wahat District", | |
| "state_code": "WA" | |
| }, | |
| { | |
| "id": 2981, | |
| "name": "Benghazi", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 2966, | |
| "name": "Derna District", | |
| "state_code": "DR" | |
| }, | |
| { | |
| "id": 2969, | |
| "name": "Ghat District", | |
| "state_code": "GT" | |
| }, | |
| { | |
| "id": 2980, | |
| "name": "Jabal al Akhdar", | |
| "state_code": "JA" | |
| }, | |
| { | |
| "id": 2974, | |
| "name": "Jabal al Gharbi District", | |
| "state_code": "JG" | |
| }, | |
| { | |
| "id": 2979, | |
| "name": "Jafara", | |
| "state_code": "JI" | |
| }, | |
| { | |
| "id": 2970, | |
| "name": "Jufra", | |
| "state_code": "JU" | |
| }, | |
| { | |
| "id": 2972, | |
| "name": "Kufra District", | |
| "state_code": "KF" | |
| }, | |
| { | |
| "id": 2968, | |
| "name": "Marj District", | |
| "state_code": "MJ" | |
| }, | |
| { | |
| "id": 2978, | |
| "name": "Misrata District", | |
| "state_code": "MI" | |
| }, | |
| { | |
| "id": 2961, | |
| "name": "Murqub", | |
| "state_code": "MB" | |
| }, | |
| { | |
| "id": 2967, | |
| "name": "Murzuq District", | |
| "state_code": "MQ" | |
| }, | |
| { | |
| "id": 2976, | |
| "name": "Nalut District", | |
| "state_code": "NL" | |
| }, | |
| { | |
| "id": 2962, | |
| "name": "Nuqat al Khams", | |
| "state_code": "NQ" | |
| }, | |
| { | |
| "id": 2965, | |
| "name": "Sabha District", | |
| "state_code": "SB" | |
| }, | |
| { | |
| "id": 2977, | |
| "name": "Sirte District", | |
| "state_code": "SR" | |
| }, | |
| { | |
| "id": 2971, | |
| "name": "Tripoli District", | |
| "state_code": "TB" | |
| }, | |
| { | |
| "id": 2973, | |
| "name": "Wadi al Hayaa District", | |
| "state_code": "WD" | |
| }, | |
| { | |
| "id": 2975, | |
| "name": "Wadi al Shatii District", | |
| "state_code": "WS" | |
| }, | |
| { | |
| "id": 2963, | |
| "name": "Zawiya District", | |
| "state_code": "ZA" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/05/Flag_of_Libya.svg" | |
| }, | |
| { | |
| "name": "Liechtenstein", | |
| "iso3": "LIE", | |
| "iso2": "LI", | |
| "phone_code": "423", | |
| "capital": "Vaduz", | |
| "currency": "CHF", | |
| "states": [ | |
| { | |
| "id": 458, | |
| "name": "Balzers", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 451, | |
| "name": "Eschen", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 457, | |
| "name": "Gamprin", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 455, | |
| "name": "Mauren", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 454, | |
| "name": "Planken", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 453, | |
| "name": "Ruggell", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 450, | |
| "name": "Schaan", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 449, | |
| "name": "Schellenberg", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 459, | |
| "name": "Triesen", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 456, | |
| "name": "Triesenberg", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 452, | |
| "name": "Vaduz", | |
| "state_code": "11" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/4/47/Flag_of_Liechtenstein.svg" | |
| }, | |
| { | |
| "name": "Lithuania", | |
| "iso3": "LTU", | |
| "iso2": "LT", | |
| "phone_code": "370", | |
| "capital": "Vilnius", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 1561, | |
| "name": "Akmenฤ District Municipality", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 1605, | |
| "name": "Alytus City Municipality", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 1574, | |
| "name": "Alytus County", | |
| "state_code": "AL" | |
| }, | |
| { | |
| "id": 1599, | |
| "name": "Alytus District Municipality", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 1603, | |
| "name": "Birลกtonas Municipality", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 1566, | |
| "name": "Birลพai District Municipality", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 1579, | |
| "name": "Druskininkai municipality", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 1559, | |
| "name": "Elektrฤnai municipality", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 1562, | |
| "name": "Ignalina District Municipality", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 1567, | |
| "name": "Jonava District Municipality", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 1581, | |
| "name": "Joniลกkis District Municipality", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 1555, | |
| "name": "Jurbarkas District Municipality", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 1583, | |
| "name": "Kaiลกiadorys District Municipality", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 1591, | |
| "name": "Kalvarija municipality", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 1580, | |
| "name": "Kaunas City Municipality", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 1556, | |
| "name": "Kaunas County", | |
| "state_code": "KU" | |
| }, | |
| { | |
| "id": 1565, | |
| "name": "Kaunas District Municipality", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 1575, | |
| "name": "Kazlลณ Rลซda municipality", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 1584, | |
| "name": "Kฤdainiai District Municipality", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 1618, | |
| "name": "Kelmฤ District Municipality", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 1597, | |
| "name": "Klaipeda City Municipality", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 1600, | |
| "name": "Klaipฤda County", | |
| "state_code": "KL" | |
| }, | |
| { | |
| "id": 1604, | |
| "name": "Klaipฤda District Municipality", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 1571, | |
| "name": "Kretinga District Municipality", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 1585, | |
| "name": "Kupiลกkis District Municipality", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 1611, | |
| "name": "Lazdijai District Municipality", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 1570, | |
| "name": "Marijampolฤ County", | |
| "state_code": "MR" | |
| }, | |
| { | |
| "id": 1610, | |
| "name": "Marijampolฤ Municipality", | |
| "state_code": "25" | |
| }, | |
| { | |
| "id": 1557, | |
| "name": "Maลพeikiai District Municipality", | |
| "state_code": "26" | |
| }, | |
| { | |
| "id": 1582, | |
| "name": "Molฤtai District Municipality", | |
| "state_code": "27" | |
| }, | |
| { | |
| "id": 1563, | |
| "name": "Neringa Municipality", | |
| "state_code": "28" | |
| }, | |
| { | |
| "id": 1612, | |
| "name": "Pagฤgiai municipality", | |
| "state_code": "29" | |
| }, | |
| { | |
| "id": 1595, | |
| "name": "Pakruojis District Municipality", | |
| "state_code": "30" | |
| }, | |
| { | |
| "id": 1588, | |
| "name": "Palanga City Municipality", | |
| "state_code": "31" | |
| }, | |
| { | |
| "id": 1589, | |
| "name": "Panevฤลพys City Municipality", | |
| "state_code": "32" | |
| }, | |
| { | |
| "id": 1558, | |
| "name": "Panevฤลพys County", | |
| "state_code": "PN" | |
| }, | |
| { | |
| "id": 1614, | |
| "name": "Panevฤลพys District Municipality", | |
| "state_code": "33" | |
| }, | |
| { | |
| "id": 1616, | |
| "name": "Pasvalys District Municipality", | |
| "state_code": "34" | |
| }, | |
| { | |
| "id": 1553, | |
| "name": "Plungฤ District Municipality", | |
| "state_code": "35" | |
| }, | |
| { | |
| "id": 1578, | |
| "name": "Prienai District Municipality", | |
| "state_code": "36" | |
| }, | |
| { | |
| "id": 1568, | |
| "name": "Radviliลกkis District Municipality", | |
| "state_code": "37" | |
| }, | |
| { | |
| "id": 1587, | |
| "name": "Raseiniai District Municipality", | |
| "state_code": "38" | |
| }, | |
| { | |
| "id": 1590, | |
| "name": "Rietavas municipality", | |
| "state_code": "39" | |
| }, | |
| { | |
| "id": 1615, | |
| "name": "Rokiลกkis District Municipality", | |
| "state_code": "40" | |
| }, | |
| { | |
| "id": 1576, | |
| "name": "ล akiai District Municipality", | |
| "state_code": "41" | |
| }, | |
| { | |
| "id": 1577, | |
| "name": "ล alฤininkai District Municipality", | |
| "state_code": "42" | |
| }, | |
| { | |
| "id": 1609, | |
| "name": "ล iauliai City Municipality", | |
| "state_code": "43" | |
| }, | |
| { | |
| "id": 1586, | |
| "name": "ล iauliai County", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 1554, | |
| "name": "ล iauliai District Municipality", | |
| "state_code": "44" | |
| }, | |
| { | |
| "id": 1613, | |
| "name": "ล ilalฤ District Municipality", | |
| "state_code": "45" | |
| }, | |
| { | |
| "id": 1607, | |
| "name": "ล ilutฤ District Municipality", | |
| "state_code": "46" | |
| }, | |
| { | |
| "id": 1594, | |
| "name": "ล irvintos District Municipality", | |
| "state_code": "47" | |
| }, | |
| { | |
| "id": 1617, | |
| "name": "Skuodas District Municipality", | |
| "state_code": "48" | |
| }, | |
| { | |
| "id": 1560, | |
| "name": "ล venฤionys District Municipality", | |
| "state_code": "49" | |
| }, | |
| { | |
| "id": 1573, | |
| "name": "Tauragฤ County", | |
| "state_code": "TA" | |
| }, | |
| { | |
| "id": 1572, | |
| "name": "Tauragฤ District Municipality", | |
| "state_code": "50" | |
| }, | |
| { | |
| "id": 1569, | |
| "name": "Telลกiai County", | |
| "state_code": "TE" | |
| }, | |
| { | |
| "id": 1608, | |
| "name": "Telลกiai District Municipality", | |
| "state_code": "51" | |
| }, | |
| { | |
| "id": 1593, | |
| "name": "Trakai District Municipality", | |
| "state_code": "52" | |
| }, | |
| { | |
| "id": 1596, | |
| "name": "Ukmergฤ District Municipality", | |
| "state_code": "53" | |
| }, | |
| { | |
| "id": 1621, | |
| "name": "Utena County", | |
| "state_code": "UT" | |
| }, | |
| { | |
| "id": 1598, | |
| "name": "Utena District Municipality", | |
| "state_code": "54" | |
| }, | |
| { | |
| "id": 1602, | |
| "name": "Varฤna District Municipality", | |
| "state_code": "55" | |
| }, | |
| { | |
| "id": 1620, | |
| "name": "Vilkaviลกkis District Municipality", | |
| "state_code": "56" | |
| }, | |
| { | |
| "id": 1606, | |
| "name": "Vilnius City Municipality", | |
| "state_code": "57" | |
| }, | |
| { | |
| "id": 1601, | |
| "name": "Vilnius County", | |
| "state_code": "VL" | |
| }, | |
| { | |
| "id": 1592, | |
| "name": "Vilnius District Municipality", | |
| "state_code": "58" | |
| }, | |
| { | |
| "id": 1564, | |
| "name": "Visaginas Municipality", | |
| "state_code": "59" | |
| }, | |
| { | |
| "id": 1619, | |
| "name": "Zarasai District Municipality", | |
| "state_code": "60" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/1/11/Flag_of_Lithuania.svg" | |
| }, | |
| { | |
| "name": "Luxembourg", | |
| "iso3": "LUX", | |
| "iso2": "LU", | |
| "phone_code": "352", | |
| "capital": "Luxembourg", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 1518, | |
| "name": "Canton of Capellen", | |
| "state_code": "CA" | |
| }, | |
| { | |
| "id": 1521, | |
| "name": "Canton of Clervaux", | |
| "state_code": "CL" | |
| }, | |
| { | |
| "id": 1513, | |
| "name": "Canton of Diekirch", | |
| "state_code": "DI" | |
| }, | |
| { | |
| "id": 1515, | |
| "name": "Canton of Echternach", | |
| "state_code": "EC" | |
| }, | |
| { | |
| "id": 1517, | |
| "name": "Canton of Esch-sur-Alzette", | |
| "state_code": "ES" | |
| }, | |
| { | |
| "id": 1525, | |
| "name": "Canton of Grevenmacher", | |
| "state_code": "GR" | |
| }, | |
| { | |
| "id": 1527, | |
| "name": "Canton of Luxembourg", | |
| "state_code": "LU" | |
| }, | |
| { | |
| "id": 1522, | |
| "name": "Canton of Mersch", | |
| "state_code": "ME" | |
| }, | |
| { | |
| "id": 1516, | |
| "name": "Canton of Redange", | |
| "state_code": "RD" | |
| }, | |
| { | |
| "id": 1519, | |
| "name": "Canton of Remich", | |
| "state_code": "RM" | |
| }, | |
| { | |
| "id": 1523, | |
| "name": "Canton of Vianden", | |
| "state_code": "VD" | |
| }, | |
| { | |
| "id": 1526, | |
| "name": "Canton of Wiltz", | |
| "state_code": "WI" | |
| }, | |
| { | |
| "id": 1524, | |
| "name": "Diekirch District", | |
| "state_code": "D" | |
| }, | |
| { | |
| "id": 1520, | |
| "name": "Grevenmacher District", | |
| "state_code": "G" | |
| }, | |
| { | |
| "id": 1514, | |
| "name": "Luxembourg District", | |
| "state_code": "L" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/da/Flag_of_Luxembourg.svg" | |
| }, | |
| { | |
| "name": "Macau S.A.R.", | |
| "iso3": "MAC", | |
| "iso2": "MO", | |
| "phone_code": "853", | |
| "capital": "Macao", | |
| "currency": "MOP", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/6/63/Flag_of_Macau.svg" | |
| }, | |
| { | |
| "name": "Macedonia", | |
| "iso3": "MKD", | |
| "iso2": "MK", | |
| "phone_code": "389", | |
| "capital": "Skopje", | |
| "currency": "MKD", | |
| "states": [ | |
| { | |
| "id": 703, | |
| "name": "Aerodrom Municipality", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 656, | |
| "name": "Araฤinovo Municipality", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 716, | |
| "name": "Berovo Municipality", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 679, | |
| "name": "Bitola Municipality", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 649, | |
| "name": "Bogdanci Municipality", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 721, | |
| "name": "Bogovinje Municipality", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 652, | |
| "name": "Bosilovo Municipality", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 660, | |
| "name": "Brvenica Municipality", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 694, | |
| "name": "Butel Municipality", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 704, | |
| "name": "ฤair Municipality", | |
| "state_code": "79" | |
| }, | |
| { | |
| "id": 676, | |
| "name": "ฤaลกka Municipality", | |
| "state_code": "80" | |
| }, | |
| { | |
| "id": 702, | |
| "name": "Centar Municipality", | |
| "state_code": "77" | |
| }, | |
| { | |
| "id": 720, | |
| "name": "Centar ลฝupa Municipality", | |
| "state_code": "78" | |
| }, | |
| { | |
| "id": 644, | |
| "name": "ฤeลกinovo-Obleลกevo Municipality", | |
| "state_code": "81" | |
| }, | |
| { | |
| "id": 715, | |
| "name": "ฤuฤer-Sandevo Municipality", | |
| "state_code": "82" | |
| }, | |
| { | |
| "id": 645, | |
| "name": "Debarca Municipality", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 695, | |
| "name": "Delฤevo Municipality", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 687, | |
| "name": "Demir Hisar Municipality", | |
| "state_code": "25" | |
| }, | |
| { | |
| "id": 655, | |
| "name": "Demir Kapija Municipality", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 697, | |
| "name": "Dojran Municipality", | |
| "state_code": "26" | |
| }, | |
| { | |
| "id": 675, | |
| "name": "Dolneni Municipality", | |
| "state_code": "27" | |
| }, | |
| { | |
| "id": 657, | |
| "name": "Drugovo Municipality", | |
| "state_code": "28" | |
| }, | |
| { | |
| "id": 707, | |
| "name": "Gazi Baba Municipality", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 648, | |
| "name": "Gevgelija Municipality", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 722, | |
| "name": "Gjorฤe Petrov Municipality", | |
| "state_code": "29" | |
| }, | |
| { | |
| "id": 693, | |
| "name": "Gostivar Municipality", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 708, | |
| "name": "Gradsko Municipality", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 684, | |
| "name": "Greater Skopje", | |
| "state_code": "85" | |
| }, | |
| { | |
| "id": 690, | |
| "name": "Ilinden Municipality", | |
| "state_code": "34" | |
| }, | |
| { | |
| "id": 678, | |
| "name": "Jegunovce Municipality", | |
| "state_code": "35" | |
| }, | |
| { | |
| "id": 674, | |
| "name": "Karbinci", | |
| "state_code": "37" | |
| }, | |
| { | |
| "id": 681, | |
| "name": "Karpoลก Municipality", | |
| "state_code": "38" | |
| }, | |
| { | |
| "id": 713, | |
| "name": "Kavadarci Municipality", | |
| "state_code": "36" | |
| }, | |
| { | |
| "id": 688, | |
| "name": "Kiฤevo Municipality", | |
| "state_code": "40" | |
| }, | |
| { | |
| "id": 686, | |
| "name": "Kisela Voda Municipality", | |
| "state_code": "39" | |
| }, | |
| { | |
| "id": 723, | |
| "name": "Koฤani Municipality", | |
| "state_code": "42" | |
| }, | |
| { | |
| "id": 665, | |
| "name": "Konฤe Municipality", | |
| "state_code": "41" | |
| }, | |
| { | |
| "id": 641, | |
| "name": "Kratovo Municipality", | |
| "state_code": "43" | |
| }, | |
| { | |
| "id": 677, | |
| "name": "Kriva Palanka Municipality", | |
| "state_code": "44" | |
| }, | |
| { | |
| "id": 647, | |
| "name": "Krivogaลกtani Municipality", | |
| "state_code": "45" | |
| }, | |
| { | |
| "id": 714, | |
| "name": "Kruลกevo Municipality", | |
| "state_code": "46" | |
| }, | |
| { | |
| "id": 683, | |
| "name": "Kumanovo Municipality", | |
| "state_code": "47" | |
| }, | |
| { | |
| "id": 659, | |
| "name": "Lipkovo Municipality", | |
| "state_code": "48" | |
| }, | |
| { | |
| "id": 705, | |
| "name": "Lozovo Municipality", | |
| "state_code": "49" | |
| }, | |
| { | |
| "id": 701, | |
| "name": "Makedonska Kamenica Municipality", | |
| "state_code": "51" | |
| }, | |
| { | |
| "id": 692, | |
| "name": "Makedonski Brod Municipality", | |
| "state_code": "52" | |
| }, | |
| { | |
| "id": 669, | |
| "name": "Mavrovo and Rostuลกa Municipality", | |
| "state_code": "50" | |
| }, | |
| { | |
| "id": 653, | |
| "name": "Mogila Municipality", | |
| "state_code": "53" | |
| }, | |
| { | |
| "id": 664, | |
| "name": "Negotino Municipality", | |
| "state_code": "54" | |
| }, | |
| { | |
| "id": 696, | |
| "name": "Novaci Municipality", | |
| "state_code": "55" | |
| }, | |
| { | |
| "id": 718, | |
| "name": "Novo Selo Municipality", | |
| "state_code": "56" | |
| }, | |
| { | |
| "id": 699, | |
| "name": "Ohrid Municipality", | |
| "state_code": "58" | |
| }, | |
| { | |
| "id": 682, | |
| "name": "Oslomej Municipality", | |
| "state_code": "57" | |
| }, | |
| { | |
| "id": 685, | |
| "name": "Pehฤevo Municipality", | |
| "state_code": "60" | |
| }, | |
| { | |
| "id": 698, | |
| "name": "Petrovec Municipality", | |
| "state_code": "59" | |
| }, | |
| { | |
| "id": 670, | |
| "name": "Plasnica Municipality", | |
| "state_code": "61" | |
| }, | |
| { | |
| "id": 666, | |
| "name": "Prilep Municipality", | |
| "state_code": "62" | |
| }, | |
| { | |
| "id": 646, | |
| "name": "Probiลกtip Municipality", | |
| "state_code": "63" | |
| }, | |
| { | |
| "id": 709, | |
| "name": "Radoviลก Municipality", | |
| "state_code": "64" | |
| }, | |
| { | |
| "id": 717, | |
| "name": "Rankovce Municipality", | |
| "state_code": "65" | |
| }, | |
| { | |
| "id": 712, | |
| "name": "Resen Municipality", | |
| "state_code": "66" | |
| }, | |
| { | |
| "id": 691, | |
| "name": "Rosoman Municipality", | |
| "state_code": "67" | |
| }, | |
| { | |
| "id": 667, | |
| "name": "Saraj Municipality", | |
| "state_code": "68" | |
| }, | |
| { | |
| "id": 719, | |
| "name": "Sopiลกte Municipality", | |
| "state_code": "70" | |
| }, | |
| { | |
| "id": 643, | |
| "name": "Staro Nagoriฤane Municipality", | |
| "state_code": "71" | |
| }, | |
| { | |
| "id": 661, | |
| "name": "ล tip Municipality", | |
| "state_code": "83" | |
| }, | |
| { | |
| "id": 700, | |
| "name": "Struga Municipality", | |
| "state_code": "72" | |
| }, | |
| { | |
| "id": 710, | |
| "name": "Strumica Municipality", | |
| "state_code": "73" | |
| }, | |
| { | |
| "id": 711, | |
| "name": "Studeniฤani Municipality", | |
| "state_code": "74" | |
| }, | |
| { | |
| "id": 680, | |
| "name": "ล uto Orizari Municipality", | |
| "state_code": "84" | |
| }, | |
| { | |
| "id": 640, | |
| "name": "Sveti Nikole Municipality", | |
| "state_code": "69" | |
| }, | |
| { | |
| "id": 654, | |
| "name": "Tearce Municipality", | |
| "state_code": "75" | |
| }, | |
| { | |
| "id": 663, | |
| "name": "Tetovo Municipality", | |
| "state_code": "76" | |
| }, | |
| { | |
| "id": 671, | |
| "name": "Valandovo Municipality", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 658, | |
| "name": "Vasilevo Municipality", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 651, | |
| "name": "Veles Municipality", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 662, | |
| "name": "Vevฤani Municipality", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 672, | |
| "name": "Vinica Municipality", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 650, | |
| "name": "Vraneลกtica Municipality", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 689, | |
| "name": "Vrapฤiลกte Municipality", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 642, | |
| "name": "Zajas Municipality", | |
| "state_code": "31" | |
| }, | |
| { | |
| "id": 706, | |
| "name": "Zelenikovo Municipality", | |
| "state_code": "32" | |
| }, | |
| { | |
| "id": 668, | |
| "name": "ลฝelino Municipality", | |
| "state_code": "30" | |
| }, | |
| { | |
| "id": 673, | |
| "name": "Zrnovci Municipality", | |
| "state_code": "33" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/7/79/Flag_of_North_Macedonia.svg" | |
| }, | |
| { | |
| "name": "Madagascar", | |
| "iso3": "MDG", | |
| "iso2": "MG", | |
| "phone_code": "261", | |
| "capital": "Antananarivo", | |
| "currency": "MGA", | |
| "states": [ | |
| { | |
| "id": 2951, | |
| "name": "Antananarivo Province", | |
| "state_code": "T" | |
| }, | |
| { | |
| "id": 2950, | |
| "name": "Antsiranana Province", | |
| "state_code": "D" | |
| }, | |
| { | |
| "id": 2948, | |
| "name": "Fianarantsoa Province", | |
| "state_code": "F" | |
| }, | |
| { | |
| "id": 2953, | |
| "name": "Mahajanga Province", | |
| "state_code": "M" | |
| }, | |
| { | |
| "id": 2952, | |
| "name": "Toamasina Province", | |
| "state_code": "A" | |
| }, | |
| { | |
| "id": 2949, | |
| "name": "Toliara Province", | |
| "state_code": "U" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/b/bc/Flag_of_Madagascar.svg" | |
| }, | |
| { | |
| "name": "Malawi", | |
| "iso3": "MWI", | |
| "iso2": "MW", | |
| "phone_code": "265", | |
| "capital": "Lilongwe", | |
| "currency": "MWK", | |
| "states": [ | |
| { | |
| "id": 3096, | |
| "name": "Balaka District", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 3102, | |
| "name": "Blantyre District", | |
| "state_code": "BL" | |
| }, | |
| { | |
| "id": 3092, | |
| "name": "Central Region", | |
| "state_code": "C" | |
| }, | |
| { | |
| "id": 3107, | |
| "name": "Chikwawa District", | |
| "state_code": "CK" | |
| }, | |
| { | |
| "id": 3109, | |
| "name": "Chiradzulu District", | |
| "state_code": "CR" | |
| }, | |
| { | |
| "id": 3087, | |
| "name": "Chitipa district", | |
| "state_code": "CT" | |
| }, | |
| { | |
| "id": 3097, | |
| "name": "Dedza District", | |
| "state_code": "DE" | |
| }, | |
| { | |
| "id": 3090, | |
| "name": "Dowa District", | |
| "state_code": "DO" | |
| }, | |
| { | |
| "id": 3091, | |
| "name": "Karonga District", | |
| "state_code": "KR" | |
| }, | |
| { | |
| "id": 3094, | |
| "name": "Kasungu District", | |
| "state_code": "KS" | |
| }, | |
| { | |
| "id": 3093, | |
| "name": "Likoma District", | |
| "state_code": "LK" | |
| }, | |
| { | |
| "id": 3101, | |
| "name": "Lilongwe District", | |
| "state_code": "LI" | |
| }, | |
| { | |
| "id": 3082, | |
| "name": "Machinga District", | |
| "state_code": "MH" | |
| }, | |
| { | |
| "id": 3110, | |
| "name": "Mangochi District", | |
| "state_code": "MG" | |
| }, | |
| { | |
| "id": 3099, | |
| "name": "Mchinji District", | |
| "state_code": "MC" | |
| }, | |
| { | |
| "id": 3103, | |
| "name": "Mulanje District", | |
| "state_code": "MU" | |
| }, | |
| { | |
| "id": 3084, | |
| "name": "Mwanza District", | |
| "state_code": "MW" | |
| }, | |
| { | |
| "id": 3104, | |
| "name": "Mzimba District", | |
| "state_code": "MZ" | |
| }, | |
| { | |
| "id": 3095, | |
| "name": "Nkhata Bay District", | |
| "state_code": "NB" | |
| }, | |
| { | |
| "id": 3100, | |
| "name": "Nkhotakota District", | |
| "state_code": "NK" | |
| }, | |
| { | |
| "id": 3105, | |
| "name": "Northern Region", | |
| "state_code": "N" | |
| }, | |
| { | |
| "id": 3085, | |
| "name": "Nsanje District", | |
| "state_code": "NS" | |
| }, | |
| { | |
| "id": 3088, | |
| "name": "Ntcheu District", | |
| "state_code": "NU" | |
| }, | |
| { | |
| "id": 3111, | |
| "name": "Ntchisi District", | |
| "state_code": "NI" | |
| }, | |
| { | |
| "id": 3108, | |
| "name": "Phalombe District", | |
| "state_code": "PH" | |
| }, | |
| { | |
| "id": 3089, | |
| "name": "Rumphi District", | |
| "state_code": "RU" | |
| }, | |
| { | |
| "id": 3086, | |
| "name": "Salima District", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 3106, | |
| "name": "Southern Region", | |
| "state_code": "S" | |
| }, | |
| { | |
| "id": 3098, | |
| "name": "Thyolo District", | |
| "state_code": "TH" | |
| }, | |
| { | |
| "id": 3083, | |
| "name": "Zomba District", | |
| "state_code": "ZO" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/d1/Flag_of_Malawi.svg" | |
| }, | |
| { | |
| "name": "Malaysia", | |
| "iso3": "MYS", | |
| "iso2": "MY", | |
| "phone_code": "60", | |
| "capital": "Kuala Lumpur", | |
| "currency": "MYR", | |
| "states": [ | |
| { | |
| "id": 1950, | |
| "name": "Johor", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 1947, | |
| "name": "Kedah", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 1946, | |
| "name": "Kelantan", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 1949, | |
| "name": "Kuala Lumpur", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 1935, | |
| "name": "Labuan", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 1941, | |
| "name": "Melaka", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 1948, | |
| "name": "Negeri Sembilan", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 1940, | |
| "name": "Pahang", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 1939, | |
| "name": "Penang", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 1943, | |
| "name": "Perak", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 1938, | |
| "name": "Perlis", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 1945, | |
| "name": "Putrajaya", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 1936, | |
| "name": "Sabah", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 1937, | |
| "name": "Sarawak", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 1944, | |
| "name": "Selangor", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 1942, | |
| "name": "Terengganu", | |
| "state_code": "11" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/6/66/Flag_of_Malaysia.svg" | |
| }, | |
| { | |
| "name": "Maldives", | |
| "iso3": "MDV", | |
| "iso2": "MV", | |
| "phone_code": "960", | |
| "capital": "Male", | |
| "currency": "MVR", | |
| "states": [ | |
| { | |
| "id": 2594, | |
| "name": "Addu Atoll", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 2587, | |
| "name": "Alif Alif Atoll", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 2600, | |
| "name": "Alif Dhaal Atoll", | |
| "state_code": "00" | |
| }, | |
| { | |
| "id": 2604, | |
| "name": "Central Province", | |
| "state_code": "CE" | |
| }, | |
| { | |
| "id": 2590, | |
| "name": "Dhaalu Atoll", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 2599, | |
| "name": "Faafu Atoll", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 2598, | |
| "name": "Gaafu Alif Atoll", | |
| "state_code": "27" | |
| }, | |
| { | |
| "id": 2603, | |
| "name": "Gaafu Dhaalu Atoll", | |
| "state_code": "28" | |
| }, | |
| { | |
| "id": 2595, | |
| "name": "Gnaviyani Atoll", | |
| "state_code": "29" | |
| }, | |
| { | |
| "id": 2586, | |
| "name": "Haa Alif Atoll", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 2597, | |
| "name": "Haa Dhaalu Atoll", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 2596, | |
| "name": "Kaafu Atoll", | |
| "state_code": "26" | |
| }, | |
| { | |
| "id": 2601, | |
| "name": "Laamu Atoll", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 2607, | |
| "name": "Lhaviyani Atoll", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 2609, | |
| "name": "Malรฉ", | |
| "state_code": "MLE" | |
| }, | |
| { | |
| "id": 2608, | |
| "name": "Meemu Atoll", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 2592, | |
| "name": "Noonu Atoll", | |
| "state_code": "25" | |
| }, | |
| { | |
| "id": 2589, | |
| "name": "North Central Province", | |
| "state_code": "NC" | |
| }, | |
| { | |
| "id": 2588, | |
| "name": "North Province", | |
| "state_code": "NO" | |
| }, | |
| { | |
| "id": 2602, | |
| "name": "Raa Atoll", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 2585, | |
| "name": "Shaviyani Atoll", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 2606, | |
| "name": "South Central Province", | |
| "state_code": "SC" | |
| }, | |
| { | |
| "id": 2605, | |
| "name": "South Province", | |
| "state_code": "SU" | |
| }, | |
| { | |
| "id": 2591, | |
| "name": "Thaa Atoll", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 2593, | |
| "name": "Upper South Province", | |
| "state_code": "US" | |
| }, | |
| { | |
| "id": 2584, | |
| "name": "Vaavu Atoll", | |
| "state_code": "04" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/0f/Flag_of_Maldives.svg" | |
| }, | |
| { | |
| "name": "Mali", | |
| "iso3": "MLI", | |
| "iso2": "ML", | |
| "phone_code": "223", | |
| "capital": "Bamako", | |
| "currency": "XOF", | |
| "states": [ | |
| { | |
| "id": 253, | |
| "name": "Bamako", | |
| "state_code": "BKO" | |
| }, | |
| { | |
| "id": 258, | |
| "name": "Gao Region", | |
| "state_code": "7" | |
| }, | |
| { | |
| "id": 252, | |
| "name": "Kayes Region", | |
| "state_code": "1" | |
| }, | |
| { | |
| "id": 257, | |
| "name": "Kidal Region", | |
| "state_code": "8" | |
| }, | |
| { | |
| "id": 250, | |
| "name": "Koulikoro Region", | |
| "state_code": "2" | |
| }, | |
| { | |
| "id": 251, | |
| "name": "Mรฉnaka Region", | |
| "state_code": "9" | |
| }, | |
| { | |
| "id": 255, | |
| "name": "Mopti Region", | |
| "state_code": "5" | |
| }, | |
| { | |
| "id": 249, | |
| "name": "Sรฉgou Region", | |
| "state_code": "4" | |
| }, | |
| { | |
| "id": 254, | |
| "name": "Sikasso Region", | |
| "state_code": "3" | |
| }, | |
| { | |
| "id": 256, | |
| "name": "Taoudรฉnit Region", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 248, | |
| "name": "Tombouctou Region", | |
| "state_code": "6" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/92/Flag_of_Mali.svg" | |
| }, | |
| { | |
| "name": "Malta", | |
| "iso3": "MLT", | |
| "iso2": "MT", | |
| "phone_code": "356", | |
| "capital": "Valletta", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 110, | |
| "name": "Attard", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 108, | |
| "name": "Balzan", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 107, | |
| "name": "Birgu", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 97, | |
| "name": "Birkirkara", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 88, | |
| "name": "Birลผebbuฤกa", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 138, | |
| "name": "Cospicua", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 117, | |
| "name": "Dingli", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 129, | |
| "name": "Fgura", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 84, | |
| "name": "Floriana", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 134, | |
| "name": "Fontana", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 130, | |
| "name": "Gฤงajnsielem", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 92, | |
| "name": "Gฤงarb", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 120, | |
| "name": "Gฤงargฤงur", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 106, | |
| "name": "Gฤงasri", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 124, | |
| "name": "Gฤงaxaq", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 118, | |
| "name": "Gudja", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 113, | |
| "name": "Gลผira", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 105, | |
| "name": "ฤฆamrun", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 93, | |
| "name": "Iklin", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 99, | |
| "name": "Kalkara", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 91, | |
| "name": "Kerฤem", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 82, | |
| "name": "Kirkop", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 126, | |
| "name": "Lija", | |
| "state_code": "24" | |
| }, | |
| { | |
| "id": 77, | |
| "name": "Luqa", | |
| "state_code": "25" | |
| }, | |
| { | |
| "id": 128, | |
| "name": "Marsa", | |
| "state_code": "26" | |
| }, | |
| { | |
| "id": 137, | |
| "name": "Marsaskala", | |
| "state_code": "27" | |
| }, | |
| { | |
| "id": 78, | |
| "name": "Marsaxlokk", | |
| "state_code": "28" | |
| }, | |
| { | |
| "id": 89, | |
| "name": "Mdina", | |
| "state_code": "29" | |
| }, | |
| { | |
| "id": 102, | |
| "name": "Mellieฤงa", | |
| "state_code": "30" | |
| }, | |
| { | |
| "id": 109, | |
| "name": "Mฤกarr", | |
| "state_code": "31" | |
| }, | |
| { | |
| "id": 140, | |
| "name": "Mosta", | |
| "state_code": "32" | |
| }, | |
| { | |
| "id": 74, | |
| "name": "Mqabba", | |
| "state_code": "33" | |
| }, | |
| { | |
| "id": 96, | |
| "name": "Msida", | |
| "state_code": "34" | |
| }, | |
| { | |
| "id": 131, | |
| "name": "Mtarfa", | |
| "state_code": "35" | |
| }, | |
| { | |
| "id": 132, | |
| "name": "Munxar", | |
| "state_code": "36" | |
| }, | |
| { | |
| "id": 133, | |
| "name": "Nadur", | |
| "state_code": "37" | |
| }, | |
| { | |
| "id": 112, | |
| "name": "Naxxar", | |
| "state_code": "38" | |
| }, | |
| { | |
| "id": 115, | |
| "name": "Paola", | |
| "state_code": "39" | |
| }, | |
| { | |
| "id": 125, | |
| "name": "Pembroke", | |
| "state_code": "40" | |
| }, | |
| { | |
| "id": 127, | |
| "name": "Pietร ", | |
| "state_code": "41" | |
| }, | |
| { | |
| "id": 79, | |
| "name": "Qala", | |
| "state_code": "42" | |
| }, | |
| { | |
| "id": 119, | |
| "name": "Qormi", | |
| "state_code": "43" | |
| }, | |
| { | |
| "id": 111, | |
| "name": "Qrendi", | |
| "state_code": "44" | |
| }, | |
| { | |
| "id": 83, | |
| "name": "Rabat", | |
| "state_code": "46" | |
| }, | |
| { | |
| "id": 87, | |
| "name": "Saint Lawrence", | |
| "state_code": "50" | |
| }, | |
| { | |
| "id": 75, | |
| "name": "San ฤ wann", | |
| "state_code": "49" | |
| }, | |
| { | |
| "id": 116, | |
| "name": "Sannat", | |
| "state_code": "52" | |
| }, | |
| { | |
| "id": 94, | |
| "name": "Santa Luฤija", | |
| "state_code": "53" | |
| }, | |
| { | |
| "id": 90, | |
| "name": "Santa Venera", | |
| "state_code": "54" | |
| }, | |
| { | |
| "id": 136, | |
| "name": "Senglea", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 98, | |
| "name": "Siฤกฤกiewi", | |
| "state_code": "55" | |
| }, | |
| { | |
| "id": 104, | |
| "name": "Sliema", | |
| "state_code": "56" | |
| }, | |
| { | |
| "id": 100, | |
| "name": "St. Julian's", | |
| "state_code": "48" | |
| }, | |
| { | |
| "id": 139, | |
| "name": "St. Paul's Bay", | |
| "state_code": "51" | |
| }, | |
| { | |
| "id": 86, | |
| "name": "Swieqi", | |
| "state_code": "57" | |
| }, | |
| { | |
| "id": 122, | |
| "name": "Ta' Xbiex", | |
| "state_code": "58" | |
| }, | |
| { | |
| "id": 103, | |
| "name": "Tarxien", | |
| "state_code": "59" | |
| }, | |
| { | |
| "id": 95, | |
| "name": "Valletta", | |
| "state_code": "60" | |
| }, | |
| { | |
| "id": 101, | |
| "name": "Victoria", | |
| "state_code": "45" | |
| }, | |
| { | |
| "id": 114, | |
| "name": "Xagฤงra", | |
| "state_code": "61" | |
| }, | |
| { | |
| "id": 121, | |
| "name": "Xewkija", | |
| "state_code": "62" | |
| }, | |
| { | |
| "id": 81, | |
| "name": "Xgฤงajra", | |
| "state_code": "63" | |
| }, | |
| { | |
| "id": 123, | |
| "name": "ลปabbar", | |
| "state_code": "64" | |
| }, | |
| { | |
| "id": 85, | |
| "name": "ลปebbuฤก Gozo", | |
| "state_code": "65" | |
| }, | |
| { | |
| "id": 80, | |
| "name": "ลปebbuฤก Malta", | |
| "state_code": "66" | |
| }, | |
| { | |
| "id": 135, | |
| "name": "ลปejtun", | |
| "state_code": "67" | |
| }, | |
| { | |
| "id": 76, | |
| "name": "ลปurrieq", | |
| "state_code": "68" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/7/73/Flag_of_Malta.svg" | |
| }, | |
| { | |
| "name": "Man (Isle of)", | |
| "iso3": "IMN", | |
| "iso2": "IM", | |
| "phone_code": "+44-1624", | |
| "capital": "Douglas, Isle of Man", | |
| "currency": "GBP", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/b/bc/Flag_of_the_Isle_of_Man.svg" | |
| }, | |
| { | |
| "name": "Marshall Islands", | |
| "iso3": "MHL", | |
| "iso2": "MH", | |
| "phone_code": "692", | |
| "capital": "Majuro", | |
| "currency": "USD", | |
| "states": [ | |
| { | |
| "id": 2574, | |
| "name": "Ralik Chain", | |
| "state_code": "L" | |
| }, | |
| { | |
| "id": 2573, | |
| "name": "Ratak Chain", | |
| "state_code": "T" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/2/2e/Flag_of_the_Marshall_Islands.svg" | |
| }, | |
| { | |
| "name": "Martinique", | |
| "iso3": "MTQ", | |
| "iso2": "MQ", | |
| "phone_code": "596", | |
| "capital": "Fort-de-France", | |
| "currency": "EUR", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/6/64/Snake_Flag_of_Martinique.svg" | |
| }, | |
| { | |
| "name": "Mauritania", | |
| "iso3": "MRT", | |
| "iso2": "MR", | |
| "phone_code": "222", | |
| "capital": "Nouakchott", | |
| "currency": "MRO", | |
| "states": [ | |
| { | |
| "id": 3344, | |
| "name": "Adrar Region", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 3349, | |
| "name": "Assaba Region", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 3339, | |
| "name": "Brakna Region", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 3346, | |
| "name": "Dakhlet Nouadhibou", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 3341, | |
| "name": "Gorgol Region", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 3350, | |
| "name": "Guidimaka Region", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 3338, | |
| "name": "Hodh Ech Chargui Region", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 3351, | |
| "name": "Hodh El Gharbi Region", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 3342, | |
| "name": "Inchiri Region", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 3343, | |
| "name": "Nouakchott-Nord Region", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 3352, | |
| "name": "Nouakchott-Ouest Region", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 3347, | |
| "name": "Nouakchott-Sud Region", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 3345, | |
| "name": "Tagant Region", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 3340, | |
| "name": "Tiris Zemmour Region", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 3348, | |
| "name": "Trarza Region", | |
| "state_code": "06" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/4/43/Flag_of_Mauritania.svg" | |
| }, | |
| { | |
| "name": "Mauritius", | |
| "iso3": "MUS", | |
| "iso2": "MU", | |
| "phone_code": "230", | |
| "capital": "Port Louis", | |
| "currency": "MUR", | |
| "states": [ | |
| { | |
| "id": 3248, | |
| "name": "Agalรฉga", | |
| "state_code": "AG" | |
| }, | |
| { | |
| "id": 3262, | |
| "name": "Beau Bassin-Rose Hill", | |
| "state_code": "BR" | |
| }, | |
| { | |
| "id": 3251, | |
| "name": "Cargados Carajos", | |
| "state_code": "CC" | |
| }, | |
| { | |
| "id": 3255, | |
| "name": "Curepipe", | |
| "state_code": "CU" | |
| }, | |
| { | |
| "id": 3254, | |
| "name": "Flacq District", | |
| "state_code": "FL" | |
| }, | |
| { | |
| "id": 3264, | |
| "name": "Grand Port District", | |
| "state_code": "GP" | |
| }, | |
| { | |
| "id": 3253, | |
| "name": "Moka District", | |
| "state_code": "MO" | |
| }, | |
| { | |
| "id": 3250, | |
| "name": "Pamplemousses District", | |
| "state_code": "PA" | |
| }, | |
| { | |
| "id": 3263, | |
| "name": "Plaines Wilhems District", | |
| "state_code": "PW" | |
| }, | |
| { | |
| "id": 3256, | |
| "name": "Port Louis", | |
| "state_code": "PU" | |
| }, | |
| { | |
| "id": 3260, | |
| "name": "Port Louis District", | |
| "state_code": "PL" | |
| }, | |
| { | |
| "id": 3258, | |
| "name": "Quatre Bornes", | |
| "state_code": "QB" | |
| }, | |
| { | |
| "id": 3261, | |
| "name": "Riviรจre du Rempart District", | |
| "state_code": "RR" | |
| }, | |
| { | |
| "id": 3259, | |
| "name": "Riviรจre Noire District", | |
| "state_code": "BL" | |
| }, | |
| { | |
| "id": 3249, | |
| "name": "Rodrigues", | |
| "state_code": "RO" | |
| }, | |
| { | |
| "id": 3257, | |
| "name": "Savanne District", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 3252, | |
| "name": "Vacoas-Phoenix", | |
| "state_code": "VP" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/7/77/Flag_of_Mauritius.svg" | |
| }, | |
| { | |
| "name": "Mayotte", | |
| "iso3": "MYT", | |
| "iso2": "YT", | |
| "phone_code": "262", | |
| "capital": "Mamoudzou", | |
| "currency": "EUR", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/en/c/c3/Flag_of_France.svg" | |
| }, | |
| { | |
| "name": "Mexico", | |
| "iso3": "MEX", | |
| "iso2": "MX", | |
| "phone_code": "52", | |
| "capital": "Mexico City", | |
| "currency": "MXN", | |
| "states": [ | |
| { | |
| "id": 3456, | |
| "name": "Aguascalientes", | |
| "state_code": "AGU" | |
| }, | |
| { | |
| "id": 3457, | |
| "name": "Baja California", | |
| "state_code": "BCN" | |
| }, | |
| { | |
| "id": 3460, | |
| "name": "Baja California Sur", | |
| "state_code": "BCS" | |
| }, | |
| { | |
| "id": 3475, | |
| "name": "Campeche", | |
| "state_code": "CAM" | |
| }, | |
| { | |
| "id": 3451, | |
| "name": "Chiapas", | |
| "state_code": "CHP" | |
| }, | |
| { | |
| "id": 3447, | |
| "name": "Chihuahua", | |
| "state_code": "CHH" | |
| }, | |
| { | |
| "id": 3471, | |
| "name": "Coahuila", | |
| "state_code": "COA" | |
| }, | |
| { | |
| "id": 3472, | |
| "name": "Colima", | |
| "state_code": "COL" | |
| }, | |
| { | |
| "id": 3453, | |
| "name": "Durango", | |
| "state_code": "DUR" | |
| }, | |
| { | |
| "id": 3469, | |
| "name": "Guanajuato", | |
| "state_code": "GUA" | |
| }, | |
| { | |
| "id": 3459, | |
| "name": "Guerrero", | |
| "state_code": "GRO" | |
| }, | |
| { | |
| "id": 3470, | |
| "name": "Hidalgo", | |
| "state_code": "HID" | |
| }, | |
| { | |
| "id": 4857, | |
| "name": "Jalisco", | |
| "state_code": "JAL" | |
| }, | |
| { | |
| "id": 3450, | |
| "name": "Mรฉxico", | |
| "state_code": "MEX" | |
| }, | |
| { | |
| "id": 3473, | |
| "name": "Mexico City", | |
| "state_code": "CMX" | |
| }, | |
| { | |
| "id": 3474, | |
| "name": "Michoacรกn", | |
| "state_code": "MIC" | |
| }, | |
| { | |
| "id": 3465, | |
| "name": "Morelos", | |
| "state_code": "MOR" | |
| }, | |
| { | |
| "id": 3477, | |
| "name": "Nayarit", | |
| "state_code": "NAY" | |
| }, | |
| { | |
| "id": 3452, | |
| "name": "Nuevo Leรณn", | |
| "state_code": "NLE" | |
| }, | |
| { | |
| "id": 3448, | |
| "name": "Oaxaca", | |
| "state_code": "OAX" | |
| }, | |
| { | |
| "id": 3476, | |
| "name": "Puebla", | |
| "state_code": "PUE" | |
| }, | |
| { | |
| "id": 3455, | |
| "name": "Querรฉtaro", | |
| "state_code": "QUE" | |
| }, | |
| { | |
| "id": 3467, | |
| "name": "Quintana Roo", | |
| "state_code": "ROO" | |
| }, | |
| { | |
| "id": 3461, | |
| "name": "San Luis Potosรญ", | |
| "state_code": "SLP" | |
| }, | |
| { | |
| "id": 3449, | |
| "name": "Sinaloa", | |
| "state_code": "SIN" | |
| }, | |
| { | |
| "id": 3468, | |
| "name": "Sonora", | |
| "state_code": "SON" | |
| }, | |
| { | |
| "id": 3454, | |
| "name": "Tabasco", | |
| "state_code": "TAB" | |
| }, | |
| { | |
| "id": 3463, | |
| "name": "Tamaulipas", | |
| "state_code": "TAM" | |
| }, | |
| { | |
| "id": 3458, | |
| "name": "Tlaxcala", | |
| "state_code": "TLA" | |
| }, | |
| { | |
| "id": 3464, | |
| "name": "Veracruz", | |
| "state_code": "VER" | |
| }, | |
| { | |
| "id": 3466, | |
| "name": "Yucatรกn", | |
| "state_code": "YUC" | |
| }, | |
| { | |
| "id": 3462, | |
| "name": "Zacatecas", | |
| "state_code": "ZAC" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/f/fc/Flag_of_Mexico.svg" | |
| }, | |
| { | |
| "name": "Micronesia", | |
| "iso3": "FSM", | |
| "iso2": "FM", | |
| "phone_code": "691", | |
| "capital": "Palikir", | |
| "currency": "USD", | |
| "states": [ | |
| { | |
| "id": 2580, | |
| "name": "Chuuk State", | |
| "state_code": "TRK" | |
| }, | |
| { | |
| "id": 2583, | |
| "name": "Kosrae State", | |
| "state_code": "KSA" | |
| }, | |
| { | |
| "id": 2581, | |
| "name": "Pohnpei State", | |
| "state_code": "PNI" | |
| }, | |
| { | |
| "id": 2582, | |
| "name": "Yap State", | |
| "state_code": "YAP" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/e/e4/Flag_of_the_Federated_States_of_Micronesia.svg" | |
| }, | |
| { | |
| "name": "Moldova", | |
| "iso3": "MDA", | |
| "iso2": "MD", | |
| "phone_code": "373", | |
| "capital": "Chisinau", | |
| "currency": "MDL", | |
| "states": [ | |
| { | |
| "id": 4368, | |
| "name": "Anenii Noi District", | |
| "state_code": "AN" | |
| }, | |
| { | |
| "id": 4393, | |
| "name": "Bฤlศi Municipality", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 4379, | |
| "name": "Basarabeasca District", | |
| "state_code": "BS" | |
| }, | |
| { | |
| "id": 4362, | |
| "name": "Bender Municipality", | |
| "state_code": "BD" | |
| }, | |
| { | |
| "id": 4375, | |
| "name": "Briceni District", | |
| "state_code": "BR" | |
| }, | |
| { | |
| "id": 4391, | |
| "name": "Cahul District", | |
| "state_code": "CA" | |
| }, | |
| { | |
| "id": 4366, | |
| "name": "Cฤlฤraศi District", | |
| "state_code": "CL" | |
| }, | |
| { | |
| "id": 4380, | |
| "name": "Cantemir District", | |
| "state_code": "CT" | |
| }, | |
| { | |
| "id": 4365, | |
| "name": "Cฤuศeni District", | |
| "state_code": "CS" | |
| }, | |
| { | |
| "id": 4373, | |
| "name": "Chiศinฤu Municipality", | |
| "state_code": "CU" | |
| }, | |
| { | |
| "id": 4360, | |
| "name": "Cimiศlia District", | |
| "state_code": "CM" | |
| }, | |
| { | |
| "id": 4390, | |
| "name": "Criuleni District", | |
| "state_code": "CR" | |
| }, | |
| { | |
| "id": 4384, | |
| "name": "Donduศeni District", | |
| "state_code": "DO" | |
| }, | |
| { | |
| "id": 4392, | |
| "name": "Drochia District", | |
| "state_code": "DR" | |
| }, | |
| { | |
| "id": 4383, | |
| "name": "Dubฤsari District", | |
| "state_code": "DU" | |
| }, | |
| { | |
| "id": 4387, | |
| "name": "Edineศ District", | |
| "state_code": "ED" | |
| }, | |
| { | |
| "id": 4381, | |
| "name": "Fฤleศti District", | |
| "state_code": "FA" | |
| }, | |
| { | |
| "id": 4370, | |
| "name": "Floreศti District", | |
| "state_code": "FL" | |
| }, | |
| { | |
| "id": 4385, | |
| "name": "Gagauzia", | |
| "state_code": "GA" | |
| }, | |
| { | |
| "id": 4367, | |
| "name": "Glodeni District", | |
| "state_code": "GL" | |
| }, | |
| { | |
| "id": 4382, | |
| "name": "Hรฎnceศti District", | |
| "state_code": "HI" | |
| }, | |
| { | |
| "id": 4369, | |
| "name": "Ialoveni District", | |
| "state_code": "IA" | |
| }, | |
| { | |
| "id": 4363, | |
| "name": "Nisporeni District", | |
| "state_code": "NI" | |
| }, | |
| { | |
| "id": 4389, | |
| "name": "Ocniศa District", | |
| "state_code": "OC" | |
| }, | |
| { | |
| "id": 4361, | |
| "name": "Orhei District", | |
| "state_code": "OR" | |
| }, | |
| { | |
| "id": 4394, | |
| "name": "Rezina District", | |
| "state_code": "RE" | |
| }, | |
| { | |
| "id": 4376, | |
| "name": "Rรฎศcani District", | |
| "state_code": "RI" | |
| }, | |
| { | |
| "id": 4364, | |
| "name": "Sรฎngerei District", | |
| "state_code": "SI" | |
| }, | |
| { | |
| "id": 4388, | |
| "name": "ศoldฤneศti District", | |
| "state_code": "SD" | |
| }, | |
| { | |
| "id": 4374, | |
| "name": "Soroca District", | |
| "state_code": "SO" | |
| }, | |
| { | |
| "id": 4378, | |
| "name": "ศtefan Vodฤ District", | |
| "state_code": "SV" | |
| }, | |
| { | |
| "id": 4377, | |
| "name": "Strฤศeni District", | |
| "state_code": "ST" | |
| }, | |
| { | |
| "id": 4372, | |
| "name": "Taraclia District", | |
| "state_code": "TA" | |
| }, | |
| { | |
| "id": 4371, | |
| "name": "Teleneศti District", | |
| "state_code": "TE" | |
| }, | |
| { | |
| "id": 4395, | |
| "name": "Transnistria autonomous territorial unit", | |
| "state_code": "SN" | |
| }, | |
| { | |
| "id": 4386, | |
| "name": "Ungheni District", | |
| "state_code": "UN" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/2/27/Flag_of_Moldova.svg" | |
| }, | |
| { | |
| "name": "Monaco", | |
| "iso3": "MCO", | |
| "iso2": "MC", | |
| "phone_code": "377", | |
| "capital": "Monaco", | |
| "currency": "EUR", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/e/ea/Flag_of_Monaco.svg" | |
| }, | |
| { | |
| "name": "Mongolia", | |
| "iso3": "MNG", | |
| "iso2": "MN", | |
| "phone_code": "976", | |
| "capital": "Ulan Bator", | |
| "currency": "MNT", | |
| "states": [ | |
| { | |
| "id": 1973, | |
| "name": "Arkhangai Province", | |
| "state_code": "073" | |
| }, | |
| { | |
| "id": 1969, | |
| "name": "Bayan-รlgii Province", | |
| "state_code": "071" | |
| }, | |
| { | |
| "id": 1976, | |
| "name": "Bayankhongor Province", | |
| "state_code": "069" | |
| }, | |
| { | |
| "id": 1961, | |
| "name": "Bulgan Province", | |
| "state_code": "067" | |
| }, | |
| { | |
| "id": 1962, | |
| "name": "Darkhan-Uul Province", | |
| "state_code": "037" | |
| }, | |
| { | |
| "id": 1963, | |
| "name": "Dornod Province", | |
| "state_code": "061" | |
| }, | |
| { | |
| "id": 1981, | |
| "name": "Dornogovi Province", | |
| "state_code": "063" | |
| }, | |
| { | |
| "id": 1970, | |
| "name": "Dundgovi Province", | |
| "state_code": "059" | |
| }, | |
| { | |
| "id": 1972, | |
| "name": "Govi-Altai Province", | |
| "state_code": "065" | |
| }, | |
| { | |
| "id": 1978, | |
| "name": "Govisรผmber Province", | |
| "state_code": "064" | |
| }, | |
| { | |
| "id": 1974, | |
| "name": "Khentii Province", | |
| "state_code": "039" | |
| }, | |
| { | |
| "id": 1964, | |
| "name": "Khovd Province", | |
| "state_code": "043" | |
| }, | |
| { | |
| "id": 1975, | |
| "name": "Khรถvsgรถl Province", | |
| "state_code": "041" | |
| }, | |
| { | |
| "id": 1967, | |
| "name": "รmnรถgovi Province", | |
| "state_code": "053" | |
| }, | |
| { | |
| "id": 1966, | |
| "name": "Orkhon Province", | |
| "state_code": "035" | |
| }, | |
| { | |
| "id": 1965, | |
| "name": "รvรถrkhangai Province", | |
| "state_code": "055" | |
| }, | |
| { | |
| "id": 1980, | |
| "name": "Selenge Province", | |
| "state_code": "049" | |
| }, | |
| { | |
| "id": 1977, | |
| "name": "Sรผkhbaatar Province", | |
| "state_code": "051" | |
| }, | |
| { | |
| "id": 1968, | |
| "name": "Tรถv Province", | |
| "state_code": "047" | |
| }, | |
| { | |
| "id": 1971, | |
| "name": "Uvs Province", | |
| "state_code": "046" | |
| }, | |
| { | |
| "id": 1979, | |
| "name": "Zavkhan Province", | |
| "state_code": "057" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/4/4c/Flag_of_Mongolia.svg" | |
| }, | |
| { | |
| "name": "Montenegro", | |
| "iso3": "MNE", | |
| "iso2": "ME", | |
| "phone_code": "382", | |
| "capital": "Podgorica", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 23, | |
| "name": "Andrijevica Municipality", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 13, | |
| "name": "Bar Municipality", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 21, | |
| "name": "Berane Municipality", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 25, | |
| "name": "Bijelo Polje Municipality", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 30, | |
| "name": "Budva Municipality", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 14, | |
| "name": "Danilovgrad Municipality", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 24, | |
| "name": "Gusinje Municipality", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 31, | |
| "name": "Kolaลกin Municipality", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 26, | |
| "name": "Kotor Municipality", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 22, | |
| "name": "Mojkovac Municipality", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 17, | |
| "name": "Nikลกiฤ Municipality", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 28, | |
| "name": "Old Royal Capital Cetinje", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 12, | |
| "name": "Petnjica Municipality", | |
| "state_code": "23" | |
| }, | |
| { | |
| "id": 19, | |
| "name": "Plav Municipality", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 20, | |
| "name": "Pljevlja Municipality", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 16, | |
| "name": "Pluลพine Municipality", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 27, | |
| "name": "Podgorica Municipality", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 15, | |
| "name": "Roลพaje Municipality", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 18, | |
| "name": "ล avnik Municipality", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 29, | |
| "name": "Tivat Municipality", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 33, | |
| "name": "Ulcinj Municipality", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 32, | |
| "name": "ลฝabljak Municipality", | |
| "state_code": "21" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/6/64/Flag_of_Montenegro.svg" | |
| }, | |
| { | |
| "name": "Montserrat", | |
| "iso3": "MSR", | |
| "iso2": "MS", | |
| "phone_code": "+1-664", | |
| "capital": "Plymouth", | |
| "currency": "XCD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/d0/Flag_of_Montserrat.svg" | |
| }, | |
| { | |
| "name": "Morocco", | |
| "iso3": "MAR", | |
| "iso2": "MA", | |
| "phone_code": "212", | |
| "capital": "Rabat", | |
| "currency": "MAD", | |
| "states": [ | |
| { | |
| "id": 3320, | |
| "name": "Al Haouz Province", | |
| "state_code": "HAO" | |
| }, | |
| { | |
| "id": 3267, | |
| "name": "Al Hoceรฏma Province", | |
| "state_code": "HOC" | |
| }, | |
| { | |
| "id": 3266, | |
| "name": "Aousserd Province", | |
| "state_code": "AOU" | |
| }, | |
| { | |
| "id": 3297, | |
| "name": "Assa-Zag Province", | |
| "state_code": "ASZ" | |
| }, | |
| { | |
| "id": 3321, | |
| "name": "Azilal Province", | |
| "state_code": "AZI" | |
| }, | |
| { | |
| "id": 3304, | |
| "name": "Ben Slimane Province", | |
| "state_code": "BES" | |
| }, | |
| { | |
| "id": 3278, | |
| "name": "Bรฉni Mellal-Khรฉnifra", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 3272, | |
| "name": "Bรฉni-Mellal Province", | |
| "state_code": "BEM" | |
| }, | |
| { | |
| "id": 3285, | |
| "name": "Berkane Province", | |
| "state_code": "BER" | |
| }, | |
| { | |
| "id": 3275, | |
| "name": "Boujdour Province", | |
| "state_code": "BOD" | |
| }, | |
| { | |
| "id": 3270, | |
| "name": "Boulemane Province", | |
| "state_code": "BOM" | |
| }, | |
| { | |
| "id": 3303, | |
| "name": "Casablanca-Settat", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 3310, | |
| "name": "Chefchaouen Province", | |
| "state_code": "CHE" | |
| }, | |
| { | |
| "id": 3274, | |
| "name": "Chichaoua Province", | |
| "state_code": "CHI" | |
| }, | |
| { | |
| "id": 3306, | |
| "name": "Dakhla-Oued Ed-Dahab", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 3290, | |
| "name": "Drรขa-Tafilalet", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 3291, | |
| "name": "El Hajeb Province", | |
| "state_code": "HAJ" | |
| }, | |
| { | |
| "id": 3280, | |
| "name": "El Jadida Province", | |
| "state_code": "JDI" | |
| }, | |
| { | |
| "id": 3299, | |
| "name": "Errachidia Province", | |
| "state_code": "ERR" | |
| }, | |
| { | |
| "id": 3292, | |
| "name": "Es Semara Province", | |
| "state_code": "ESM" | |
| }, | |
| { | |
| "id": 3316, | |
| "name": "Essaouira Province", | |
| "state_code": "ESI" | |
| }, | |
| { | |
| "id": 3300, | |
| "name": "Fahs Anjra Province", | |
| "state_code": "FAH" | |
| }, | |
| { | |
| "id": 3313, | |
| "name": "Fรจs-Meknรจs", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 3301, | |
| "name": "Figuig Province", | |
| "state_code": "FIG" | |
| }, | |
| { | |
| "id": 3265, | |
| "name": "Guelmim Province", | |
| "state_code": "GUE" | |
| }, | |
| { | |
| "id": 3305, | |
| "name": "Guelmim-Oued Noun", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 3325, | |
| "name": "Ifrane Province", | |
| "state_code": "IFR" | |
| }, | |
| { | |
| "id": 3294, | |
| "name": "Inezgane-Aรฏt Melloul Prefecture", | |
| "state_code": "INE" | |
| }, | |
| { | |
| "id": 3307, | |
| "name": "Jerada Province", | |
| "state_code": "JRA" | |
| }, | |
| { | |
| "id": 3309, | |
| "name": "Kelaat Sraghna Province", | |
| "state_code": "KES" | |
| }, | |
| { | |
| "id": 3308, | |
| "name": "Kรฉnitra Province", | |
| "state_code": "KEN" | |
| }, | |
| { | |
| "id": 3276, | |
| "name": "Khรฉmisset Province", | |
| "state_code": "KHE" | |
| }, | |
| { | |
| "id": 3317, | |
| "name": "Khรฉnifra Province", | |
| "state_code": "KHN" | |
| }, | |
| { | |
| "id": 3326, | |
| "name": "Khouribga Province", | |
| "state_code": "KHO" | |
| }, | |
| { | |
| "id": 3293, | |
| "name": "Laรขyoune Province", | |
| "state_code": "LAA" | |
| }, | |
| { | |
| "id": 3298, | |
| "name": "Laรขyoune-Sakia El Hamra", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 3268, | |
| "name": "Larache Province", | |
| "state_code": "LAR" | |
| }, | |
| { | |
| "id": 3288, | |
| "name": "Marrakesh-Safi", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 3284, | |
| "name": "Mediouna Province", | |
| "state_code": "MED" | |
| }, | |
| { | |
| "id": 3315, | |
| "name": "Moulay Yacoub Province", | |
| "state_code": "MOU" | |
| }, | |
| { | |
| "id": 3281, | |
| "name": "Nador Province", | |
| "state_code": "NAD" | |
| }, | |
| { | |
| "id": 3287, | |
| "name": "Nouaceur Province", | |
| "state_code": "NOU" | |
| }, | |
| { | |
| "id": 3271, | |
| "name": "Oriental", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 3269, | |
| "name": "Ouarzazate Province", | |
| "state_code": "OUA" | |
| }, | |
| { | |
| "id": 3319, | |
| "name": "Oued Ed-Dahab Province", | |
| "state_code": "OUD" | |
| }, | |
| { | |
| "id": 3311, | |
| "name": "Safi Province", | |
| "state_code": "SAF" | |
| }, | |
| { | |
| "id": 3289, | |
| "name": "Sefrou Province", | |
| "state_code": "SEF" | |
| }, | |
| { | |
| "id": 3282, | |
| "name": "Settat Province", | |
| "state_code": "SET" | |
| }, | |
| { | |
| "id": 3302, | |
| "name": "Shtouka Ait Baha Province", | |
| "state_code": "CHT" | |
| }, | |
| { | |
| "id": 3279, | |
| "name": "Sidi Kacem Province", | |
| "state_code": "SIK" | |
| }, | |
| { | |
| "id": 3273, | |
| "name": "Sidi Youssef Ben Ali", | |
| "state_code": "SYB" | |
| }, | |
| { | |
| "id": 3295, | |
| "name": "Souss-Massa", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 3286, | |
| "name": "Tan-Tan Province", | |
| "state_code": "TNT" | |
| }, | |
| { | |
| "id": 3324, | |
| "name": "Tanger-Tรฉtouan-Al Hoceรฏma", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 3323, | |
| "name": "Taounate Province", | |
| "state_code": "TAO" | |
| }, | |
| { | |
| "id": 3322, | |
| "name": "Taourirt Province", | |
| "state_code": "TAI" | |
| }, | |
| { | |
| "id": 3314, | |
| "name": "Taroudant Province", | |
| "state_code": "TAR" | |
| }, | |
| { | |
| "id": 3312, | |
| "name": "Tata Province", | |
| "state_code": "TAT" | |
| }, | |
| { | |
| "id": 3296, | |
| "name": "Taza Province", | |
| "state_code": "TAZ" | |
| }, | |
| { | |
| "id": 3318, | |
| "name": "Tรฉtouan Province", | |
| "state_code": "TET" | |
| }, | |
| { | |
| "id": 3277, | |
| "name": "Tiznit Province", | |
| "state_code": "TIZ" | |
| }, | |
| { | |
| "id": 3283, | |
| "name": "Zagora Province", | |
| "state_code": "ZAG" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/2/2c/Flag_of_Morocco.svg" | |
| }, | |
| { | |
| "name": "Mozambique", | |
| "iso3": "MOZ", | |
| "iso2": "MZ", | |
| "phone_code": "258", | |
| "capital": "Maputo", | |
| "currency": "MZN", | |
| "states": [ | |
| { | |
| "id": 3327, | |
| "name": "Cabo Delgado Province", | |
| "state_code": "P" | |
| }, | |
| { | |
| "id": 3329, | |
| "name": "Gaza Province", | |
| "state_code": "G" | |
| }, | |
| { | |
| "id": 3330, | |
| "name": "Inhambane Province", | |
| "state_code": "I" | |
| }, | |
| { | |
| "id": 3337, | |
| "name": "Manica Province", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 3335, | |
| "name": "Maputo", | |
| "state_code": "MPM" | |
| }, | |
| { | |
| "id": 3332, | |
| "name": "Maputo Province", | |
| "state_code": "L" | |
| }, | |
| { | |
| "id": 3336, | |
| "name": "Nampula Province", | |
| "state_code": "N" | |
| }, | |
| { | |
| "id": 3333, | |
| "name": "Niassa Province", | |
| "state_code": "A" | |
| }, | |
| { | |
| "id": 3331, | |
| "name": "Sofala Province", | |
| "state_code": "S" | |
| }, | |
| { | |
| "id": 3334, | |
| "name": "Tete Province", | |
| "state_code": "T" | |
| }, | |
| { | |
| "id": 3328, | |
| "name": "Zambezia Province", | |
| "state_code": "Q" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/d0/Flag_of_Mozambique.svg" | |
| }, | |
| { | |
| "name": "Myanmar", | |
| "iso3": "MMR", | |
| "iso2": "MM", | |
| "phone_code": "95", | |
| "capital": "Nay Pyi Taw", | |
| "currency": "MMK", | |
| "states": [ | |
| { | |
| "id": 2142, | |
| "name": "Ayeyarwady Region", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 2141, | |
| "name": "Bago", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 2137, | |
| "name": "Chin State", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 2143, | |
| "name": "Kachin State", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 2144, | |
| "name": "Kayah State", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 2133, | |
| "name": "Kayin State", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 2136, | |
| "name": "Magway Region", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 2134, | |
| "name": "Mandalay Region", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 2147, | |
| "name": "Mon State", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 2146, | |
| "name": "Naypyidaw Union Territory", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 2138, | |
| "name": "Rakhine State", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 2145, | |
| "name": "Sagaing Region", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 2139, | |
| "name": "Shan State", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 2140, | |
| "name": "Tanintharyi Region", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 2135, | |
| "name": "Yangon Region", | |
| "state_code": "06" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/8/8c/Flag_of_Myanmar.svg" | |
| }, | |
| { | |
| "name": "Namibia", | |
| "iso3": "NAM", | |
| "iso2": "NA", | |
| "phone_code": "264", | |
| "capital": "Windhoek", | |
| "currency": "NAD", | |
| "states": [ | |
| { | |
| "id": 43, | |
| "name": "Erongo Region", | |
| "state_code": "ER" | |
| }, | |
| { | |
| "id": 38, | |
| "name": "Hardap Region", | |
| "state_code": "HA" | |
| }, | |
| { | |
| "id": 45, | |
| "name": "Karas Region", | |
| "state_code": "KA" | |
| }, | |
| { | |
| "id": 36, | |
| "name": "Kavango East Region", | |
| "state_code": "KE" | |
| }, | |
| { | |
| "id": 35, | |
| "name": "Kavango West Region", | |
| "state_code": "KW" | |
| }, | |
| { | |
| "id": 44, | |
| "name": "Khomas Region", | |
| "state_code": "KH" | |
| }, | |
| { | |
| "id": 34, | |
| "name": "Kunene Region", | |
| "state_code": "KU" | |
| }, | |
| { | |
| "id": 40, | |
| "name": "Ohangwena Region", | |
| "state_code": "OW" | |
| }, | |
| { | |
| "id": 41, | |
| "name": "Omaheke Region", | |
| "state_code": "OH" | |
| }, | |
| { | |
| "id": 39, | |
| "name": "Omusati Region", | |
| "state_code": "OS" | |
| }, | |
| { | |
| "id": 37, | |
| "name": "Oshana Region", | |
| "state_code": "ON" | |
| }, | |
| { | |
| "id": 42, | |
| "name": "Oshikoto Region", | |
| "state_code": "OT" | |
| }, | |
| { | |
| "id": 46, | |
| "name": "Otjozondjupa Region", | |
| "state_code": "OD" | |
| }, | |
| { | |
| "id": 47, | |
| "name": "Zambezi Region", | |
| "state_code": "CA" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/00/Flag_of_Namibia.svg" | |
| }, | |
| { | |
| "name": "Nauru", | |
| "iso3": "NRU", | |
| "iso2": "NR", | |
| "phone_code": "674", | |
| "capital": "Yaren", | |
| "currency": "AUD", | |
| "states": [ | |
| { | |
| "id": 4656, | |
| "name": "Aiwo District", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 4658, | |
| "name": "Anabar District", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 4667, | |
| "name": "Anetan District", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 4663, | |
| "name": "Anibare District", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 4660, | |
| "name": "Baiti District", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 4665, | |
| "name": "Boe District", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 4662, | |
| "name": "Buada District", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 4666, | |
| "name": "Denigomodu District", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 4654, | |
| "name": "Ewa District", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 4661, | |
| "name": "Ijuw District", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 4657, | |
| "name": "Meneng District", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 4659, | |
| "name": "Nibok District", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 4655, | |
| "name": "Uaboe District", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 4664, | |
| "name": "Yaren District", | |
| "state_code": "14" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/3/30/Flag_of_Nauru.svg" | |
| }, | |
| { | |
| "name": "Nepal", | |
| "iso3": "NPL", | |
| "iso2": "NP", | |
| "phone_code": "977", | |
| "capital": "Kathmandu", | |
| "currency": "NPR", | |
| "states": [ | |
| { | |
| "id": 2082, | |
| "name": "Bagmati Zone", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 2071, | |
| "name": "Bheri Zone", | |
| "state_code": "BH" | |
| }, | |
| { | |
| "id": 2073, | |
| "name": "Central Region", | |
| "state_code": "1" | |
| }, | |
| { | |
| "id": 2080, | |
| "name": "Dhaulagiri Zone", | |
| "state_code": "DH" | |
| }, | |
| { | |
| "id": 2069, | |
| "name": "Eastern Development Region", | |
| "state_code": "4" | |
| }, | |
| { | |
| "id": 2068, | |
| "name": "Far-Western Development Region", | |
| "state_code": "5" | |
| }, | |
| { | |
| "id": 2081, | |
| "name": "Gandaki Zone", | |
| "state_code": "GA" | |
| }, | |
| { | |
| "id": 2076, | |
| "name": "Janakpur Zone", | |
| "state_code": "JA" | |
| }, | |
| { | |
| "id": 2079, | |
| "name": "Karnali Zone", | |
| "state_code": "KA" | |
| }, | |
| { | |
| "id": 2072, | |
| "name": "Kosi Zone", | |
| "state_code": "KO" | |
| }, | |
| { | |
| "id": 2074, | |
| "name": "Lumbini Zone", | |
| "state_code": "LU" | |
| }, | |
| { | |
| "id": 2083, | |
| "name": "Mahakali Zone", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 2070, | |
| "name": "Mechi Zone", | |
| "state_code": "ME" | |
| }, | |
| { | |
| "id": 2066, | |
| "name": "Mid-Western Region", | |
| "state_code": "2" | |
| }, | |
| { | |
| "id": 2075, | |
| "name": "Narayani Zone", | |
| "state_code": "NA" | |
| }, | |
| { | |
| "id": 2077, | |
| "name": "Rapti Zone", | |
| "state_code": "RA" | |
| }, | |
| { | |
| "id": 2084, | |
| "name": "Sagarmatha Zone", | |
| "state_code": "SA" | |
| }, | |
| { | |
| "id": 2078, | |
| "name": "Seti Zone", | |
| "state_code": "SE" | |
| }, | |
| { | |
| "id": 2067, | |
| "name": "Western Region", | |
| "state_code": "3" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/9b/Flag_of_Nepal.svg" | |
| }, | |
| { | |
| "name": "Netherlands Antilles", | |
| "iso3": "ANT", | |
| "iso2": "AN", | |
| "phone_code": "", | |
| "capital": "", | |
| "currency": "", | |
| "states": [ | |
| { | |
| "id": 2624, | |
| "name": "Bonaire", | |
| "state_code": "BQ1" | |
| }, | |
| { | |
| "id": 2621, | |
| "name": "Saba", | |
| "state_code": "BQ2" | |
| }, | |
| { | |
| "id": 2616, | |
| "name": "Sint Eustatius", | |
| "state_code": "BQ3" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/a/ae/Flag_of_the_Netherlands_Antilles_(1986โ2010).svg" | |
| }, | |
| { | |
| "name": "Netherlands", | |
| "iso3": "NLD", | |
| "iso2": "NL", | |
| "phone_code": "31", | |
| "capital": "Amsterdam", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 2613, | |
| "name": "Drenthe", | |
| "state_code": "DR" | |
| }, | |
| { | |
| "id": 2619, | |
| "name": "Flevoland", | |
| "state_code": "FL" | |
| }, | |
| { | |
| "id": 2622, | |
| "name": "Friesland", | |
| "state_code": "FR" | |
| }, | |
| { | |
| "id": 2611, | |
| "name": "Gelderland", | |
| "state_code": "GE" | |
| }, | |
| { | |
| "id": 2617, | |
| "name": "Groningen", | |
| "state_code": "GR" | |
| }, | |
| { | |
| "id": 2615, | |
| "name": "Limburg", | |
| "state_code": "LI" | |
| }, | |
| { | |
| "id": 2623, | |
| "name": "North Brabant", | |
| "state_code": "NB" | |
| }, | |
| { | |
| "id": 2612, | |
| "name": "North Holland", | |
| "state_code": "NH" | |
| }, | |
| { | |
| "id": 2618, | |
| "name": "Overijssel", | |
| "state_code": "OV" | |
| }, | |
| { | |
| "id": 2614, | |
| "name": "South Holland", | |
| "state_code": "ZH" | |
| }, | |
| { | |
| "id": 2610, | |
| "name": "Utrecht", | |
| "state_code": "UT" | |
| }, | |
| { | |
| "id": 2620, | |
| "name": "Zeeland", | |
| "state_code": "ZE" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/2/20/Flag_of_the_Netherlands.svg" | |
| }, | |
| { | |
| "name": "New Caledonia", | |
| "iso3": "NCL", | |
| "iso2": "NC", | |
| "phone_code": "687", | |
| "capital": "Noumea", | |
| "currency": "XPF", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/2/26/Flags_of_New_Caledonia.svg" | |
| }, | |
| { | |
| "name": "New Zealand", | |
| "iso3": "NZL", | |
| "iso2": "NZ", | |
| "phone_code": "64", | |
| "capital": "Wellington", | |
| "currency": "NZD", | |
| "states": [ | |
| { | |
| "id": 4072, | |
| "name": "Auckland Region", | |
| "state_code": "AUK" | |
| }, | |
| { | |
| "id": 4074, | |
| "name": "Bay of Plenty Region", | |
| "state_code": "BOP" | |
| }, | |
| { | |
| "id": 4066, | |
| "name": "Canterbury Region", | |
| "state_code": "CAN" | |
| }, | |
| { | |
| "id": 4067, | |
| "name": "Chatham Islands", | |
| "state_code": "CIT" | |
| }, | |
| { | |
| "id": 4068, | |
| "name": "Gisborne District", | |
| "state_code": "GIS" | |
| }, | |
| { | |
| "id": 4075, | |
| "name": "Hawke's Bay Region", | |
| "state_code": "HKB" | |
| }, | |
| { | |
| "id": 4060, | |
| "name": "Manawatu-Wanganui Region", | |
| "state_code": "MWT" | |
| }, | |
| { | |
| "id": 4063, | |
| "name": "Marlborough Region", | |
| "state_code": "MBH" | |
| }, | |
| { | |
| "id": 4070, | |
| "name": "Nelson Region", | |
| "state_code": "NSN" | |
| }, | |
| { | |
| "id": 4059, | |
| "name": "Northland Region", | |
| "state_code": "NTL" | |
| }, | |
| { | |
| "id": 4062, | |
| "name": "Otago Region", | |
| "state_code": "OTA" | |
| }, | |
| { | |
| "id": 4071, | |
| "name": "Southland Region", | |
| "state_code": "STL" | |
| }, | |
| { | |
| "id": 4069, | |
| "name": "Taranaki Region", | |
| "state_code": "TKI" | |
| }, | |
| { | |
| "id": 4073, | |
| "name": "Tasman District", | |
| "state_code": "TAS" | |
| }, | |
| { | |
| "id": 4061, | |
| "name": "Waikato Region", | |
| "state_code": "WKO" | |
| }, | |
| { | |
| "id": 4065, | |
| "name": "Wellington Region", | |
| "state_code": "WGN" | |
| }, | |
| { | |
| "id": 4064, | |
| "name": "West Coast Region", | |
| "state_code": "WTC" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/3/3e/Flag_of_New_Zealand.svg" | |
| }, | |
| { | |
| "name": "Nicaragua", | |
| "iso3": "NIC", | |
| "iso2": "NI", | |
| "phone_code": "505", | |
| "capital": "Managua", | |
| "currency": "NIO", | |
| "states": [ | |
| { | |
| "id": 946, | |
| "name": "Boaco Department", | |
| "state_code": "BO" | |
| }, | |
| { | |
| "id": 950, | |
| "name": "Carazo Department", | |
| "state_code": "CA" | |
| }, | |
| { | |
| "id": 954, | |
| "name": "Chinandega Department", | |
| "state_code": "CI" | |
| }, | |
| { | |
| "id": 940, | |
| "name": "Chontales Department", | |
| "state_code": "CO" | |
| }, | |
| { | |
| "id": 945, | |
| "name": "Estelรญ Department", | |
| "state_code": "ES" | |
| }, | |
| { | |
| "id": 943, | |
| "name": "Granada Department", | |
| "state_code": "GR" | |
| }, | |
| { | |
| "id": 955, | |
| "name": "Jinotega Department", | |
| "state_code": "JI" | |
| }, | |
| { | |
| "id": 944, | |
| "name": "Leรณn Department", | |
| "state_code": "LE" | |
| }, | |
| { | |
| "id": 948, | |
| "name": "Madriz Department", | |
| "state_code": "MD" | |
| }, | |
| { | |
| "id": 941, | |
| "name": "Managua Department", | |
| "state_code": "MN" | |
| }, | |
| { | |
| "id": 953, | |
| "name": "Masaya Department", | |
| "state_code": "MS" | |
| }, | |
| { | |
| "id": 947, | |
| "name": "Matagalpa Department", | |
| "state_code": "MT" | |
| }, | |
| { | |
| "id": 951, | |
| "name": "North Caribbean Coast Autonomous Region", | |
| "state_code": "AN" | |
| }, | |
| { | |
| "id": 949, | |
| "name": "Rรญo San Juan Department", | |
| "state_code": "SJ" | |
| }, | |
| { | |
| "id": 942, | |
| "name": "Rivas Department", | |
| "state_code": "RI" | |
| }, | |
| { | |
| "id": 952, | |
| "name": "South Caribbean Coast Autonomous Region", | |
| "state_code": "AS" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/1/19/Flag_of_Nicaragua.svg" | |
| }, | |
| { | |
| "name": "Niger", | |
| "iso3": "NER", | |
| "iso2": "NE", | |
| "phone_code": "227", | |
| "capital": "Niamey", | |
| "currency": "XOF", | |
| "states": [ | |
| { | |
| "id": 71, | |
| "name": "Agadez Region", | |
| "state_code": "1" | |
| }, | |
| { | |
| "id": 72, | |
| "name": "Diffa Region", | |
| "state_code": "2" | |
| }, | |
| { | |
| "id": 68, | |
| "name": "Dosso Region", | |
| "state_code": "3" | |
| }, | |
| { | |
| "id": 70, | |
| "name": "Maradi Region", | |
| "state_code": "4" | |
| }, | |
| { | |
| "id": 73, | |
| "name": "Tahoua Region", | |
| "state_code": "5" | |
| }, | |
| { | |
| "id": 67, | |
| "name": "Tillabรฉri Region", | |
| "state_code": "6" | |
| }, | |
| { | |
| "id": 69, | |
| "name": "Zinder Region", | |
| "state_code": "7" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/f/f4/Flag_of_Niger.svg" | |
| }, | |
| { | |
| "name": "Nigeria", | |
| "iso3": "NGA", | |
| "iso2": "NG", | |
| "phone_code": "234", | |
| "capital": "Abuja", | |
| "currency": "NGN", | |
| "states": [ | |
| { | |
| "id": 303, | |
| "name": "Abia State", | |
| "state_code": "NG-AB" | |
| }, | |
| { | |
| "id": 320, | |
| "name": "Adamawa State", | |
| "state_code": "NG-AD" | |
| }, | |
| { | |
| "id": 304, | |
| "name": "Akwa Ibom State", | |
| "state_code": "NG-AK" | |
| }, | |
| { | |
| "id": 315, | |
| "name": "Anambra State", | |
| "state_code": "NG-AN" | |
| }, | |
| { | |
| "id": 312, | |
| "name": "Bauchi State", | |
| "state_code": "NG-BA" | |
| }, | |
| { | |
| "id": 305, | |
| "name": "Bayelsa State", | |
| "state_code": "NG-BY" | |
| }, | |
| { | |
| "id": 291, | |
| "name": "Benue State", | |
| "state_code": "NG-BE" | |
| }, | |
| { | |
| "id": 307, | |
| "name": "Borno State", | |
| "state_code": "NG-BO" | |
| }, | |
| { | |
| "id": 314, | |
| "name": "Cross River State", | |
| "state_code": "NG-CR" | |
| }, | |
| { | |
| "id": 316, | |
| "name": "Delta State", | |
| "state_code": "NG-DE" | |
| }, | |
| { | |
| "id": 311, | |
| "name": "Ebonyi State", | |
| "state_code": "NG-EB" | |
| }, | |
| { | |
| "id": 318, | |
| "name": "Edo State", | |
| "state_code": "NG-ED" | |
| }, | |
| { | |
| "id": 309, | |
| "name": "Ekiti State", | |
| "state_code": "NG-EK" | |
| }, | |
| { | |
| "id": 289, | |
| "name": "Enugu State", | |
| "state_code": "NG-EN" | |
| }, | |
| { | |
| "id": 293, | |
| "name": "Federal Capital Territory", | |
| "state_code": "NG-FC" | |
| }, | |
| { | |
| "id": 310, | |
| "name": "Gombe State", | |
| "state_code": "NG-GO" | |
| }, | |
| { | |
| "id": 308, | |
| "name": "Imo State", | |
| "state_code": "NG-IM" | |
| }, | |
| { | |
| "id": 288, | |
| "name": "Jigawa State", | |
| "state_code": "NG-JI" | |
| }, | |
| { | |
| "id": 294, | |
| "name": "Kaduna State", | |
| "state_code": "NG-KD" | |
| }, | |
| { | |
| "id": 300, | |
| "name": "Kano State", | |
| "state_code": "NG-KN" | |
| }, | |
| { | |
| "id": 313, | |
| "name": "Katsina State", | |
| "state_code": "NG-KT" | |
| }, | |
| { | |
| "id": 290, | |
| "name": "Kebbi State", | |
| "state_code": "NG-KE" | |
| }, | |
| { | |
| "id": 298, | |
| "name": "Kogi State", | |
| "state_code": "NG-KO" | |
| }, | |
| { | |
| "id": 295, | |
| "name": "Kwara State", | |
| "state_code": "NG-KW" | |
| }, | |
| { | |
| "id": 306, | |
| "name": "Lagos State", | |
| "state_code": "NG-LA" | |
| }, | |
| { | |
| "id": 301, | |
| "name": "Nasarawa State", | |
| "state_code": "NG-NA" | |
| }, | |
| { | |
| "id": 317, | |
| "name": "Niger State", | |
| "state_code": "NG-NI" | |
| }, | |
| { | |
| "id": 323, | |
| "name": "Ogun State", | |
| "state_code": "NG-OG" | |
| }, | |
| { | |
| "id": 321, | |
| "name": "Ondo State", | |
| "state_code": "NG-ON" | |
| }, | |
| { | |
| "id": 322, | |
| "name": "Osun State", | |
| "state_code": "NG-OS" | |
| }, | |
| { | |
| "id": 296, | |
| "name": "Oyo State", | |
| "state_code": "NG-OY" | |
| }, | |
| { | |
| "id": 302, | |
| "name": "Plateau State", | |
| "state_code": "NG-PL" | |
| }, | |
| { | |
| "id": 1398, | |
| "name": "Rivers State", | |
| "state_code": "NG-RI" | |
| }, | |
| { | |
| "id": 292, | |
| "name": "Sokoto State", | |
| "state_code": "NG-SO" | |
| }, | |
| { | |
| "id": 319, | |
| "name": "Taraba State", | |
| "state_code": "NG-TA" | |
| }, | |
| { | |
| "id": 297, | |
| "name": "Yobe State", | |
| "state_code": "NG-YO" | |
| }, | |
| { | |
| "id": 299, | |
| "name": "Zamfara State", | |
| "state_code": "NG-ZA" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/7/79/Flag_of_Nigeria.svg" | |
| }, | |
| { | |
| "name": "Niue", | |
| "iso3": "NIU", | |
| "iso2": "NU", | |
| "phone_code": "683", | |
| "capital": "Alofi", | |
| "currency": "NZD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/01/Flag_of_Niue.svg" | |
| }, | |
| { | |
| "name": "Norfolk Island", | |
| "iso3": "NFK", | |
| "iso2": "NF", | |
| "phone_code": "672", | |
| "capital": "Kingston", | |
| "currency": "AUD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/4/48/Flag_of_Norfolk_Island.svg" | |
| }, | |
| { | |
| "name": "Northern Mariana Islands", | |
| "iso3": "MNP", | |
| "iso2": "MP", | |
| "phone_code": "+1-670", | |
| "capital": "Saipan", | |
| "currency": "USD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/e/e0/Flag_of_the_Northern_Mariana_Islands.svg" | |
| }, | |
| { | |
| "name": "Norway", | |
| "iso3": "NOR", | |
| "iso2": "NO", | |
| "phone_code": "47", | |
| "capital": "Oslo", | |
| "currency": "NOK", | |
| "states": [ | |
| { | |
| "id": 1017, | |
| "name": "Akershus", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 1011, | |
| "name": "Buskerud", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 1016, | |
| "name": "Finnmark", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 1019, | |
| "name": "Hedmark", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 1023, | |
| "name": "Hordaland", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 1026, | |
| "name": "Jan Mayen", | |
| "state_code": "22" | |
| }, | |
| { | |
| "id": 1020, | |
| "name": "Mรธre og Romsdal", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 1012, | |
| "name": "Nord-Trรธndelag", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 1025, | |
| "name": "Nordland", | |
| "state_code": "18" | |
| }, | |
| { | |
| "id": 1009, | |
| "name": "Oppland", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 1007, | |
| "name": "Oslo", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 1022, | |
| "name": "รstfold", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 1021, | |
| "name": "Rogaland", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 1018, | |
| "name": "Sogn og Fjordane", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 1010, | |
| "name": "Sรธr-Trรธndelag", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 1013, | |
| "name": "Svalbard", | |
| "state_code": "21" | |
| }, | |
| { | |
| "id": 1024, | |
| "name": "Telemark", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 1015, | |
| "name": "Troms", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 1006, | |
| "name": "Trรธndelag", | |
| "state_code": "50" | |
| }, | |
| { | |
| "id": 1014, | |
| "name": "Vest-Agder", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 1008, | |
| "name": "Vestfold", | |
| "state_code": "07" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/d9/Flag_of_Norway.svg" | |
| }, | |
| { | |
| "name": "Oman", | |
| "iso3": "OMN", | |
| "iso2": "OM", | |
| "phone_code": "968", | |
| "capital": "Muscat", | |
| "currency": "OMR", | |
| "states": [ | |
| { | |
| "id": 3058, | |
| "name": "Ad Dakhiliyah Governorate", | |
| "state_code": "DA" | |
| }, | |
| { | |
| "id": 3047, | |
| "name": "Ad Dhahirah Governorate", | |
| "state_code": "ZA" | |
| }, | |
| { | |
| "id": 3048, | |
| "name": "Al Batinah North Governorate", | |
| "state_code": "BS" | |
| }, | |
| { | |
| "id": 3050, | |
| "name": "Al Batinah Region", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 3049, | |
| "name": "Al Batinah South Governorate", | |
| "state_code": "BJ" | |
| }, | |
| { | |
| "id": 3059, | |
| "name": "Al Buraimi Governorate", | |
| "state_code": "BU" | |
| }, | |
| { | |
| "id": 3056, | |
| "name": "Al Wusta Governorate", | |
| "state_code": "WU" | |
| }, | |
| { | |
| "id": 3053, | |
| "name": "Ash Sharqiyah North Governorate", | |
| "state_code": "SS" | |
| }, | |
| { | |
| "id": 3051, | |
| "name": "Ash Sharqiyah Region", | |
| "state_code": "SH" | |
| }, | |
| { | |
| "id": 3054, | |
| "name": "Ash Sharqiyah South Governorate", | |
| "state_code": "SJ" | |
| }, | |
| { | |
| "id": 3057, | |
| "name": "Dhofar Governorate", | |
| "state_code": "ZU" | |
| }, | |
| { | |
| "id": 3052, | |
| "name": "Musandam Governorate", | |
| "state_code": "MU" | |
| }, | |
| { | |
| "id": 3055, | |
| "name": "Muscat Governorate", | |
| "state_code": "MA" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/d/dd/Flag_of_Oman.svg" | |
| }, | |
| { | |
| "name": "Pakistan", | |
| "iso3": "PAK", | |
| "iso2": "PK", | |
| "phone_code": "92", | |
| "capital": "Islamabad", | |
| "currency": "PKR", | |
| "states": [ | |
| { | |
| "id": 3172, | |
| "name": "Azad Kashmir", | |
| "state_code": "JK" | |
| }, | |
| { | |
| "id": 3174, | |
| "name": "Balochistan", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 3173, | |
| "name": "Federally Administered Tribal Areas", | |
| "state_code": "TA" | |
| }, | |
| { | |
| "id": 3170, | |
| "name": "Gilgit-Baltistan", | |
| "state_code": "GB" | |
| }, | |
| { | |
| "id": 3169, | |
| "name": "Islamabad Capital Territory", | |
| "state_code": "IS" | |
| }, | |
| { | |
| "id": 3171, | |
| "name": "Khyber Pakhtunkhwa", | |
| "state_code": "KP" | |
| }, | |
| { | |
| "id": 3176, | |
| "name": "Punjab", | |
| "state_code": "PB" | |
| }, | |
| { | |
| "id": 3175, | |
| "name": "Sindh", | |
| "state_code": "SD" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/3/32/Flag_of_Pakistan.svg" | |
| }, | |
| { | |
| "name": "Palau", | |
| "iso3": "PLW", | |
| "iso2": "PW", | |
| "phone_code": "680", | |
| "capital": "Melekeok", | |
| "currency": "USD", | |
| "states": [ | |
| { | |
| "id": 4540, | |
| "name": "Aimeliik", | |
| "state_code": "002" | |
| }, | |
| { | |
| "id": 4528, | |
| "name": "Airai", | |
| "state_code": "004" | |
| }, | |
| { | |
| "id": 4538, | |
| "name": "Angaur", | |
| "state_code": "010" | |
| }, | |
| { | |
| "id": 4529, | |
| "name": "Hatohobei", | |
| "state_code": "050" | |
| }, | |
| { | |
| "id": 4539, | |
| "name": "Kayangel", | |
| "state_code": "100" | |
| }, | |
| { | |
| "id": 4532, | |
| "name": "Koror", | |
| "state_code": "150" | |
| }, | |
| { | |
| "id": 4530, | |
| "name": "Melekeok", | |
| "state_code": "212" | |
| }, | |
| { | |
| "id": 4537, | |
| "name": "Ngaraard", | |
| "state_code": "214" | |
| }, | |
| { | |
| "id": 4533, | |
| "name": "Ngarchelong", | |
| "state_code": "218" | |
| }, | |
| { | |
| "id": 4527, | |
| "name": "Ngardmau", | |
| "state_code": "222" | |
| }, | |
| { | |
| "id": 4531, | |
| "name": "Ngatpang", | |
| "state_code": "224" | |
| }, | |
| { | |
| "id": 4536, | |
| "name": "Ngchesar", | |
| "state_code": "226" | |
| }, | |
| { | |
| "id": 4541, | |
| "name": "Ngeremlengui", | |
| "state_code": "227" | |
| }, | |
| { | |
| "id": 4534, | |
| "name": "Ngiwal", | |
| "state_code": "228" | |
| }, | |
| { | |
| "id": 4526, | |
| "name": "Peleliu", | |
| "state_code": "350" | |
| }, | |
| { | |
| "id": 4535, | |
| "name": "Sonsorol", | |
| "state_code": "370" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/4/48/Flag_of_Palau.svg" | |
| }, | |
| { | |
| "name": "Palestinian Territory Occupied", | |
| "iso3": "PSE", | |
| "iso2": "PS", | |
| "phone_code": "970", | |
| "capital": "East Jerusalem", | |
| "currency": "ILS", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/0/00/Flag_of_Palestine.svg" | |
| }, | |
| { | |
| "name": "Panama", | |
| "iso3": "PAN", | |
| "iso2": "PA", | |
| "phone_code": "507", | |
| "capital": "Panama City", | |
| "currency": "PAB", | |
| "states": [ | |
| { | |
| "id": 1393, | |
| "name": "Bocas del Toro Province", | |
| "state_code": "1" | |
| }, | |
| { | |
| "id": 1397, | |
| "name": "Chiriquรญ Province", | |
| "state_code": "4" | |
| }, | |
| { | |
| "id": 1387, | |
| "name": "Coclรฉ Province", | |
| "state_code": "2" | |
| }, | |
| { | |
| "id": 1386, | |
| "name": "Colรณn Province", | |
| "state_code": "3" | |
| }, | |
| { | |
| "id": 1385, | |
| "name": "Dariรฉn Province", | |
| "state_code": "5" | |
| }, | |
| { | |
| "id": 1396, | |
| "name": "Emberรก-Wounaan Comarca", | |
| "state_code": "EM" | |
| }, | |
| { | |
| "id": 1388, | |
| "name": "Guna Yala", | |
| "state_code": "KY" | |
| }, | |
| { | |
| "id": 1389, | |
| "name": "Herrera Province", | |
| "state_code": "6" | |
| }, | |
| { | |
| "id": 1390, | |
| "name": "Los Santos Province", | |
| "state_code": "7" | |
| }, | |
| { | |
| "id": 1391, | |
| "name": "Ngรถbe-Buglรฉ Comarca", | |
| "state_code": "NB" | |
| }, | |
| { | |
| "id": 1394, | |
| "name": "Panamรก Oeste Province", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 1395, | |
| "name": "Panamรก Province", | |
| "state_code": "8" | |
| }, | |
| { | |
| "id": 1392, | |
| "name": "Veraguas Province", | |
| "state_code": "9" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/a/ab/Flag_of_Panama.svg" | |
| }, | |
| { | |
| "name": "Papua new Guinea", | |
| "iso3": "PNG", | |
| "iso2": "PG", | |
| "phone_code": "675", | |
| "capital": "Port Moresby", | |
| "currency": "PGK", | |
| "states": [ | |
| { | |
| "id": 4831, | |
| "name": "Bougainville", | |
| "state_code": "NSB" | |
| }, | |
| { | |
| "id": 4847, | |
| "name": "Central Province", | |
| "state_code": "CPM" | |
| }, | |
| { | |
| "id": 4846, | |
| "name": "Chimbu Province", | |
| "state_code": "CPK" | |
| }, | |
| { | |
| "id": 4834, | |
| "name": "East New Britain", | |
| "state_code": "EBR" | |
| }, | |
| { | |
| "id": 4845, | |
| "name": "Eastern Highlands Province", | |
| "state_code": "EHG" | |
| }, | |
| { | |
| "id": 4848, | |
| "name": "Enga Province", | |
| "state_code": "EPW" | |
| }, | |
| { | |
| "id": 4839, | |
| "name": "Gulf", | |
| "state_code": "GPK" | |
| }, | |
| { | |
| "id": 4833, | |
| "name": "Hela", | |
| "state_code": "HLA" | |
| }, | |
| { | |
| "id": 4832, | |
| "name": "Jiwaka Province", | |
| "state_code": "JWK" | |
| }, | |
| { | |
| "id": 4843, | |
| "name": "Madang Province", | |
| "state_code": "MPM" | |
| }, | |
| { | |
| "id": 4842, | |
| "name": "Manus Province", | |
| "state_code": "MRL" | |
| }, | |
| { | |
| "id": 4849, | |
| "name": "Milne Bay Province", | |
| "state_code": "MBA" | |
| }, | |
| { | |
| "id": 4835, | |
| "name": "Morobe Province", | |
| "state_code": "MPL" | |
| }, | |
| { | |
| "id": 4841, | |
| "name": "New Ireland Province", | |
| "state_code": "NIK" | |
| }, | |
| { | |
| "id": 4838, | |
| "name": "Oro Province", | |
| "state_code": "NPP" | |
| }, | |
| { | |
| "id": 4837, | |
| "name": "Port Moresby", | |
| "state_code": "NCD" | |
| }, | |
| { | |
| "id": 4836, | |
| "name": "Sandaun Province", | |
| "state_code": "SAN" | |
| }, | |
| { | |
| "id": 4844, | |
| "name": "Southern Highlands Province", | |
| "state_code": "SHM" | |
| }, | |
| { | |
| "id": 4830, | |
| "name": "West New Britain Province", | |
| "state_code": "WBK" | |
| }, | |
| { | |
| "id": 4840, | |
| "name": "Western Highlands Province", | |
| "state_code": "WHM" | |
| }, | |
| { | |
| "id": 4850, | |
| "name": "Western Province", | |
| "state_code": "WPD" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/e/e3/Flag_of_Papua_New_Guinea.svg" | |
| }, | |
| { | |
| "name": "Paraguay", | |
| "iso3": "PRY", | |
| "iso2": "PY", | |
| "phone_code": "595", | |
| "capital": "Asuncion", | |
| "currency": "PYG", | |
| "states": [ | |
| { | |
| "id": 2785, | |
| "name": "Alto Paraguay Department", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 2784, | |
| "name": "Alto Paranรก Department", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 2782, | |
| "name": "Amambay Department", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 2780, | |
| "name": "Boquerรณn Department", | |
| "state_code": "19" | |
| }, | |
| { | |
| "id": 2773, | |
| "name": "Caaguazรบ", | |
| "state_code": "5" | |
| }, | |
| { | |
| "id": 2775, | |
| "name": "Caazapรก", | |
| "state_code": "6" | |
| }, | |
| { | |
| "id": 2771, | |
| "name": "Canindeyรบ", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 2777, | |
| "name": "Central Department", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 2779, | |
| "name": "Concepciรณn Department", | |
| "state_code": "1" | |
| }, | |
| { | |
| "id": 2783, | |
| "name": "Cordillera Department", | |
| "state_code": "3" | |
| }, | |
| { | |
| "id": 2772, | |
| "name": "Guairรก Department", | |
| "state_code": "4" | |
| }, | |
| { | |
| "id": 2778, | |
| "name": "Itapรบa", | |
| "state_code": "7" | |
| }, | |
| { | |
| "id": 2786, | |
| "name": "Misiones Department", | |
| "state_code": "8" | |
| }, | |
| { | |
| "id": 2781, | |
| "name": "รeembucรบ Department", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 2774, | |
| "name": "Paraguarรญ Department", | |
| "state_code": "9" | |
| }, | |
| { | |
| "id": 2770, | |
| "name": "Presidente Hayes Department", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 2776, | |
| "name": "San Pedro Department", | |
| "state_code": "2" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/2/27/Flag_of_Paraguay.svg" | |
| }, | |
| { | |
| "name": "Peru", | |
| "iso3": "PER", | |
| "iso2": "PE", | |
| "phone_code": "51", | |
| "capital": "Lima", | |
| "currency": "PEN", | |
| "states": [ | |
| { | |
| "id": 3685, | |
| "name": "Amazonas", | |
| "state_code": "AMA" | |
| }, | |
| { | |
| "id": 3680, | |
| "name": "รncash", | |
| "state_code": "ANC" | |
| }, | |
| { | |
| "id": 3699, | |
| "name": "Apurรญmac", | |
| "state_code": "APU" | |
| }, | |
| { | |
| "id": 3681, | |
| "name": "Arequipa", | |
| "state_code": "ARE" | |
| }, | |
| { | |
| "id": 3692, | |
| "name": "Ayacucho", | |
| "state_code": "AYA" | |
| }, | |
| { | |
| "id": 3688, | |
| "name": "Cajamarca", | |
| "state_code": "CAJ" | |
| }, | |
| { | |
| "id": 3701, | |
| "name": "Callao", | |
| "state_code": "CAL" | |
| }, | |
| { | |
| "id": 3691, | |
| "name": "Cusco", | |
| "state_code": "CUS" | |
| }, | |
| { | |
| "id": 3679, | |
| "name": "Huancavelica", | |
| "state_code": "HUV" | |
| }, | |
| { | |
| "id": 3687, | |
| "name": "Huanuco", | |
| "state_code": "HUC" | |
| }, | |
| { | |
| "id": 3700, | |
| "name": "Ica", | |
| "state_code": "ICA" | |
| }, | |
| { | |
| "id": 3693, | |
| "name": "Junรญn", | |
| "state_code": "JUN" | |
| }, | |
| { | |
| "id": 3683, | |
| "name": "La Libertad", | |
| "state_code": "LAL" | |
| }, | |
| { | |
| "id": 3702, | |
| "name": "Lambayeque", | |
| "state_code": "LAM" | |
| }, | |
| { | |
| "id": 3695, | |
| "name": "Lima", | |
| "state_code": "LIM" | |
| }, | |
| { | |
| "id": 3678, | |
| "name": "Madre de Dios", | |
| "state_code": "MDD" | |
| }, | |
| { | |
| "id": 3698, | |
| "name": "Moquegua", | |
| "state_code": "MOQ" | |
| }, | |
| { | |
| "id": 3686, | |
| "name": "Pasco", | |
| "state_code": "PAS" | |
| }, | |
| { | |
| "id": 3697, | |
| "name": "Piura", | |
| "state_code": "PIU" | |
| }, | |
| { | |
| "id": 3682, | |
| "name": "Puno", | |
| "state_code": "PUN" | |
| }, | |
| { | |
| "id": 3694, | |
| "name": "San Martรญn", | |
| "state_code": "SAM" | |
| }, | |
| { | |
| "id": 3696, | |
| "name": "Tacna", | |
| "state_code": "TAC" | |
| }, | |
| { | |
| "id": 3689, | |
| "name": "Tumbes", | |
| "state_code": "TUM" | |
| }, | |
| { | |
| "id": 3684, | |
| "name": "Ucayali", | |
| "state_code": "UCA" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/c/cf/Flag_of_Peru.svg" | |
| }, | |
| { | |
| "name": "Philippines", | |
| "iso3": "PHL", | |
| "iso2": "PH", | |
| "phone_code": "63", | |
| "capital": "Manila", | |
| "currency": "PHP", | |
| "states": [ | |
| { | |
| "id": 1324, | |
| "name": "Abra", | |
| "state_code": "ABR" | |
| }, | |
| { | |
| "id": 1323, | |
| "name": "Agusan del Norte", | |
| "state_code": "AGN" | |
| }, | |
| { | |
| "id": 1326, | |
| "name": "Agusan del Sur", | |
| "state_code": "AGS" | |
| }, | |
| { | |
| "id": 1331, | |
| "name": "Aklan", | |
| "state_code": "AKL" | |
| }, | |
| { | |
| "id": 1337, | |
| "name": "Albay", | |
| "state_code": "ALB" | |
| }, | |
| { | |
| "id": 1336, | |
| "name": "Antique", | |
| "state_code": "ANT" | |
| }, | |
| { | |
| "id": 1334, | |
| "name": "Apayao", | |
| "state_code": "APA" | |
| }, | |
| { | |
| "id": 1341, | |
| "name": "Aurora", | |
| "state_code": "AUR" | |
| }, | |
| { | |
| "id": 1316, | |
| "name": "Autonomous Region in Muslim Mindanao", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 1346, | |
| "name": "Basilan", | |
| "state_code": "BAS" | |
| }, | |
| { | |
| "id": 1344, | |
| "name": "Bataan", | |
| "state_code": "BAN" | |
| }, | |
| { | |
| "id": 1352, | |
| "name": "Batanes", | |
| "state_code": "BTN" | |
| }, | |
| { | |
| "id": 1359, | |
| "name": "Batangas", | |
| "state_code": "BTG" | |
| }, | |
| { | |
| "id": 1363, | |
| "name": "Benguet", | |
| "state_code": "BEN" | |
| }, | |
| { | |
| "id": 1304, | |
| "name": "Bicol Region", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 1274, | |
| "name": "Biliran", | |
| "state_code": "BIL" | |
| }, | |
| { | |
| "id": 1272, | |
| "name": "Bohol", | |
| "state_code": "BOH" | |
| }, | |
| { | |
| "id": 1270, | |
| "name": "Bukidnon", | |
| "state_code": "BUK" | |
| }, | |
| { | |
| "id": 1278, | |
| "name": "Bulacan", | |
| "state_code": "BUL" | |
| }, | |
| { | |
| "id": 1279, | |
| "name": "Cagayan", | |
| "state_code": "CAG" | |
| }, | |
| { | |
| "id": 1342, | |
| "name": "Cagayan Valley", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 1294, | |
| "name": "Calabarzon", | |
| "state_code": "40" | |
| }, | |
| { | |
| "id": 1283, | |
| "name": "Camarines Norte", | |
| "state_code": "CAN" | |
| }, | |
| { | |
| "id": 1287, | |
| "name": "Camarines Sur", | |
| "state_code": "CAS" | |
| }, | |
| { | |
| "id": 1285, | |
| "name": "Camiguin", | |
| "state_code": "CAM" | |
| }, | |
| { | |
| "id": 1292, | |
| "name": "Capiz", | |
| "state_code": "CAP" | |
| }, | |
| { | |
| "id": 1314, | |
| "name": "Caraga", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 1301, | |
| "name": "Catanduanes", | |
| "state_code": "CAT" | |
| }, | |
| { | |
| "id": 1307, | |
| "name": "Cavite", | |
| "state_code": "CAV" | |
| }, | |
| { | |
| "id": 1306, | |
| "name": "Cebu", | |
| "state_code": "CEB" | |
| }, | |
| { | |
| "id": 1345, | |
| "name": "Central Luzon", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 1308, | |
| "name": "Central Visayas", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 1311, | |
| "name": "Compostela Valley", | |
| "state_code": "COM" | |
| }, | |
| { | |
| "id": 1335, | |
| "name": "Cordillera Administrative Region", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 1320, | |
| "name": "Cotabato", | |
| "state_code": "NCO" | |
| }, | |
| { | |
| "id": 1319, | |
| "name": "Davao del Norte", | |
| "state_code": "DAV" | |
| }, | |
| { | |
| "id": 1318, | |
| "name": "Davao del Sur", | |
| "state_code": "DAS" | |
| }, | |
| { | |
| "id": 1309, | |
| "name": "Davao Occidental", | |
| "state_code": "DVO" | |
| }, | |
| { | |
| "id": 1289, | |
| "name": "Davao Oriental", | |
| "state_code": "DAO" | |
| }, | |
| { | |
| "id": 1340, | |
| "name": "Davao Region", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 1291, | |
| "name": "Dinagat Islands", | |
| "state_code": "DIN" | |
| }, | |
| { | |
| "id": 1290, | |
| "name": "Eastern Samar", | |
| "state_code": "EAS" | |
| }, | |
| { | |
| "id": 1322, | |
| "name": "Eastern Visayas", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 1303, | |
| "name": "Guimaras", | |
| "state_code": "GUI" | |
| }, | |
| { | |
| "id": 1300, | |
| "name": "Ifugao", | |
| "state_code": "IFU" | |
| }, | |
| { | |
| "id": 1298, | |
| "name": "Ilocos Norte", | |
| "state_code": "ILN" | |
| }, | |
| { | |
| "id": 1355, | |
| "name": "Ilocos Region", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 1321, | |
| "name": "Ilocos Sur", | |
| "state_code": "ILS" | |
| }, | |
| { | |
| "id": 1315, | |
| "name": "Iloilo", | |
| "state_code": "ILI" | |
| }, | |
| { | |
| "id": 1313, | |
| "name": "Isabela", | |
| "state_code": "ISA" | |
| }, | |
| { | |
| "id": 1312, | |
| "name": "Kalinga", | |
| "state_code": "KAL" | |
| }, | |
| { | |
| "id": 1317, | |
| "name": "La Union", | |
| "state_code": "LUN" | |
| }, | |
| { | |
| "id": 1328, | |
| "name": "Laguna", | |
| "state_code": "LAG" | |
| }, | |
| { | |
| "id": 1327, | |
| "name": "Lanao del Norte", | |
| "state_code": "LAN" | |
| }, | |
| { | |
| "id": 1333, | |
| "name": "Lanao del Sur", | |
| "state_code": "LAS" | |
| }, | |
| { | |
| "id": 1332, | |
| "name": "Leyte", | |
| "state_code": "LEY" | |
| }, | |
| { | |
| "id": 1330, | |
| "name": "Maguindanao", | |
| "state_code": "MAG" | |
| }, | |
| { | |
| "id": 1329, | |
| "name": "Marinduque", | |
| "state_code": "MAD" | |
| }, | |
| { | |
| "id": 1338, | |
| "name": "Masbate", | |
| "state_code": "MAS" | |
| }, | |
| { | |
| "id": 1347, | |
| "name": "Metro Manila", | |
| "state_code": "00" | |
| }, | |
| { | |
| "id": 1299, | |
| "name": "Mimaropa", | |
| "state_code": "41" | |
| }, | |
| { | |
| "id": 1343, | |
| "name": "Misamis Occidental", | |
| "state_code": "MSC" | |
| }, | |
| { | |
| "id": 1348, | |
| "name": "Misamis Oriental", | |
| "state_code": "MSR" | |
| }, | |
| { | |
| "id": 1353, | |
| "name": "Mountain Province", | |
| "state_code": "MOU" | |
| }, | |
| { | |
| "id": 1351, | |
| "name": "Negros Occidental", | |
| "state_code": "NEC" | |
| }, | |
| { | |
| "id": 1350, | |
| "name": "Negros Oriental", | |
| "state_code": "NER" | |
| }, | |
| { | |
| "id": 1339, | |
| "name": "Northern Mindanao", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 1349, | |
| "name": "Northern Samar", | |
| "state_code": "NSA" | |
| }, | |
| { | |
| "id": 1360, | |
| "name": "Nueva Ecija", | |
| "state_code": "NUE" | |
| }, | |
| { | |
| "id": 1358, | |
| "name": "Nueva Vizcaya", | |
| "state_code": "NUV" | |
| }, | |
| { | |
| "id": 1356, | |
| "name": "Occidental Mindoro", | |
| "state_code": "MDC" | |
| }, | |
| { | |
| "id": 1354, | |
| "name": "Oriental Mindoro", | |
| "state_code": "MDR" | |
| }, | |
| { | |
| "id": 1361, | |
| "name": "Palawan", | |
| "state_code": "PLW" | |
| }, | |
| { | |
| "id": 1365, | |
| "name": "Pampanga", | |
| "state_code": "PAM" | |
| }, | |
| { | |
| "id": 1364, | |
| "name": "Pangasinan", | |
| "state_code": "PAN" | |
| }, | |
| { | |
| "id": 1275, | |
| "name": "Quezon", | |
| "state_code": "QUE" | |
| }, | |
| { | |
| "id": 1273, | |
| "name": "Quirino", | |
| "state_code": "QUI" | |
| }, | |
| { | |
| "id": 1271, | |
| "name": "Rizal", | |
| "state_code": "RIZ" | |
| }, | |
| { | |
| "id": 1269, | |
| "name": "Romblon", | |
| "state_code": "ROM" | |
| }, | |
| { | |
| "id": 1277, | |
| "name": "Sarangani", | |
| "state_code": "SAR" | |
| }, | |
| { | |
| "id": 1276, | |
| "name": "Siquijor", | |
| "state_code": "SIG" | |
| }, | |
| { | |
| "id": 1310, | |
| "name": "Soccsksargen", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 1281, | |
| "name": "Sorsogon", | |
| "state_code": "SOR" | |
| }, | |
| { | |
| "id": 1280, | |
| "name": "South Cotabato", | |
| "state_code": "SCO" | |
| }, | |
| { | |
| "id": 1284, | |
| "name": "Southern Leyte", | |
| "state_code": "SLE" | |
| }, | |
| { | |
| "id": 1282, | |
| "name": "Sultan Kudarat", | |
| "state_code": "SUK" | |
| }, | |
| { | |
| "id": 1288, | |
| "name": "Sulu", | |
| "state_code": "SLU" | |
| }, | |
| { | |
| "id": 1286, | |
| "name": "Surigao del Norte", | |
| "state_code": "SUN" | |
| }, | |
| { | |
| "id": 1296, | |
| "name": "Surigao del Sur", | |
| "state_code": "SUR" | |
| }, | |
| { | |
| "id": 1295, | |
| "name": "Tarlac", | |
| "state_code": "TAR" | |
| }, | |
| { | |
| "id": 1293, | |
| "name": "Tawi-Tawi", | |
| "state_code": "TAW" | |
| }, | |
| { | |
| "id": 1305, | |
| "name": "Western Visayas", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 1297, | |
| "name": "Zambales", | |
| "state_code": "ZMB" | |
| }, | |
| { | |
| "id": 1302, | |
| "name": "Zamboanga del Norte", | |
| "state_code": "ZAN" | |
| }, | |
| { | |
| "id": 1357, | |
| "name": "Zamboanga del Sur", | |
| "state_code": "ZAS" | |
| }, | |
| { | |
| "id": 1325, | |
| "name": "Zamboanga Peninsula", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 1362, | |
| "name": "Zamboanga Sibugay", | |
| "state_code": "ZSI" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/9/99/Flag_of_the_Philippines.svg" | |
| }, | |
| { | |
| "name": "Pitcairn Island", | |
| "iso3": "PCN", | |
| "iso2": "PN", | |
| "phone_code": "870", | |
| "capital": "Adamstown", | |
| "currency": "NZD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/8/88/Flag_of_the_Pitcairn_Islands.svg" | |
| }, | |
| { | |
| "name": "Poland", | |
| "iso3": "POL", | |
| "iso2": "PL", | |
| "phone_code": "48", | |
| "capital": "Warsaw", | |
| "currency": "PLN", | |
| "states": [ | |
| { | |
| "id": 1634, | |
| "name": "Greater Poland Voivodeship", | |
| "state_code": "WP" | |
| }, | |
| { | |
| "id": 1627, | |
| "name": "Kielce", | |
| "state_code": "KI" | |
| }, | |
| { | |
| "id": 1625, | |
| "name": "Kuyavian-Pomeranian Voivodeship", | |
| "state_code": "KP" | |
| }, | |
| { | |
| "id": 1635, | |
| "name": "Lesser Poland Voivodeship", | |
| "state_code": "MA" | |
| }, | |
| { | |
| "id": 1629, | |
| "name": "Lower Silesian Voivodeship", | |
| "state_code": "DS" | |
| }, | |
| { | |
| "id": 1638, | |
| "name": "Lublin Voivodeship", | |
| "state_code": "LU" | |
| }, | |
| { | |
| "id": 1631, | |
| "name": "Lubusz Voivodeship", | |
| "state_code": "LB" | |
| }, | |
| { | |
| "id": 1636, | |
| "name": "ลรณdลบ Voivodeship", | |
| "state_code": "LD" | |
| }, | |
| { | |
| "id": 1637, | |
| "name": "Masovian Voivodeship", | |
| "state_code": "MZ" | |
| }, | |
| { | |
| "id": 1622, | |
| "name": "Opole Voivodeship", | |
| "state_code": "OP" | |
| }, | |
| { | |
| "id": 1626, | |
| "name": "Podkarpackie Voivodeship", | |
| "state_code": "PK" | |
| }, | |
| { | |
| "id": 1632, | |
| "name": "Podlaskie Voivodeship", | |
| "state_code": "PD" | |
| }, | |
| { | |
| "id": 1624, | |
| "name": "Pomeranian Voivodeship", | |
| "state_code": "PM" | |
| }, | |
| { | |
| "id": 1623, | |
| "name": "Silesian Voivodeship", | |
| "state_code": "SL" | |
| }, | |
| { | |
| "id": 1630, | |
| "name": "ลwiฤtokrzyskie Voivodeship", | |
| "state_code": "SK" | |
| }, | |
| { | |
| "id": 1628, | |
| "name": "Warmian-Masurian Voivodeship", | |
| "state_code": "WN" | |
| }, | |
| { | |
| "id": 1633, | |
| "name": "West Pomeranian Voivodeship", | |
| "state_code": "ZP" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/en/1/12/Flag_of_Poland.svg" | |
| }, | |
| { | |
| "name": "Portugal", | |
| "iso3": "PRT", | |
| "iso2": "PT", | |
| "phone_code": "351", | |
| "capital": "Lisbon", | |
| "currency": "EUR", | |
| "states": [ | |
| { | |
| "id": 2235, | |
| "name": "Aveiro District", | |
| "state_code": "01" | |
| }, | |
| { | |
| "id": 2233, | |
| "name": "Azores", | |
| "state_code": "20" | |
| }, | |
| { | |
| "id": 2230, | |
| "name": "Beja District", | |
| "state_code": "02" | |
| }, | |
| { | |
| "id": 2244, | |
| "name": "Braga District", | |
| "state_code": "03" | |
| }, | |
| { | |
| "id": 2229, | |
| "name": "Braganรงa District", | |
| "state_code": "04" | |
| }, | |
| { | |
| "id": 2241, | |
| "name": "Castelo Branco District", | |
| "state_code": "05" | |
| }, | |
| { | |
| "id": 2246, | |
| "name": "Coimbra District", | |
| "state_code": "06" | |
| }, | |
| { | |
| "id": 2236, | |
| "name": "รvora District", | |
| "state_code": "07" | |
| }, | |
| { | |
| "id": 2239, | |
| "name": "Faro District", | |
| "state_code": "08" | |
| }, | |
| { | |
| "id": 4859, | |
| "name": "Guarda District", | |
| "state_code": "09" | |
| }, | |
| { | |
| "id": 2240, | |
| "name": "Leiria District", | |
| "state_code": "10" | |
| }, | |
| { | |
| "id": 2228, | |
| "name": "Lisbon District", | |
| "state_code": "11" | |
| }, | |
| { | |
| "id": 2231, | |
| "name": "Madeira", | |
| "state_code": "30" | |
| }, | |
| { | |
| "id": 2232, | |
| "name": "Portalegre District", | |
| "state_code": "12" | |
| }, | |
| { | |
| "id": 2243, | |
| "name": "Porto District", | |
| "state_code": "13" | |
| }, | |
| { | |
| "id": 2238, | |
| "name": "Santarรฉm District", | |
| "state_code": "14" | |
| }, | |
| { | |
| "id": 2242, | |
| "name": "Setรบbal District", | |
| "state_code": "15" | |
| }, | |
| { | |
| "id": 2245, | |
| "name": "Viana do Castelo District", | |
| "state_code": "16" | |
| }, | |
| { | |
| "id": 2234, | |
| "name": "Vila Real District", | |
| "state_code": "17" | |
| }, | |
| { | |
| "id": 2237, | |
| "name": "Viseu District", | |
| "state_code": "18" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/5/5c/Flag_of_Portugal.svg" | |
| }, | |
| { | |
| "name": "Puerto Rico", | |
| "iso3": "PRI", | |
| "iso2": "PR", | |
| "phone_code": "+1-787 and 1-939", | |
| "capital": "San Juan", | |
| "currency": "USD", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/2/28/Flag_of_Puerto_Rico.svg" | |
| }, | |
| { | |
| "name": "Qatar", | |
| "iso3": "QAT", | |
| "iso2": "QA", | |
| "phone_code": "974", | |
| "capital": "Doha", | |
| "currency": "QAR", | |
| "states": [ | |
| { | |
| "id": 3182, | |
| "name": "Al Daayen", | |
| "state_code": "ZA" | |
| }, | |
| { | |
| "id": 3183, | |
| "name": "Al Khor", | |
| "state_code": "KH" | |
| }, | |
| { | |
| "id": 3177, | |
| "name": "Al Rayyan Municipality", | |
| "state_code": "RA" | |
| }, | |
| { | |
| "id": 3179, | |
| "name": "Al Wakrah", | |
| "state_code": "WA" | |
| }, | |
| { | |
| "id": 3178, | |
| "name": "Al-Shahaniya", | |
| "state_code": "SH" | |
| }, | |
| { | |
| "id": 3181, | |
| "name": "Doha", | |
| "state_code": "DA" | |
| }, | |
| { | |
| "id": 3180, | |
| "name": "Madinat ash Shamal", | |
| "state_code": "MS" | |
| }, | |
| { | |
| "id": 3184, | |
| "name": "Umm Salal Municipality", | |
| "state_code": "US" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/6/65/Flag_of_Qatar.svg" | |
| }, | |
| { | |
| "name": "Rรฉunion", | |
| "iso3": "REU", | |
| "iso2": "RE", | |
| "phone_code": "262", | |
| "capital": "Saint-Denis", | |
| "currency": "EUR", | |
| "states": [], | |
| "flag": "https://upload.wikimedia.org/wikipedia/en/c/c3/Flag_of_France.svg" | |
| }, | |
| { | |
| "name": "Romania", | |
| "iso3": "ROU", | |
| "iso2": "RO", | |
| "phone_code": "40", | |
| "capital": "Bucharest", | |
| "currency": "RON", | |
| "states": [ | |
| { | |
| "id": 4724, | |
| "name": "Alba", | |
| "state_code": "AB" | |
| }, | |
| { | |
| "id": 4739, | |
| "name": "Arad County", | |
| "state_code": "AR" | |
| }, | |
| { | |
| "id": 4722, | |
| "name": "Arges", | |
| "state_code": "AG" | |
| }, | |
| { | |
| "id": 4744, | |
| "name": "Bacฤu County", | |
| "state_code": "BC" | |
| }, | |
| { | |
| "id": 4723, | |
| "name": "Bihor County", | |
| "state_code": "BH" | |
| }, | |
| { | |
| "id": 4733, | |
| "name": "Bistriศa-Nฤsฤud County", | |
| "state_code": "BN" | |
| }, | |
| { | |
| "id": 4740, | |
| "name": "Botoศani County", | |
| "state_code": "BT" | |
| }, | |
| { | |
| "id": 4736, | |
| "name": "Braila", | |
| "state_code": "BR" | |
| }, | |
| { | |
| "id": 4759, | |
| "name": "Braศov County", | |
| "state_code": "BV" | |
| }, | |
| { | |
| "id": 4730, | |
| "name": "Bucharest", | |
| "state_code": "B" | |
| }, | |
| { | |
| "id": 4756, | |
| "name": "Buzฤu County", | |
| "state_code": "BZ" | |
| }, | |
| { | |
| "id": 4732, | |
| "name": "Cฤlฤraศi County", | |
| "state_code": "CL" | |
| }, | |
| { | |
| "id": 4753, | |
| "name": "Caraศ-Severin County", | |
| "state_code": "CS" | |
| }, | |
| { | |
| "id": 4734, | |
| "name": "Cluj County", | |
| "state_code": "CJ" | |
| }, | |
| { | |
| "id": 4737, | |
| "name": "Constanศa County", | |
| "state_code": "CT" | |
| }, | |
| { | |
| "id": 4754, | |
| "name": "Covasna County", | |
| "state_code": "CV" | |
| }, | |
| { | |
| "id": 4745, | |
| "name": "Dรขmboviศa County", | |
| "state_code": "DB" | |
| }, | |
| { | |
| "id": 4742, | |
| "name": "Dolj County", | |
| "state_code": "DJ" | |
| }, | |
| { | |
| "id": 4747, | |
| "name": "Galaศi County", | |
| "state_code": "GL" | |
| }, | |
| { | |
| "id": 4726, | |
| "name": "Giurgiu County", | |
| "state_code": "GR" | |
| }, | |
| { | |
| "id": 4750, | |
| "name": "Gorj County", | |
| "state_code": "GJ" | |
| }, | |
| { | |
| "id": 4749, | |
| "name": "Harghita County", | |
| "state_code": "HR" | |
| }, | |
| { | |
| "id": 4721, | |
| "name": "Hunedoara County", | |
| "state_code": "HD" | |
| }, | |
| { | |
| "id": 4743, | |
| "name": "Ialomiศa County", | |
| "state_code": "IL" | |
| }, | |
| { | |
| "id": 4735, | |
| "name": "Iaศi County", | |
| "state_code": "IS" | |
| }, | |
| { | |
| "id": 4725, | |
| "name": "Ilfov County", | |
| "state_code": "IF" | |
| }, | |
| { | |
| "id": 4760, | |
| "name": "Maramureศ County", | |
| "state_code": "MM" | |
| }, | |
| { | |
| "id": 4751, | |
| "name": "Mehedinศi County", | |
| "state_code": "MH" | |
| }, | |
| { | |
| "id": 1410, | |
| "name": "Mureศ County", | |
| "state_code": "MS" | |
| }, | |
| { | |
| "id": 4731, | |
| "name": "Neamศ County", | |
| "state_code": "NT" | |
| }, | |
| { | |
| "id": 4738, | |
| "name": "Olt County", | |
| "state_code": "OT" | |
| }, | |
| { | |
| "id": 4729, | |
| "name": "Prahova County", | |
| "state_code": "PH" | |
| }, | |
| { | |
| "id": 4741, | |
| "name": "Sฤlaj County", | |
| "state_code": "SJ" | |
| }, | |
| { | |
| "id": 4746, | |
| "name": "Satu Mare County", | |
| "state_code": "SM" | |
| }, | |
| { | |
| "id": 4755, | |
| "name": "Sibiu County", | |
| "state_code": "SB" | |
| }, | |
| { | |
| "id": 4720, | |
| "name": "Suceava County", | |
| "state_code": "SV" | |
| }, | |
| { | |
| "id": 4728, | |
| "name": "Teleorman County", | |
| "state_code": "TR" | |
| }, | |
| { | |
| "id": 4748, | |
| "name": "Timiศ County", | |
| "state_code": "TM" | |
| }, | |
| { | |
| "id": 4727, | |
| "name": "Tulcea County", | |
| "state_code": "TL" | |
| }, | |
| { | |
| "id": 4757, | |
| "name": "Vรขlcea County", | |
| "state_code": "VL" | |
| }, | |
| { | |
| "id": 4752, | |
| "name": "Vaslui County", | |
| "state_code": "VS" | |
| }, | |
| { | |
| "id": 4758, | |
| "name": "Vrancea County", | |
| "state_code": "VN" | |
| } | |
| ], | |
| "flag": "https://upload.wikimedia.org/wikipedia/commons/7/73/Flag_of_Romania.svg" | |
| }, | |
| { | |
| "name": "Russia", | |
| "iso3": "RUS", | |
| "iso2": "RU", | |
| "phone_code": "7", | |
| "capital": "Moscow", | |
| "currency": "RUB", | |
| "states": [ | |
| { | |
| "id": 1911, | |
| "name": "Altai Krai", | |
| "state_code": "ALT" | |
| }, | |
| { | |
| "id": 1876, | |
| "name": "Altai Republic", | |
| "state_code": "AL" | |
| }, | |
| { | |
| "id": 1858, | |
| "name": "Amur Oblast", | |
| "state_code": "AMU" | |
| }, | |
| { | |
| "id": 1849, | |
| "name": "Arkhangelsk", | |
| "state_code": "ARK" | |
| }, | |
| { | |
| "id": 1866, | |
| "name": "Astrakhan Oblast", | |
| "state_code": "AST" | |
| }, | |
| { | |
| "id": 1903, | |
| "name": "Belgorod Oblast", | |
| "state_code": "BEL" | |
| }, | |
| { | |
| "id": 1867, | |
| "name": "Bryansk Oblast", | |
| "state_code": "BRY" | |
| }, | |
| { | |
| "id": 1893, | |
| "name": "Chechen Republic", | |
| "state_code": "CE" | |
| }, | |
| { | |
| "id": 1845, | |
| "name": "Chelyabinsk Oblast", | |
| "state_code": "CHE" | |
| }, | |
| { | |
| "id": 1859, | |
| "name": "Chukotka Autonomous Okrug", | |
| "state_code": "CHU" | |
| }, | |
| { | |
| "id": 1914, | |
| "name": "Chuvash Republic", | |
| "state_code": "CU" | |
| }, | |
| { | |
| "id": 1880, | |
| "name": "Irkutsk", | |
| "state_code": "IRK" | |
| }, | |
| { | |
| "id": 1864, | |
| "name": "Ivanovo Oblast", | |
| "state_code": "IVA" | |
| }, | |
| { | |
| "id": 1835, | |
| "name": "Jewish Autonomous Oblast", | |
| "state_code": "YEV" | |
| }, | |
| { | |
| "id": 1892, | |
| "name": "Kabardino-Balkar Republic", | |
| "state_code": "KB" | |
| }, | |
| { | |
| "id": 1902, | |
| "name": "Kaliningrad", | |
| "state_code": "KGD" | |
| }, | |
| { | |
| "id": 1844, | |
| "name": "Kaluga Oblast", | |
| "state_code": "KLU" | |
| }, | |
| { | |
| "id": 1865, | |
| "name": "Kamchatka Krai", | |
| "state_code": "KAM" | |
| }, | |
| { | |
| "id": 1869, | |
| "name": "Karachay-Cherkess Republic", | |
| "state_code": "KC" | |
| }, | |
| { | |
| "id": 1897, | |
| "name": "Kemerovo Oblast", | |
| "state_code": "KEM" | |
| }, | |
| { | |
| "id": 1873, | |
| "name": "Khabarovsk Krai", | |
| "state_code": "KHA" | |
| }, | |
| { | |
| "id": 1838, | |
| "name": "Khanty-Mansi Autonomous Okrug", | |
| "state_code": "KHM" | |
| }, | |
| { | |
| "id": 1890, | |
| "name": "Kirov Oblast", | |
| "state_code": "KIR" | |
| }, | |
| { | |
| "id": 1899, | |
| "name": "Komi Republic", | |
| "state_code": "KO" | |
| }, | |
| { | |
| "id": 1910, | |
| "name": "Kostroma Oblast", | |
| "state_code": "KOS" | |
| }, | |
| { | |
| "id": 1891, | |
| "name": "Krasnodar Krai", | |
| "state_code": "KDA" | |
| }, | |
| { | |
| "id": 1840, | |
| "name": "Krasnoyarsk Krai", | |
| "state_code": "KYA" | |
| }, | |
| { | |
| "id": 1915, | |
| "name": "Kurgan Oblast", | |
| "state_code": "KGN" | |
| }, | |
| { | |
| "id": 1855, | |
| "name": "Kursk Oblast", | |
| "state_code": "KRS" | |
| }, | |
| { | |
| "id": 1896, | |
| "name": "Leningrad Oblast", | |
| "state_code": "LEN" | |
| }, | |
| { | |
| "id": 1889, | |
| "name": "Lipetsk Oblast", | |
| "state_code": "LIP" | |
| }, | |
| { | |
| "id": 1839, | |
| "name": "Magadan Oblast", | |
| "state_code": "MAG" | |
| }, | |
| { | |
| "id": 1870, | |
| "name": "Mari El Republic", | |
| "state_code": "ME" | |
| }, | |
| { | |
| "id": 1901, | |
| "name": "Moscow", | |
| "state_code": "MOW" | |
| }, | |
| { | |
| "id": 1882, | |
| "name": "Moscow Oblast", | |
| "state_code": "MOS" | |
| }, | |
| { | |
| "id": 1843, | |
| "name": "Murmansk Oblast", | |
| "state_code": "MUR" | |
| }, | |
| { | |
| "id": 1836, | |
| "name": "Nenets Autonomous Okrug", | |
| "state_code": "NEN" | |
| }, | |
| { | |
| "id": 1857, | |
| "name": "Nizhny Novgorod Oblast", | |
| "state_code": "NIZ" | |
| }, | |
| { | |
| "id": 1834, | |
| "name": "Novgorod Oblast", | |
| "state_code": "NGR" | |
| }, | |
| { | |
| "id": 1888, | |
| "name": "Novosibirsk", | |
| "state_code": "NVS" | |
| }, | |
| { | |
| "id": 1846, | |
| "name": "Omsk Oblast", | |
| "state_code": "OMS" | |
| }, | |
| { | |
| "id": 1886, | |
| "name": "Orenburg Oblast", | |
| "state_code": "ORE" | |
| }, | |
| { | |
| "id": 1908, | |
| "name": "Oryol Oblast", | |
| "state_code": "ORL" | |
| }, | |
| { | |
| "id": 1909, | |
| "name": "Penza Oblast", | |
| "state_code": "PNZ" | |
| }, | |
| { | |
| "id": 1871, | |
| "name": "Perm Krai", | |
| "state_code": "PER" | |
| }, | |
| { | |
| "id": 1833, | |
| "name": "Primorsky Krai", | |
| "state_code": "PRI" | |
| }, | |
| { | |
| "id": 1863, | |
| "name": "Pskov Oblast", | |
| "state_code": "PSK" | |
| }, | |
| { | |
| "id": 1852, | |
| "name": "Republic of Adygea", | |
| "state_code": "AD" | |
| }, | |
| { | |
| "id": 1854, | |
| "name": "Republic of Bashkortostan", | |
| "state_code": "BA" | |
| }, | |
| { | |
| "id": 1842, | |
| "name": "Republic of Buryatia", | |
| "state_code": "BU" | |
| }, | |
| { | |
| "id": 1850, | |
| "name": "Republic of Dagestan", | |
| "state_code": "DA" | |
| }, | |
| { | |
| "id": 1884, | |
| "name": "Republic of Ingushetia", | |
| "state_code": "IN" | |
| }, | |
| { | |
| "id": 1883, | |
| "name": "Republic of Kalmykia", | |
| "state_code": "KL" | |
| }, | |
| { | |
| "id": 1841, | |
| "name": "Republic of Karelia", | |
| "state_code": "KR" | |