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'}
11 rows where month = "2025-06", reporter_transport_mode = "Car" and vehicle_make = "Tesla" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
offence 7
- Driving without Due Care and Attention 3
- Contravening a Red Traffic Light 2
- Using a Mobile Phone Whilst Driving 2
- Driving without Reasonable Consideration 1
- Misc - Non Traffic Offences 1
- Use a motor vehicle / trailer in a condition likely to cause danger of injury 1
- VRM fails to conform to Regulations 1
disposal 5
- NFA 5
- Education 2
- Fixed Penalty 2
- Court 1
- Warning Letter 1
council_area 4
- Birmingham 6
- Coventry 2
- Solihull 2
- Halesowen 1
vehicle_make 1
- Tesla · 11 ✖
reporter_transport_mode 1
- Car · 11 ✖
month 1
- 2025-06 · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14734 | op-snap---monthly-publication-june-2025.pdf | 663 | 2025-06 | Car | Tesla | Model 3 | White | Using a Mobile Phone Whilst Driving | None | Manor Way | Manor Way | Halesowen | Halesowen | Fixed Penalty | N/A | 52.5203602 | -1.824434 | ||
| 14869 | op-snap---monthly-publication-june-2025.pdf | 798 | 2025-06 | Car | Tesla | Model Y | White | Driving without Due Care and Attention | None | Walsall Road | Walsall Road | Birmingham | Birmingham | Education | N/A | 52.5919543 | -1.8517118 | ||
| 14898 | op-snap---monthly-publication-june-2025.pdf | 827 | 2025-06 | Car | Tesla | Model Y | White | Driving without Due Care and Attention | None | Northfield Road | Northfield Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4167654 | -1.9411244 | ||
| 15059 | op-snap---monthly-publication-june-2025.pdf | 988 | 2025-06 | Car | Tesla | Grey | Driving without Due Care and Attention | None | Quinton Road | Quinton Road | Coventry | Coventry | Education | N/A | 52.4028847 | -1.5082329 | |||
| 15100 | op-snap---monthly-publication-june-2025.pdf | 1029 | 2025-06 | Car | Tesla | Y Long | White | Contravening a Red Traffic Light | None | Waste Lane | Waste Lane | Coventry | Coventry | Court | N/A | 52.437361 | -1.5371291 | ||
| 15121 | op-snap---monthly-publication-june-2025.pdf | 1050 | 2025-06 | Car | Tesla | Model Y | White | Driving without Reasonable Consideration | None | M6 Jn5 | M6 Jn5 | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 15216 | op-snap---monthly-publication-june-2025.pdf | 1145 | 2025-06 | Car | Tesla | Model 3 | Black | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | Curzon Street | Curzon Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4831648 | -1.8806314 | ||
| 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 | ||||
| 15749 | op-snap---monthly-publication-june-2025.pdf | 1678 | 2025-06 | Car | Tesla | White | Contravening a Red Traffic Light | None | M6 / A34 | M6 / A34 | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4973154 | -1.8956143 | |||
| 15896 | op-snap---monthly-publication-june-2025.pdf | 1825 | 2025-06 | Car | Tesla | Model X | Blue | VRM fails to conform to Regulations | None | Wake Green Road | Wake Green Road | Birmingham | Birmingham | NFA | Not in Public Interest | 52.4437078 | -1.8783408 | ||
| 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 |
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);