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 offence = "Use a motor vehicle / trailer in a condition likely to cause danger of injury", reporter_transport_mode = "Car" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale
disposal 4
- Warning Letter 4
- Fixed Penalty 3
- Court 1
- NFA 1
council_area 4
- Birmingham 6
- Coventry 1
- Dudley 1
- Sandwell 1
vehicle_make 1
- Ford · 9 ✖
reporter_transport_mode 1
- Car · 9 ✖
offence 1
- Use a motor vehicle / trailer in a condition likely to cause danger of injury · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 21266 | op-snap---monthly-publication-november-2025.pdf | 808 | 2025-11 | Car | Ford | Focus | Black | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | Saltwells Road | Saltwells Road | Dudley | Dudley | Fixed Penalty | N/A | 52.4828169 | -2.0775182 | ||
| 21564 | op-snap---monthly-publication-november-2025.pdf | 1106 | 2025-11 | Car | Ford | Transit | Grey | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | Swan Island, South Yardley, Birmingham | Swan Island, South Yardley, Birmingham | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 3748 | op-snap---monthly-publication-august-2025.pdf | 1723 | 2025-08 | Car | Ford | Focus | Blue | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | M5 near junction 1 | M5 near junction 1 | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 13594 | op-snap---monthly-publication-july-2025.pdf | 1646 | 2025-07 | Car | Ford | transit | White | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | M6 | M6 | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 15578 | op-snap---monthly-publication-june-2025.pdf | 1507 | 2025-06 | Car | Ford | mondeo | Grey | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | Garretts Green Lane | Garretts Green Lane | Birmingham | Birmingham | Court | N/A | 52.4675802 | -1.7905748 | ||
| 15904 | op-snap---monthly-publication-june-2025.pdf | 1833 | 2025-06 | Car | Ford | Focus | Silver | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | Holyhead Road | Holyhead Road | Birmingham | Birmingham | Warning Letter | N/A | 52.505233 | -1.9446276 | ||
| 18734 | op-snap---monthly-publication-may-2025.pdf | 96 | 2025-05 | Car | Ford | Eco Sport | White | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | Sheaf Lane | Sheaf Lane | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4540536 | -1.7819436 | ||
| 777 | op-snap---monthly-publication-april-2025.pdf | 776 | 2025-04 | Car | Ford | Transit | White | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | M42 Junction 4 | M42 Junction 4 | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 6473 | op-snap---monthly-publication-february-2025.pdf | 1290 | 2025-02 | Car | Ford | Fiesta | Red | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | Holyhead Road | Holyhead Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.418488 | -1.5472387 |
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);