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'}
12 rows where month = "2025-08", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 3
- Birmingham 7
- Wolverhampton 3
- Sandwell 2
reporter_transport_mode 2
- Pedestrian 9
- Car 3
disposal 2
- Warning Letter 11
- NFA 1
vehicle_make 1
- Ford · 12 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 12 ✖
month 1
- 2025-08 · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3238 | op-snap---monthly-publication-august-2025.pdf | 1213 | 2025-08 | Pedestrian | Ford | focus | White | Cause vehicle to be left in a dangerous position | None | Barnsley Road | Barnsley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4743497 | -1.965737 | ||
| 3269 | op-snap---monthly-publication-august-2025.pdf | 1244 | 2025-08 | Pedestrian | Ford | Kuga | White | Cause vehicle to be left in a dangerous position | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6083917 | -2.1033365 | ||
| 3270 | op-snap---monthly-publication-august-2025.pdf | 1245 | 2025-08 | Pedestrian | Ford | S-Max | Blue | Cause vehicle to be left in a dangerous position | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6083917 | -2.1033365 | ||
| 3316 | op-snap---monthly-publication-august-2025.pdf | 1291 | 2025-08 | Car | Ford | Mondeo | Blue | Cause vehicle to be left in a dangerous position | None | Alcester road | Alcester road | Birmingham | Birmingham | Warning Letter | N/A | 52.4470686 | -1.8880749 | ||
| 3326 | op-snap---monthly-publication-august-2025.pdf | 1301 | 2025-08 | Pedestrian | Ford | Fiesta | Blue | Cause vehicle to be left in a dangerous position | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6083917 | -2.1033365 | ||
| 3462 | op-snap---monthly-publication-august-2025.pdf | 1437 | 2025-08 | Car | Ford | transit | Grey | Cause vehicle to be left in a dangerous position | None | Old walsall road | Old walsall road | Birmingham | Birmingham | Warning Letter | N/A | 52.5294399 | -1.9282714 | ||
| 3629 | op-snap---monthly-publication-august-2025.pdf | 1604 | 2025-08 | Pedestrian | Ford | Transit | Black | Cause vehicle to be left in a dangerous position | None | Hall Green Rd | Hall Green Road | Sandwell | Sandwell | Warning Letter | N/A | 52.5457385 | -1.9935809 | ||
| 3718 | op-snap---monthly-publication-august-2025.pdf | 1693 | 2025-08 | Car | Ford | Fiesta | Red | 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 | ||
| 3722 | op-snap---monthly-publication-august-2025.pdf | 1697 | 2025-08 | Pedestrian | Ford | KA | White | Cause vehicle to be left in a dangerous position | None | Bertram Road | Bertram Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4984114 | -1.981609 | ||
| 3723 | op-snap---monthly-publication-august-2025.pdf | 1698 | 2025-08 | Pedestrian | Ford | Focus | Blue | Cause vehicle to be left in a dangerous position | None | Cannon Hill Road | Cannon Hill Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4569873 | -1.8971744 | ||
| 3759 | op-snap---monthly-publication-august-2025.pdf | 1734 | 2025-08 | Pedestrian | Ford | Transit | White | Cause vehicle to be left in a dangerous position | None | Hurstcroft Road | Hurstcroft Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4830179 | -1.783876 | ||
| 3775 | op-snap---monthly-publication-august-2025.pdf | 1750 | 2025-08 | Pedestrian | Ford | Transit | White | Cause vehicle to be left in a dangerous position | None | Antrobus Road | Antrobus Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5457851 | -1.8457052 |
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);