Skip to content

Countries List

Md. Mazharul islam Mithu edited this page May 4, 2017 · 5 revisions

This page describe how to fetch countries list.

Create a client

  CheckMobi.api_key = 'xxxx-xxxx-xxxx-xxxx' # if you are not using rails
  client = CheckMobi::Resources::CountryList.new # => <CheckMobi::Resources::CountryList:0x000000021c7648>
  resposne = client.perform

if everything goes right you will get response like this

#<CheckMobi::Response:0x000000021ba330 @http_client=#<CheckMobi::Client:0x000000021c2a80 @endpoint=#<URI::HTTPS https://api.checkmobi.com/v1/countries>, @request=#<Net::HTTP::Get GET>, @headers={"Content-Type"=>"application/json", "Accept"=>"application/json", "Authorization"=>"xxxxx-xxxx-xxxx-xxxx-xxxxxxxxx"}, @response=#<Net::HTTPOK 200 OK readbody=true>>>

then you can get countries list like this

country_list = response.response_body

while this response comes in JSON, you might want to parse that like this

require 'json' # if you aren't using rails
country_list = JSON.parse(response.response_body)

the output might look like this,

[{
    "iso2": "AF",
    "name": "Afghanistan",
    "prefix": "93",
    "flag_32": "https://checkmobi.com/static/images/flags/AF-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AF-128.png"
}, {
    "iso2": "AX",
    "name": "Aland Islands",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/AX-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AX-128.png"
}, {
    "iso2": "AL",
    "name": "Albania",
    "prefix": "355",
    "flag_32": "https://checkmobi.com/static/images/flags/AL-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AL-128.png"
}, {
    "iso2": "DZ",
    "name": "Algeria",
    "prefix": "213",
    "flag_32": "https://checkmobi.com/static/images/flags/DZ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/DZ-128.png"
}, {
    "iso2": "AS",
    "name": "American Samoa",
    "prefix": "1684",
    "flag_32": "https://checkmobi.com/static/images/flags/AS-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AS-128.png"
}, {
    "iso2": "AD",
    "name": "Andorra",
    "prefix": "376",
    "flag_32": "https://checkmobi.com/static/images/flags/AD-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AD-128.png"
}, {
    "iso2": "AO",
    "name": "Angola",
    "prefix": "244",
    "flag_32": "https://checkmobi.com/static/images/flags/AO-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AO-128.png"
}, {
    "iso2": "AI",
    "name": "Anguilla",
    "prefix": "1264",
    "flag_32": "https://checkmobi.com/static/images/flags/AI-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AI-128.png"
}, {
    "iso2": "AQ",
    "name": "Antarctica",
    "prefix": "672",
    "flag_32": "https://checkmobi.com/static/images/flags/AQ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AQ-128.png"
}, {
    "iso2": "AG",
    "name": "Antigua and Barbuda",
    "prefix": "1268",
    "flag_32": "https://checkmobi.com/static/images/flags/AG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AG-128.png"
}, {
    "iso2": "AR",
    "name": "Argentina",
    "prefix": "54",
    "flag_32": "https://checkmobi.com/static/images/flags/AR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AR-128.png"
}, {
    "iso2": "AM",
    "name": "Armenia",
    "prefix": "374",
    "flag_32": "https://checkmobi.com/static/images/flags/AM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AM-128.png"
}, {
    "iso2": "AW",
    "name": "Aruba",
    "prefix": "297",
    "flag_32": "https://checkmobi.com/static/images/flags/AW-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AW-128.png"
}, {
    "iso2": "AU",
    "name": "Australia",
    "prefix": "61",
    "flag_32": "https://checkmobi.com/static/images/flags/AU-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AU-128.png"
}, {
    "iso2": "AT",
    "name": "Austria",
    "prefix": "43",
    "flag_32": "https://checkmobi.com/static/images/flags/AT-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AT-128.png"
}, {
    "iso2": "AZ",
    "name": "Azerbaijan",
    "prefix": "994",
    "flag_32": "https://checkmobi.com/static/images/flags/AZ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AZ-128.png"
}, {
    "iso2": "BS",
    "name": "Bahamas",
    "prefix": "1242",
    "flag_32": "https://checkmobi.com/static/images/flags/BS-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BS-128.png"
}, {
    "iso2": "BH",
    "name": "Bahrain",
    "prefix": "973",
    "flag_32": "https://checkmobi.com/static/images/flags/BH-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BH-128.png"
}, {
    "iso2": "BD",
    "name": "Bangladesh",
    "prefix": "880",
    "flag_32": "https://checkmobi.com/static/images/flags/BD-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BD-128.png"
}, {
    "iso2": "BB",
    "name": "Barbados",
    "prefix": "1246",
    "flag_32": "https://checkmobi.com/static/images/flags/BB-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BB-128.png"
}, {
    "iso2": "BY",
    "name": "Belarus",
    "prefix": "375",
    "flag_32": "https://checkmobi.com/static/images/flags/BY-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BY-128.png"
}, {
    "iso2": "BE",
    "name": "Belgium",
    "prefix": "32",
    "flag_32": "https://checkmobi.com/static/images/flags/BE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BE-128.png"
}, {
    "iso2": "BZ",
    "name": "Belize",
    "prefix": "501",
    "flag_32": "https://checkmobi.com/static/images/flags/BZ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BZ-128.png"
}, {
    "iso2": "BJ",
    "name": "Benin",
    "prefix": "229",
    "flag_32": "https://checkmobi.com/static/images/flags/BJ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BJ-128.png"
}, {
    "iso2": "BM",
    "name": "Bermuda",
    "prefix": "1441",
    "flag_32": "https://checkmobi.com/static/images/flags/BM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BM-128.png"
}, {
    "iso2": "BT",
    "name": "Bhutan",
    "prefix": "975",
    "flag_32": "https://checkmobi.com/static/images/flags/BT-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BT-128.png"
}, {
    "iso2": "BO",
    "name": "Bolivia, Plurinational State of",
    "prefix": "591",
    "flag_32": "https://checkmobi.com/static/images/flags/BO-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BO-128.png"
}, {
    "iso2": "BQ",
    "name": "Bonaire, Sint Eustatius and Saba",
    "prefix": "599",
    "flag_32": "https://checkmobi.com/static/images/flags/BQ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BQ-128.png"
}, {
    "iso2": "BA",
    "name": "Bosnia and Herzegovina",
    "prefix": "387",
    "flag_32": "https://checkmobi.com/static/images/flags/BA-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BA-128.png"
}, {
    "iso2": "BW",
    "name": "Botswana",
    "prefix": "267",
    "flag_32": "https://checkmobi.com/static/images/flags/BW-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BW-128.png"
}, {
    "iso2": "BV",
    "name": "Bouvet Island",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/BV-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BV-128.png"
}, {
    "iso2": "BR",
    "name": "Brazil",
    "prefix": "55",
    "flag_32": "https://checkmobi.com/static/images/flags/BR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BR-128.png"
}, {
    "iso2": "IO",
    "name": "British Indian Ocean Territory",
    "prefix": "246",
    "flag_32": "https://checkmobi.com/static/images/flags/IO-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/IO-128.png"
}, {
    "iso2": "BN",
    "name": "Brunei Darussalam",
    "prefix": "673",
    "flag_32": "https://checkmobi.com/static/images/flags/BN-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BN-128.png"
}, {
    "iso2": "BG",
    "name": "Bulgaria",
    "prefix": "359",
    "flag_32": "https://checkmobi.com/static/images/flags/BG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BG-128.png"
}, {
    "iso2": "BF",
    "name": "Burkina Faso",
    "prefix": "226",
    "flag_32": "https://checkmobi.com/static/images/flags/BF-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BF-128.png"
}, {
    "iso2": "BI",
    "name": "Burundi",
    "prefix": "257",
    "flag_32": "https://checkmobi.com/static/images/flags/BI-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BI-128.png"
}, {
    "iso2": "CV",
    "name": "Cabo Verde",
    "prefix": "238",
    "flag_32": "https://checkmobi.com/static/images/flags/CV-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CV-128.png"
}, {
    "iso2": "KH",
    "name": "Cambodia",
    "prefix": "855",
    "flag_32": "https://checkmobi.com/static/images/flags/KH-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/KH-128.png"
}, {
    "iso2": "CM",
    "name": "Cameroon",
    "prefix": "237",
    "flag_32": "https://checkmobi.com/static/images/flags/CM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CM-128.png"
}, {
    "iso2": "CA",
    "name": "Canada",
    "prefix": "1",
    "flag_32": "https://checkmobi.com/static/images/flags/CA-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CA-128.png"
}, {
    "iso2": "KY",
    "name": "Cayman Islands",
    "prefix": "1345",
    "flag_32": "https://checkmobi.com/static/images/flags/KY-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/KY-128.png"
}, {
    "iso2": "CF",
    "name": "Central African Republic",
    "prefix": "236",
    "flag_32": "https://checkmobi.com/static/images/flags/CF-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CF-128.png"
}, {
    "iso2": "TD",
    "name": "Chad",
    "prefix": "235",
    "flag_32": "https://checkmobi.com/static/images/flags/TD-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TD-128.png"
}, {
    "iso2": "CL",
    "name": "Chile",
    "prefix": "56",
    "flag_32": "https://checkmobi.com/static/images/flags/CL-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CL-128.png"
}, {
    "iso2": "CN",
    "name": "China",
    "prefix": "86",
    "flag_32": "https://checkmobi.com/static/images/flags/CN-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CN-128.png"
}, {
    "iso2": "CX",
    "name": "Christmas Island",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/CX-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CX-128.png"
}, {
    "iso2": "CC",
    "name": "Cocos (Keeling) Islands",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/CC-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CC-128.png"
}, {
    "iso2": "CO",
    "name": "Colombia",
    "prefix": "57",
    "flag_32": "https://checkmobi.com/static/images/flags/CO-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CO-128.png"
}, {
    "iso2": "KM",
    "name": "Comoros",
    "prefix": "269",
    "flag_32": "https://checkmobi.com/static/images/flags/KM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/KM-128.png"
}, {
    "iso2": "CG",
    "name": "Congo",
    "prefix": "242",
    "flag_32": "https://checkmobi.com/static/images/flags/CG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CG-128.png"
}, {
    "iso2": "CD",
    "name": "Congo, the Democratic Republic of the",
    "prefix": "243",
    "flag_32": "https://checkmobi.com/static/images/flags/CD-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CD-128.png"
}, {
    "iso2": "CK",
    "name": "Cook Islands",
    "prefix": "682",
    "flag_32": "https://checkmobi.com/static/images/flags/CK-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CK-128.png"
}, {
    "iso2": "CR",
    "name": "Costa Rica",
    "prefix": "506",
    "flag_32": "https://checkmobi.com/static/images/flags/CR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CR-128.png"
}, {
    "iso2": "CI",
    "name": "Cote d'Ivoire",
    "prefix": "225",
    "flag_32": "https://checkmobi.com/static/images/flags/CI-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CI-128.png"
}, {
    "iso2": "HR",
    "name": "Croatia",
    "prefix": "385",
    "flag_32": "https://checkmobi.com/static/images/flags/HR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/HR-128.png"
}, {
    "iso2": "CU",
    "name": "Cuba",
    "prefix": "53",
    "flag_32": "https://checkmobi.com/static/images/flags/CU-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CU-128.png"
}, {
    "iso2": "CW",
    "name": "Curacao",
    "prefix": "5999",
    "flag_32": "https://checkmobi.com/static/images/flags/CW-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CW-128.png"
}, {
    "iso2": "CY",
    "name": "Cyprus",
    "prefix": "357",
    "flag_32": "https://checkmobi.com/static/images/flags/CY-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CY-128.png"
}, {
    "iso2": "CZ",
    "name": "Czech Republic",
    "prefix": "420",
    "flag_32": "https://checkmobi.com/static/images/flags/CZ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CZ-128.png"
}, {
    "iso2": "DK",
    "name": "Denmark",
    "prefix": "45",
    "flag_32": "https://checkmobi.com/static/images/flags/DK-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/DK-128.png"
}, {
    "iso2": "DJ",
    "name": "Djibouti",
    "prefix": "253",
    "flag_32": "https://checkmobi.com/static/images/flags/DJ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/DJ-128.png"
}, {
    "iso2": "DM",
    "name": "Dominica",
    "prefix": "1767",
    "flag_32": "https://checkmobi.com/static/images/flags/DM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/DM-128.png"
}, {
    "iso2": "DO",
    "name": "Dominican Republic",
    "prefix": "1",
    "flag_32": "https://checkmobi.com/static/images/flags/DO-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/DO-128.png"
}, {
    "iso2": "EC",
    "name": "Ecuador",
    "prefix": "593",
    "flag_32": "https://checkmobi.com/static/images/flags/EC-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/EC-128.png"
}, {
    "iso2": "EG",
    "name": "Egypt",
    "prefix": "20",
    "flag_32": "https://checkmobi.com/static/images/flags/EG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/EG-128.png"
}, {
    "iso2": "SV",
    "name": "El Salvador",
    "prefix": "503",
    "flag_32": "https://checkmobi.com/static/images/flags/SV-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SV-128.png"
}, {
    "iso2": "GQ",
    "name": "Equatorial Guinea",
    "prefix": "240",
    "flag_32": "https://checkmobi.com/static/images/flags/GQ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GQ-128.png"
}, {
    "iso2": "ER",
    "name": "Eritrea",
    "prefix": "291",
    "flag_32": "https://checkmobi.com/static/images/flags/ER-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/ER-128.png"
}, {
    "iso2": "EE",
    "name": "Estonia",
    "prefix": "372",
    "flag_32": "https://checkmobi.com/static/images/flags/EE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/EE-128.png"
}, {
    "iso2": "ET",
    "name": "Ethiopia",
    "prefix": "251",
    "flag_32": "https://checkmobi.com/static/images/flags/ET-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/ET-128.png"
}, {
    "iso2": "FK",
    "name": "Falkland Islands (Malvinas)",
    "prefix": "500",
    "flag_32": "https://checkmobi.com/static/images/flags/FK-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/FK-128.png"
}, {
    "iso2": "FO",
    "name": "Faroe Islands",
    "prefix": "298",
    "flag_32": "https://checkmobi.com/static/images/flags/FO-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/FO-128.png"
}, {
    "iso2": "FJ",
    "name": "Fiji",
    "prefix": "679",
    "flag_32": "https://checkmobi.com/static/images/flags/FJ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/FJ-128.png"
}, {
    "iso2": "FI",
    "name": "Finland",
    "prefix": "358",
    "flag_32": "https://checkmobi.com/static/images/flags/FI-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/FI-128.png"
}, {
    "iso2": "FR",
    "name": "France",
    "prefix": "33",
    "flag_32": "https://checkmobi.com/static/images/flags/FR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/FR-128.png"
}, {
    "iso2": "GF",
    "name": "French Guiana",
    "prefix": "594",
    "flag_32": "https://checkmobi.com/static/images/flags/GF-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GF-128.png"
}, {
    "iso2": "PF",
    "name": "French Polynesia",
    "prefix": "689",
    "flag_32": "https://checkmobi.com/static/images/flags/PF-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PF-128.png"
}, {
    "iso2": "TF",
    "name": "French Southern Territories",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/TF-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TF-128.png"
}, {
    "iso2": "GA",
    "name": "Gabon",
    "prefix": "241",
    "flag_32": "https://checkmobi.com/static/images/flags/GA-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GA-128.png"
}, {
    "iso2": "GM",
    "name": "Gambia",
    "prefix": "220",
    "flag_32": "https://checkmobi.com/static/images/flags/GM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GM-128.png"
}, {
    "iso2": "GE",
    "name": "Georgia",
    "prefix": "995",
    "flag_32": "https://checkmobi.com/static/images/flags/GE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GE-128.png"
}, {
    "iso2": "DE",
    "name": "Germany",
    "prefix": "49",
    "flag_32": "https://checkmobi.com/static/images/flags/DE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/DE-128.png"
}, {
    "iso2": "GH",
    "name": "Ghana",
    "prefix": "233",
    "flag_32": "https://checkmobi.com/static/images/flags/GH-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GH-128.png"
}, {
    "iso2": "GI",
    "name": "Gibraltar",
    "prefix": "350",
    "flag_32": "https://checkmobi.com/static/images/flags/GI-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GI-128.png"
}, {
    "iso2": "GR",
    "name": "Greece",
    "prefix": "30",
    "flag_32": "https://checkmobi.com/static/images/flags/GR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GR-128.png"
}, {
    "iso2": "GL",
    "name": "Greenland",
    "prefix": "299",
    "flag_32": "https://checkmobi.com/static/images/flags/GL-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GL-128.png"
}, {
    "iso2": "GD",
    "name": "Grenada",
    "prefix": "1473",
    "flag_32": "https://checkmobi.com/static/images/flags/GD-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GD-128.png"
}, {
    "iso2": "GP",
    "name": "Guadeloupe",
    "prefix": "590",
    "flag_32": "https://checkmobi.com/static/images/flags/GP-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GP-128.png"
}, {
    "iso2": "GU",
    "name": "Guam",
    "prefix": "1671",
    "flag_32": "https://checkmobi.com/static/images/flags/GU-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GU-128.png"
}, {
    "iso2": "GT",
    "name": "Guatemala",
    "prefix": "502",
    "flag_32": "https://checkmobi.com/static/images/flags/GT-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GT-128.png"
}, {
    "iso2": "GG",
    "name": "Guernsey",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/GG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GG-128.png"
}, {
    "iso2": "GN",
    "name": "Guinea",
    "prefix": "224",
    "flag_32": "https://checkmobi.com/static/images/flags/GN-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GN-128.png"
}, {
    "iso2": "GW",
    "name": "Guinea-Bissau",
    "prefix": "245",
    "flag_32": "https://checkmobi.com/static/images/flags/GW-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GW-128.png"
}, {
    "iso2": "GY",
    "name": "Guyana",
    "prefix": "592",
    "flag_32": "https://checkmobi.com/static/images/flags/GY-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GY-128.png"
}, {
    "iso2": "HT",
    "name": "Haiti",
    "prefix": "509",
    "flag_32": "https://checkmobi.com/static/images/flags/HT-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/HT-128.png"
}, {
    "iso2": "HM",
    "name": "Heard Island and McDonald Islands",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/HM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/HM-128.png"
}, {
    "iso2": "VA",
    "name": "Holy See (Vatican City State)",
    "prefix": "379",
    "flag_32": "https://checkmobi.com/static/images/flags/VA-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/VA-128.png"
}, {
    "iso2": "HN",
    "name": "Honduras",
    "prefix": "504",
    "flag_32": "https://checkmobi.com/static/images/flags/HN-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/HN-128.png"
}, {
    "iso2": "HK",
    "name": "Hong Kong",
    "prefix": "852",
    "flag_32": "https://checkmobi.com/static/images/flags/HK-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/HK-128.png"
}, {
    "iso2": "HU",
    "name": "Hungary",
    "prefix": "36",
    "flag_32": "https://checkmobi.com/static/images/flags/HU-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/HU-128.png"
}, {
    "iso2": "IS",
    "name": "Iceland",
    "prefix": "354",
    "flag_32": "https://checkmobi.com/static/images/flags/IS-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/IS-128.png"
}, {
    "iso2": "IN",
    "name": "India",
    "prefix": "91",
    "flag_32": "https://checkmobi.com/static/images/flags/IN-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/IN-128.png"
}, {
    "iso2": "ID",
    "name": "Indonesia",
    "prefix": "62",
    "flag_32": "https://checkmobi.com/static/images/flags/ID-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/ID-128.png"
}, {
    "iso2": "IR",
    "name": "Iran, Islamic Republic of",
    "prefix": "98",
    "flag_32": "https://checkmobi.com/static/images/flags/IR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/IR-128.png"
}, {
    "iso2": "IQ",
    "name": "Iraq",
    "prefix": "964",
    "flag_32": "https://checkmobi.com/static/images/flags/IQ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/IQ-128.png"
}, {
    "iso2": "IE",
    "name": "Ireland",
    "prefix": "353",
    "flag_32": "https://checkmobi.com/static/images/flags/IE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/IE-128.png"
}, {
    "iso2": "IM",
    "name": "Isle of Man",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/IM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/IM-128.png"
}, {
    "iso2": "IL",
    "name": "Israel",
    "prefix": "972",
    "flag_32": "https://checkmobi.com/static/images/flags/IL-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/IL-128.png"
}, {
    "iso2": "IT",
    "name": "Italy",
    "prefix": "39",
    "flag_32": "https://checkmobi.com/static/images/flags/IT-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/IT-128.png"
}, {
    "iso2": "JM",
    "name": "Jamaica",
    "prefix": "1876",
    "flag_32": "https://checkmobi.com/static/images/flags/JM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/JM-128.png"
}, {
    "iso2": "JP",
    "name": "Japan",
    "prefix": "81",
    "flag_32": "https://checkmobi.com/static/images/flags/JP-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/JP-128.png"
}, {
    "iso2": "JE",
    "name": "Jersey",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/JE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/JE-128.png"
}, {
    "iso2": "JO",
    "name": "Jordan",
    "prefix": "962",
    "flag_32": "https://checkmobi.com/static/images/flags/JO-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/JO-128.png"
}, {
    "iso2": "KZ",
    "name": "Kazakhstan",
    "prefix": "7",
    "flag_32": "https://checkmobi.com/static/images/flags/KZ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/KZ-128.png"
}, {
    "iso2": "KE",
    "name": "Kenya",
    "prefix": "254",
    "flag_32": "https://checkmobi.com/static/images/flags/KE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/KE-128.png"
}, {
    "iso2": "KI",
    "name": "Kiribati",
    "prefix": "686",
    "flag_32": "https://checkmobi.com/static/images/flags/KI-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/KI-128.png"
}, {
    "iso2": "KP",
    "name": "Korea, Democratic People's Republic of",
    "prefix": "850",
    "flag_32": "https://checkmobi.com/static/images/flags/KP-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/KP-128.png"
}, {
    "iso2": "KR",
    "name": "Korea, Republic of",
    "prefix": "82",
    "flag_32": "https://checkmobi.com/static/images/flags/KR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/KR-128.png"
}, {
    "iso2": "KW",
    "name": "Kuwait",
    "prefix": "965",
    "flag_32": "https://checkmobi.com/static/images/flags/KW-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/KW-128.png"
}, {
    "iso2": "KG",
    "name": "Kyrgyzstan",
    "prefix": "996",
    "flag_32": "https://checkmobi.com/static/images/flags/KG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/KG-128.png"
}, {
    "iso2": "LA",
    "name": "Lao People's Democratic Republic",
    "prefix": "856",
    "flag_32": "https://checkmobi.com/static/images/flags/LA-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/LA-128.png"
}, {
    "iso2": "LV",
    "name": "Latvia",
    "prefix": "371",
    "flag_32": "https://checkmobi.com/static/images/flags/LV-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/LV-128.png"
}, {
    "iso2": "LB",
    "name": "Lebanon",
    "prefix": "961",
    "flag_32": "https://checkmobi.com/static/images/flags/LB-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/LB-128.png"
}, {
    "iso2": "LS",
    "name": "Lesotho",
    "prefix": "266",
    "flag_32": "https://checkmobi.com/static/images/flags/LS-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/LS-128.png"
}, {
    "iso2": "LR",
    "name": "Liberia",
    "prefix": "231",
    "flag_32": "https://checkmobi.com/static/images/flags/LR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/LR-128.png"
}, {
    "iso2": "LY",
    "name": "Libya",
    "prefix": "218",
    "flag_32": "https://checkmobi.com/static/images/flags/LY-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/LY-128.png"
}, {
    "iso2": "LI",
    "name": "Liechtenstein",
    "prefix": "423",
    "flag_32": "https://checkmobi.com/static/images/flags/LI-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/LI-128.png"
}, {
    "iso2": "LT",
    "name": "Lithuania",
    "prefix": "370",
    "flag_32": "https://checkmobi.com/static/images/flags/LT-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/LT-128.png"
}, {
    "iso2": "LU",
    "name": "Luxembourg",
    "prefix": "352",
    "flag_32": "https://checkmobi.com/static/images/flags/LU-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/LU-128.png"
}, {
    "iso2": "MO",
    "name": "Macao",
    "prefix": "853",
    "flag_32": "https://checkmobi.com/static/images/flags/MO-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MO-128.png"
}, {
    "iso2": "MK",
    "name": "Macedonia, the former Yugoslav Republic of",
    "prefix": "389",
    "flag_32": "https://checkmobi.com/static/images/flags/MK-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MK-128.png"
}, {
    "iso2": "MG",
    "name": "Madagascar",
    "prefix": "261",
    "flag_32": "https://checkmobi.com/static/images/flags/MG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MG-128.png"
}, {
    "iso2": "MW",
    "name": "Malawi",
    "prefix": "265",
    "flag_32": "https://checkmobi.com/static/images/flags/MW-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MW-128.png"
}, {
    "iso2": "MY",
    "name": "Malaysia",
    "prefix": "60",
    "flag_32": "https://checkmobi.com/static/images/flags/MY-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MY-128.png"
}, {
    "iso2": "MV",
    "name": "Maldives",
    "prefix": "960",
    "flag_32": "https://checkmobi.com/static/images/flags/MV-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MV-128.png"
}, {
    "iso2": "ML",
    "name": "Mali",
    "prefix": "223",
    "flag_32": "https://checkmobi.com/static/images/flags/ML-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/ML-128.png"
}, {
    "iso2": "MT",
    "name": "Malta",
    "prefix": "356",
    "flag_32": "https://checkmobi.com/static/images/flags/MT-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MT-128.png"
}, {
    "iso2": "MH",
    "name": "Marshall Islands",
    "prefix": "692",
    "flag_32": "https://checkmobi.com/static/images/flags/MH-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MH-128.png"
}, {
    "iso2": "MQ",
    "name": "Martinique",
    "prefix": "596",
    "flag_32": "https://checkmobi.com/static/images/flags/MQ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MQ-128.png"
}, {
    "iso2": "MR",
    "name": "Mauritania",
    "prefix": "222",
    "flag_32": "https://checkmobi.com/static/images/flags/MR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MR-128.png"
}, {
    "iso2": "MU",
    "name": "Mauritius",
    "prefix": "230",
    "flag_32": "https://checkmobi.com/static/images/flags/MU-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MU-128.png"
}, {
    "iso2": "YT",
    "name": "Mayotte",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/YT-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/YT-128.png"
}, {
    "iso2": "MX",
    "name": "Mexico",
    "prefix": "52",
    "flag_32": "https://checkmobi.com/static/images/flags/MX-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MX-128.png"
}, {
    "iso2": "FM",
    "name": "Micronesia, Federated States of",
    "prefix": "691",
    "flag_32": "https://checkmobi.com/static/images/flags/FM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/FM-128.png"
}, {
    "iso2": "MD",
    "name": "Moldova, Republic of",
    "prefix": "373",
    "flag_32": "https://checkmobi.com/static/images/flags/MD-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MD-128.png"
}, {
    "iso2": "MC",
    "name": "Monaco",
    "prefix": "377",
    "flag_32": "https://checkmobi.com/static/images/flags/MC-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MC-128.png"
}, {
    "iso2": "MN",
    "name": "Mongolia",
    "prefix": "976",
    "flag_32": "https://checkmobi.com/static/images/flags/MN-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MN-128.png"
}, {
    "iso2": "ME",
    "name": "Montenegro",
    "prefix": "382",
    "flag_32": "https://checkmobi.com/static/images/flags/ME-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/ME-128.png"
}, {
    "iso2": "MS",
    "name": "Montserrat",
    "prefix": "1664",
    "flag_32": "https://checkmobi.com/static/images/flags/MS-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MS-128.png"
}, {
    "iso2": "MA",
    "name": "Morocco",
    "prefix": "212",
    "flag_32": "https://checkmobi.com/static/images/flags/MA-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MA-128.png"
}, {
    "iso2": "MZ",
    "name": "Mozambique",
    "prefix": "258",
    "flag_32": "https://checkmobi.com/static/images/flags/MZ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MZ-128.png"
}, {
    "iso2": "MM",
    "name": "Myanmar",
    "prefix": "95",
    "flag_32": "https://checkmobi.com/static/images/flags/MM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MM-128.png"
}, {
    "iso2": "NA",
    "name": "Namibia",
    "prefix": "264",
    "flag_32": "https://checkmobi.com/static/images/flags/NA-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/NA-128.png"
}, {
    "iso2": "NR",
    "name": "Nauru",
    "prefix": "674",
    "flag_32": "https://checkmobi.com/static/images/flags/NR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/NR-128.png"
}, {
    "iso2": "NP",
    "name": "Nepal",
    "prefix": "977",
    "flag_32": "https://checkmobi.com/static/images/flags/NP-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/NP-128.png"
}, {
    "iso2": "NL",
    "name": "Netherlands",
    "prefix": "31",
    "flag_32": "https://checkmobi.com/static/images/flags/NL-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/NL-128.png"
}, {
    "iso2": "NC",
    "name": "New Caledonia",
    "prefix": "687",
    "flag_32": "https://checkmobi.com/static/images/flags/NC-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/NC-128.png"
}, {
    "iso2": "NZ",
    "name": "New Zealand",
    "prefix": "64",
    "flag_32": "https://checkmobi.com/static/images/flags/NZ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/NZ-128.png"
}, {
    "iso2": "NI",
    "name": "Nicaragua",
    "prefix": "505",
    "flag_32": "https://checkmobi.com/static/images/flags/NI-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/NI-128.png"
}, {
    "iso2": "NE",
    "name": "Niger",
    "prefix": "227",
    "flag_32": "https://checkmobi.com/static/images/flags/NE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/NE-128.png"
}, {
    "iso2": "NG",
    "name": "Nigeria",
    "prefix": "234",
    "flag_32": "https://checkmobi.com/static/images/flags/NG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/NG-128.png"
}, {
    "iso2": "NU",
    "name": "Niue",
    "prefix": "683",
    "flag_32": "https://checkmobi.com/static/images/flags/NU-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/NU-128.png"
}, {
    "iso2": "NF",
    "name": "Norfolk Island",
    "prefix": "672",
    "flag_32": "https://checkmobi.com/static/images/flags/NF-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/NF-128.png"
}, {
    "iso2": "MP",
    "name": "Northern Mariana Islands",
    "prefix": "1670",
    "flag_32": "https://checkmobi.com/static/images/flags/MP-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MP-128.png"
}, {
    "iso2": "NO",
    "name": "Norway",
    "prefix": "47",
    "flag_32": "https://checkmobi.com/static/images/flags/NO-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/NO-128.png"
}, {
    "iso2": "OM",
    "name": "Oman",
    "prefix": "968",
    "flag_32": "https://checkmobi.com/static/images/flags/OM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/OM-128.png"
}, {
    "iso2": "PK",
    "name": "Pakistan",
    "prefix": "92",
    "flag_32": "https://checkmobi.com/static/images/flags/PK-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PK-128.png"
}, {
    "iso2": "PW",
    "name": "Palau",
    "prefix": "680",
    "flag_32": "https://checkmobi.com/static/images/flags/PW-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PW-128.png"
}, {
    "iso2": "PS",
    "name": "Palestine, State of",
    "prefix": "970",
    "flag_32": "https://checkmobi.com/static/images/flags/PS-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PS-128.png"
}, {
    "iso2": "PA",
    "name": "Panama",
    "prefix": "507",
    "flag_32": "https://checkmobi.com/static/images/flags/PA-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PA-128.png"
}, {
    "iso2": "PG",
    "name": "Papua New Guinea",
    "prefix": "675",
    "flag_32": "https://checkmobi.com/static/images/flags/PG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PG-128.png"
}, {
    "iso2": "PY",
    "name": "Paraguay",
    "prefix": "595",
    "flag_32": "https://checkmobi.com/static/images/flags/PY-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PY-128.png"
}, {
    "iso2": "PE",
    "name": "Peru",
    "prefix": "51",
    "flag_32": "https://checkmobi.com/static/images/flags/PE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PE-128.png"
}, {
    "iso2": "PH",
    "name": "Philippines",
    "prefix": "63",
    "flag_32": "https://checkmobi.com/static/images/flags/PH-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PH-128.png"
}, {
    "iso2": "PN",
    "name": "Pitcairn",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/PN-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PN-128.png"
}, {
    "iso2": "PL",
    "name": "Poland",
    "prefix": "48",
    "flag_32": "https://checkmobi.com/static/images/flags/PL-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PL-128.png"
}, {
    "iso2": "PT",
    "name": "Portugal",
    "prefix": "351",
    "flag_32": "https://checkmobi.com/static/images/flags/PT-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PT-128.png"
}, {
    "iso2": "PR",
    "name": "Puerto Rico",
    "prefix": "1787",
    "flag_32": "https://checkmobi.com/static/images/flags/PR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PR-128.png"
}, {
    "iso2": "QA",
    "name": "Qatar",
    "prefix": "974",
    "flag_32": "https://checkmobi.com/static/images/flags/QA-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/QA-128.png"
}, {
    "iso2": "RE",
    "name": "Reunion",
    "prefix": "262",
    "flag_32": "https://checkmobi.com/static/images/flags/RE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/RE-128.png"
}, {
    "iso2": "RO",
    "name": "Romania",
    "prefix": "40",
    "flag_32": "https://checkmobi.com/static/images/flags/RO-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/RO-128.png"
}, {
    "iso2": "RU",
    "name": "Russian Federation",
    "prefix": "7",
    "flag_32": "https://checkmobi.com/static/images/flags/RU-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/RU-128.png"
}, {
    "iso2": "RW",
    "name": "Rwanda",
    "prefix": "250",
    "flag_32": "https://checkmobi.com/static/images/flags/RW-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/RW-128.png"
}, {
    "iso2": "BL",
    "name": "Saint Barthelemy",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/BL-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/BL-128.png"
}, {
    "iso2": "SH",
    "name": "Saint Helena, Ascension and Tristan da Cunha",
    "prefix": "290",
    "flag_32": "https://checkmobi.com/static/images/flags/SH-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SH-128.png"
}, {
    "iso2": "KN",
    "name": "Saint Kitts and Nevis",
    "prefix": "1869",
    "flag_32": "https://checkmobi.com/static/images/flags/KN-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/KN-128.png"
}, {
    "iso2": "LC",
    "name": "Saint Lucia",
    "prefix": "1758",
    "flag_32": "https://checkmobi.com/static/images/flags/LC-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/LC-128.png"
}, {
    "iso2": "MF",
    "name": "Saint Martin (French part)",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/MF-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/MF-128.png"
}, {
    "iso2": "PM",
    "name": "Saint Pierre and Miquelon",
    "prefix": "508",
    "flag_32": "https://checkmobi.com/static/images/flags/PM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/PM-128.png"
}, {
    "iso2": "VC",
    "name": "Saint Vincent and the Grenadines",
    "prefix": "1784",
    "flag_32": "https://checkmobi.com/static/images/flags/VC-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/VC-128.png"
}, {
    "iso2": "WS",
    "name": "Samoa",
    "prefix": "685",
    "flag_32": "https://checkmobi.com/static/images/flags/WS-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/WS-128.png"
}, {
    "iso2": "SM",
    "name": "San Marino",
    "prefix": "378",
    "flag_32": "https://checkmobi.com/static/images/flags/SM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SM-128.png"
}, {
    "iso2": "ST",
    "name": "Sao Tome and Principe",
    "prefix": "239",
    "flag_32": "https://checkmobi.com/static/images/flags/ST-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/ST-128.png"
}, {
    "iso2": "SA",
    "name": "Saudi Arabia",
    "prefix": "966",
    "flag_32": "https://checkmobi.com/static/images/flags/SA-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SA-128.png"
}, {
    "iso2": "SN",
    "name": "Senegal",
    "prefix": "221",
    "flag_32": "https://checkmobi.com/static/images/flags/SN-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SN-128.png"
}, {
    "iso2": "RS",
    "name": "Serbia",
    "prefix": "381",
    "flag_32": "https://checkmobi.com/static/images/flags/RS-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/RS-128.png"
}, {
    "iso2": "SC",
    "name": "Seychelles",
    "prefix": "248",
    "flag_32": "https://checkmobi.com/static/images/flags/SC-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SC-128.png"
}, {
    "iso2": "SL",
    "name": "Sierra Leone",
    "prefix": "232",
    "flag_32": "https://checkmobi.com/static/images/flags/SL-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SL-128.png"
}, {
    "iso2": "SG",
    "name": "Singapore",
    "prefix": "65",
    "flag_32": "https://checkmobi.com/static/images/flags/SG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SG-128.png"
}, {
    "iso2": "SX",
    "name": "Sint Maarten (Dutch part)",
    "prefix": "1721",
    "flag_32": "https://checkmobi.com/static/images/flags/SX-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SX-128.png"
}, {
    "iso2": "SK",
    "name": "Slovakia",
    "prefix": "421",
    "flag_32": "https://checkmobi.com/static/images/flags/SK-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SK-128.png"
}, {
    "iso2": "SI",
    "name": "Slovenia",
    "prefix": "386",
    "flag_32": "https://checkmobi.com/static/images/flags/SI-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SI-128.png"
}, {
    "iso2": "SB",
    "name": "Solomon Islands",
    "prefix": "677",
    "flag_32": "https://checkmobi.com/static/images/flags/SB-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SB-128.png"
}, {
    "iso2": "SO",
    "name": "Somalia",
    "prefix": "252",
    "flag_32": "https://checkmobi.com/static/images/flags/SO-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SO-128.png"
}, {
    "iso2": "ZA",
    "name": "South Africa",
    "prefix": "27",
    "flag_32": "https://checkmobi.com/static/images/flags/ZA-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/ZA-128.png"
}, {
    "iso2": "GS",
    "name": "South Georgia and the South Sandwich Islands",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/GS-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GS-128.png"
}, {
    "iso2": "SS",
    "name": "South Sudan",
    "prefix": "211",
    "flag_32": "https://checkmobi.com/static/images/flags/SS-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SS-128.png"
}, {
    "iso2": "ES",
    "name": "Spain",
    "prefix": "34",
    "flag_32": "https://checkmobi.com/static/images/flags/ES-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/ES-128.png"
}, {
    "iso2": "LK",
    "name": "Sri Lanka",
    "prefix": "94",
    "flag_32": "https://checkmobi.com/static/images/flags/LK-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/LK-128.png"
}, {
    "iso2": "SD",
    "name": "Sudan",
    "prefix": "249",
    "flag_32": "https://checkmobi.com/static/images/flags/SD-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SD-128.png"
}, {
    "iso2": "SR",
    "name": "Suriname",
    "prefix": "597",
    "flag_32": "https://checkmobi.com/static/images/flags/SR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SR-128.png"
}, {
    "iso2": "SJ",
    "name": "Svalbard and Jan Mayen",
    "prefix": "4779",
    "flag_32": "https://checkmobi.com/static/images/flags/SJ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SJ-128.png"
}, {
    "iso2": "SZ",
    "name": "Swaziland",
    "prefix": "268",
    "flag_32": "https://checkmobi.com/static/images/flags/SZ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SZ-128.png"
}, {
    "iso2": "SE",
    "name": "Sweden",
    "prefix": "46",
    "flag_32": "https://checkmobi.com/static/images/flags/SE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SE-128.png"
}, {
    "iso2": "CH",
    "name": "Switzerland",
    "prefix": "41",
    "flag_32": "https://checkmobi.com/static/images/flags/CH-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/CH-128.png"
}, {
    "iso2": "SY",
    "name": "Syrian Arab Republic",
    "prefix": "963",
    "flag_32": "https://checkmobi.com/static/images/flags/SY-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/SY-128.png"
}, {
    "iso2": "TW",
    "name": "Taiwan, Province of China",
    "prefix": "886",
    "flag_32": "https://checkmobi.com/static/images/flags/TW-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TW-128.png"
}, {
    "iso2": "TJ",
    "name": "Tajikistan",
    "prefix": "992",
    "flag_32": "https://checkmobi.com/static/images/flags/TJ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TJ-128.png"
}, {
    "iso2": "TZ",
    "name": "Tanzania, United Republic of",
    "prefix": "255",
    "flag_32": "https://checkmobi.com/static/images/flags/TZ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TZ-128.png"
}, {
    "iso2": "TH",
    "name": "Thailand",
    "prefix": "66",
    "flag_32": "https://checkmobi.com/static/images/flags/TH-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TH-128.png"
}, {
    "iso2": "TL",
    "name": "Timor-Leste",
    "prefix": "670",
    "flag_32": "https://checkmobi.com/static/images/flags/TL-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TL-128.png"
}, {
    "iso2": "TG",
    "name": "Togo",
    "prefix": "228",
    "flag_32": "https://checkmobi.com/static/images/flags/TG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TG-128.png"
}, {
    "iso2": "TK",
    "name": "Tokelau",
    "prefix": "690",
    "flag_32": "https://checkmobi.com/static/images/flags/TK-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TK-128.png"
}, {
    "iso2": "TO",
    "name": "Tonga",
    "prefix": "676",
    "flag_32": "https://checkmobi.com/static/images/flags/TO-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TO-128.png"
}, {
    "iso2": "TT",
    "name": "Trinidad and Tobago",
    "prefix": "1868",
    "flag_32": "https://checkmobi.com/static/images/flags/TT-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TT-128.png"
}, {
    "iso2": "TN",
    "name": "Tunisia",
    "prefix": "216",
    "flag_32": "https://checkmobi.com/static/images/flags/TN-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TN-128.png"
}, {
    "iso2": "TR",
    "name": "Turkey",
    "prefix": "90",
    "flag_32": "https://checkmobi.com/static/images/flags/TR-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TR-128.png"
}, {
    "iso2": "TM",
    "name": "Turkmenistan",
    "prefix": "993",
    "flag_32": "https://checkmobi.com/static/images/flags/TM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TM-128.png"
}, {
    "iso2": "TC",
    "name": "Turks and Caicos Islands",
    "prefix": "1649",
    "flag_32": "https://checkmobi.com/static/images/flags/TC-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TC-128.png"
}, {
    "iso2": "TV",
    "name": "Tuvalu",
    "prefix": "688",
    "flag_32": "https://checkmobi.com/static/images/flags/TV-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/TV-128.png"
}, {
    "iso2": "UG",
    "name": "Uganda",
    "prefix": "256",
    "flag_32": "https://checkmobi.com/static/images/flags/UG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/UG-128.png"
}, {
    "iso2": "UA",
    "name": "Ukraine",
    "prefix": "380",
    "flag_32": "https://checkmobi.com/static/images/flags/UA-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/UA-128.png"
}, {
    "iso2": "AE",
    "name": "United Arab Emirates",
    "prefix": "971",
    "flag_32": "https://checkmobi.com/static/images/flags/AE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/AE-128.png"
}, {
    "iso2": "GB",
    "name": "United Kingdom",
    "prefix": "44",
    "flag_32": "https://checkmobi.com/static/images/flags/GB-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/GB-128.png"
}, {
    "iso2": "US",
    "name": "United States",
    "prefix": "1",
    "flag_32": "https://checkmobi.com/static/images/flags/US-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/US-128.png"
}, {
    "iso2": "UM",
    "name": "United States Minor Outlying Islands",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/UM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/UM-128.png"
}, {
    "iso2": "UY",
    "name": "Uruguay",
    "prefix": "598",
    "flag_32": "https://checkmobi.com/static/images/flags/UY-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/UY-128.png"
}, {
    "iso2": "UZ",
    "name": "Uzbekistan",
    "prefix": "998",
    "flag_32": "https://checkmobi.com/static/images/flags/UZ-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/UZ-128.png"
}, {
    "iso2": "VU",
    "name": "Vanuatu",
    "prefix": "678",
    "flag_32": "https://checkmobi.com/static/images/flags/VU-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/VU-128.png"
}, {
    "iso2": "VE",
    "name": "Venezuela, Bolivarian Republic of",
    "prefix": "58",
    "flag_32": "https://checkmobi.com/static/images/flags/VE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/VE-128.png"
}, {
    "iso2": "VN",
    "name": "Viet Nam",
    "prefix": "84",
    "flag_32": "https://checkmobi.com/static/images/flags/VN-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/VN-128.png"
}, {
    "iso2": "VG",
    "name": "Virgin Islands, British",
    "prefix": "1284",
    "flag_32": "https://checkmobi.com/static/images/flags/VG-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/VG-128.png"
}, {
    "iso2": "VI",
    "name": "Virgin Islands, U.S.",
    "prefix": "1340",
    "flag_32": "https://checkmobi.com/static/images/flags/VI-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/VI-128.png"
}, {
    "iso2": "WF",
    "name": "Wallis and Futuna",
    "prefix": "681",
    "flag_32": "https://checkmobi.com/static/images/flags/WF-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/WF-128.png"
}, {
    "iso2": "EH",
    "name": "Western Sahara",
    "prefix": nil,
    "flag_32": "https://checkmobi.com/static/images/flags/EH-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/EH-128.png"
}, {
    "iso2": "YE",
    "name": "Yemen",
    "prefix": "967",
    "flag_32": "https://checkmobi.com/static/images/flags/YE-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/YE-128.png"
}, {
    "iso2": "ZM",
    "name": "Zambia",
    "prefix": "260",
    "flag_32": "https://checkmobi.com/static/images/flags/ZM-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/ZM-128.png"
}, {
    "iso2": "ZW",
    "name": "Zimbabwe",
    "prefix": "263",
    "flag_32": "https://checkmobi.com/static/images/flags/ZW-32.png",
    "flag_128": "https://checkmobi.com/static/images/flags/ZW-128.png"
}]

Clone this wiki locally