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", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
disposal 4
- Warning Letter 4
- Education 2
- Fixed Penalty 2
- NFA 2
vehicle_make 1
- Vauxhall · 10 ✖
reporter_transport_mode 1
- Pedal Bike · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7785 | op-snap---monthly-publication-february-2026.pdf | 532 | 2026-02 | Pedal Bike | Vauxhall | Astra | Silver | Driving without Due Care and Attention | None | High Street, Hampton in Arden | High Street, Hampton in Arden | Solihull | Solihull | NFA | No Offence | 52.4291828 | -1.7000245 | ||
| 8350 | op-snap---monthly-publication-february-2026.pdf | 1097 | 2026-02 | Pedal Bike | Vauxhall | Astra | Grey | Driving without Due Care and Attention | None | Cornets End Lane | Cornets End Lane | Solihull | Solihull | Warning Letter | N/A | 52.4269547 | -1.6668911 | ||
| 11924 | op-snap---monthly-publication-january-2026.pdf | 1385 | 2026-01 | Pedal Bike | Vauxhall | Astra | Red | Driving without Due Care and Attention | None | B4102 Solihull Road | Solihull Road | Solihull | Solihull | Education | N/A | 52.4114159 | -1.8197732 | ||
| 23965 | op-snap---monthly-publication-september-2025.pdf | 184 | 2025-09 | Pedal Bike | Vauxhall | Insignia | Silver | Driving without Reasonable Consideration | None | Station Road Marston Green | Station Road Marston Green | Solihull | Solihull | Warning Letter | N/A | 52.4667342 | -1.747421 | ||
| 3142 | op-snap---monthly-publication-august-2025.pdf | 1117 | 2025-08 | Pedal Bike | Vauxhall | Vivaro | Grey | Driving without Reasonable Consideration | None | Streetsbrook Road | Streetsbrook Road | Solihull | Solihull | Education | N/A | 52.4223176 | -1.8253145 | ||
| 12241 | op-snap---monthly-publication-july-2025.pdf | 293 | 2025-07 | Pedal Bike | Vauxhall | Meriva | White | Driving without Due Care and Attention | None | Linden Road | Linden Road | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 20417 | op-snap---monthly-publication-may-2025.pdf | 1779 | 2025-05 | Pedal Bike | Vauxhall | Vivaro | White | Driving without Due Care and Attention | None | Sharmans Cross Road | Sharmans Cross Road | Solihull | Solihull | Warning Letter | N/A | 52.4167172 | -1.7990388 | ||
| 5690 | op-snap---monthly-publication-february-2025.pdf | 507 | 2025-02 | Pedal Bike | Vauxhall | Astra | Red | Driving without Reasonable Consideration | None | Box Tree Road, Solihul | Box Tree Road, Solihul | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | |||
| 7184 | op-snap---monthly-publication-february-2025.pdf | 2001 | 2025-02 | Pedal Bike | Vauxhall | Astra | White | Driving without Reasonable Consideration | None | Stretton Road | Stretton Road | Solihull | Solihull | Warning Letter | N/A | Yes - Via Email | 52.3968954 | -1.8276508 | |
| 9771 | op-snap---monthly-publication-january-2025.pdf | 879 | 2025-01 | Pedal Bike | Vauxhall | Astra | Black | Driving without Due Care and Attention | None | Dickens Heath Road | Dickens Heath Road | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.3875525 | -1.8339426 |
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);