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'}
12 rows where council_area = "Solihull", month = "2025-07" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 5
disposal 4
- Education 4
- Warning Letter 4
- Fixed Penalty 3
- NFA 1
reporter_transport_mode 3
- Car 7
- Pedal Bike 3
- Pedestrian 2
vehicle_make 1
- Ford · 12 ✖
month 1
- 2025-07 · 12 ✖
council_area 1
- Solihull · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11956 | op-snap---monthly-publication-july-2025.pdf | 8 | 2025-07 | Car | Ford | Transit | White | Drive on hard shoulder | None | M42 J6 | M42 J6 | Solihull | Solihull | Education | N/A | ||||
| 12029 | op-snap---monthly-publication-july-2025.pdf | 81 | 2025-07 | Car | Ford | Fiesta | Black | Contravening a Red Traffic Light | None | Bills Lane, Shirley | Bills Lane, Shirley | Solihull | Solihull | Warning Letter | N/A | 52.4054849 | -1.8281697 | ||
| 12038 | op-snap---monthly-publication-july-2025.pdf | 90 | 2025-07 | Pedal Bike | Ford | Transit | White | Driving without Due Care and Attention | None | Olton Road | Olton Road | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4193964 | -1.8252207 | ||
| 12080 | op-snap---monthly-publication-july-2025.pdf | 132 | 2025-07 | Car | Ford | Fiesta | Black | Using a Mobile Phone Whilst Driving | None | Stratford Road | Stratford Road | Solihull | Solihull | Fixed Penalty | N/A | 52.4191184 | -1.8326637 | ||
| 12174 | op-snap---monthly-publication-july-2025.pdf | 226 | 2025-07 | Pedal Bike | Ford | B-Max | Blue | Driving without Due Care and Attention | None | Streetsbrook Road | Streetsbrook Road | Solihull | Solihull | Education | N/A | 52.4223176 | -1.8253145 | ||
| 12252 | op-snap---monthly-publication-july-2025.pdf | 304 | 2025-07 | Pedestrian | Ford | Ranger | Grey | Using a Mobile Phone Whilst Driving | None | Grange Road | Grange Road | Solihull | Solihull | Fixed Penalty | N/A | 52.4285724 | -1.8019101 | ||
| 12370 | op-snap---monthly-publication-july-2025.pdf | 422 | 2025-07 | Pedal Bike | Ford | Fiesta | Blue | Driving without Reasonable Consideration | None | Friday Lane | Friday Lane | Solihull | Solihull | Education | N/A | 52.4142542 | -1.7217662 | ||
| 12477 | op-snap---monthly-publication-july-2025.pdf | 529 | 2025-07 | Car | Ford | Kuga | Silver | Driving without Due Care and Attention | None | Oakenshaw Road | Oakenshaw Road | Solihull | Solihull | Warning Letter | N/A | 52.4017754 | -1.8151522 | ||
| 12742 | op-snap---monthly-publication-july-2025.pdf | 794 | 2025-07 | Car | Ford | Fiesta | White | Driving without Due Care and Attention | None | M42 Motorway | M42 Motorway | Solihull | Solihull | Education | N/A | ||||
| 13025 | op-snap---monthly-publication-july-2025.pdf | 1077 | 2025-07 | Car | Ford | Fiesta | Blue | Contravening a Red Traffic Light | No Insurance | Wagon Lane | Wagon Lane | Solihull | Solihull | Fixed Penalty | N/A | 52.4525076 | -1.7981031 | ||
| 13536 | op-snap---monthly-publication-july-2025.pdf | 1588 | 2025-07 | Pedestrian | Ford | focus | Silver | Driving without Due Care and Attention | None | Falstaff road | Falstaff road | Solihull | Solihull | Warning Letter | N/A | 52.4042425 | -1.8243195 | ||
| 14013 | op-snap---monthly-publication-july-2025.pdf | 2065 | 2025-07 | Car | Ford | Transit | Green | Driving without Due Care and Attention | None | M42 Junction 5 | M42 Junction 5 | 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);