aboutsummaryrefslogtreecommitdiff
path: root/app/travel-advisory/countries.json
blob: 3fb16d82c06d9a914ebf6ed1ab1e810154a253d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
    "countries": [
        {
            "name": "Anatoli",
            "status": 0,
            "history": []
        },
        {
            "name": "Auckland",
            "status": 0,
            "history": []
        },
        {
            "name": "Aura Regions, The",
            "status": 0,
            "history": []
        },
        {
            "name": "Birch Boat Town",
            "status": 0,
            "history": []
        },
        {
            "name": "Birch Lodges Community Town",
            "status": 0,
            "history": []
        },
        {
            "name": "Country Warp",
            "status": 0,
            "history": []
        },
        {
            "name": "Eagle City",
            "status": 0,
            "history": []
        },
        {
            "name": "Fegal",
            "status": 3,
            "history": [
                "May 17th 2023: Fegal has border security issues and it has not been solved as of now."
            ]
        },
        {
            "name": "Halcandra",
            "status": 0,
            "history": []
        },
        {
            "name": "Inkytown",
            "status": 0,
            "history": []
        },
        {
            "name": "Kemonomimi Republic, The",
            "status": 1,
            "history": [
                "July 15: KR has internal power issues between the President and Govenor. Governor was trying to form a new government under \"KSSR\"."
            ]
        },
        {
            "name": "Knowle Regions, The",
            "status": 0,
            "history": []
        },
        {
            "name": "Lion Land",
            "status": 0,
            "history": []
        },
        {
            "name": "Mart's Extraordinarily Sublime State",
            "status": 0,
            "history": []
        },
        {
            "name": "Mojave",
            "status": 0,
            "history": []
        },
        {
            "name": "Open Republic, The",
            "status": 0,
            "history": []
        },
        {
            "name": "PLC",
            "status": 0,
            "history": []
        },
        {
            "name": "Plutonia Imperium",
            "status": 0,
            "history": []
        },
        {
            "name": "Solstice, The Federal Democracy of",
            "status": 0,
            "history": []
        },
        {
            "name": "Southeastern Islands, The",
            "status": 2,
            "history": [
                "July 15: A disease has been going around Foret Quebec",
                "Foret Quebec has been dealing with environmental issues"
            ]
        },
        {
            "name": "Sulópolis",
            "status": 0,
            "history": []
        },
                {
            "name": "TAY",
            "status": 0,
            "history": []
        },
        {
            "name": "Union of Soviet Sovereign Republics",
            "status": 0,
            "history": []
        },
        {
            "name": "Veronian Controlled Territories",
            "status": 0,
            "history": []
        },
        {
            "name": "Whale City, The Republic of",
            "status": 0,
            "history": []
        },
        {
            "name": "Yavno, The Federation of",
            "status": 0,
            "history": []
        },
        {
            "name": "You on Kazoo, The Republic of",
            "status": 0,
            "history": []
        }
    ]
}