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 council_area = "Birmingham", month = "2025-06" and vehicle_make = "Tesla" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 9
- Contravening a Red Traffic Light 2
- Driving without Due Care and Attention 2
- Cause vehicle to be left in a dangerous position 1
- Driving without Reasonable Consideration 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
- Stop a vehicle on pedestrian crossing 1
- Use a motor vehicle / trailer in a condition likely to cause danger of injury 1
- Using a Mobile Phone Whilst Driving 1
- VRM fails to conform to Regulations 1
disposal 4
- NFA 5
- Education 3
- Warning Letter 2
- Fixed Penalty 1
reporter_transport_mode 3
- Car 6
- Pedestrian 4
- Pedal Bike 1
vehicle_make 1
- Tesla · 11 ✖
month 1
- 2025-06 · 11 ✖
council_area 1
- Birmingham · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14136 | op-snap---monthly-publication-june-2025.pdf | 65 | 2025-06 | Pedestrian | Tesla | Model Y | Blue | Contravening a Red Traffic Light | None | Portland Road | Portland Road | Birmingham | Birmingham | Education | N/A | 52.4737014 | -1.9412436 | ||
| 14304 | op-snap---monthly-publication-june-2025.pdf | 233 | 2025-06 | Pedestrian | Tesla | Model y | Black | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Regent Place | Regent Place | Birmingham | Birmingham | Warning Letter | N/A | 52.4860376 | -1.9095854 | ||
| 14733 | op-snap---monthly-publication-june-2025.pdf | 662 | 2025-06 | Pedal Bike | Tesla | Model 3 | Black | Using a Mobile Phone Whilst Driving | None | Harborne Road | Harborne Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4718503 | -1.9195423 | ||
| 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 | ||
| 14991 | op-snap---monthly-publication-june-2025.pdf | 920 | 2025-06 | Pedestrian | Tesla | White | Cause vehicle to be left in a dangerous position | None | Vivian Road | Vivian Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4579568 | -1.9510865 | |||
| 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 | ||
| 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 | ||
| 15974 | op-snap---monthly-publication-june-2025.pdf | 1903 | 2025-06 | Pedestrian | Tesla | Model 3 | White | Stop a vehicle on pedestrian crossing | None | Robin Hood Lane | Robin Hood Lane | Birmingham | Birmingham | Education | N/A | 52.4221526 | -1.8425617 |
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);