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'}
7 rows where council_area = "Out of Force Area", offence = "Misc - Non Traffic Offences" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
reporter_transport_mode 3
- Car 5
- Other 1
- Pedestrian 1
vehicle_make 1
- Vauxhall · 7 ✖
offence 1
- Misc - Non Traffic Offences · 7 ✖
disposal 1
- NFA 7
council_area 1
- Out of Force Area · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7628 | op-snap---monthly-publication-february-2026.pdf | 375 | 2026-02 | Other | Vauxhall | Corsa | Silver | Misc - Non Traffic Offences | Use vehicle on a road without valid test certificate | Defford Road Worcester | Defford Road Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 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 | ||||
| 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 | ||||
| 22707 | op-snap---monthly-publication-october-2025.pdf | 657 | 2025-10 | Car | Vauxhall | Corsa | White | Misc - Non Traffic Offences | None | M6 near Knutsford | M6 near Knutsford | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 3278 | op-snap---monthly-publication-august-2025.pdf | 1253 | 2025-08 | Pedestrian | Vauxhall | corsa | Green | Misc - Non Traffic Offences | None | Broseley high Street | Broseley high Street | Out of Force Are | Out of Force Area | NFA | No Offence | ||||
| 13171 | op-snap---monthly-publication-july-2025.pdf | 1223 | 2025-07 | Car | Vauxhall | Corsa | Grey | Misc - Non Traffic Offences | None | Out of Force | Out of Force | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 13912 | op-snap---monthly-publication-july-2025.pdf | 1964 | 2025-07 | Car | Vauxhall | corsa | Grey | Misc - Non Traffic Offences | None | manchester | Manchester | Out of Force Area | Out of Force Area | NFA | No Offence | 52.4908553 | -1.8943638 |
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);