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-09" 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
reporter_transport_mode 4
- Car 6
- Other 1
- Pedal Bike 1
- Pedestrian 1
disposal 3
- Education 4
- Warning Letter 3
- NFA 2
vehicle_make 1
- Ford · 9 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23797 | op-snap---monthly-publication-september-2025.pdf | 16 | 2025-09 | Car | Ford | Focus | Blue | Driving without Due Care and Attention | None | Lugtrout Lane | Lugtrout Lane | Solihull | Solihull | NFA | Outside of 14 DAYS Late Submission | 52.4227108 | -1.7443257 | ||
| 23947 | op-snap---monthly-publication-september-2025.pdf | 166 | 2025-09 | Car | Ford | Fiesta | Silver | Driving without Due Care and Attention | None | Ulverley Green Road | Ulverley Green Road | Solihull | Solihull | Education | N/A | 52.4367749 | -1.80129 | ||
| 23952 | op-snap---monthly-publication-september-2025.pdf | 171 | 2025-09 | Car | Ford | Transit | Grey | Driving without Due Care and Attention | None | Wagon Lane | Wagon Lane | Solihull | Solihull | Education | N/A | 52.4525076 | -1.7981031 | ||
| 24357 | op-snap---monthly-publication-september-2025.pdf | 576 | 2025-09 | Pedal Bike | Ford | Fiesta | Black | Driving without Due Care and Attention | None | Hob Lane | Hob Lane | Solihull | Solihull | Education | N/A | 52.377539 | -1.6201491 | ||
| 24369 | op-snap---monthly-publication-september-2025.pdf | 588 | 2025-09 | Other | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Compton Close | Compton Close | Solihull | Solihull | Warning Letter | N/A | 52.4167285 | -1.811636 | ||
| 24470 | op-snap---monthly-publication-september-2025.pdf | 689 | 2025-09 | Car | Ford | Transit | White | Contravening a Red Traffic Light | No vehicle excise licence | Stratford Road | Stratford Road | Solihull | Solihull | Education | N/A | 52.4191184 | -1.8326637 | ||
| 24689 | op-snap---monthly-publication-september-2025.pdf | 908 | 2025-09 | Car | Ford | Transit | Blue | Driving without Due Care and Attention | None | Stratford Road Shirley | Stratford Road Shirley | Solihull | Solihull | NFA | No Independent Evidence Available | 52.4171404 | -1.830877 | ||
| 24727 | op-snap---monthly-publication-september-2025.pdf | 946 | 2025-09 | Car | Ford | Transit | White | Driving without Reasonable Consideration | None | Bickenhill Lane / Station Link Road Island | Bickenhill Lane / Station Link Road Island | Solihull | Solihull | Warning Letter | N/A | 52.4490463 | -1.7296897 | ||
| 25570 | op-snap---monthly-publication-september-2025.pdf | 1789 | 2025-09 | Pedestrian | Ford | Fiesta | Blue | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Skelcher Road | Skelcher Road | Solihull | Solihull | Warning Letter | N/A | 52.4131983 | -1.8374138 |
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);