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", month = "2025-09" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 6
- Driving without Due Care and Attention 4
- Cause unnecessary obstruction by motor vehicle 2
- Contravening a Red Traffic Light 1
- DMroivtionrg v wehitihcoleu fta Dilu teo Ccoamrep alyn dw Aittht eenntdioonrsable 1
- Driving a vehicle wholly or partly on a footpath 1
- Driving without Reasonable Consideration 1
disposal 5
- Warning Letter 3
- Education 2
- Fixed Penalty 2
- NFA 2
- Court 1
reporter_transport_mode 4
- Car 5
- Pedal Bike 2
- Pedestrian 2
- Lorry 1
vehicle_make 1
- Mercedes-Benz · 10 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23995 | op-snap---monthly-publication-september-2025.pdf | 214 | 2025-09 | Car | Mercedes-Benz | Citan | Silver | Driving without Due Care and Attention | No Insurance | Spring Street Tipton | Spring Street Tipton | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5296804 | -2.0574857 | ||
| 24064 | op-snap---monthly-publication-september-2025.pdf | 283 | 2025-09 | Lorry | Mercedes-Benz | A250 | Black | DMroivtionrg v wehitihcoleu fta Dilu teo Ccoamrep alyn dw Aittht eenntdioonrsable | None | M6 J8 SB | M6 J8 Southbound | Sandwell | Sandwell | Warning Letter | N/A | 52.6760749 | -2.0862582 | ||
| 24119 | op-snap---monthly-publication-september-2025.pdf | 338 | 2025-09 | Pedal Bike | Mercedes-Benz | C220 | Black | Driving without Due Care and Attention | None | Tat Bank Road | Tat Bank Road | Sandwell | Sandwell | Education | N/A | 52.4979925 | -2.0082232 | ||
| 24273 | op-snap---monthly-publication-september-2025.pdf | 492 | 2025-09 | Car | Mercedes-Benz | Sprinter | Blue | Driving a vehicle wholly or partly on a footpath | None | A41 Birmingham Road | Birmingham Road | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5461417 | -1.9334193 | ||
| 24292 | op-snap---monthly-publication-september-2025.pdf | 511 | 2025-09 | Car | Mercedes-Benz | C250.. | Silver | Driving without Due Care and Attention | No Insurance | Londonderry Lane | Londonderry Lane | Sandwell | Sandwell | Court | N/A | 52.4910374 | -1.9779539 | ||
| 24629 | op-snap---monthly-publication-september-2025.pdf | 848 | 2025-09 | Car | Mercedes-Benz | GLC220 | White | Driving without Reasonable Consideration | None | High Street | High Street | Sandwell | Sandwell | Education | N/A | 52.5128738 | -1.9842054 | ||
| 24779 | op-snap---monthly-publication-september-2025.pdf | 998 | 2025-09 | Car | Mercedes-Benz | Black | Contravening a Red Traffic Light | None | Halfords Lane | Halfords Lane | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5067852 | -1.9656866 | |||
| 24944 | op-snap---monthly-publication-september-2025.pdf | 1163 | 2025-09 | Pedal Bike | Mercedes-Benz | E220 | Grey | Driving without Due Care and Attention | None | High Street | High Street | Sandwell | Sandwell | NFA | No Offence | 52.5128738 | -1.9842054 | ||
| 25365 | op-snap---monthly-publication-september-2025.pdf | 1584 | 2025-09 | Pedestrian | Mercedes-Benz | Viano | Silver | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Castle Road East | Castle Road East | Sandwell | Sandwell | Warning Letter | N/A | 52.4687472 | -1.9893922 | ||
| 25616 | op-snap---monthly-publication-september-2025.pdf | 1835 | 2025-09 | Pedestrian | Mercedes-Benz | amg | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Abbey Road | Abbey Road | Sandwell | Sandwell | Warning Letter | N/A | 52.47753 | -1.9774758 |
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);