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'}
9 rows where disposal = "NFA", reporter_transport_mode = "Pedestrian" and vehicle_make = "Tesla" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
offence 6
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
- Cause vehicle to be left in a dangerous position 2
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 2
- Contravening a Red Traffic Light 1
- Misc - Non Traffic Offences 1
- Using a Mobile Phone Whilst Driving 1
council_area 6
vehicle_make 1
- Tesla · 9 ✖
reporter_transport_mode 1
- Pedestrian · 9 ✖
disposal 1
- NFA · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10623 | op-snap---monthly-publication-january-2026.pdf | 84 | 2026-01 | Pedestrian | Tesla | model y | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | mulroy road | Mulroy Road | Sutton Coldfield | Sutton Coldfield | NFA | No Offence | 52.5705037 | -1.8281673 | ||
| 4685 | op-snap---monthly-publication-december-2025.pdf | 813 | 2025-12 | Pedestrian | Tesla | Model 3 | Black | Misc - Non Traffic Offences | None | Centurion Drive Worcester | Centurion Drive Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 20889 | op-snap---monthly-publication-november-2025.pdf | 431 | 2025-11 | Pedestrian | Tesla | Model Y | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | High street, Tettenhall | High street, Tettenhall | Wolverhampton | Wolverhampton | NFA | Misc Inc Crimes | 52.5980906 | -2.168057 | ||
| 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 | |||
| 288 | op-snap---monthly-publication-april-2025.pdf | 287 | 2025-04 | Pedestrian | Tesla | Model Y | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Upper Holland Rd | Upper Holland Road | Sutton Coldfield | Sutton Coldfield | NFA | Outside of 14 Days NIP | 52.561 | -1.8187105 | ||
| 1119 | op-snap---monthly-publication-april-2025.pdf | 1118 | 2025-04 | Pedestrian | Tesla | White | Cause vehicle to be left in a dangerous position | None | Grange Road , Dorridge | Grange Road , Dorridge | Coventry | Coventry | NFA | No Independent Evidence Available | |||||
| 1772 | op-snap---monthly-publication-april-2025.pdf | 1771 | 2025-04 | Pedestrian | Tesla | NP | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Alcester road | Alcester road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4470686 | -1.8880749 | ||
| 17603 | op-snap---monthly-publication-march-2025.pdf | 1360 | 2025-03 | Pedestrian | Tesla | White | Using a Mobile Phone Whilst Driving | None | Pershore Road | Pershore Road | Birmingham | Birmingham | NFA | No Offence | Yes - Via Email | 52.4308271 | -1.920078 | ||
| 10374 | op-snap---monthly-publication-january-2025.pdf | 1482 | 2025-01 | Pedestrian | Tesla | Model Y | Black | Contravening a Red Traffic Light | None | A46 Coventry Eastern Bypass | Coventry Eastern Bypass | Out of Force Area | Out Of Force Area | NFA | Out of Force | 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);