Skip to content

Commit 320a0cd

Browse files
chore: collect realtime data (#321)
Co-authored-by: brody-0125 <67903919+brody-0125@users.noreply.github.com>
1 parent 412f4eb commit 320a0cd

4 files changed

Lines changed: 32 additions & 32 deletions

File tree

data/realtime/elevator.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"collected_at": "2026-03-19T06:25:05.061Z",
2+
"collected_at": "2026-03-19T07:24:01.961Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 866,
5-
"operating_count": 855,
5+
"operating_count": 854,
66
"fault_count": 0,
77
"facilities": [
88
{
@@ -4525,8 +4525,8 @@
45254525
"location_detail": "3번 출입구",
45264526
"floor_from": "B1",
45274527
"floor_to": "1F",
4528-
"status": "OPERATING",
4529-
"status_code": "01",
4528+
"status": "MAINTENANCE",
4529+
"status_code": "03",
45304530
"last_normal_at": null
45314531
},
45324532
{

data/realtime/escalator.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"collected_at": "2026-03-19T06:25:05.070Z",
2+
"collected_at": "2026-03-19T07:24:01.971Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 1874,
5-
"operating_count": 1824,
5+
"operating_count": 1821,
66
"fault_count": 0,
77
"facilities": [
88
{
@@ -1237,8 +1237,8 @@
12371237
"location_detail": "2번 출입구",
12381238
"floor_from": "1F",
12391239
"floor_to": "B1",
1240-
"status": "OPERATING",
1241-
"status_code": "01",
1240+
"status": "MAINTENANCE",
1241+
"status_code": "03",
12421242
"last_normal_at": null
12431243
},
12441244
{
@@ -2401,8 +2401,8 @@
24012401
"location_detail": "5번 출입구",
24022402
"floor_from": "B1",
24032403
"floor_to": "1F",
2404-
"status": "OPERATING",
2405-
"status_code": "01",
2404+
"status": "MAINTENANCE",
2405+
"status_code": "03",
24062406
"last_normal_at": null
24072407
},
24082408
{
@@ -6229,8 +6229,8 @@
62296229
"location_detail": "4번 출입구",
62306230
"floor_from": "1F",
62316231
"floor_to": "B1",
6232-
"status": "OPERATING",
6233-
"status_code": "01",
6232+
"status": "MAINTENANCE",
6233+
"status_code": "03",
62346234
"last_normal_at": null
62356235
},
62366236
{
@@ -8749,8 +8749,8 @@
87498749
"location_detail": "대합실",
87508750
"floor_from": "B2",
87518751
"floor_to": "B3",
8752-
"status": "OPERATING",
8753-
"status_code": "01",
8752+
"status": "MAINTENANCE",
8753+
"status_code": "03",
87548754
"last_normal_at": null
87558755
},
87568756
{
@@ -18529,8 +18529,8 @@
1852918529
"location_detail": "3~5번 출입구 방면 통로",
1853018530
"floor_from": "B2",
1853118531
"floor_to": "B1",
18532-
"status": "MAINTENANCE",
18533-
"status_code": "03",
18532+
"status": "OPERATING",
18533+
"status_code": "01",
1853418534
"last_normal_at": null
1853518535
},
1853618536
{

data/realtime/wheelchair-lift.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"collected_at": "2026-03-19T06:25:05.286Z",
2+
"collected_at": "2026-03-19T07:24:02.165Z",
33
"source_api": "SeoulMetroFaciInfo",
44
"total_count": 55,
55
"operating_count": 54,

web/public/data/latest.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"updated_at": "2026-03-19T06:25:05.286Z",
2+
"updated_at": "2026-03-19T07:24:02.165Z",
33
"data_age_minutes": 0,
44
"is_stale": false,
55
"summary": {
66
"elevator": {
77
"total": 866,
8-
"operating": 855,
8+
"operating": 854,
99
"fault": 0
1010
},
1111
"escalator": {
1212
"total": 1874,
13-
"operating": 1824,
13+
"operating": 1821,
1414
"fault": 0
1515
},
1616
"moving-walk": {
@@ -3054,8 +3054,8 @@
30543054
"location_detail": "2번 출입구",
30553055
"floor_from": "1F",
30563056
"floor_to": "B1",
3057-
"status": "OPERATING",
3058-
"status_code": "01"
3057+
"status": "MAINTENANCE",
3058+
"status_code": "03"
30593059
},
30603060
{
30613061
"facility_id": "승강기)에스컬레이터-잠실 5번출구 상행2",
@@ -4622,8 +4622,8 @@
46224622
"location_detail": "5번 출입구",
46234623
"floor_from": "B1",
46244624
"floor_to": "1F",
4625-
"status": "OPERATING",
4626-
"status_code": "01"
4625+
"status": "MAINTENANCE",
4626+
"status_code": "03"
46274627
},
46284628
{
46294629
"facility_id": "승강기)에스컬레이터-신림 5번 출구측 7호기",
@@ -10719,8 +10719,8 @@
1071910719
"location_detail": "4번 출입구",
1072010720
"floor_from": "1F",
1072110721
"floor_to": "B1",
10722-
"status": "OPERATING",
10723-
"status_code": "01"
10722+
"status": "MAINTENANCE",
10723+
"status_code": "03"
1072410724
}
1072510725
]
1072610726
},
@@ -12438,8 +12438,8 @@
1243812438
"location_detail": "3번 출입구",
1243912439
"floor_from": "B1",
1244012440
"floor_to": "1F",
12441-
"status": "OPERATING",
12442-
"status_code": "01"
12441+
"status": "MAINTENANCE",
12442+
"status_code": "03"
1244312443
}
1244412444
],
1244512445
"escalator": [
@@ -13468,8 +13468,8 @@
1346813468
"location_detail": "대합실",
1346913469
"floor_from": "B2",
1347013470
"floor_to": "B3",
13471-
"status": "OPERATING",
13472-
"status_code": "01"
13471+
"status": "MAINTENANCE",
13472+
"status_code": "03"
1347313473
},
1347413474
{
1347513475
"facility_id": "승강기)에스컬레이터-영등포시장 내부6",
@@ -22788,8 +22788,8 @@
2278822788
"location_detail": "3~5번 출입구 방면 통로",
2278922789
"floor_from": "B2",
2279022790
"floor_to": "B1",
22791-
"status": "MAINTENANCE",
22792-
"status_code": "03"
22791+
"status": "OPERATING",
22792+
"status_code": "01"
2279322793
},
2279422794
{
2279522795
"facility_id": "승강기)에스컬레이터-학동 내부 3호기",

0 commit comments

Comments
 (0)