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'}
12 rows where month = "2025-08" and offence = "Dangerous Driving" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, council_area_raw, nfa_rationale
vehicle_make 9
- Volkswagen 3
- Audi 1
- BMW 1
- Daf 1
- Fiat 1
- Mercedes-Benz 1
- Nissan 1
- Other 1
- Seat 1
council_area 5
- Birmingham 6
- Coventry 2
- Dudley 2
- Solihull 1
- Wolverhampton 1
disposal 4
- Warning Letter 7
- Court 2
- NFA 2
- Other Action Taken 1
reporter_transport_mode 3
- Car 7
- Pedestrian 4
- Other 1
offence 1
- Dangerous Driving · 12 ✖
month 1
- 2025-08 · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2238 | op-snap---monthly-publication-august-2025.pdf | 213 | 2025-08 | Other | Fiat | Punto | white | Dangerous Driving | None | Waterfront car park | Waterfront car park | Dudley | Dudley | Court | N/A | ||||
| 2368 | op-snap---monthly-publication-august-2025.pdf | 343 | 2025-08 | Car | BMW | 335 | Black | Dangerous Driving | None | Stourbridge Ring Road | Stourbridge Ring Road | Dudley | Dudley | Court | N/A | 52.4590366 | -2.1465735 | ||
| 2439 | op-snap---monthly-publication-august-2025.pdf | 414 | 2025-08 | Car | Volkswagen | Crafter | White | Dangerous Driving | None | M6 - M5 Slip | M6 - M5 Slip | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 3095 | op-snap---monthly-publication-august-2025.pdf | 1070 | 2025-08 | Car | UK | Dangerous Driving | None | Stonebridge Island | Stonebridge Island | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4459998 | -1.6949291 | ||||
| 3296 | op-snap---monthly-publication-august-2025.pdf | 1271 | 2025-08 | Pedestrian | Mercedes-Benz | Sprinter | White | Dangerous Driving | None | Tenby Road | Tenby Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4412727 | -1.8563704 | ||
| 3390 | op-snap---monthly-publication-august-2025.pdf | 1365 | 2025-08 | Car | Audi | Q7 | Silver | Dangerous Driving | None | Tyseley Road | Tyseley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4534057 | -1.8384339 | ||
| 3487 | op-snap---monthly-publication-august-2025.pdf | 1462 | 2025-08 | Pedestrian | Seat | Ibiza | White | Dangerous Driving | None | Brendon Way | Brendon Way | Coventry | Coventry | Warning Letter | N/A | ||||
| 3531 | op-snap---monthly-publication-august-2025.pdf | 1506 | 2025-08 | Car | Volkswagen | Golf | Blue | Dangerous Driving | None | M6 Northbound Entry | M6 Northbound Entry | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 3553 | op-snap---monthly-publication-august-2025.pdf | 1528 | 2025-08 | Car | Other | moped | Black | Dangerous Driving | No Insurance | howard road | Howard Road | Solihull | Solihull | Other Action Taken | N/A | 52.4478024 | -1.8063862 | ||
| 3599 | op-snap---monthly-publication-august-2025.pdf | 1574 | 2025-08 | Car | Daf | Skip loader | White | Dangerous Driving | None | Bilston Lane | Bilston Lane | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5728229 | -2.0974344 | ||
| 3609 | op-snap---monthly-publication-august-2025.pdf | 1584 | 2025-08 | Pedestrian | Nissan | X-trail | Black | Dangerous Driving | None | Hockley Heath | Hockley Heath | Birmingham | Birmingham | Warning Letter | N/A | 52.4921873 | -1.9258317 | ||
| 3659 | op-snap---monthly-publication-august-2025.pdf | 1634 | 2025-08 | Pedestrian | Volkswagen | Polo | White | Dangerous Driving | None | Alum Rock Rd | Alum Rock Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4883936 | -1.8310056 |
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);