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", offence = "Driving without Due Care and Attention" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
disposal 4
- Education 3
- NFA 3
- Warning Letter 2
- Court 1
reporter_transport_mode 2
- Car 7
- Pedal Bike 2
vehicle_make 1
- Honda · 9 ✖
offence 1
- Driving without Due Care and Attention · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10645 | op-snap---monthly-publication-january-2026.pdf | 106 | 2026-01 | Car | Honda | Blue | Driving without Due Care and Attention | None | New Road | New Road | Solihull | Solihull | NFA | No Independent Evidence Available | 52.4119526 | -1.773235 | |||
| 4760 | op-snap---monthly-publication-december-2025.pdf | 888 | 2025-12 | Car | Honda | CRV | Blue | Driving without Due Care and Attention | None | Oakenshaw Road | Oakenshaw Road | Solihull | Solihull | Education | N/A | 52.4017754 | -1.8151522 | ||
| 22586 | op-snap---monthly-publication-october-2025.pdf | 536 | 2025-10 | Car | Honda | CRV | White | Driving without Due Care and Attention | None | Balsall Common | Balsall Common | Solihull | Solihull | Warning Letter | N/A | 52.3902971 | -1.648477 | ||
| 24020 | op-snap---monthly-publication-september-2025.pdf | 239 | 2025-09 | Pedal Bike | Honda | Civic | Black | Driving without Due Care and Attention | None | Sampson Road | Sampson Road | Solihull | Solihull | NFA | No Offence | ||||
| 2840 | op-snap---monthly-publication-august-2025.pdf | 815 | 2025-08 | Car | Honda | JAZZ | Red | Driving without Due Care and Attention | None | B4102 | B4102 | Solihull | Solihull | Education | N/A | 52.4045574 | -1.8056034 | ||
| 12121 | op-snap---monthly-publication-july-2025.pdf | 173 | 2025-07 | Pedal Bike | Honda | Jazz | Blue | Driving without Due Care and Attention | None | Dorchester Road | Dorchester Road | Solihull | Solihull | Court | N/A | 52.4157911 | -1.7926505 | ||
| 14325 | op-snap---monthly-publication-june-2025.pdf | 254 | 2025-06 | Car | Honda | Civic | Blue | Driving without Due Care and Attention | None | Dingle Lane | Dingle Lane | Solihull | Solihull | Warning Letter | N/A | 52.4044204 | -1.7965379 | ||
| 15066 | op-snap---monthly-publication-june-2025.pdf | 995 | 2025-06 | Car | Honda | Civic | Silver | Driving without Due Care and Attention | None | Silhill Hall Road | Silhill Hall Road | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4201252 | -1.7916238 | ||
| 16718 | op-snap---monthly-publication-march-2025.pdf | 475 | 2025-03 | Car | Honda | Jazz | Grey | Driving without Due Care and Attention | None | B4102 Blossomfield Road | Blossomfield Road | Solihull | Solihull | Education | N/A | Yes - Via Email | 52.4144779 | -1.7848758 |
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);