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 = "Solihull", month = "2026-02" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 6
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
- Driving without Due Care and Attention 3
- 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
- Using a Mobile Phone Whilst Driving 1
disposal 5
- Warning Letter 4
- Court 2
- NFA 2
- Education 1
- Fixed Penalty 1
reporter_transport_mode 3
- Car 4
- Pedestrian 4
- Pedal Bike 2
vehicle_make 1
- Ford · 10 ✖
month 1
- 2026-02 · 10 ✖
council_area 1
- Solihull · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7254 | op-snap---monthly-publication-february-2026.pdf | 1 | 2026-02 | Pedestrian | Ford | Transit | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Gresolde Road | Gresolde Road | Solihull | Solihull | NFA | Not in Public Interest | ||||
| 7760 | op-snap---monthly-publication-february-2026.pdf | 507 | 2026-02 | Pedestrian | Ford | Transit | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hobbs Moat Road | Hobbs Moat Road | Solihull | Solihull | Warning Letter | N/A | ||||
| 7962 | op-snap---monthly-publication-february-2026.pdf | 709 | 2026-02 | Pedestrian | Ford | Fiesta | Black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Coppice Road | Coppice Road | Solihull | Solihull | Warning Letter | N/A | 52.428932 | -1.7624515 | ||
| 8047 | op-snap---monthly-publication-february-2026.pdf | 794 | 2026-02 | Pedal Bike | Ford | Puma | Red | Driving without Due Care and Attention | None | Hampton Lane | Hampton Lane | Solihull | Solihull | Education | N/A | 52.4190728 | -1.7449943 | ||
| 8267 | op-snap---monthly-publication-february-2026.pdf | 1014 | 2026-02 | Car | Ford | Toureno | Grey | Contravening a Red Traffic Light | None | Warwick Road | Warwick Road | Solihull | Solihull | Warning Letter | N/A | 52.4428606 | -1.812114 | ||
| 8375 | op-snap---monthly-publication-february-2026.pdf | 1122 | 2026-02 | Car | Ford | Fiesta | Purple | Driving without Due Care and Attention | None | Newborough Road | Newborough Road | Solihull | Solihull | Court | N/A | 52.4123031 | -1.83781 | ||
| 8428 | op-snap---monthly-publication-february-2026.pdf | 1175 | 2026-02 | Car | Ford | Transit | White | Misc - Non Traffic Offences | None | Hertford Way | Hertford Way | Solihull | Solihull | NFA | No Offence | 52.3778812 | -1.7427424 | ||
| 8558 | op-snap---monthly-publication-february-2026.pdf | 1305 | 2026-02 | Pedal Bike | Ford | Cmax | Blue | Driving without Due Care and Attention | None | Cranmore Bvd | Cranmore Bvd | Solihull | Solihull | Court | N/A | 52.3947549 | -1.8141729 | ||
| 8611 | op-snap---monthly-publication-february-2026.pdf | 1358 | 2026-02 | Pedestrian | Ford | fiesta | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | stanbrook road | Stanbrook Road | Solihull | Solihull | Warning Letter | N/A | 52.3856249 | -1.7909292 | ||
| 8670 | op-snap---monthly-publication-february-2026.pdf | 1417 | 2026-02 | Car | Ford | Mondeo | Grey | Using a Mobile Phone Whilst Driving | None | M42 SB J5-4 | M42 Southbound J5-4 | Solihull | Solihull | Fixed Penalty | 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);