country.json 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298
  1. [
  2. {
  3. "english_name": "China",
  4. "chinese_name": "中国",
  5. "country_code": "CN",
  6. "phone_code": "86"
  7. },
  8. {
  9. "english_name": "Hong Kong",
  10. "chinese_name": "中国香港",
  11. "country_code": "HK",
  12. "phone_code": "852"
  13. },
  14. {
  15. "english_name": "Taiwan",
  16. "chinese_name": "中国台湾",
  17. "country_code": "TW",
  18. "phone_code": "886"
  19. },
  20. {
  21. "english_name": "Macau",
  22. "chinese_name": "中国澳门",
  23. "country_code": "MO",
  24. "phone_code": "853"
  25. },
  26. {
  27. "english_name": "Central African Republic",
  28. "chinese_name": "中非共和国",
  29. "country_code": "CF",
  30. "phone_code": "236"
  31. },
  32. {
  33. "english_name": "Chile",
  34. "chinese_name": "智利",
  35. "country_code": "CL",
  36. "phone_code": "56"
  37. },
  38. {
  39. "english_name": "Gibraltar",
  40. "chinese_name": "直布罗陀",
  41. "country_code": "GI",
  42. "phone_code": "350"
  43. },
  44. {
  45. "english_name": "Chad",
  46. "chinese_name": "乍得",
  47. "country_code": "TD",
  48. "phone_code": "235"
  49. },
  50. {
  51. "english_name": "Zambia",
  52. "chinese_name": "赞比亚",
  53. "country_code": "ZM",
  54. "phone_code": "260"
  55. },
  56. {
  57. "english_name": "Vietnam",
  58. "chinese_name": "越南",
  59. "country_code": "VN",
  60. "phone_code": "84"
  61. },
  62. {
  63. "english_name": "Jordan",
  64. "chinese_name": "约旦",
  65. "country_code": "JO",
  66. "phone_code": "962"
  67. },
  68. {
  69. "english_name": "Virgin Islands, British",
  70. "chinese_name": "英属处女群岛",
  71. "country_code": "VG",
  72. "phone_code": "1340"
  73. },
  74. {
  75. "english_name": "United Kingdom",
  76. "chinese_name": "英国",
  77. "country_code": "GB",
  78. "phone_code": "44"
  79. },
  80. {
  81. "english_name": "Indonesia",
  82. "chinese_name": "印度尼西亚",
  83. "country_code": "ID",
  84. "phone_code": "62"
  85. },
  86. {
  87. "english_name": "India",
  88. "chinese_name": "印度",
  89. "country_code": "IN",
  90. "phone_code": "91"
  91. },
  92. {
  93. "english_name": "Italy",
  94. "chinese_name": "意大利",
  95. "country_code": "IT",
  96. "phone_code": "39"
  97. },
  98. {
  99. "english_name": "Israel",
  100. "chinese_name": "以色列",
  101. "country_code": "IL",
  102. "phone_code": "972"
  103. },
  104. {
  105. "english_name": "Iran",
  106. "chinese_name": "伊朗",
  107. "country_code": "IR",
  108. "phone_code": "98"
  109. },
  110. {
  111. "english_name": "Iraq",
  112. "chinese_name": "伊拉克",
  113. "country_code": "IQ",
  114. "phone_code": "964"
  115. },
  116. {
  117. "english_name": "Yemen",
  118. "chinese_name": "也门",
  119. "country_code": "YE",
  120. "phone_code": "967"
  121. },
  122. {
  123. "english_name": "Armenia",
  124. "chinese_name": "亚美尼亚",
  125. "country_code": "AM",
  126. "phone_code": "374"
  127. },
  128. {
  129. "english_name": "Jamaica",
  130. "chinese_name": "牙买加",
  131. "country_code": "JM",
  132. "phone_code": "1876"
  133. },
  134. {
  135. "english_name": "Syria",
  136. "chinese_name": "叙利亚",
  137. "country_code": "SY",
  138. "phone_code": "963"
  139. },
  140. {
  141. "english_name": "Hungary",
  142. "chinese_name": "匈牙利",
  143. "country_code": "HU",
  144. "phone_code": "36"
  145. },
  146. {
  147. "english_name": "New Zealand",
  148. "chinese_name": "新西兰",
  149. "country_code": "NZ",
  150. "phone_code": "64"
  151. },
  152. {
  153. "english_name": "New Caledonia",
  154. "chinese_name": "新喀里多尼亚",
  155. "country_code": "NC",
  156. "phone_code": "687"
  157. },
  158. {
  159. "english_name": "Singapore",
  160. "chinese_name": "新加坡",
  161. "country_code": "SG",
  162. "phone_code": "65"
  163. },
  164. {
  165. "english_name": "Ivory Coast",
  166. "chinese_name": "象牙海岸",
  167. "country_code": "CI",
  168. "phone_code": "225"
  169. },
  170. {
  171. "english_name": "Greece",
  172. "chinese_name": "希腊",
  173. "country_code": "GR",
  174. "phone_code": "30"
  175. },
  176. {
  177. "english_name": "Spain",
  178. "chinese_name": "西班牙",
  179. "country_code": "ES",
  180. "phone_code": "34"
  181. },
  182. {
  183. "english_name": "Uzbekistan",
  184. "chinese_name": "乌兹别克斯坦",
  185. "country_code": "UZ",
  186. "phone_code": "998"
  187. },
  188. {
  189. "english_name": "Uruguay",
  190. "chinese_name": "乌拉圭",
  191. "country_code": "UY",
  192. "phone_code": "598"
  193. },
  194. {
  195. "english_name": "Ukraine",
  196. "chinese_name": "乌克兰",
  197. "country_code": "UA",
  198. "phone_code": "380"
  199. },
  200. {
  201. "english_name": "Uganda",
  202. "chinese_name": "乌干达",
  203. "country_code": "UG",
  204. "phone_code": "256"
  205. },
  206. {
  207. "english_name": "Brunei",
  208. "chinese_name": "文莱",
  209. "country_code": "BN",
  210. "phone_code": "673"
  211. },
  212. {
  213. "english_name": "Venezuela",
  214. "chinese_name": "委内瑞拉",
  215. "country_code": "VE",
  216. "phone_code": "58"
  217. },
  218. {
  219. "english_name": "Vanuatu",
  220. "chinese_name": "瓦努阿图",
  221. "country_code": "VU",
  222. "phone_code": "678"
  223. },
  224. {
  225. "english_name": "Turkmenistan",
  226. "chinese_name": "土库曼斯坦",
  227. "country_code": "TM",
  228. "phone_code": "993"
  229. },
  230. {
  231. "english_name": "Turkey",
  232. "chinese_name": "土耳其",
  233. "country_code": "TR",
  234. "phone_code": "90"
  235. },
  236. {
  237. "english_name": "Tunisia",
  238. "chinese_name": "突尼斯",
  239. "country_code": "TN",
  240. "phone_code": "216"
  241. },
  242. {
  243. "english_name": "Trinidad and Tobago",
  244. "chinese_name": "特立尼达和多巴哥",
  245. "country_code": "TT",
  246. "phone_code": "1868"
  247. },
  248. {
  249. "english_name": "Turks and Caicos Islands",
  250. "chinese_name": "特克斯和凯科斯群岛",
  251. "country_code": "TC",
  252. "phone_code": "1649"
  253. },
  254. {
  255. "english_name": "Tonga",
  256. "chinese_name": "汤加",
  257. "country_code": "TO",
  258. "phone_code": "676"
  259. },
  260. {
  261. "english_name": "Tanzania",
  262. "chinese_name": "坦桑尼亚",
  263. "country_code": "TZ",
  264. "phone_code": "255"
  265. },
  266. {
  267. "english_name": "Thailand",
  268. "chinese_name": "泰国",
  269. "country_code": "TH",
  270. "phone_code": "66"
  271. },
  272. {
  273. "english_name": "Tajikistan",
  274. "chinese_name": "塔吉克斯坦",
  275. "country_code": "TJ",
  276. "phone_code": "992"
  277. },
  278. {
  279. "english_name": "Somalia",
  280. "chinese_name": "索马里",
  281. "country_code": "SO",
  282. "phone_code": "252"
  283. },
  284. {
  285. "english_name": "Solomon Islands",
  286. "chinese_name": "所罗门群岛",
  287. "country_code": "SB",
  288. "phone_code": "677"
  289. },
  290. {
  291. "english_name": "Suriname",
  292. "chinese_name": "苏里南",
  293. "country_code": "SR",
  294. "phone_code": "597"
  295. },
  296. {
  297. "english_name": "Sudan",
  298. "chinese_name": "苏丹",
  299. "country_code": "SD",
  300. "phone_code": "249"
  301. },
  302. {
  303. "english_name": "Swaziland",
  304. "chinese_name": "斯威士兰",
  305. "country_code": "SZ",
  306. "phone_code": "268"
  307. },
  308. {
  309. "english_name": "Slovenia",
  310. "chinese_name": "斯洛文尼亚",
  311. "country_code": "SI",
  312. "phone_code": "386"
  313. },
  314. {
  315. "english_name": "Slovakia",
  316. "chinese_name": "斯洛伐克",
  317. "country_code": "SK",
  318. "phone_code": "421"
  319. },
  320. {
  321. "english_name": "Sri Lanka",
  322. "chinese_name": "斯里兰卡",
  323. "country_code": "LK",
  324. "phone_code": "94"
  325. },
  326. {
  327. "english_name": "Saint Vincent and The Grenadines",
  328. "chinese_name": "圣文森特和格林纳丁斯",
  329. "country_code": "VC",
  330. "phone_code": "1784"
  331. },
  332. {
  333. "english_name": "San Marino",
  334. "chinese_name": "圣马力诺",
  335. "country_code": "SM",
  336. "phone_code": "378"
  337. },
  338. {
  339. "english_name": "Saint Maarten (Dutch Part)",
  340. "chinese_name": "圣马丁岛(荷兰部分)",
  341. "country_code": "SX",
  342. "phone_code": "1721"
  343. },
  344. {
  345. "english_name": "Saint Lucia",
  346. "chinese_name": "圣露西亚",
  347. "country_code": "LC",
  348. "phone_code": "1758"
  349. },
  350. {
  351. "english_name": "Saint Kitts and Nevis",
  352. "chinese_name": "圣基茨和尼维斯",
  353. "country_code": "KN",
  354. "phone_code": "1869"
  355. },
  356. {
  357. "english_name": "Sao Tome and Principe",
  358. "chinese_name": "圣多美和普林西比",
  359. "country_code": "ST",
  360. "phone_code": "239"
  361. },
  362. {
  363. "english_name": "Saint Pierre and Miquelon",
  364. "chinese_name": "圣彼埃尔和密克隆岛",
  365. "country_code": "PM",
  366. "phone_code": "508"
  367. },
  368. {
  369. "english_name": "Saudi Arabia",
  370. "chinese_name": "沙特阿拉伯",
  371. "country_code": "SA",
  372. "phone_code": "966"
  373. },
  374. {
  375. "english_name": "Seychelles",
  376. "chinese_name": "塞舌尔",
  377. "country_code": "SC",
  378. "phone_code": "248"
  379. },
  380. {
  381. "english_name": "Cyprus",
  382. "chinese_name": "塞浦路斯",
  383. "country_code": "CY",
  384. "phone_code": "357"
  385. },
  386. {
  387. "english_name": "Senegal",
  388. "chinese_name": "塞内加尔",
  389. "country_code": "SN",
  390. "phone_code": "221"
  391. },
  392. {
  393. "english_name": "Sierra Leone",
  394. "chinese_name": "塞拉利昂",
  395. "country_code": "SL",
  396. "phone_code": "232"
  397. },
  398. {
  399. "english_name": "Serbia",
  400. "chinese_name": "塞尔维亚",
  401. "country_code": "RS",
  402. "phone_code": "381"
  403. },
  404. {
  405. "english_name": "Samoa",
  406. "chinese_name": "萨摩亚",
  407. "country_code": "WS",
  408. "phone_code": "685"
  409. },
  410. {
  411. "english_name": "El Salvador",
  412. "chinese_name": "萨尔瓦多",
  413. "country_code": "SV",
  414. "phone_code": "503"
  415. },
  416. {
  417. "english_name": "Switzerland",
  418. "chinese_name": "瑞士",
  419. "country_code": "CH",
  420. "phone_code": "41"
  421. },
  422. {
  423. "english_name": "Sweden",
  424. "chinese_name": "瑞典",
  425. "country_code": "SE",
  426. "phone_code": "46"
  427. },
  428. {
  429. "english_name": "Japan",
  430. "chinese_name": "日本",
  431. "country_code": "JP",
  432. "phone_code": "81"
  433. },
  434. {
  435. "english_name": "Portugal",
  436. "chinese_name": "葡萄牙",
  437. "country_code": "PT",
  438. "phone_code": "351"
  439. },
  440. {
  441. "english_name": "Palau",
  442. "chinese_name": "帕劳",
  443. "country_code": "PW",
  444. "phone_code": "680"
  445. },
  446. {
  447. "english_name": "Norway",
  448. "chinese_name": "挪威",
  449. "country_code": "NO",
  450. "phone_code": "47"
  451. },
  452. {
  453. "english_name": "Nigeria",
  454. "chinese_name": "尼日利亚",
  455. "country_code": "NG",
  456. "phone_code": "234"
  457. },
  458. {
  459. "english_name": "Niger",
  460. "chinese_name": "尼日尔",
  461. "country_code": "NE",
  462. "phone_code": "227"
  463. },
  464. {
  465. "english_name": "Nepal",
  466. "chinese_name": "尼泊尔",
  467. "country_code": "NP",
  468. "phone_code": "977"
  469. },
  470. {
  471. "english_name": "Nicaragua",
  472. "chinese_name": "尼加拉瓜",
  473. "country_code": "NI",
  474. "phone_code": "505"
  475. },
  476. {
  477. "english_name": "South Africa",
  478. "chinese_name": "南非",
  479. "country_code": "ZA",
  480. "phone_code": "27"
  481. },
  482. {
  483. "english_name": "Namibia",
  484. "chinese_name": "纳米比亚",
  485. "country_code": "NA",
  486. "phone_code": "264"
  487. },
  488. {
  489. "english_name": "Mexico",
  490. "chinese_name": "墨西哥",
  491. "country_code": "MX",
  492. "phone_code": "52"
  493. },
  494. {
  495. "english_name": "Mozambique",
  496. "chinese_name": "莫桑比克",
  497. "country_code": "MZ",
  498. "phone_code": "258"
  499. },
  500. {
  501. "english_name": "Monaco",
  502. "chinese_name": "摩纳哥",
  503. "country_code": "MC",
  504. "phone_code": "377"
  505. },
  506. {
  507. "english_name": "Morocco",
  508. "chinese_name": "摩洛哥",
  509. "country_code": "MA",
  510. "phone_code": "212"
  511. },
  512. {
  513. "english_name": "Moldova",
  514. "chinese_name": "摩尔多瓦",
  515. "country_code": "MD",
  516. "phone_code": "373"
  517. },
  518. {
  519. "english_name": "Myanmar",
  520. "chinese_name": "缅甸",
  521. "country_code": "MM",
  522. "phone_code": "95"
  523. },
  524. {
  525. "english_name": "Peru",
  526. "chinese_name": "秘鲁",
  527. "country_code": "PE",
  528. "phone_code": "51"
  529. },
  530. {
  531. "english_name": "Bangladesh",
  532. "chinese_name": "孟加拉国",
  533. "country_code": "BD",
  534. "phone_code": "880"
  535. },
  536. {
  537. "english_name": "Montserrat",
  538. "chinese_name": "蒙特塞拉特岛",
  539. "country_code": "MS",
  540. "phone_code": "1664"
  541. },
  542. {
  543. "english_name": "Mongolia",
  544. "chinese_name": "蒙古",
  545. "country_code": "MN",
  546. "phone_code": "976"
  547. },
  548. {
  549. "english_name": "Virgin Islands, US",
  550. "chinese_name": "美属维尔京群岛",
  551. "country_code": "VI",
  552. "phone_code": "1284"
  553. },
  554. {
  555. "english_name": "American Samoa",
  556. "chinese_name": "美属萨摩亚",
  557. "country_code": "AS",
  558. "phone_code": "1684"
  559. },
  560. {
  561. "english_name": "United States",
  562. "chinese_name": "美国",
  563. "country_code": "US",
  564. "phone_code": "1"
  565. },
  566. {
  567. "english_name": "Mauritania",
  568. "chinese_name": "毛里塔尼亚",
  569. "country_code": "MR",
  570. "phone_code": "222"
  571. },
  572. {
  573. "english_name": "Mauritius",
  574. "chinese_name": "毛里求斯",
  575. "country_code": "MU",
  576. "phone_code": "230"
  577. },
  578. {
  579. "english_name": "Mayotte",
  580. "chinese_name": "马约特",
  581. "country_code": "YT",
  582. "phone_code": "269"
  583. },
  584. {
  585. "english_name": "Martinique",
  586. "chinese_name": "马提尼克",
  587. "country_code": "MQ",
  588. "phone_code": "596"
  589. },
  590. {
  591. "english_name": "Macedonia",
  592. "chinese_name": "马其顿",
  593. "country_code": "MK",
  594. "phone_code": "389"
  595. },
  596. {
  597. "english_name": "Mali",
  598. "chinese_name": "马里",
  599. "country_code": "ML",
  600. "phone_code": "223"
  601. },
  602. {
  603. "english_name": "Malaysia",
  604. "chinese_name": "马来西亚",
  605. "country_code": "MY",
  606. "phone_code": "60"
  607. },
  608. {
  609. "english_name": "Malawi",
  610. "chinese_name": "马拉维",
  611. "country_code": "MW",
  612. "phone_code": "265"
  613. },
  614. {
  615. "english_name": "Malta",
  616. "chinese_name": "马耳他",
  617. "country_code": "MT",
  618. "phone_code": "356"
  619. },
  620. {
  621. "english_name": "Maldives",
  622. "chinese_name": "马尔代夫",
  623. "country_code": "MV",
  624. "phone_code": "960"
  625. },
  626. {
  627. "english_name": "Madagascar",
  628. "chinese_name": "马达加斯加",
  629. "country_code": "MG",
  630. "phone_code": "261"
  631. },
  632. {
  633. "english_name": "Romania",
  634. "chinese_name": "罗马尼亚",
  635. "country_code": "RO",
  636. "phone_code": "40"
  637. },
  638. {
  639. "english_name": "Rwanda",
  640. "chinese_name": "卢旺达",
  641. "country_code": "RW",
  642. "phone_code": "250"
  643. },
  644. {
  645. "english_name": "Luxembourg",
  646. "chinese_name": "卢森堡",
  647. "country_code": "LU",
  648. "phone_code": "352"
  649. },
  650. {
  651. "english_name": "Réunion Island",
  652. "chinese_name": "留尼汪",
  653. "country_code": "RE",
  654. "phone_code": "262"
  655. },
  656. {
  657. "english_name": "Liechtenstein",
  658. "chinese_name": "列支敦士登",
  659. "country_code": "LI",
  660. "phone_code": "423"
  661. },
  662. {
  663. "english_name": "Libya",
  664. "chinese_name": "利比亚",
  665. "country_code": "LY",
  666. "phone_code": "218"
  667. },
  668. {
  669. "english_name": "Liberia",
  670. "chinese_name": "利比里亚",
  671. "country_code": "LR",
  672. "phone_code": "231"
  673. },
  674. {
  675. "english_name": "Lithuania",
  676. "chinese_name": "立陶宛",
  677. "country_code": "LT",
  678. "phone_code": "370"
  679. },
  680. {
  681. "english_name": "Lebanon",
  682. "chinese_name": "黎巴嫩",
  683. "country_code": "LB",
  684. "phone_code": "961"
  685. },
  686. {
  687. "english_name": "Laos",
  688. "chinese_name": "老挝",
  689. "country_code": "LA",
  690. "phone_code": "856"
  691. },
  692. {
  693. "english_name": "Lesotho",
  694. "chinese_name": "莱索托",
  695. "country_code": "LS",
  696. "phone_code": "266"
  697. },
  698. {
  699. "english_name": "Latvia",
  700. "chinese_name": "拉脱维亚",
  701. "country_code": "LV",
  702. "phone_code": "371"
  703. },
  704. {
  705. "english_name": "Curacao",
  706. "chinese_name": "库拉索",
  707. "country_code": "CW",
  708. "phone_code": "599"
  709. },
  710. {
  711. "english_name": "Cook Islands",
  712. "chinese_name": "库克群岛",
  713. "country_code": "CK",
  714. "phone_code": "682"
  715. },
  716. {
  717. "english_name": "Kenya",
  718. "chinese_name": "肯尼亚",
  719. "country_code": "KE",
  720. "phone_code": "254"
  721. },
  722. {
  723. "english_name": "Croatia",
  724. "chinese_name": "克罗地亚",
  725. "country_code": "HR",
  726. "phone_code": "385"
  727. },
  728. {
  729. "english_name": "Kuwait",
  730. "chinese_name": "科威特",
  731. "country_code": "KW",
  732. "phone_code": "965"
  733. },
  734. {
  735. "english_name": "Comoros",
  736. "chinese_name": "科摩罗",
  737. "country_code": "KM",
  738. "phone_code": "269"
  739. },
  740. {
  741. "english_name": "Cape Verde",
  742. "chinese_name": "开普",
  743. "country_code": "CV",
  744. "phone_code": "238"
  745. },
  746. {
  747. "english_name": "Cayman Islands",
  748. "chinese_name": "开曼群岛",
  749. "country_code": "KY",
  750. "phone_code": "1345"
  751. },
  752. {
  753. "english_name": "Qatar",
  754. "chinese_name": "卡塔尔",
  755. "country_code": "QA",
  756. "phone_code": "974"
  757. },
  758. {
  759. "english_name": "Cameroon",
  760. "chinese_name": "喀麦隆",
  761. "country_code": "CM",
  762. "phone_code": "237"
  763. },
  764. {
  765. "english_name": "Zimbabwe",
  766. "chinese_name": "津巴布韦",
  767. "country_code": "ZW",
  768. "phone_code": "263"
  769. },
  770. {
  771. "english_name": "Czech",
  772. "chinese_name": "捷克",
  773. "country_code": "CZ",
  774. "phone_code": "420"
  775. },
  776. {
  777. "english_name": "Cambodia",
  778. "chinese_name": "柬埔寨",
  779. "country_code": "KH",
  780. "phone_code": "855"
  781. },
  782. {
  783. "english_name": "Gabon",
  784. "chinese_name": "加蓬",
  785. "country_code": "GA",
  786. "phone_code": "241"
  787. },
  788. {
  789. "english_name": "Ghana",
  790. "chinese_name": "加纳",
  791. "country_code": "GH",
  792. "phone_code": "233"
  793. },
  794. {
  795. "english_name": "Canada",
  796. "chinese_name": "加拿大",
  797. "country_code": "CA",
  798. "phone_code": "1"
  799. },
  800. {
  801. "english_name": "Guinea-Bissau",
  802. "chinese_name": "几内亚比绍共和国",
  803. "country_code": "GW",
  804. "phone_code": "245"
  805. },
  806. {
  807. "english_name": "Guinea",
  808. "chinese_name": "几内亚",
  809. "country_code": "GN",
  810. "phone_code": "224"
  811. },
  812. {
  813. "english_name": "Kyrgyzstan",
  814. "chinese_name": "吉尔吉斯斯坦",
  815. "country_code": "KG",
  816. "phone_code": "996"
  817. },
  818. {
  819. "english_name": "Djibouti",
  820. "chinese_name": "吉布提",
  821. "country_code": "DJ",
  822. "phone_code": "253"
  823. },
  824. {
  825. "english_name": "Kiribati",
  826. "chinese_name": "基里巴斯",
  827. "country_code": "KI",
  828. "phone_code": "686"
  829. },
  830. {
  831. "english_name": "Honduras",
  832. "chinese_name": "洪都拉斯",
  833. "country_code": "HN",
  834. "phone_code": "504"
  835. },
  836. {
  837. "english_name": "Montenegro",
  838. "chinese_name": "黑山",
  839. "country_code": "ME",
  840. "phone_code": "382"
  841. },
  842. {
  843. "english_name": "Netherlands",
  844. "chinese_name": "荷兰",
  845. "country_code": "NL",
  846. "phone_code": "31"
  847. },
  848. {
  849. "english_name": "South Korea",
  850. "chinese_name": "韩国",
  851. "country_code": "KR",
  852. "phone_code": "82"
  853. },
  854. {
  855. "english_name": "Haiti",
  856. "chinese_name": "海地",
  857. "country_code": "HT",
  858. "phone_code": "509"
  859. },
  860. {
  861. "english_name": "Kazakhstan",
  862. "chinese_name": "哈萨克斯坦",
  863. "country_code": "KZ",
  864. "phone_code": "7"
  865. },
  866. {
  867. "english_name": "Guyana",
  868. "chinese_name": "圭亚那",
  869. "country_code": "GY",
  870. "phone_code": "592"
  871. },
  872. {
  873. "english_name": "Guam",
  874. "chinese_name": "关岛",
  875. "country_code": "GU",
  876. "phone_code": "1671"
  877. },
  878. {
  879. "english_name": "Guatemala",
  880. "chinese_name": "瓜地马拉",
  881. "country_code": "GT",
  882. "phone_code": "502"
  883. },
  884. {
  885. "english_name": "Guadeloupe",
  886. "chinese_name": "瓜德罗普岛",
  887. "country_code": "GP",
  888. "phone_code": "590"
  889. },
  890. {
  891. "english_name": "Cuba",
  892. "chinese_name": "古巴",
  893. "country_code": "CU",
  894. "phone_code": "53"
  895. },
  896. {
  897. "english_name": "Georgia",
  898. "chinese_name": "格鲁吉亚",
  899. "country_code": "GE",
  900. "phone_code": "995"
  901. },
  902. {
  903. "english_name": "Greenland",
  904. "chinese_name": "格陵兰岛",
  905. "country_code": "GL",
  906. "phone_code": "299"
  907. },
  908. {
  909. "english_name": "Grenada",
  910. "chinese_name": "格林纳达",
  911. "country_code": "GD",
  912. "phone_code": "1473"
  913. },
  914. {
  915. "english_name": "Costa Rica",
  916. "chinese_name": "哥斯达黎加",
  917. "country_code": "CR",
  918. "phone_code": "506"
  919. },
  920. {
  921. "english_name": "Colombia",
  922. "chinese_name": "哥伦比亚",
  923. "country_code": "CO",
  924. "phone_code": "57"
  925. },
  926. {
  927. "english_name": "Democratic Republic of the Congo",
  928. "chinese_name": "刚果民主共和国",
  929. "country_code": "CD",
  930. "phone_code": "243"
  931. },
  932. {
  933. "english_name": "Republic Of The Congo",
  934. "chinese_name": "刚果共和国",
  935. "country_code": "CG",
  936. "phone_code": "242"
  937. },
  938. {
  939. "english_name": "Gambia",
  940. "chinese_name": "冈比亚",
  941. "country_code": "GM",
  942. "phone_code": "220"
  943. },
  944. {
  945. "english_name": "Finland",
  946. "chinese_name": "芬兰",
  947. "country_code": "FI",
  948. "phone_code": "358"
  949. },
  950. {
  951. "english_name": "Fiji",
  952. "chinese_name": "斐济",
  953. "country_code": "FJ",
  954. "phone_code": "679"
  955. },
  956. {
  957. "english_name": "Philippines",
  958. "chinese_name": "菲律宾",
  959. "country_code": "PH",
  960. "phone_code": "63"
  961. },
  962. {
  963. "english_name": "French Guiana",
  964. "chinese_name": "法属圭亚那",
  965. "country_code": "GF",
  966. "phone_code": "594"
  967. },
  968. {
  969. "english_name": "French Polynesia",
  970. "chinese_name": "法属波利尼西亚",
  971. "country_code": "PF",
  972. "phone_code": "689"
  973. },
  974. {
  975. "english_name": "Faroe Islands",
  976. "chinese_name": "法罗群岛",
  977. "country_code": "FO",
  978. "phone_code": "298"
  979. },
  980. {
  981. "english_name": "France",
  982. "chinese_name": "法国",
  983. "country_code": "FR",
  984. "phone_code": "33"
  985. },
  986. {
  987. "english_name": "Eritrea",
  988. "chinese_name": "厄立特里亚",
  989. "country_code": "ER",
  990. "phone_code": "291"
  991. },
  992. {
  993. "english_name": "Ecuador",
  994. "chinese_name": "厄瓜多尔",
  995. "country_code": "EC",
  996. "phone_code": "593"
  997. },
  998. {
  999. "english_name": "Russia",
  1000. "chinese_name": "俄罗斯",
  1001. "country_code": "RU",
  1002. "phone_code": "7"
  1003. },
  1004. {
  1005. "english_name": "Dominican Republic",
  1006. "chinese_name": "多米尼加共和国",
  1007. "country_code": "DO",
  1008. "phone_code": "1809"
  1009. },
  1010. {
  1011. "english_name": "Dominica",
  1012. "chinese_name": "多米尼加",
  1013. "country_code": "DM",
  1014. "phone_code": "1767"
  1015. },
  1016. {
  1017. "english_name": "Togo",
  1018. "chinese_name": "多哥",
  1019. "country_code": "TG",
  1020. "phone_code": "228"
  1021. },
  1022. {
  1023. "english_name": "Timor-Leste",
  1024. "chinese_name": "东帝汶",
  1025. "country_code": "TL",
  1026. "phone_code": "670"
  1027. },
  1028. {
  1029. "english_name": "Germany",
  1030. "chinese_name": "德国",
  1031. "country_code": "DE",
  1032. "phone_code": "49"
  1033. },
  1034. {
  1035. "english_name": "Denmark",
  1036. "chinese_name": "丹麦",
  1037. "country_code": "DK",
  1038. "phone_code": "45"
  1039. },
  1040. {
  1041. "english_name": "Equatorial Guinea",
  1042. "chinese_name": "赤道几内亚",
  1043. "country_code": "GQ",
  1044. "phone_code": "240"
  1045. },
  1046. {
  1047. "english_name": "Burundi",
  1048. "chinese_name": "布隆迪",
  1049. "country_code": "BI",
  1050. "phone_code": "257"
  1051. },
  1052. {
  1053. "english_name": "Burkina Faso",
  1054. "chinese_name": "布基纳法索",
  1055. "country_code": "BF",
  1056. "phone_code": "226"
  1057. },
  1058. {
  1059. "english_name": "Bhutan",
  1060. "chinese_name": "不丹",
  1061. "country_code": "BT",
  1062. "phone_code": "975"
  1063. },
  1064. {
  1065. "english_name": "Botswana",
  1066. "chinese_name": "博茨瓦纳",
  1067. "country_code": "BW",
  1068. "phone_code": "267"
  1069. },
  1070. {
  1071. "english_name": "Belize",
  1072. "chinese_name": "伯利兹",
  1073. "country_code": "BZ",
  1074. "phone_code": "501"
  1075. },
  1076. {
  1077. "english_name": "Bolivia",
  1078. "chinese_name": "玻利维亚",
  1079. "country_code": "BO",
  1080. "phone_code": "591"
  1081. },
  1082. {
  1083. "english_name": "Bosnia and Herzegovina",
  1084. "chinese_name": "波斯尼亚和黑塞哥维那",
  1085. "country_code": "BA",
  1086. "phone_code": "387"
  1087. },
  1088. {
  1089. "english_name": "Poland",
  1090. "chinese_name": "波兰",
  1091. "country_code": "PL",
  1092. "phone_code": "48"
  1093. },
  1094. {
  1095. "english_name": "Puerto Rico",
  1096. "chinese_name": "波多黎各",
  1097. "country_code": "PR",
  1098. "phone_code": "1787"
  1099. },
  1100. {
  1101. "english_name": "Iceland",
  1102. "chinese_name": "冰岛",
  1103. "country_code": "IS",
  1104. "phone_code": "354"
  1105. },
  1106. {
  1107. "english_name": "Belgium",
  1108. "chinese_name": "比利时",
  1109. "country_code": "BE",
  1110. "phone_code": "32"
  1111. },
  1112. {
  1113. "english_name": "Benin",
  1114. "chinese_name": "贝宁",
  1115. "country_code": "BJ",
  1116. "phone_code": "229"
  1117. },
  1118. {
  1119. "english_name": "Bulgaria",
  1120. "chinese_name": "保加利亚",
  1121. "country_code": "BG",
  1122. "phone_code": "359"
  1123. },
  1124. {
  1125. "english_name": "Bermuda",
  1126. "chinese_name": "百慕大群岛",
  1127. "country_code": "BM",
  1128. "phone_code": "1441"
  1129. },
  1130. {
  1131. "english_name": "Belarus",
  1132. "chinese_name": "白俄罗斯",
  1133. "country_code": "BY",
  1134. "phone_code": "375"
  1135. },
  1136. {
  1137. "english_name": "Brazil",
  1138. "chinese_name": "巴西",
  1139. "country_code": "BR",
  1140. "phone_code": "55"
  1141. },
  1142. {
  1143. "english_name": "Panama",
  1144. "chinese_name": "巴拿马",
  1145. "country_code": "PA",
  1146. "phone_code": "507"
  1147. },
  1148. {
  1149. "english_name": "Bahrain",
  1150. "chinese_name": "巴林",
  1151. "country_code": "BH",
  1152. "phone_code": "973"
  1153. },
  1154. {
  1155. "english_name": "Palestine",
  1156. "chinese_name": "巴勒斯坦",
  1157. "country_code": "BL",
  1158. "phone_code": "970"
  1159. },
  1160. {
  1161. "english_name": "Paraguay",
  1162. "chinese_name": "巴拉圭",
  1163. "country_code": "PY",
  1164. "phone_code": "595"
  1165. },
  1166. {
  1167. "english_name": "Pakistan",
  1168. "chinese_name": "巴基斯坦",
  1169. "country_code": "PK",
  1170. "phone_code": "92"
  1171. },
  1172. {
  1173. "english_name": "Bahamas",
  1174. "chinese_name": "巴哈马",
  1175. "country_code": "BS",
  1176. "phone_code": "1242"
  1177. },
  1178. {
  1179. "english_name": "Papua New Guinea",
  1180. "chinese_name": "巴布亚新几内亚",
  1181. "country_code": "PG",
  1182. "phone_code": "675"
  1183. },
  1184. {
  1185. "english_name": "Barbados",
  1186. "chinese_name": "巴巴多斯",
  1187. "country_code": "BB",
  1188. "phone_code": "1246"
  1189. },
  1190. {
  1191. "english_name": "Australia",
  1192. "chinese_name": "澳大利亚",
  1193. "country_code": "AU",
  1194. "phone_code": "61"
  1195. },
  1196. {
  1197. "english_name": "Austria",
  1198. "chinese_name": "奥地利",
  1199. "country_code": "AT",
  1200. "phone_code": "43"
  1201. },
  1202. {
  1203. "english_name": "Antigua and Barbuda",
  1204. "chinese_name": "安提瓜和巴布达",
  1205. "country_code": "AG",
  1206. "phone_code": "1268"
  1207. },
  1208. {
  1209. "english_name": "Anguilla",
  1210. "chinese_name": "安圭拉",
  1211. "country_code": "AI",
  1212. "phone_code": "1264"
  1213. },
  1214. {
  1215. "english_name": "Angola",
  1216. "chinese_name": "安哥拉",
  1217. "country_code": "AO",
  1218. "phone_code": "244"
  1219. },
  1220. {
  1221. "english_name": "Andorra",
  1222. "chinese_name": "安道尔",
  1223. "country_code": "AD",
  1224. "phone_code": "376"
  1225. },
  1226. {
  1227. "english_name": "Estonia",
  1228. "chinese_name": "爱沙尼亚",
  1229. "country_code": "EE",
  1230. "phone_code": "372"
  1231. },
  1232. {
  1233. "english_name": "Ireland",
  1234. "chinese_name": "爱尔兰",
  1235. "country_code": "IE",
  1236. "phone_code": "353"
  1237. },
  1238. {
  1239. "english_name": "Ethiopia",
  1240. "chinese_name": "埃塞俄比亚",
  1241. "country_code": "ET",
  1242. "phone_code": "251"
  1243. },
  1244. {
  1245. "english_name": "Egypt",
  1246. "chinese_name": "埃及",
  1247. "country_code": "EG",
  1248. "phone_code": "20"
  1249. },
  1250. {
  1251. "english_name": "Azerbaijan",
  1252. "chinese_name": "阿塞拜疆",
  1253. "country_code": "AZ",
  1254. "phone_code": "994"
  1255. },
  1256. {
  1257. "english_name": "Oman",
  1258. "chinese_name": "阿曼",
  1259. "country_code": "OM",
  1260. "phone_code": "968"
  1261. },
  1262. {
  1263. "english_name": "Aruba",
  1264. "chinese_name": "阿鲁巴",
  1265. "country_code": "AW",
  1266. "phone_code": "297"
  1267. },
  1268. {
  1269. "english_name": "United Arab Emirates",
  1270. "chinese_name": "阿拉伯联合酋长国",
  1271. "country_code": "AE",
  1272. "phone_code": "971"
  1273. },
  1274. {
  1275. "english_name": "Argentina",
  1276. "chinese_name": "阿根廷",
  1277. "country_code": "AR",
  1278. "phone_code": "54"
  1279. },
  1280. {
  1281. "english_name": "Afghanistan",
  1282. "chinese_name": "阿富汗",
  1283. "country_code": "AF",
  1284. "phone_code": "93"
  1285. },
  1286. {
  1287. "english_name": "Algeria",
  1288. "chinese_name": "阿尔及利亚",
  1289. "country_code": "DZ",
  1290. "phone_code": "213"
  1291. },
  1292. {
  1293. "english_name": "Albania",
  1294. "chinese_name": "阿尔巴尼亚",
  1295. "country_code": "AL",
  1296. "phone_code": "355"
  1297. }
  1298. ]