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 reporter_transport_mode = "Pedal Bike" and vehicle_make = "Iveco" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale, latitude, longitude
offence 7
- Driving without Due Care and Attention 3
- Driving without Reasonable Consideration 2
- Using a Mobile Phone Whilst Driving 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Cause vehicle to be left in a dangerous position 1
- Stop a vehicle within pelican pedestrian crossing limits 1
- Use vehicle on a road without valid test certificate 1
council_area 7
- Birmingham 3
- Coventry 3
- Dudley 1
- Out of Force Area 1
- Sandwell 1
- Solihull 1
- Walsall 1
disposal 4
- NFA 5
- Fixed Penalty 4
- Education 1
- Warning Letter 1
vehicle_make 1
- Iveco · 11 ✖
reporter_transport_mode 1
- Pedal Bike · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10918 | op-snap---monthly-publication-january-2026.pdf | 379 | 2026-01 | Pedal Bike | Iveco | Daily | White | Driving without Due Care and Attention | None | Pedmore Road | Pedmore Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4897451 | -2.1069141 | ||
| 10561 | op-snap---monthly-publication-january-2026.pdf | 22 | 2026-01 | Pedal Bike | Iveco | Daily | White | Using a Mobile Phone Whilst Driving | None | Hipswell Highway | Hipswell Highway | Coventry | Coventry | Fixed Penalty | N/A | 52.4119456 | -1.4589896 | ||
| 4328 | op-snap---monthly-publication-december-2025.pdf | 456 | 2025-12 | Pedal Bike | Iveco | Daily | White | Driving without Due Care and Attention | None | Lady Byron Lane | Lady Byron Lane | Solihull | Solihull | Warning Letter | N/A | 52.4026126 | -1.7503668 | ||
| 22000 | op-snap---monthly-publication-november-2025.pdf | 1542 | 2025-11 | Pedal Bike | Iveco | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bradford Street | Bradford Street | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4708802 | -1.8792135 | |||
| 12764 | op-snap---monthly-publication-july-2025.pdf | 816 | 2025-07 | Pedal Bike | Iveco | Daily | White | Driving without Due Care and Attention | None | Northfield Road | Northfield Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4167654 | -1.9411244 | ||
| 14973 | op-snap---monthly-publication-june-2025.pdf | 902 | 2025-06 | Pedal Bike | Iveco | Daily | White | Use vehicle on a road without valid test certificate | None | Steelpark Way | Steelpark Way | Walsall | Walsall | NFA | No Independent Evidence Available | ||||
| 18975 | op-snap---monthly-publication-may-2025.pdf | 337 | 2025-05 | Pedal Bike | Iveco | Daily | White | Cause vehicle to be left in a dangerous position | None | Northfield Rd | Northfield Road | Birmingham | Birmingham | Education | N/A | 52.4167654 | -1.9411244 | ||
| 471 | op-snap---monthly-publication-april-2025.pdf | 470 | 2025-04 | Pedal Bike | Iveco | Truck | White | Using a Mobile Phone Whilst Driving | None | Tipton Road, Oldbury | Tipton Road, Oldbury | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5324526 | -2.0453612 | ||
| 265 | op-snap---monthly-publication-april-2025.pdf | 264 | 2025-04 | Pedal Bike | Iveco | Daily | White | Driving without Reasonable Consideration | None | Torrington Avenue | Torrington Avenue | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3987354 | -1.567693 | ||
| 30 | op-snap---monthly-publication-april-2025.pdf | 29 | 2025-04 | Pedal Bike | Iveco | DAILY | White | Driving without Reasonable Consideration | None | LYNN LANE,SHENSTONE | Lynn Lane, Shenstone | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 18437 | op-snap---monthly-publication-march-2025.pdf | 2194 | 2025-03 | Pedal Bike | Iveco | DAILY | Green | Stop a vehicle within pelican pedestrian crossing limits | None | STONEY STANTON ROAD | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4221152 | -1.4959475 |
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);