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'}
10 rows where disposal = "Warning Letter", offence = "Driving without Due Care and Attention" and vehicle_make = "Mazda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw
reporter_transport_mode 3
- Car 6
- Pedal Bike 3
- Pedestrian 1
council_area 3
- Birmingham 6
- Coventry 3
- Wolverhampton 1
vehicle_make 1
- Mazda · 10 ✖
offence 1
- Driving without Due Care and Attention · 10 ✖
disposal 1
- Warning Letter · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11227 | op-snap---monthly-publication-january-2026.pdf | 688 | 2026-01 | Car | Mazda | 2 | Silver | Driving without Due Care and Attention | None | Stafford Road | Stafford Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6291998 | -2.126312 | ||
| 4727 | op-snap---monthly-publication-december-2025.pdf | 855 | 2025-12 | Pedal Bike | Mazda | CX3 | Silver | Driving without Due Care and Attention | None | Broad Lane | Broad Lane | Coventry | Coventry | Warning Letter | N/A | 52.4074716 | -1.5620671 | ||
| 20597 | op-snap---monthly-publication-november-2025.pdf | 139 | 2025-11 | Car | Mazda | Sprinter | White | Driving without Due Care and Attention | None | Questett Road | Questett Road | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 20784 | op-snap---monthly-publication-november-2025.pdf | 326 | 2025-11 | Pedal Bike | Mazda | 6 SE | Silver | Driving without Due Care and Attention | None | Black Haynes Road | Black Haynes Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4260755 | -1.9679443 | ||
| 22699 | op-snap---monthly-publication-october-2025.pdf | 649 | 2025-10 | Pedal Bike | Mazda | 3 | Silver | Driving without Due Care and Attention | None | Allesley Old Road | Allesley Old Road | Coventry | Coventry | Warning Letter | N/A | 52.4103629 | -1.5441218 | ||
| 22890 | op-snap---monthly-publication-october-2025.pdf | 840 | 2025-10 | Car | Mazda | MX5 | Silver | Driving without Due Care and Attention | None | Quinton Expressway | Quinton Expressway | Birmingham | Birmingham | Warning Letter | N/A | 52.4491086 | -2.0131915 | ||
| 2370 | op-snap---monthly-publication-august-2025.pdf | 345 | 2025-08 | Pedestrian | Mazda | CX-30 | Red | Driving without Due Care and Attention | None | Bradford Street | Bradford Street | Birmingham | Birmingham | Warning Letter | N/A | 52.4708802 | -1.8792135 | ||
| 3474 | op-snap---monthly-publication-august-2025.pdf | 1449 | 2025-08 | Car | Mazda | 2 | Silver | Driving without Due Care and Attention | None | Monyhull Hall road | Monyhull Hall road | Birmingham | Birmingham | Warning Letter | N/A | 52.4126079 | -1.905127 | ||
| 12616 | op-snap---monthly-publication-july-2025.pdf | 668 | 2025-07 | Car | Mazda | 2.. | Grey | Driving without Due Care and Attention | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4203897 | -1.8338574 | ||
| 13918 | op-snap---monthly-publication-july-2025.pdf | 1970 | 2025-07 | Car | Mazda | 3 Sport | Silver | Driving without Due Care and Attention | None | Holyhead road | Holyhead road | Coventry | Coventry | Warning Letter | N/A | 52.418488 | -1.5472387 |
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);