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-12", offence = "Misc - Non Traffic Offences" and vehicle_make = "Vauxhall" 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 5
- Out of Force Area 2
- Walsall 2
- Coventry 1
- Dudley 1
- Sandwell 1
reporter_transport_mode 4
- Pedestrian 6
- Car 3
- Other 2
- Motorbike 1
disposal 2
- NFA 9
- RTC - Actioned 3
vehicle_make 1
- Vauxhall · 12 ✖
offence 1
- Misc - Non Traffic Offences · 12 ✖
month 1
- 2025-12 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4257 | op-snap---monthly-publication-december-2025.pdf | 385 | 2025-12 | Pedestrian | Vauxhall | corsa | Black | Misc - Non Traffic Offences | None | fox hollies road | Fox Hollies Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5517052 | -1.7825505 | ||
| 4285 | op-snap---monthly-publication-december-2025.pdf | 413 | 2025-12 | Motorbike | Vauxhall | Corsa | Red | Misc - Non Traffic Offences | None | Mount Pleasant | Mount Pleasant | Dudley | Dudley | RTC - Actioned | N/A | 52.4734063 | -2.1135639 | ||
| 4509 | op-snap---monthly-publication-december-2025.pdf | 637 | 2025-12 | Car | Vauxhall | corsa | Grey | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | ||||
| 4510 | op-snap---monthly-publication-december-2025.pdf | 638 | 2025-12 | Pedestrian | Vauxhall | mokka | Gold | Misc - Non Traffic Offences | None | antrobus road | Antrobus Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5457851 | -1.8457052 | ||
| 4534 | op-snap---monthly-publication-december-2025.pdf | 662 | 2025-12 | Car | Vauxhall | Corsa | Blue | Misc - Non Traffic Offences | None | Lickey Lane West Mercia | Lickey Lane West Mercia | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 4593 | op-snap---monthly-publication-december-2025.pdf | 721 | 2025-12 | Pedestrian | Vauxhall | insignia | White | Misc - Non Traffic Offences | None | abbey road | Abbey Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.47753 | -1.9774758 | ||
| 4651 | op-snap---monthly-publication-december-2025.pdf | 779 | 2025-12 | Pedestrian | Vauxhall | corsa | Black | Misc - Non Traffic Offences | None | fenton road | Fenton Road | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4331816 | -1.5630141 | ||
| 4652 | op-snap---monthly-publication-december-2025.pdf | 780 | 2025-12 | Pedestrian | Vauxhall | astra | Blue | Misc - Non Traffic Offences | None | richard atreet | Richard Atreet | Birmingham | Birmingham | NFA | Misc Inc Crimes | ||||
| 4814 | op-snap---monthly-publication-december-2025.pdf | 942 | 2025-12 | Other | Vauxhall | Insignia | Silver | Misc - Non Traffic Offences | None | Bescot Retail Park | Bescot Retail Park | Walsall | Walsall | RTC - Actioned | N/A | 52.5663611 | -1.9923904 | ||
| 4824 | op-snap---monthly-publication-december-2025.pdf | 952 | 2025-12 | Car | Vauxhall | Vivaro | Blue | Misc - Non Traffic Offences | None | Startford Road | Stratford Road | Birmingham | Birmingham | NFA | No VRM | 52.4203897 | -1.8338574 | ||
| 5023 | op-snap---monthly-publication-december-2025.pdf | 1151 | 2025-12 | Pedestrian | Vauxhall | grandland | White | Misc - Non Traffic Offences | None | robin hood lane | Robin Hood Lane | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4221526 | -1.8425617 | ||
| 5050 | op-snap---monthly-publication-december-2025.pdf | 1178 | 2025-12 | Other | Vauxhall | Zafira | Grey | Misc - Non Traffic Offences | None | High Street, Walsall Wood | High Street, Walsall Wood | Walsall | Walsall | RTC - Actioned | Misc Inc Crimes | 52.6262353 | -1.9322635 |
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);