Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"parameters": {
"api-version": "2025-01-01",
"bbox": [
-104,
37,
-103,
38
-122.22,
47.44,
-122.19,
47.61
]
},
"responses": {
Expand All @@ -15,62 +15,62 @@
"features": [
{
"type": "Feature",
"id": 18558549332008001,
"id": 125193835200120000,
"geometry": {
"type": "Point",
"coordinates": [
-103.5918059115,
38.0005878581
-122.20148,
47.609058
]
},
"properties": {
"startTime": "2025-09-12T09:31:37Z",
"endTime": "2025-09-12T10:21:47Z",
"description": "Accident W US Highway 50.",
"title": "W US Highway 50",
"incidentType": "Accident",
"severity": 4,
"delay": null,
"lastModifiedTime": "2025-09-12T10:21:47Z",
"incidentType": "Congestion",
"startTime": "2025-05-01T18:47:00.0000000Z",
"endTime": "2025-05-01T20:50:41.3340000Z",
"lastModifiedTime": "2025-05-01T18:50:41.3340000Z",
"description": "Stationary traffic on Bellevue Way SE from SE 3rd St to Bellevue Way NE / Main St.",
"severity": 1,
"isRoadClosed": false,
"title": "Bellevue Way SE",
"isTrafficJam": true,
"delay": 125,
"endPoint": {
"type": "Point",
"coordinates": [
-103.5918059115,
38.0005878581
-122.202707,
47.610156
]
},
"isTrafficJam": false,
"isRoadClosed": false
}
}
},
{
"type": "Feature",
"id": 21366103288104000,
"id": 125453508966320000,
"geometry": {
"type": "Point",
"coordinates": [
-103.591850168,
37.9995820453
-122.195563,
47.499877
]
},
"properties": {
"startTime": "2025-09-12T09:42:32Z",
"endTime": "2025-09-12T10:21:47Z",
"description": "Accident Rogers Rd",
"title": "Rogers Rd",
"incidentType": "Accident",
"severity": 4,
"delay": 10,
"lastModifiedTime": "2025-09-12T10:21:47Z",
"incidentType": "Congestion",
"startTime": "2025-05-01T18:47:00.0000000Z",
"endTime": "2025-05-01T19:19:00.0000000Z",
"lastModifiedTime": "2025-05-01T18:50:41.3340000Z",
"description": "Slow traffic on I-405 N from Sunset Blvd NE exit [5] to exit [7].",
"severity": 1,
"isRoadClosed": false,
"title": "I-405 N",
"isTrafficJam": true,
"delay": 141,
"endPoint": {
"type": "Point",
"coordinates": [
-103.5918059115,
38.0005878581
-122.196893,
47.531893
]
},
"isTrafficJam": true,
"isRoadClosed": false
}
}
}
]
Expand Down