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'}
9 rows where council_area = "Solihull", month = "2025-10" and vehicle_make = "Ford" 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
disposal 4
- NFA 4
- Warning Letter 3
- Education 1
- Fixed Penalty 1
reporter_transport_mode 3
- Car 6
- Pedestrian 2
- Pedal Bike 1
offence 3
vehicle_make 1
- Ford · 9 ✖
month 1
- 2025-10 · 9 ✖
council_area 1
- Solihull · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22267 | op-snap---monthly-publication-october-2025.pdf | 217 | 2025-10 | Car | Ford | Transit | White | Driving without Due Care and Attention | None | M42 Motorway northbound 5-6 | M42 Motorway northbound 5-6 | Solihull | Solihull | NFA | No VRM | ||||
| 22445 | op-snap---monthly-publication-october-2025.pdf | 395 | 2025-10 | Car | Ford | KA | White | Contravening a Red Traffic Light | None | Hasluck Green Road | Hasluck Green Road | Solihull | Solihull | Fixed Penalty | N/A | ||||
| 22626 | op-snap---monthly-publication-october-2025.pdf | 576 | 2025-10 | Car | Ford | C-Max | Red | Driving without Due Care and Attention | None | M42 4-3a | M42 4-3a | Solihull | Solihull | NFA | No Offence | 52.3757082 | -1.7893409 | ||
| 22752 | op-snap---monthly-publication-october-2025.pdf | 702 | 2025-10 | Pedestrian | Ford | Kuga | White | Driving without Due Care and Attention | Use vehicle on a road without valid test certificate | Longmore Road, Shirley | Longmore Road, Shirley | Solihull | Solihull | NFA | No Offence | 52.4078616 | -1.8211577 | ||
| 22922 | op-snap---monthly-publication-october-2025.pdf | 872 | 2025-10 | Pedal Bike | Ford | Focus | Grey | Driving without Due Care and Attention | None | School Road | School Road | Solihull | Solihull | Warning Letter | N/A | 52.3517888 | -1.7783232 | ||
| 22931 | op-snap---monthly-publication-october-2025.pdf | 881 | 2025-10 | Car | Ford | Transit | Silver | Driving without Due Care and Attention | None | M42 SB J5 | M42 Southbound J5 | Solihull | Solihull | Education | N/A | ||||
| 23011 | op-snap---monthly-publication-october-2025.pdf | 961 | 2025-10 | Pedestrian | Ford | Puma | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hertford Way | Hertford Way | Solihull | Solihull | Warning Letter | N/A | 52.3778812 | -1.7427424 | ||
| 23028 | op-snap---monthly-publication-october-2025.pdf | 978 | 2025-10 | Car | Ford | Fiesta | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hertford Way | Hertford Way | Solihull | Solihull | NFA | No Offence | 52.3778812 | -1.7427424 | ||
| 23360 | op-snap---monthly-publication-october-2025.pdf | 1310 | 2025-10 | Car | Ford | galaxy | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | shapel fields road | Shapel Fields Road | Solihull | Solihull | Warning Letter | N/A |
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);