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 = "2026-02" 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 6
- Driving without Due Care and Attention 3
- Using a Mobile Phone Whilst Driving 3
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 2
- Contravening a Red Traffic Light 1
- Driving without Reasonable Consideration 1
- Stop a vehicle within pelican pedestrian crossing limits 1
council_area 6
disposal 4
- Fixed Penalty 4
- Education 3
- NFA 2
- Warning Letter 2
reporter_transport_mode 3
- Car 6
- Pedal Bike 3
- Pedestrian 2
vehicle_make 1
- Tesla · 11 ✖
month 1
- 2026-02 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7870 | op-snap---monthly-publication-february-2026.pdf | 617 | 2026-02 | Pedal Bike | Tesla | y | Blue | Using a Mobile Phone Whilst Driving | None | Metchley Lane | Metchley Lane | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4552055 | -1.9461279 | ||
| 7878 | op-snap---monthly-publication-february-2026.pdf | 625 | 2026-02 | Car | Tesla | Model Y | White | Driving without Due Care and Attention | None | Anglesey Street | Anglesey Street | Birmingham | Birmingham | Education | N/A | 52.5000379 | -1.9102942 | ||
| 7892 | op-snap---monthly-publication-february-2026.pdf | 639 | 2026-02 | Pedestrian | Tesla | model 3 | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Berwood Road | Berwood Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5342947 | -1.8155375 | ||
| 8042 | op-snap---monthly-publication-february-2026.pdf | 789 | 2026-02 | Pedal Bike | Tesla | Model S | White | Driving without Due Care and Attention | None | Shutt Lane | Shutt Lane | Solihull | Solihull | Education | N/A | 52.367795 | -1.8250635 | ||
| 8104 | op-snap---monthly-publication-february-2026.pdf | 851 | 2026-02 | Car | Tesla | model 3 | White | Using a Mobile Phone Whilst Driving | None | M6 (N) 5-6 | M6 (N) 5-6 | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5143137 | -1.7683873 | ||
| 8220 | op-snap---monthly-publication-february-2026.pdf | 967 | 2026-02 | Car | Tesla | s 75 | Black | Contravening a Red Traffic Light | None | Lichfield Road | Lichfield Road | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | 52.6076348 | -2.0612269 | ||
| 8326 | op-snap---monthly-publication-february-2026.pdf | 1073 | 2026-02 | Pedal Bike | Tesla | Model 3 | Grey | Using a Mobile Phone Whilst Driving | None | Edgbaston Road | Edgbaston Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4552785 | -1.906384 | ||
| 8444 | op-snap---monthly-publication-february-2026.pdf | 1191 | 2026-02 | Car | Tesla | Black | Stop a vehicle within pelican pedestrian crossing limits | None | washwood Heath Road | washwood Heath Road | Birmingham | Birmingham | Education | N/A | 52.4929304 | -1.8229092 | |||
| 8635 | op-snap---monthly-publication-february-2026.pdf | 1382 | 2026-02 | Pedestrian | Tesla | model 3 | Grey | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | hagley road | Hagley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.471632 | -1.9456776 | ||
| 8752 | op-snap---monthly-publication-february-2026.pdf | 1499 | 2026-02 | Car | Tesla | Model 3 | White | Driving without Due Care and Attention | None | Cresswell Crescent | Cresswell Crescent | Walsall | Walsall | Warning Letter | N/A | 52.6264494 | -2.0202765 | ||
| 8763 | op-snap---monthly-publication-february-2026.pdf | 1510 | 2026-02 | Car | Tesla | model 3 | Grey | Driving without Reasonable Consideration | None | Jn3 M42, West Mercia | Jn3 M42, West Mercia | Out of Force Area | Out of Force Area | NFA | Out of Force |
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);