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'}
8 rows where month = "2025-05", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
offence 6
- Driving without Due Care and Attention 2
- Using a Mobile Phone Whilst Driving 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Driving without Reasonable Consideration 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen 1
- No Insurance 1
disposal 4
- NFA 5
- Education 1
- Fixed Penalty 1
- Warning Letter 1
council_area 3
- Birmingham 6
- Coventry 1
- Walsall 1
vehicle_make 1
- Honda · 8 ✖
reporter_transport_mode 1
- Pedal Bike · 8 ✖
month 1
- 2025-05 · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18981 | op-snap---monthly-publication-may-2025.pdf | 343 | 2025-05 | Pedal Bike | Honda | Civic | Silver | Driving without Reasonable Consideration | None | Edgbaston Park Road | Edgbaston Park Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4580375 | -1.9261777 | ||
| 19288 | op-snap---monthly-publication-may-2025.pdf | 650 | 2025-05 | Pedal Bike | Honda | Civic | Blue | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | NFA | No Offence | 52.4470686 | -1.8880749 | ||
| 19304 | op-snap---monthly-publication-may-2025.pdf | 666 | 2025-05 | Pedal Bike | Honda | Civic | Silver | Using a Mobile Phone Whilst Driving | None | Oxford Road | Oxford Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4456323 | -1.8858352 | ||
| 19541 | op-snap---monthly-publication-may-2025.pdf | 903 | 2025-05 | Pedal Bike | Honda | Jazz | Blue | Driving without Due Care and Attention | None | Yardley Wood Rd | Yardley Wood Road | Birmingham | Birmingham | Education | N/A | 52.4103191 | -1.8670224 | ||
| 19808 | op-snap---monthly-publication-may-2025.pdf | 1170 | 2025-05 | Pedal Bike | Honda | Accord | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Far Gosford Street | Far Gosford Street | Coventry | Coventry | NFA | Not in Public Interest | 52.4071231 | -1.4985178 | ||
| 20020 | op-snap---monthly-publication-may-2025.pdf | 1382 | 2025-05 | Pedal Bike | Honda | jazz | Silver | Driving without Due Care and Attention | None | Bescot Crescent road | Bescot Crescent road | Walsall | Walsall | NFA | Outside of 14 Days NIP | 52.575204 | -1.9916288 | ||
| 20147 | op-snap---monthly-publication-may-2025.pdf | 1509 | 2025-05 | Pedal Bike | Honda | jazz | Silver | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen | Nt one | Startford Road | Stratford Road | Birmingham | Birmingham | NFA | No Offence | 52.4203897 | -1.8338574 | ||
| 20168 | op-snap---monthly-publication-may-2025.pdf | 1530 | 2025-05 | Pedal Bike | Honda | CRV | Silver | No Insurance | None | Genners Lane, Bartley Green | Genners Lane, Bartley Green | Birmingham | Birmingham | Warning Letter | N/A | 52.4305961 | -1.9896183 |
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);