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" and vehicle_make = "Mg" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location, nfa_rationale
month 10
offence 5
reporter_transport_mode 4
- Car 4
- Pedestrian 4
- Pedal Bike 2
- Lorry 1
disposal 4
- Fixed Penalty 4
- Warning Letter 4
- Education 2
- NFA 1
vehicle_make 1
- Mg · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8839 | op-snap---monthly-publication-february-2026.pdf | 1586 | 2026-02 | Pedestrian | Mg | 3 | Silver | Cause vehicle to be left in a dangerous position | None | Berwood Road | Berwood Road | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 11932 | op-snap---monthly-publication-january-2026.pdf | 1393 | 2026-01 | Car | Mg | HS | Blue | Cause vehicle to be left in a dangerous position | None | berwood road | Berwood Road | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 4223 | op-snap---monthly-publication-december-2025.pdf | 351 | 2025-12 | Pedestrian | Mg | HS | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Barncroft Road | Barncroft Road | Sandwell | Sandwell | Warning Letter | N/A | 52.5061545 | -2.0570005 | ||
| 22125 | op-snap---monthly-publication-october-2025.pdf | 75 | 2025-10 | Car | Mg | HS | Silver | Driving without Due Care and Attention | None | Portway Hill | Portway Hill | Sandwell | Sandwell | Fixed Penalty | N/A | 52.4990342 | -2.0424359 | ||
| 24646 | op-snap---monthly-publication-september-2025.pdf | 865 | 2025-09 | Pedal Bike | Mg | ZS | Black | Driving without Due Care and Attention | None | Walsall Road | Walsall Road | Sandwell | Sandwell | Education | N/A | 52.5439824 | -1.9306805 | ||
| 12525 | op-snap---monthly-publication-july-2025.pdf | 577 | 2025-07 | Pedal Bike | Mg | 3 | Silver | Driving without Due Care and Attention | None | Hagley Road West | Hagley Road West | Sandwell | Sandwell | Education | N/A | 52.4634145 | -1.9969046 | ||
| 15615 | op-snap---monthly-publication-june-2025.pdf | 1544 | 2025-06 | Lorry | Mg | Trophy | Grey | Driving without Due Care and Attention | None | M5 SB | M5 Southbound | Sandwell | Sandwell | Fixed Penalty | N/A | ||||
| 1123 | op-snap---monthly-publication-april-2025.pdf | 1122 | 2025-04 | Car | Mg | ZS | Blue | Using a Mobile Phone Whilst Driving | None | Portway Road , Rowley Regis | Portway Road , Rowley Regis | Sandwell | Sandwell | Fixed Penalty | N/A | ||||
| 1734 | op-snap---monthly-publication-april-2025.pdf | 1733 | 2025-04 | Car | Mg | NP | Black | Driving without Reasonable Consideration | None | Stanhope Road , Smethwick | Stanhope Road , Smethwick | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4856586 | -1.9704663 | ||
| 18125 | op-snap---monthly-publication-march-2025.pdf | 1882 | 2025-03 | Pedestrian | Mg | 5 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Castle Road East Oldbury | Castle Road East Oldbury | Sandwell | Sandwell | Warning Letter | N/A | Yes - Via Email | |||
| 7100 | op-snap---monthly-publication-february-2025.pdf | 1917 | 2025-02 | Pedestrian | Mg | 5 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Castle Road East | Castle Road East | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4687472 | -1.9893922 |
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);