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'}
10 rows where council_area = "Out of Force Area", month = "2025-09" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
disposal 2
- NFA 9
- Warning Letter 1
vehicle_make 1
- Vauxhall · 10 ✖
month 1
- 2025-09 · 10 ✖
council_area 1
- Out of Force Area · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23885 | op-snap---monthly-publication-september-2025.pdf | 104 | 2025-09 | Car | Vauxhall | Corsa | White | Driving without Due Care and Attention | None | A42 | A42 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 23975 | op-snap---monthly-publication-september-2025.pdf | 194 | 2025-09 | Car | Vauxhall | Astra | Silver | Driving without Due Care and Attention | None | George Street Ringway, Bedworth | George Street Ringway, Bedworth | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24194 | op-snap---monthly-publication-september-2025.pdf | 413 | 2025-09 | Car | Vauxhall | zafira | Black | Contravening a Red Traffic Light | None | Stadium Way | Stadium Way | Out of Force Area | Out of Force Area | Warning Letter | N/A | 52.5298237 | -1.9081248 | ||
| 24270 | op-snap---monthly-publication-september-2025.pdf | 489 | 2025-09 | Car | Vauxhall | Vivaro | White | Contravening a Red Traffic Light | None | J3 M42 | J3 M42 | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4028859 | -1.75593 | ||
| 24552 | op-snap---monthly-publication-september-2025.pdf | 771 | 2025-09 | Car | Vauxhall | Astra | Silver | Driving without Due Care and Attention | None | Duck Lane, Codsall | Duck Lane, Codsall | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24579 | op-snap---monthly-publication-september-2025.pdf | 798 | 2025-09 | Car | Vauxhall | Corsa | Silver | Driving without Due Care and Attention | None | Northampton Road, Rugby | Northampton Road, Rugby | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24595 | op-snap---monthly-publication-september-2025.pdf | 814 | 2025-09 | Car | Vauxhall | Combo van | White | Contravening a Red Traffic Light | None | Coventry Road | Coventry Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4519358 | -1.7824508 | ||
| 24597 | op-snap---monthly-publication-september-2025.pdf | 816 | 2025-09 | Car | Vauxhall | Vectra | Silver | Driving without Due Care and Attention | None | A5 East near to Oswestry | East near to Oswestry | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24722 | op-snap---monthly-publication-september-2025.pdf | 941 | 2025-09 | Lorry | Vauxhall | Vivaro | White | Driving without Due Care and Attention | None | Shrewbury Emstrey | Shrewbury Emstrey | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24730 | op-snap---monthly-publication-september-2025.pdf | 949 | 2025-09 | Car | Vauxhall | Vivaro | White | Driving without Due Care and Attention | None | M6 Toll | M6 Toll | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.5804962 | -1.7833098 |
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);