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 council_area = "Sandwell", reporter_transport_mode = "Pedal Bike" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 6
- Driving without Due Care and Attention 3
- Driving without Reasonable Consideration 3
- Cause unnecessary obstruction by motor vehicle 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
- Using a Mobile Phone Whilst Driving 1
disposal 5
- NFA 3
- Court 2
- Education 2
- Warning Letter 2
- Fixed Penalty 1
vehicle_make 1
- BMW · 10 ✖
reporter_transport_mode 1
- Pedal Bike · 10 ✖
council_area 1
- Sandwell · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23298 | op-snap---monthly-publication-october-2025.pdf | 1248 | 2025-10 | Pedal Bike | BMW | 218 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dudley Road | Dudley Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4877352 | -1.9494469 | ||
| 25494 | op-snap---monthly-publication-september-2025.pdf | 1713 | 2025-09 | Pedal Bike | BMW | X 5 | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Roebuck Lane | Roebuck Lane | Sandwell | Sandwell | Warning Letter | N/A | 52.5027291 | -1.9781818 | ||
| 12087 | op-snap---monthly-publication-july-2025.pdf | 139 | 2025-07 | Pedal Bike | BMW | 116.. | White | Driving without Due Care and Attention | None | Bearwood Road | Bearwood Road | Sandwell | Sandwell | Education | N/A | 52.4725977 | -1.9684448 | ||
| 14277 | op-snap---monthly-publication-june-2025.pdf | 206 | 2025-06 | Pedal Bike | BMW | X3 | Blue | Driving without Due Care and Attention | No Insurance | Woden Road South | Woden Road South | Sandwell | Sandwell | Court | N/A | 52.546752 | -2.0155769 | ||
| 334 | op-snap---monthly-publication-april-2025.pdf | 333 | 2025-04 | Pedal Bike | BMW | X6 | White | Driving without Reasonable Consideration | None | South Road, Stourbridge | South Road, Stourbridge | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 566 | op-snap---monthly-publication-april-2025.pdf | 565 | 2025-04 | Pedal Bike | BMW | M5 | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Friar Park Rd | Friar Park Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5538676 | -1.9965667 | |||
| 1319 | op-snap---monthly-publication-april-2025.pdf | 1318 | 2025-04 | Pedal Bike | BMW | 420 | White | Driving without Due Care and Attention | None | 73 Woden road east | 73 Woden road east | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5607273 | -2.0035558 | ||
| 17235 | op-snap---monthly-publication-march-2025.pdf | 992 | 2025-03 | Pedal Bike | BMW | M3 | Orange | Using a Mobile Phone Whilst Driving | None | Bearwood Road | Bearwood Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4725977 | -1.9684448 | |
| 5209 | op-snap---monthly-publication-february-2025.pdf | 26 | 2025-02 | Pedal Bike | BMW | 3351 | Blue | Driving without Reasonable Consideration | No Insurance | Forge Lane | Forge Lane | Sandwell | Sandwell | Court | N/A | Yes - Via Email | 52.5355846 | -1.9687064 | |
| 5851 | op-snap---monthly-publication-february-2025.pdf | 668 | 2025-02 | Pedal Bike | BMW | 435 | Blue | Driving without Reasonable Consideration | None | A41 The Expressway | The Expressway | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5138709 | -1.9785481 |
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);