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'}
7 rows where month = "2025-12", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 6
- Birmingham 2
- Coventry 1
- Dudley 1
- Hbeiramthi Nrgohaadm 1
- Sandwell 1
- Sutton Coldfield 1
disposal 3
- Education 3
- Warning Letter 3
- NFA 1
reporter_transport_mode 2
- Pedestrian 6
- Car 1
vehicle_make 1
- BMW · 7 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 7 ✖
month 1
- 2025-12 · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3966 | op-snap---monthly-publication-december-2025.pdf | 94 | 2025-12 | Pedestrian | BMW | 118D | Blue | Cause vehicle to be left in a dangerous position | None | charter avenue | Charter Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3928409 | -1.5888076 | ||
| 4217 | op-snap---monthly-publication-december-2025.pdf | 345 | 2025-12 | Pedestrian | BMW | 3 Series | Grey | Cause vehicle to be left in a dangerous position | None | Barclay Road | Barclay Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4722765 | -1.9787531 | ||
| 4295 | op-snap---monthly-publication-december-2025.pdf | 423 | 2025-12 | Car | BMW | x3 | Black | Cause vehicle to be left in a dangerous position | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 4372 | op-snap---monthly-publication-december-2025.pdf | 500 | 2025-12 | Pedestrian | BMW | 330e | Blue | Cause vehicle to be left in a dangerous position | None | westley road | Westley Road | Birmingham | Birmingham | Education | N/A | 52.4456462 | -1.827993 | ||
| 4434 | op-snap---monthly-publication-december-2025.pdf | 562 | 2025-12 | Pedestrian | BMW | X1 | White | Cause vehicle to be left in a dangerous position | None | Bamville Road corner Washwood | Bamville Road corner Washwood | HBeiramthi nRgohaadm | Hbeiramthi Nrgohaadm | Education | N/A | ||||
| 5025 | op-snap---monthly-publication-december-2025.pdf | 1153 | 2025-12 | Pedestrian | BMW | 520d | Grey | Cause vehicle to be left in a dangerous position | None | regent road | Regent Road | Dudley | Dudley | Warning Letter | N/A | 52.5106406 | -2.0559963 | ||
| 5120 | op-snap---monthly-publication-december-2025.pdf | 1248 | 2025-12 | Pedestrian | BMW | 118D | Black | Cause vehicle to be left in a dangerous position | None | Lichfield Road | Lichfield Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5872149 | -1.8300386 |
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);