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'}
10 rows where month = "2025-11", 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_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 6
- Birmingham 5
- Coventry 1
- Dudley 1
- Sandwell 1
- Solihull 1
- Sutton Coldfield 1
reporter_transport_mode 3
- Pedestrian 5
- Car 4
- Pedal Bike 1
disposal 3
- Warning Letter 7
- NFA 2
- Education 1
vehicle_make 1
- BMW · 10 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 10 ✖
month 1
- 2025-11 · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20667 | op-snap---monthly-publication-november-2025.pdf | 209 | 2025-11 | Car | BMW | M340 | Grey | Cause vehicle to be left in a dangerous position | None | Hobbs Road | Hobbs Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | ||||
| 21073 | op-snap---monthly-publication-november-2025.pdf | 615 | 2025-11 | Pedestrian | BMW | x3 | Black | Cause vehicle to be left in a dangerous position | None | hill villiage road | Hill Village Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5959906 | -1.8345802 | ||
| 21078 | op-snap---monthly-publication-november-2025.pdf | 620 | 2025-11 | Pedestrian | BMW | 330E | White | Cause vehicle to be left in a dangerous position | None | wake green road | Wake Green Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4437078 | -1.8783408 | ||
| 21250 | op-snap---monthly-publication-november-2025.pdf | 792 | 2025-11 | Car | BMW | 325I | Green | Cause vehicle to be left in a dangerous position | None | station approach | Station Approach | Solihull | Solihull | Warning Letter | N/A | 52.4146834 | -1.7879896 | ||
| 21292 | op-snap---monthly-publication-november-2025.pdf | 834 | 2025-11 | Pedestrian | BMW | 320D | Grey | Cause vehicle to be left in a dangerous position | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4929304 | -1.8229092 | ||
| 21333 | op-snap---monthly-publication-november-2025.pdf | 875 | 2025-11 | Pedestrian | BMW | 520d | Black | Cause vehicle to be left in a dangerous position | None | high street quarry bank | High Street Quarry Bank | Dudley | Dudley | Warning Letter | N/A | 52.4583107 | -2.1169703 | ||
| 21399 | op-snap---monthly-publication-november-2025.pdf | 941 | 2025-11 | Car | BMW | 320d | 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 | ||
| 21647 | op-snap---monthly-publication-november-2025.pdf | 1189 | 2025-11 | Pedestrian | BMW | 420I | White | Cause vehicle to be left in a dangerous position | None | mary vale road | Mary Vale Road | Birmingham | Birmingham | Warning Letter | N/A | 52.425105 | -1.9312861 | ||
| 21843 | op-snap---monthly-publication-november-2025.pdf | 1385 | 2025-11 | Pedal Bike | BMW | 520D | Blue | Cause vehicle to be left in a dangerous position | None | church road | Church Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4624743 | -1.7763934 | ||
| 21911 | op-snap---monthly-publication-november-2025.pdf | 1453 | 2025-11 | Car | BMW | 330d | Black | Cause vehicle to be left in a dangerous position | None | gosford street | Gosford Street | Coventry | Coventry | Education | N/A | 52.4068712 | -1.4994695 |
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);