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", offence = "Driving without Reasonable Consideration" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
disposal 3
- Education 4
- NFA 4
- Warning Letter 2
reporter_transport_mode 2
- Pedal Bike 6
- Car 4
vehicle_make 1
- Volkswagen · 10 ✖
offence 1
- Driving without Reasonable Consideration · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24305 | op-snap---monthly-publication-september-2025.pdf | 524 | 2025-09 | Pedal Bike | Volkswagen | Polo | Black | Driving without Reasonable Consideration | None | School Road | School Road | Solihull | Solihull | Education | N/A | 52.3517888 | -1.7783232 | ||
| 24728 | op-snap---monthly-publication-september-2025.pdf | 947 | 2025-09 | Car | Volkswagen | T-Roc | Grey | 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 | ||
| 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 | ||||
| 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 | ||
| 6679 | op-snap---monthly-publication-february-2025.pdf | 1496 | 2025-02 | Pedal Bike | Volkswagen | Tiguan | Black | Driving without Reasonable Consideration | None | Sampson Road | Sampson Road | Solihull | Solihull | Education | N/A | Yes - Via Email | |||
| 9817 | op-snap---monthly-publication-january-2025.pdf | 925 | 2025-01 | Pedal Bike | Volkswagen | Caddy | Silver | Driving without Reasonable Consideration | None | Kineton Road | Kineton Road | Solihull | Solihull | Education | N/A | Yes - Via Email | 52.4332233 | -1.812229 | |
| 10163 | op-snap---monthly-publication-january-2025.pdf | 1271 | 2025-01 | Car | Volkswagen | Golf | Blue | Driving without Reasonable Consideration | None | Bickenhill Parkway | Bickenhill Parkway | Solihull | Solihull | Warning Letter | N/A | Yes - Via Email | 52.4613776 | -1.7252972 | |
| 10480 | op-snap---monthly-publication-january-2025.pdf | 1588 | 2025-01 | Pedal Bike | Volkswagen | Golf | Grey | Driving without Reasonable Consideration | None | Highfield Road | Highfield Road | Solihull | Solihull | Education | N/A | Yes - Via Email | 52.4200729 | -1.8326703 |
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);