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-04" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale, latitude, longitude
offence 5
- Driving without Reasonable Consideration 4
- Driving without Due Care and Attention 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Contravening a Red Traffic Light 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
reporter_transport_mode 3
- Car 6
- Pedal Bike 2
- Pedestrian 1
disposal 2
- NFA 8
- Fixed Penalty 1
vehicle_make 1
- Volkswagen · 9 ✖
month 1
- 2025-04 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 79 | op-snap---monthly-publication-april-2025.pdf | 78 | 2025-04 | Pedestrian | Volkswagen | Golf | Black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Upper Holland Road | Upper Holland Road | Solihull | Solihull | Fixed Penalty | N/A | ||||
| 120 | op-snap---monthly-publication-april-2025.pdf | 119 | 2025-04 | Car | Volkswagen | Troc | Grey | Driving without Due Care and Attention | None | Tilehouse Lane | Tilehouse Lane | Solihull | Solihull | NFA | Out of Force | 52.3826367 | -1.8528465 | ||
| 947 | op-snap---monthly-publication-april-2025.pdf | 946 | 2025-04 | Pedal Bike | Volkswagen | Blue | Driving without Reasonable Consideration | None | Lugtrout Lane , Solihull | Lugtrout Lane , Solihull | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4227108 | -1.7443257 | |||
| 1353 | op-snap---monthly-publication-april-2025.pdf | 1352 | 2025-04 | Pedal Bike | Volkswagen | Silver | Driving without Reasonable Consideration | None | Oak Tree Lane , Selly Oak | Oak Tree Lane , Selly Oak | Solihull | Solihull | NFA | Outside of 14 Days NIP | |||||
| 1561 | op-snap---monthly-publication-april-2025.pdf | 1560 | 2025-04 | Car | Volkswagen | NP | Silver | Driving without Reasonable Consideration | None | Broad Lane ,Sollihull | Broad Lane , Sollihull | Solihull | Solihull | NFA | Outside of 14 Days NIP | ||||
| 1656 | op-snap---monthly-publication-april-2025.pdf | 1655 | 2025-04 | Car | Volkswagen | NP | Black | Contravening a Red Traffic Light | None | Warwick road | Warwick road | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4428606 | -1.812114 | ||
| 1689 | op-snap---monthly-publication-april-2025.pdf | 1688 | 2025-04 | Car | Volkswagen | NP | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Alderton Close | Alderton Close | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4019526 | -1.7842218 | ||
| 1716 | op-snap---monthly-publication-april-2025.pdf | 1715 | 2025-04 | Car | Volkswagen | Golf | Black | Driving without Due Care and Attention | None | warwick road | Warwick Road | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4428606 | -1.812114 | ||
| 1821 | op-snap---monthly-publication-april-2025.pdf | 1820 | 2025-04 | Car | Volkswagen | Golf | White | Driving without Reasonable Consideration | None | Station Road , Dorridge | Station Road , Dorridge | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.3730675 | -1.7534343 |
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);