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'}
9 rows where council_area = "Out of Force Area", month = "2026-02" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour
offence 5
- Driving without Due Care and Attention 5
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Contravening a Red Traffic Light 1
- Misc - Non Traffic Offences 1
- Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger 1
reporter_transport_mode 2
- Car 8
- Pedestrian 1
vehicle_make 1
- Toyota · 9 ✖
month 1
- 2026-02 · 9 ✖
disposal 1
- NFA 9
council_area 1
- Out of Force Area · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7282 | op-snap---monthly-publication-february-2026.pdf | 29 | 2026-02 | Car | Toyota | Prius | White | Driving without Due Care and Attention | None | Telford Trench | Telford Trench | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 7480 | op-snap---monthly-publication-february-2026.pdf | 227 | 2026-02 | Car | Toyota | C-HR | Blue | Driving without Due Care and Attention | None | Guarlford Road, Malvern | Guarlford Road, Malvern | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 7643 | op-snap---monthly-publication-february-2026.pdf | 390 | 2026-02 | Car | Toyota | Blue | Contravening a Red Traffic Light | None | Technology Drive | Technology Drive | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 7691 | op-snap---monthly-publication-february-2026.pdf | 438 | 2026-02 | Car | Toyota | Grey | Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger | None | M40 | M40 | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 8358 | op-snap---monthly-publication-february-2026.pdf | 1105 | 2026-02 | Car | Toyota | Corolla | Grey | Driving without Due Care and Attention | None | Kingstown Road Carlisle | Kingstown Road Carlisle | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 8581 | op-snap---monthly-publication-february-2026.pdf | 1328 | 2026-02 | Car | Toyota | Verso | White | Misc - Non Traffic Offences | None | Foxlydaite Crescent | Foxlydaite Crescent | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 8802 | op-snap---monthly-publication-february-2026.pdf | 1549 | 2026-02 | Car | Toyota | Hilux | Brown | Driving without Due Care and Attention | None | M6 Jct 18 | M6 Junction 18 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 8803 | op-snap---monthly-publication-february-2026.pdf | 1550 | 2026-02 | Car | Toyota | Prius | Blue | Driving without Due Care and Attention | None | M6 motorway, Staffs | M6 motorway, Staffs | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 8859 | op-snap---monthly-publication-february-2026.pdf | 1606 | 2026-02 | Pedestrian | Toyota | hilux | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | 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);