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 month = "2025-06", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
offence 6
- Driving without Due Care and Attention 4
- Driving without Reasonable Consideration 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Stop a vehicle on pedestrian crossing 1
- Stop a vehicle within pelican pedestrian crossing limits 1
- Using a Mobile Phone Whilst Driving 1
council_area 5
- Birmingham 6
- Coventry 1
- Out of Force Area 1
- Walsall 1
- Wolverhampton 1
disposal 4
- Education 4
- NFA 4
- Court 1
- Fixed Penalty 1
vehicle_make 1
- Hyundai · 10 ✖
reporter_transport_mode 1
- Pedal Bike · 10 ✖
month 1
- 2025-06 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14122 | op-snap---monthly-publication-june-2025.pdf | 51 | 2025-06 | Pedal Bike | Hyundai | I10 | White | Driving without Due Care and Attention | None | Poplar Road | Poplar Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4744337 | -1.9677475 | ||
| 14265 | op-snap---monthly-publication-june-2025.pdf | 194 | 2025-06 | Pedal Bike | Hyundai | I30.. | White | Driving without Reasonable Consideration | None | Chester Road | Chester Road | Birmingham | Birmingham | NFA | No Offence | 52.5359496 | -1.8324115 | ||
| 14426 | op-snap---monthly-publication-june-2025.pdf | 355 | 2025-06 | Pedal Bike | Hyundai | Ioniq | Silver | Driving without Due Care and Attention | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Education | N/A | 52.4308271 | -1.920078 | ||
| 14971 | op-snap---monthly-publication-june-2025.pdf | 900 | 2025-06 | Pedal Bike | Hyundai | I10 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Long Mill South | Long Mill South | Wolverhampton | Wolverhampton | NFA | Outside of 14 Days NIP | 52.6095019 | -2.0915196 | ||
| 15289 | op-snap---monthly-publication-june-2025.pdf | 1218 | 2025-06 | Pedal Bike | Hyundai | Silver | Using a Mobile Phone Whilst Driving | None | Aston Webb Bouelvard | Aston Webb Boulevard | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4468506 | -1.9395619 | |||
| 15315 | op-snap---monthly-publication-june-2025.pdf | 1244 | 2025-06 | Pedal Bike | Hyundai | Tucson | Blue | Stop a vehicle on pedestrian crossing | None | Earlsdon Street | Earlsdon Street | Coventry | Coventry | Education | N/A | 52.3988977 | -1.5323674 | ||
| 15464 | op-snap---monthly-publication-june-2025.pdf | 1393 | 2025-06 | Pedal Bike | Hyundai | i10 | Silver | Driving without Due Care and Attention | Use vehicle on a road without valid test certificate | Cresswell Crescent | Cresswell Crescent | Walsall | Walsall | Court | N/A | 52.6264494 | -2.0202765 | ||
| 15473 | op-snap---monthly-publication-june-2025.pdf | 1402 | 2025-06 | Pedal Bike | Hyundai | I10 | White | Driving without Reasonable Consideration | None | Newton Road | Newton Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4541102 | -1.8710993 | ||
| 15500 | op-snap---monthly-publication-june-2025.pdf | 1429 | 2025-06 | Pedal Bike | Hyundai | Getz | Red | Driving without Due Care and Attention | None | Chester Road | Chester Road | Birmingham | Birmingham | Education | N/A | 52.5359496 | -1.8324115 | ||
| 15787 | op-snap---monthly-publication-june-2025.pdf | 1716 | 2025-06 | Pedal Bike | Hyundai | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Education | N/A | 52.4308271 | -1.920078 |
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);