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'}
13 rows where disposal = "Warning Letter", offence = "Driving without Due Care and Attention" and vehicle_make = "Suzuki" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
council_area 6
- Birmingham 6
- Dudley 2
- Out of Force Area 2
- Coventry 1
- Sandwell 1
- Sutton Coldfield 1
reporter_transport_mode 4
- Car 10
- Other 1
- Pedal Bike 1
- Pedestrian 1
vehicle_make 1
- Suzuki · 13 ✖
offence 1
- Driving without Due Care and Attention · 13 ✖
disposal 1
- Warning Letter · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7974 | op-snap---monthly-publication-february-2026.pdf | 721 | 2026-02 | Car | Suzuki | Alto | Silver | Driving without Due Care and Attention | None | Pages Lane | Pages Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.3954143 | -1.9791764 | ||
| 11028 | op-snap---monthly-publication-january-2026.pdf | 489 | 2026-01 | Other | Suzuki | Vitara | Blue | Driving without Due Care and Attention | None | Castlegate Way | Castlegate Way | Dudley | Dudley | Warning Letter | N/A | 52.5143403 | -2.0723636 | ||
| 23303 | op-snap---monthly-publication-october-2025.pdf | 1253 | 2025-10 | Pedestrian | Suzuki | UZ 125 | Red | Driving without Due Care and Attention | None | Bishopsgate Street | Bishopsgate Street | Birmingham | Birmingham | Warning Letter | N/A | 52.473986 | -1.9147087 | ||
| 23917 | op-snap---monthly-publication-september-2025.pdf | 136 | 2025-09 | Car | Suzuki | GSXS | Black | Driving without Due Care and Attention | None | A449 | A449 | Dudley | Dudley | Warning Letter | N/A | ||||
| 24187 | op-snap---monthly-publication-september-2025.pdf | 406 | 2025-09 | Car | Suzuki | vitara | Grey | Driving without Due Care and Attention | None | Smallheath Highway | Smallheath Highway | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 12390 | op-snap---monthly-publication-july-2025.pdf | 442 | 2025-07 | Car | Suzuki | Swift | Orange | Driving without Due Care and Attention | None | York Road | York Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5231321 | -1.8415573 | ||
| 15052 | op-snap---monthly-publication-june-2025.pdf | 981 | 2025-06 | Pedal Bike | Suzuki | Ignis | White | Driving without Due Care and Attention | None | Herald Avenue | Herald Avenue | Coventry | Coventry | Warning Letter | N/A | 52.4029059 | -1.5541193 | ||
| 19464 | op-snap---monthly-publication-may-2025.pdf | 826 | 2025-05 | Car | Suzuki | Alto | Red | Driving without Due Care and Attention | None | wake green road | Wake Green Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4437078 | -1.8783408 | ||
| 20160 | op-snap---monthly-publication-may-2025.pdf | 1522 | 2025-05 | Car | Suzuki | sx4 | Black | Driving without Due Care and Attention | None | Park Lane West | Park Lane West | Sandwell | Sandwell | Warning Letter | N/A | 52.5227061 | -2.0617482 | ||
| 20221 | op-snap---monthly-publication-may-2025.pdf | 1583 | 2025-05 | Car | Suzuki | SV1000 | Silver | Driving without Due Care and Attention | None | Leicester Road | Leicester Road | Out of Force Area | Out of Force Area | Warning Letter | N/A | 52.5929765 | -2.1404343 | ||
| 20285 | op-snap---monthly-publication-may-2025.pdf | 1647 | 2025-05 | Car | Suzuki | motorcycle | Black | Driving without Due Care and Attention | No Insurance | Out of force | Out of force | Out of Force Area | Out of Force Area | Warning Letter | N/A | ||||
| 5468 | op-snap---monthly-publication-february-2025.pdf | 285 | 2025-02 | Car | Suzuki | BALENO | White | Driving without Due Care and Attention | None | A38 | A38 | Sutton Coldfield | Sutton Coldfield | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | |||
| 10361 | op-snap---monthly-publication-january-2025.pdf | 1469 | 2025-01 | Car | Suzuki | Swift | Grey | Driving without Due Care and Attention | None | Lozells Rd | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.502683 | -1.9033516 |
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);