home / crashreports

home

Menu
  • GraphQL API

crash_reports

Table actions
  • GraphQL API for crash_reports

1 row where latitude = "42.3494712", longitude = "-71.219707" and "retrieved" is on date 2022-06-14

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: datetime (date), date (date), retrieved (date), keywords (array), dcc (array)

case_number ▼ date time address speed_limit violation_cited narrative keywords dcc report_url image_url latitude longitude
Case number:
22000490
Date:
2022-06-06
Time:
16:19
Address:
WASHINGTON ST & ARMORY ST
Speed limit:
25
Violation cited:
no
Narrative:
MV#1 stated they were attempting to turn east onto Washington St. from Armory St. when their view became obstructed by MV#3 (unknown vehicle) which was traveling westbound on Washington St. As MV#1 began to turn eastbound onto Washington St. it collided with MV#2 which was also traveling westbound on Washington St. alongside MV#3. MV#2 collided into MV#1 front and side causing significant damage resulting in MV#1's front and side airbags to deploy.. MV#2 sustained heavy front end damage. Both vehicles were towed from the scene, no injuries were reported.
Keywords:
Airbag
Dcc:
Visibility obstructed
Report url:
report
Image url:
image
Latitude:
42.3494712
Longitude:
-71.219707
Location:
Armory St & Washington St, Newton, MA 02465, USA

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "crash_reports" (
   [case_number] TEXT PRIMARY KEY,
   [datetime] TEXT,
   [date] TEXT,
   [time] TEXT,
   [address] INTEGER,
   [street1] TEXT,
   [street2] TEXT,
   [intersection] INTEGER,
   [speed_limit] INTEGER,
   [hit_run] INTEGER,
   [violation_cited] INTEGER,
   [narrative] TEXT,
   [keywords] TEXT,
   [dcc] TEXT,
   [dcc_code] TEXT,
   [report_url] TEXT,
   [image_url] TEXT
, [geocoded_address] TEXT, [latitude] TEXT, [longitude] TEXT, [manual_geocode] INTEGER, [retrieved] TEXT);
Powered by Datasette · Queries took 249.706ms