redux.countries.json (2113B)
1 { 2 "license": "GPLv3+", 3 "SPDX-License-Identifier": "GPL3.0-or-later", 4 "countries": [ 5 { 6 "code" : "al", 7 "name" : "Albania", 8 "continent" : "Europe", 9 "call_code" : "+355", 10 "currency" : "ALL" 11 }, 12 { 13 "code" : "be", 14 "name" : "Belgium", 15 "continent" : "Europe", 16 "call_code" : "+32", 17 "currency" : "EUR" 18 }, 19 { 20 "code" : "ch", 21 "name" : "Switzerland", 22 "continent" : "Europe", 23 "call_code" : "+41", 24 "currency" : "CHF" 25 }, 26 { 27 "code" : "cz", 28 "name" : "Czech Republic", 29 "continent" : "Europe", 30 "call_code" : "+420", 31 "currency" : "CZK" 32 }, 33 { 34 "code" : "de", 35 "name" : "Germany", 36 "continent" : "Europe", 37 "call_code" : "+49", 38 "currency" : "EUR" 39 }, 40 { 41 "code" : "dk", 42 "name" : "Denmark", 43 "continent" : "Europe", 44 "call_code" : "+45", 45 "currency" : "DKK" 46 }, 47 { 48 "code" : "es", 49 "name" : "Spain", 50 "continent" : "Europe", 51 "call_code" : "+44", 52 "currency" : "EUR" 53 }, 54 { 55 "code" : "fr", 56 "name" : "France", 57 "continent" : "Europe", 58 "call_code" : "+33", 59 "currency" : "EUR" 60 }, 61 { 62 "code" : "in", 63 "name" : "India", 64 "continent" : "India", 65 "call_code" : "+91", 66 "currency" : "INR" 67 }, 68 { 69 "code" : "it", 70 "name" : "Italy", 71 "continent" : "Europe", 72 "call_code" : "+39", 73 "currency" : "EUR" 74 }, 75 { 76 "code" : "jp", 77 "name" : "Japan", 78 "continent" : "Asia", 79 "call_code" : "+81", 80 "currency" : "JPY" 81 }, 82 { 83 "code" : "nl", 84 "name" : "Netherlands", 85 "continent" : "Europe", 86 "call_code" : "+31", 87 "currency" : "EUR" 88 }, 89 { 90 "code" : "sk", 91 "name" : "Slovakia", 92 "continent" : "Europe", 93 "call_code" : "+421", 94 "currency" : "EUR" 95 }, 96 { 97 "code" : "us", 98 "name" : "United States of America (USA)", 99 "continent" : "North America", 100 "call_code" : "+1", 101 "currency" : "USD" 102 }, 103 { 104 "code" : "xx", 105 "name" : "Testland", 106 "continent" : "Demoworld", 107 "call_code" : "+0", 108 "currency" : "TESTKUDOS" 109 } 110 ] 111 }