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", offence = "Driving without Due Care and Attention" and reporter_transport_mode = "Pedestrian" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, nfa_rationale
vehicle_make 6
- BMW 2
- Mercedes-Benz 2
- Toyota 2
- Suzuki 1
- Vauxhall 1
- Volkswagen 1
disposal 5
- NFA 4
- Warning Letter 3
- Education 1
- Fixed Penalty 1
- RTC - Actioned 1
reporter_transport_mode 1
- Pedestrian · 10 ✖
offence 1
- Driving without Due Care and Attention · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8782 | op-snap---monthly-publication-february-2026.pdf | 1529 | 2026-02 | Pedestrian | BMW | 118.. | Blue | Driving without Due Care and Attention | None | Perry Street at Potters Lane Wednesbury | Perry Street at Potters Lane Wednesbury | Sandwell | Sandwell | Warning Letter | N/A | 52.5004634 | -1.9710382 | ||
| 20805 | op-snap---monthly-publication-november-2025.pdf | 347 | 2025-11 | Pedestrian | Volkswagen | Crafter | Grey | Driving without Due Care and Attention | None | Market Place | Market Place | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5303627 | -2.0353018 | ||
| 22305 | op-snap---monthly-publication-october-2025.pdf | 255 | 2025-10 | Pedestrian | BMW | M140.. | Yellow | Driving without Due Care and Attention | None | Upper High Street Wednesbury | Upper High Street Wednesbury | Sandwell | Sandwell | Warning Letter | N/A | 52.5533962 | -2.0204699 | ||
| 2376 | op-snap---monthly-publication-august-2025.pdf | 351 | 2025-08 | Pedestrian | Toyota | Aygo | Blue | Driving without Due Care and Attention | None | Pemberton Road | Pemberton Road | Sandwell | Sandwell | RTC - Actioned | N/A | 52.532711 | -2.0141822 | ||
| 2694 | op-snap---monthly-publication-august-2025.pdf | 669 | 2025-08 | Pedestrian | Mercedes-Benz | CLA220 | Grey | Driving without Due Care and Attention | None | M5 South | M5 South | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5228877 | -2.0650728 | ||
| 2803 | op-snap---monthly-publication-august-2025.pdf | 778 | 2025-08 | Pedestrian | Toyota | Corolla | Silver | Driving without Due Care and Attention | None | High Street Smethwick | High Street Smethwick | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.4955266 | -1.9697742 | ||
| 3000 | op-snap---monthly-publication-august-2025.pdf | 975 | 2025-08 | Pedestrian | Mercedes-Benz | E200 | White | Driving without Due Care and Attention | None | M5 North | M5 North | Sandwell | Sandwell | Warning Letter | N/A | 52.5274455 | -2.0298903 | ||
| 12600 | op-snap---monthly-publication-july-2025.pdf | 652 | 2025-07 | Pedestrian | Vauxhall | Corsa | White | Driving without Due Care and Attention | None | M5 Motorway J1 | M5 Motorway J1 | Sandwell | Sandwell | Education | N/A | ||||
| 12828 | op-snap---monthly-publication-july-2025.pdf | 880 | 2025-07 | Pedestrian | Suzuki | Jimmy | Blue | Driving without Due Care and Attention | None | Red House Avenue | Red House Avenue | Sandwell | Sandwell | NFA | No Offence | 52.5540383 | -2.0075594 | ||
| 18007 | op-snap---monthly-publication-march-2025.pdf | 1764 | 2025-03 | Pedestrian | NP | Driving without Due Care and Attention | None | Kendrick Way | Kendrick Way | Sandwell | Sandwell | NFA | No VRM | Yes - Via Email |
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);