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'}
11 rows where month = "2025-11", offence = "Misc - Non Traffic Offences" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
council_area 5
- Birmingham 5
- Dudley 2
- Out of Force Area 2
- Sandwell 1
- Wolverhampton 1
reporter_transport_mode 2
- Pedestrian 7
- Car 4
vehicle_make 1
- Ford · 11 ✖
offence 1
- Misc - Non Traffic Offences · 11 ✖
month 1
- 2025-11 · 11 ✖
disposal 1
- NFA 11
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20862 | op-snap---monthly-publication-november-2025.pdf | 404 | 2025-11 | Car | Ford | cmax | Black | Misc - Non Traffic Offences | None | gilpin close | Gilpin Close | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4990396 | -1.8229018 | ||
| 20993 | op-snap---monthly-publication-november-2025.pdf | 535 | 2025-11 | Pedestrian | Ford | fiesta | Blue | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21229 | op-snap---monthly-publication-november-2025.pdf | 771 | 2025-11 | Pedestrian | Ford | Mondeo | White | Misc - Non Traffic Offences | Offence to be added | Gayfield Av | Gayfield Avenue | Dudley | Dudley | NFA | No Offence | 52.4693896 | -2.1251602 | ||
| 21231 | op-snap---monthly-publication-november-2025.pdf | 773 | 2025-11 | Pedestrian | Ford | Kuga | Grey | Misc - Non Traffic Offences | None | Gayfield Av | Gayfield Avenue | Dudley | Dudley | NFA | No Offence | 52.4693896 | -2.1251602 | ||
| 21287 | op-snap---monthly-publication-november-2025.pdf | 829 | 2025-11 | Pedestrian | Ford | fiesta | Silver | Misc - Non Traffic Offences | None | sir hiltons road | Sir Hiltons Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.3932637 | -1.9575554 | ||
| 21340 | op-snap---monthly-publication-november-2025.pdf | 882 | 2025-11 | Pedestrian | Ford | transit | White | Misc - Non Traffic Offences | None | handsworth road | Handsworth Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5137414 | -1.9222827 | ||
| 21360 | op-snap---monthly-publication-november-2025.pdf | 902 | 2025-11 | Pedestrian | Ford | kuga | Black | Misc - Non Traffic Offences | None | stafford road | Stafford Road | Wolverhampton | Wolverhampton | NFA | Misc Inc Crimes | 52.6291998 | -2.126312 | ||
| 21398 | op-snap---monthly-publication-november-2025.pdf | 940 | 2025-11 | Car | Ford | explorer | Blue | Misc - Non Traffic Offences | None | titford road | Titford Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | ||||
| 21435 | op-snap---monthly-publication-november-2025.pdf | 977 | 2025-11 | Car | Ford | Fiesta | Black | Misc - Non Traffic Offences | None | Walsall Road | Walsall Road | Birmingham | Birmingham | NFA | No Offence | 52.5919543 | -1.8517118 | ||
| 21650 | op-snap---monthly-publication-november-2025.pdf | 1192 | 2025-11 | Pedestrian | Ford | focus | White | Misc - Non Traffic Offences | None | abbey road | Abbey Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.47753 | -1.9774758 | ||
| 21937 | op-snap---monthly-publication-november-2025.pdf | 1479 | 2025-11 | Car | Ford | transit | White | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Out of Force |
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);