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 = "Car" and vehicle_make = "Tesla" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 7
disposal 4
- Fixed Penalty 4
- NFA 4
- Education 1
- Warning Letter 1
vehicle_make 1
- Tesla · 10 ✖
reporter_transport_mode 1
- Car · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3887 | op-snap---monthly-publication-december-2025.pdf | 15 | 2025-12 | Car | Tesla | model Y | White | Contravening a Red Traffic Light | None | Monkspath Interchange | Monkspath Interchange | Solihull | Solihull | NFA | No Independent Evidence Available | 52.3792737 | -1.7869373 | ||
| 22547 | op-snap---monthly-publication-october-2025.pdf | 497 | 2025-10 | Car | Tesla | Model 3 | Black | Contravening a Red Traffic Light | None | Lode Lane | Lode Lane | Solihull | Solihull | NFA | No Offence | 52.4149064 | -1.7832364 | ||
| 2451 | op-snap---monthly-publication-august-2025.pdf | 426 | 2025-08 | Car | Tesla | Model Y | Grey | Using a Mobile Phone Whilst Driving | None | Stratford Road | Stratford Road | Solihull | Solihull | Fixed Penalty | N/A | 52.4191184 | -1.8326637 | ||
| 13351 | op-snap---monthly-publication-july-2025.pdf | 1403 | 2025-07 | Car | Tesla | Model Y | White | Cause vehicle to be left in a dangerous position | None | Monastery Drive | Monastery Drive | Solihull | Solihull | Warning Letter | N/A | 52.4247635 | -1.8069503 | ||
| 15731 | op-snap---monthly-publication-june-2025.pdf | 1660 | 2025-06 | Car | Tesla | Model Y | White | Using a Mobile Phone Whilst Driving | None | M42 motorway | M42 motorway | Solihull | Solihull | Fixed Penalty | N/A | ||||
| 16129 | op-snap---monthly-publication-june-2025.pdf | 2058 | 2025-06 | Car | Tesla | model 3 | White | Misc - Non Traffic Offences | None | Station Road | Station Road | Solihull | Solihull | NFA | No Independent Evidence Available | 52.3927253 | -1.6455823 | ||
| 2010 | op-snap---monthly-publication-april-2025.pdf | 2009 | 2025-04 | Car | Tesla | NP | Grey | Fail to display front VRM plate | None | Rumbush lane , SOlihull | Rumbush lane , SOlihull | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.3833759 | -1.8366991 | ||
| 5186 | op-snap---monthly-publication-february-2025.pdf | 3 | 2025-02 | Car | Tesla | 100d | Grey | VRM fails to conform to Regulations | None | Blossomfield Rd | Blossomfield Road | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.4144779 | -1.7848758 | |
| 5493 | op-snap---monthly-publication-february-2025.pdf | 310 | 2025-02 | Car | Tesla | Model 3 | White | Driving without Due Care and Attention | None | Lode Lane | Lode Lane | Solihull | Solihull | Education | N/A | Yes - Via Email | 52.4149064 | -1.7832364 | |
| 9564 | op-snap---monthly-publication-january-2025.pdf | 672 | 2025-01 | Car | Tesla | Model Y | Grey | VRM fails to conform to Regulations | None | M42 towards A45 junction | M42 towards A45 junction | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email |
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);