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 disposal = "Fixed Penalty", offence = "Driving without Due Care and Attention" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw
council_area 4
- Birmingham 8
- Coventry 2
- Dudley 1
- Sandwell 1
reporter_transport_mode 2
- Car 11
- Pedestrian 1
vehicle_make 1
- Honda · 12 ✖
offence 1
- Driving without Due Care and Attention · 12 ✖
disposal 1
- Fixed Penalty · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11501 | op-snap---monthly-publication-january-2026.pdf | 962 | 2026-01 | Car | Honda | CRV | Grey | Driving without Due Care and Attention | None | Bonley Rd, Jimmy Hill Way Roundabout | Bonley Road, Jimmy Hill Way Roundabout | Coventry | Coventry | Fixed Penalty | N/A | ||||
| 11682 | op-snap---monthly-publication-january-2026.pdf | 1143 | 2026-01 | Car | Honda | Jazz | Blue | Driving without Due Care and Attention | None | Gravelly Hill | Gravelly Hill | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5153884 | -1.8527437 | ||
| 2105 | op-snap---monthly-publication-august-2025.pdf | 80 | 2025-08 | Car | Honda | Civic | Blue | Driving without Due Care and Attention | No Insurance | Billesley Lane | Billesley Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4344402 | -1.8845368 | ||
| 14243 | op-snap---monthly-publication-june-2025.pdf | 172 | 2025-06 | Car | Honda | Civic | Silver | Driving without Due Care and Attention | None | Brighton Road | Brighton Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4543156 | -1.8840717 | ||
| 16825 | op-snap---monthly-publication-march-2025.pdf | 582 | 2025-03 | Car | Honda | Accord | Silver | Driving without Due Care and Attention | None | Hobs moat road | Hobs moat road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4515649 | -1.7820482 | |
| 17468 | op-snap---monthly-publication-march-2025.pdf | 1225 | 2025-03 | Car | Honda | Civic | Silver | Driving without Due Care and Attention | None | Wellington Road | Wellington Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5133725 | -1.9193405 | |
| 17626 | op-snap---monthly-publication-march-2025.pdf | 1383 | 2025-03 | Car | Honda | Jazz | Silver | Driving without Due Care and Attention | None | Holbrook Lane | Holbrook Lane | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.436155 | -1.5064002 | |
| 18440 | op-snap---monthly-publication-march-2025.pdf | 2197 | 2025-03 | Car | Honda | Accord | Silver | Driving without Due Care and Attention | None | M6 Junction 9 | M6 Junction 9 | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.676119 | -2.0858425 | |
| 5379 | op-snap---monthly-publication-february-2025.pdf | 196 | 2025-02 | Pedestrian | Honda | Civic | Silver | Driving without Due Care and Attention | None | Tower Street, Dudley | Tower Street, Dudley | Dudley | Dudley | Fixed Penalty | N/A | Yes - Via Email | 52.5112053 | -2.0833165 | |
| 6663 | op-snap---monthly-publication-february-2025.pdf | 1480 | 2025-02 | Car | Honda | CB250 | Black | Driving without Due Care and Attention | None | Hobmoor Road | Hobmoor Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4709249 | -1.8295416 | |
| 9398 | op-snap---monthly-publication-january-2025.pdf | 506 | 2025-01 | Car | Honda | Jazz | Blue | Driving without Due Care and Attention | None | A45 Island Poets Corner | Island Poets Corner | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 9838 | op-snap---monthly-publication-january-2025.pdf | 946 | 2025-01 | Car | Honda | CIVIC | Blue | Driving without Due Care and Attention | No vehicle excise licence | KINGS ROAD | Kings Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5531351 | -1.8852761 |
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);