reports
Data license: ODbL · Data source: West Midlands Police
- id
- {'label': 'ID'}
- source_file
- {'label': 'Source PDF'}
- source_page
- {'label': 'Page'}
- source_row
- {'label': 'Row'}
- month
- {'label': 'Month'}
- reporter_transport_mode
- {'label': 'Reporter'}
- vehicle_make
- {'label': 'Make'}
- vehicle_model
- {'label': 'Model'}
- vehicle_colour
- {'label': 'Colour'}
- offence
- {'label': 'Offence'}
- second_offence
- {'label': 'Second offence'}
- offence_location_raw
- {'label': 'Location (raw)'}
- offence_location
- {'label': 'Location'}
- council_area_raw
- {'label': 'Council (raw)'}
- council_area
- {'label': 'Council area'}
- disposal
- {'label': 'Outcome'}
- nfa_rationale
- {'label': 'NFA reason'}
- witness_contacted
- {'label': 'Witness contacted'}
- latitude
- {'label': 'Lat'}
- longitude
- {'label': 'Lng'}
9 rows where council_area = "Coventry", disposal = "Court" and month = "2025-06" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence
offence 3
reporter_transport_mode 1
- Car 9
month 1
- 2025-06 · 9 ✖
disposal 1
- Court · 9 ✖
council_area 1
- Coventry · 9 ✖
| id | source_file | source_page | source_row | month ▲ | reporter_transport_mode | vehicle_make | vehicle_model | vehicle_colour | offence | second_offence | offence_location_raw | offence_location | council_area_raw | council_area | disposal | nfa_rationale | witness_contacted | latitude | longitude |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14094 | op-snap---monthly-publication-june-2025.pdf | 23 | 2025-06 | Car | Seat | Altea | Silver | Driving without Due Care and Attention | None | Stonebridge Highway | Stonebridge Highway | Coventry | Coventry | Court | N/A | 52.3782187 | -1.478696 | ||
| 14125 | op-snap---monthly-publication-june-2025.pdf | 54 | 2025-06 | Car | BMW | 420d | Black | Driving without Due Care and Attention | None | Much Park Street | Much Park Street | Coventry | Coventry | Court | N/A | 52.4061531 | -1.505845 | ||
| 14690 | op-snap---monthly-publication-june-2025.pdf | 619 | 2025-06 | Car | Fiat | Punto | White | Driving without Due Care and Attention | None | Scimitar Way | Scimitar Way | Coventry | Coventry | Court | N/A | 52.3836203 | -1.4862458 | ||
| 14914 | op-snap---monthly-publication-june-2025.pdf | 843 | 2025-06 | Car | BMW | M140i | Black | Driving without Due Care and Attention | None | Ring Road | Ring Road | Coventry | Coventry | Court | N/A | ||||
| 14916 | op-snap---monthly-publication-june-2025.pdf | 845 | 2025-06 | Car | BMW | X6.. | Black | Driving without Due Care and Attention | No Insurance | A453 | A453 | Coventry | Coventry | Court | N/A | ||||
| 15100 | op-snap---monthly-publication-june-2025.pdf | 1029 | 2025-06 | Car | Tesla | Y Long | White | Contravening a Red Traffic Light | None | Waste Lane | Waste Lane | Coventry | Coventry | Court | N/A | 52.437361 | -1.5371291 | ||
| 15204 | op-snap---monthly-publication-june-2025.pdf | 1133 | 2025-06 | Car | Toyota | Aygo | Silver | Driving without Due Care and Attention | None | Lockhurst Lane | Lockhurst Lane | Coventry | Coventry | Court | N/A | 52.4255689 | -1.5023841 | ||
| 15627 | op-snap---monthly-publication-june-2025.pdf | 1556 | 2025-06 | Car | Daf | Scancia | Red | Using a Mobile Phone Whilst Driving | None | M6 | M6 | Coventry | Coventry | Court | N/A | ||||
| 15632 | op-snap---monthly-publication-june-2025.pdf | 1561 | 2025-06 | Car | Toyota | Prius | Black | Driving without Due Care and Attention | None | Binley Road | Binley Road | Coventry | Coventry | Court | N/A | 52.4070602 | -1.4732469 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE reports (
id INTEGER PRIMARY KEY AUTOINCREMENT,
source_file TEXT NOT NULL,
source_page INTEGER,
source_row INTEGER,
month TEXT NOT NULL,
reporter_transport_mode TEXT,
vehicle_make TEXT,
vehicle_model TEXT,
vehicle_colour TEXT,
offence TEXT,
second_offence TEXT,
offence_location_raw TEXT,
offence_location TEXT,
council_area_raw TEXT,
council_area TEXT,
disposal TEXT,
nfa_rationale TEXT,
witness_contacted TEXT
, latitude REAL, longitude REAL);
CREATE INDEX idx_month ON reports(month);
CREATE INDEX idx_council_area ON reports(council_area);
CREATE INDEX idx_offence ON reports(offence);
CREATE INDEX idx_disposal ON reports(disposal);
CREATE INDEX idx_location ON reports(offence_location);