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'}
11 rows where disposal = "Warning Letter", month = "2025-03" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Birmingham 7
- Coventry 1
- Sandwell 1
- Sutton Coldfield 1
- Wolverhampton 1
offence 4
reporter_transport_mode 3
- Pedestrian 6
- Car 4
- Pedal Bike 1
vehicle_make 1
- Honda · 11 ✖
month 1
- 2025-03 · 11 ✖
disposal 1
- Warning Letter · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16645 | op-snap---monthly-publication-march-2025.pdf | 402 | 2025-03 | Pedestrian | Honda | ENY1 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Carlton Road | Carlton Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.475243 | -1.8549354 | |
| 16741 | op-snap---monthly-publication-march-2025.pdf | 498 | 2025-03 | Pedestrian | Honda | Civic | Yellow | Driving without Due Care and Attention | None | Amesbury Road | Amesbury Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4465507 | -1.8957752 | |
| 16836 | op-snap---monthly-publication-march-2025.pdf | 593 | 2025-03 | Pedestrian | Honda | Jazz | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Chiswell Road | Chiswell Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4878246 | -1.9421047 | |
| 16898 | op-snap---monthly-publication-march-2025.pdf | 655 | 2025-03 | Car | Honda | Civic | Black | Contravening a Red Traffic Light | None | Long Acre | Long Acre | Birmingham | Birmingham | Warning Letter | Outside of 14 DAYS Late Submission | Yes - Via Email | 52.5051253 | -1.8646383 | |
| 17011 | op-snap---monthly-publication-march-2025.pdf | 768 | 2025-03 | Pedestrian | Honda | Jazz | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hilton Road | Hilton Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | Yes - Via Email | 52.5609419 | -2.1099418 | |
| 17056 | op-snap---monthly-publication-march-2025.pdf | 813 | 2025-03 | Pedal Bike | Honda | Jazz | Blue | Driving without Reasonable Consideration | None | Warwick Road | Warwick Road | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.401916 | -1.5154953 | |
| 17117 | op-snap---monthly-publication-march-2025.pdf | 874 | 2025-03 | Car | Honda | Civic | Silver | Contravening a Red Traffic Light | None | Rosemary Hill Rd | Rosemary Hill Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.5918569 | -1.8630817 | |
| 17397 | op-snap---monthly-publication-march-2025.pdf | 1154 | 2025-03 | Pedestrian | Honda | Civic | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Ashfurlong Crescent, | Ashfurlong Crescent | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | Yes - Via Email | 52.5753987 | -1.8068712 | |
| 17917 | op-snap---monthly-publication-march-2025.pdf | 1674 | 2025-03 | Car | Honda | ENY1 | Blue | Driving without Due Care and Attention | None | A4123 Tipton | Tipton | Sandwell | Sandwell | Warning Letter | N/A | Yes - Via Email | 52.5290396 | -2.0693747 | |
| 17988 | op-snap---monthly-publication-march-2025.pdf | 1745 | 2025-03 | Pedestrian | Honda | Civic | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4203897 | -1.8338574 | |
| 18428 | op-snap---monthly-publication-march-2025.pdf | 2185 | 2025-03 | Car | Honda | Cr - V | Black | Driving without Reasonable Consideration | None | New John Street West | New John Street West | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4944784 | -1.9122329 |
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);