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 council_area = "Out of Force Area", month = "2025-09" and reporter_transport_mode = "Pedestrian" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale
offence 5
reporter_transport_mode 1
- Pedestrian · 11 ✖
month 1
- 2025-09 · 11 ✖
disposal 1
- NFA 11
council_area 1
- Out of Force Area · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24572 | op-snap---monthly-publication-september-2025.pdf | 791 | 2025-09 | Pedestrian | White | Using a Mobile Phone Whilst Driving | None | Baron Avenue, Kettering | Baron Avenue, Kettering | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||||
| 24655 | op-snap---monthly-publication-september-2025.pdf | 874 | 2025-09 | Pedestrian | M/C | Red | Misc - Non Traffic Offences | None | Kingsacre Drive | Kingsacre Drive | Out of Force Area | Out of Force Area | NFA | No VRM | |||||
| 24941 | op-snap---monthly-publication-september-2025.pdf | 1160 | 2025-09 | Pedestrian | Peugeot | 2008 | Black | Contravening a Red Traffic Light | None | Worcester, near the river | Worcester, near the river | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24956 | op-snap---monthly-publication-september-2025.pdf | 1175 | 2025-09 | Pedestrian | Mercedes-Benz | CLE300 | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | ||||
| 24994 | op-snap---monthly-publication-september-2025.pdf | 1213 | 2025-09 | Pedestrian | Yamaha | YZF | Blue | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | ||||
| 25135 | op-snap---monthly-publication-september-2025.pdf | 1354 | 2025-09 | Pedestrian | Dacia | Jogger | Green | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | ||||
| 25136 | op-snap---monthly-publication-september-2025.pdf | 1355 | 2025-09 | Pedestrian | Nissan | Qashqai | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Motala Close | Motala Close | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes | ||||
| 25419 | op-snap---monthly-publication-september-2025.pdf | 1638 | 2025-09 | Pedestrian | Hyundai | Tuscon | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Gresley | Gresley | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.5936518 | -1.8341593 | ||
| 25421 | op-snap---monthly-publication-september-2025.pdf | 1640 | 2025-09 | Pedestrian | Kia | Ceed | Black | Dangerous Driving | None | Clare Street | Clare Street | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4706879 | -2.0861765 | ||
| 25516 | op-snap---monthly-publication-september-2025.pdf | 1735 | 2025-09 | Pedestrian | Toyota | aeras | White | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | No Offence | ||||
| 25527 | op-snap---monthly-publication-september-2025.pdf | 1746 | 2025-09 | Pedestrian | Peugeot | Black | 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);