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 council_area = "Sandwell", month = "2025-01" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 6
disposal 5
- Fixed Penalty 6
- NFA 2
- Court 1
- Education 1
- Warning Letter 1
reporter_transport_mode 2
- Car 7
- Pedestrian 4
vehicle_make 1
- Mercedes-Benz · 11 ✖
month 1
- 2025-01 · 11 ✖
council_area 1
- Sandwell · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9036 | op-snap---monthly-publication-january-2025.pdf | 144 | 2025-01 | Car | Mercedes-Benz | Sprinter | White | Driving without Due Care and Attention | None | All Saints Way | All Saints Way | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.5344405 | -1.985568 | |
| 9487 | op-snap---monthly-publication-january-2025.pdf | 595 | 2025-01 | Car | Mercedes-Benz | Sprinter | Blue | Using a Mobile Phone Whilst Driving | None | Causeway Green Road | Causeway Green Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4831146 | -2.0169818 | |
| 9505 | op-snap---monthly-publication-january-2025.pdf | 613 | 2025-01 | Car | Mercedes-Benz | E CLASS | Black | Driving without Due Care and Attention | None | FACTOR ROAD | Factor Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | |||
| 9624 | op-snap---monthly-publication-january-2025.pdf | 732 | 2025-01 | Car | Mercedes-Benz | Sprinter | White | Misc - Non Traffic Offences | None | Island Road | Island Road | Sandwell | Sandwell | NFA | No Offence | Yes - Via Email | 52.4634433 | -1.9965278 | |
| 9639 | op-snap---monthly-publication-january-2025.pdf | 747 | 2025-01 | Car | Mercedes-Benz | E250 | Silver | Contravening a Red Traffic Light | None | Wolverhampton Road | Wolverhampton Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4702299 | -1.9948976 | |
| 9869 | op-snap---monthly-publication-january-2025.pdf | 977 | 2025-01 | Car | Mercedes-Benz | C220 | Black | Using a Mobile Phone Whilst Driving | None | Wolverhampton Road | Wolverhampton Road | Sandwell | Sandwell | NFA | No Offence | Yes - Via Email | 52.4702299 | -1.9948976 | |
| 9906 | op-snap---monthly-publication-january-2025.pdf | 1014 | 2025-01 | Pedestrian | Mercedes-Benz | Silver | Cause vehicle to be left in a dangerous position | None | Castle Road East | Castle Road East | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4687472 | -1.9893922 | ||
| 9907 | op-snap---monthly-publication-january-2025.pdf | 1015 | 2025-01 | Pedestrian | Mercedes-Benz | B180 | Silver | Cause vehicle to be left in a dangerous position | None | Castle Road East | Castle Road East | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4687472 | -1.9893922 | |
| 10195 | op-snap---monthly-publication-january-2025.pdf | 1303 | 2025-01 | Car | Mercedes-Benz | C220 | Silver | Driving without Due Care and Attention | None | BLACK COUNTRY NEW ROAD | Black Country New Road | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5527191 | -2.0312967 | |
| 10285 | op-snap---monthly-publication-january-2025.pdf | 1393 | 2025-01 | Pedestrian | Mercedes-Benz | V220 | Black | Cause vehicle to be left in a dangerous position | VRM fails to conform to Regulations | Clent Road, Oldbury | Clent Road, Oldbury | Sandwell | Sandwell | Court | N/A | Yes - Via Email | |||
| 10454 | op-snap---monthly-publication-january-2025.pdf | 1562 | 2025-01 | Pedestrian | Mercedes-Benz | GLC 220 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Clent Road | Clent Road | Sandwell | Sandwell | Warning Letter | N/A | Yes - Via Email | 52.4725947 | -1.9952306 |
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);