-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatus.json
More file actions
105 lines (105 loc) · 2.98 KB
/
status.json
File metadata and controls
105 lines (105 loc) · 2.98 KB
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
{
"connection": true,
"webSlowdown": true,
"overallStatus": "operational",
"generalStatus": {
"status": "operational",
"message": "All Systems Operational"
},
"services": [
{
"id": "auth",
"name": "Authentication",
"status": "operational"
},
{
"id": "api",
"name": "API Services",
"status": "operational"
},
{
"id": "web",
"name": "Web Services",
"status": "operational"
},
{
"id": "app",
"name": "App Services",
"status": "operational"
},
{
"id": "download",
"name": "Download Services",
"status": "operational"
}
],
"incidents": [
{
"id": 1,
"title": "App Services Outage",
"status": "resolved",
"date": "2026-05-02",
"services": [
"App Services"
],
"updates": [
{
"time": "19:00 UTC",
"message": "The problem experienced on App Services has been completely resolved. All systems are now fully operational again. No additional problems were detected during our monitoring process and all services are operating stably."
}
]
},
{
"id": 2,
"title": "Multiple Service Disruptions",
"status": "resolved",
"date": "2026-04-22",
"services": [
"Authentication",
"API Services",
"Web Services",
"App Services",
"Download Services"
],
"updates": [
{
"time": "19:00 UTC",
"message": "All previously reported issues have been fully resolved. The disruptions were caused by an outage at our primary infrastructure partner, Vercel, which has now been successfully addressed. All services, including App, Web, Authentication, API, and Download Services, are operating normally. We will continue to monitor the systems to ensure ongoing stability."
}
]
},
{
"id": 3,
"title": "Suspected DDoS Attack",
"status": "resolved",
"date": "2026-04-06",
"services": [
"Authentication",
"API Services",
"Web Services"
],
"updates": [
{
"time": "10:00 UTC",
"message": "Our monitoring systems previously detected abnormal traffic patterns consistent with a DDoS attack. The issue has now been contained, and all affected services have been restored to a stable and fully operational state."
}
]
},
{
"id": 4,
"title": "Connection Issues After Recent Update",
"status": "resolved",
"date": "2026-01-26",
"services": [
"Download Servers",
"API Services"
],
"updates": [
{
"time": "Time Unknown",
"message": "The connection issues caused by the mistakenly released update have been fully resolved. All systems are now stable and operating normally. This issue was entirely caused by the Pinrush team; no third parties or service providers were involved."
}
]
}
]
}