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 month = "2025-11" and vehicle_make = "Suzuki" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
offence 7
- Using a Mobile Phone Whilst Driving 3
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
- Driving without Due Care and Attention 2
- Contravening a Red Traffic Light 1
- Misc - Non Traffic Offences 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
- Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
reporter_transport_mode 4
- Car 6
- Pedal Bike 2
- Pedestrian 2
- Other 1
disposal 4
- Warning Letter 4
- Fixed Penalty 3
- NFA 3
- Education 1
council_area 4
- Birmingham 7
- Coventry 2
- Dudley 1
- Out of Force Area 1
vehicle_make 1
- Suzuki · 11 ✖
month 1
- 2025-11 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20658 | op-snap---monthly-publication-november-2025.pdf | 200 | 2025-11 | Car | Suzuki | Vitara | Yellow | Driving without Due Care and Attention | None | Tile Hill Lane | Tile Hill Lane | Coventry | Coventry | Fixed Penalty | N/A | 52.4041117 | -1.5595662 | ||
| 20767 | op-snap---monthly-publication-november-2025.pdf | 309 | 2025-11 | Pedal Bike | Suzuki | Swift | Grey | Using a Mobile Phone Whilst Driving | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4470686 | -1.8880749 | ||
| 20792 | op-snap---monthly-publication-november-2025.pdf | 334 | 2025-11 | Pedal Bike | Suzuki | Swift | Silver | Driving without Due Care and Attention | None | Frankley Beeches Road | Frankley Beeches Road | Birmingham | Birmingham | Education | N/A | 52.4094108 | -1.9930633 | ||
| 20857 | op-snap---monthly-publication-november-2025.pdf | 399 | 2025-11 | Car | Suzuki | Ibiza | Grey | Using a Mobile Phone Whilst Driving | None | Queensbridge Road | Queensbridge Road | Birmingham | Birmingham | NFA | No Offence | 52.4415108 | -1.8971434 | ||
| 20982 | op-snap---monthly-publication-november-2025.pdf | 524 | 2025-11 | Pedestrian | Suzuki | Celerio | White | Using a Mobile Phone Whilst Driving | None | Hill Street | Hill Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4777765 | -1.901321 | ||
| 21008 | op-snap---monthly-publication-november-2025.pdf | 550 | 2025-11 | Car | Suzuki | Swift | Red | Contravening a Red Traffic Light | None | Blakedown Road | Blakedown Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4405157 | -2.0638003 | ||
| 21108 | op-snap---monthly-publication-november-2025.pdf | 650 | 2025-11 | Pedestrian | Suzuki | Ignis | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Metchley Lane | Metchley Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4552055 | -1.9461279 | ||
| 21133 | op-snap---monthly-publication-november-2025.pdf | 675 | 2025-11 | Car | Suzuki | Vitara | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Audley Road | Audley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4876917 | -1.7963729 | ||
| 21154 | op-snap---monthly-publication-november-2025.pdf | 696 | 2025-11 | Car | Suzuki | Swift | Grey | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Warwick Road | Warwick Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4555288 | -1.8613929 | ||
| 21156 | op-snap---monthly-publication-november-2025.pdf | 698 | 2025-11 | Car | Suzuki | Alto | Pink | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Fenton Road | Fenton Road | Coventry | Coventry | Warning Letter | N/A | 52.4331816 | -1.5630141 | ||
| 21249 | op-snap---monthly-publication-november-2025.pdf | 791 | 2025-11 | Other | Suzuki | Swift | Black | Misc - Non Traffic Offences | None | mery hill shopping center | Mery Hill Shopping Center | Dudley | Dudley | NFA | Misc Inc Crimes |
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);