home / crashreports

home

Menu
  • GraphQL API

crash_reports

Table actions
  • GraphQL API for crash_reports

1 row where "date" is on date 2019-10-02, dcc_code = "[10]" and keywords contains "Crash"

✎ 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:
1900001001
Date:
2019-10-02
Time:
19:43
Address:
229 WINCHESTER ST
Speed limit:
35
Violation cited:
yes
Narrative:
Vehicle 1 was traveling S/B on winchester st when it collided with parked vehicle 2 in front of 229 Winchester st. Vehicle 2 was pushed into parked vehicle 3. Vehicle 2 and 3 were unoccupied at the time of the accident. Operator 1 had minor injuries and was transported to the NWH by Cataldo ambulance 1. Vehicle 1 and 2 were towed by todys towing. Operator 1 was issued ma Citation T2015491 for c90s24 OUI (Liquor), c90s24 Negligent Operation and c89s4A Marked Lanes violation. See incident #19041837 in regards to this accident for charges.
Keywords:
Citation, Crash, Ems
Dcc:
Reckless driving
Report url:
report
Image url:
image
Latitude:
42.3120759
Longitude:
-71.2092278
Location:
229 Winchester St, Newton, MA 02461, 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 321.754ms