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 = "2026-02" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour
reporter_transport_mode 5
- Car 6
- Lorry 1
- Motorbike 1
- Other 1
- Pedestrian 1
vehicle_make 1
- BMW · 10 ✖
month 1
- 2026-02 · 10 ✖
disposal 1
- NFA 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7318 | op-snap---monthly-publication-february-2026.pdf | 65 | 2026-02 | Other | BMW | 116 | Silver | Driving without Due Care and Attention | None | London Road Shrewsbury | London Road Shrewsbury | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 7356 | op-snap---monthly-publication-february-2026.pdf | 103 | 2026-02 | Car | BMW | M340i | Grey | Driving without Due Care and Attention | None | Great North Road, Retford | Great North Road, Retford | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 7508 | op-snap---monthly-publication-february-2026.pdf | 255 | 2026-02 | Pedestrian | BMW | 325D | Blue | Driving without Due Care and Attention | None | Stratford Upon Avon | Stratford Upon Avon | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3499075 | -1.7812051 | ||
| 7604 | op-snap---monthly-publication-february-2026.pdf | 351 | 2026-02 | Car | BMW | X5 | Grey | Driving without Due Care and Attention | None | M6 Junction 15 | M6 Junction 15 | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.6760749 | -2.0862582 | ||
| 7693 | op-snap---monthly-publication-february-2026.pdf | 440 | 2026-02 | Car | BMW | X Drive | Black | Driving without Due Care and Attention | None | M5 Southbound | M5 Southbound | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 8091 | op-snap---monthly-publication-february-2026.pdf | 838 | 2026-02 | Car | BMW | 116d | Black | Driving without Due Care and Attention | None | M6 EB J4 | M6 Eb J4 | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.6912891 | -2.1046372 | ||
| 8266 | op-snap---monthly-publication-february-2026.pdf | 1013 | 2026-02 | Car | BMW | 7 | Grey | Driving without Due Care and Attention | None | M42 towards Solihull | M42 towards Solihull | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 8268 | op-snap---monthly-publication-february-2026.pdf | 1015 | 2026-02 | Motorbike | BMW | 320d | Black | Driving without Due Care and Attention | None | M3/M25 | M3/M25 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 8472 | op-snap---monthly-publication-february-2026.pdf | 1219 | 2026-02 | Car | BMW | 3 series | Black | Using a Mobile Phone Whilst Driving | None | M4 | M4 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 8501 | op-snap---monthly-publication-february-2026.pdf | 1248 | 2026-02 | Lorry | BMW | 325i | Silver | Driving without Due Care and Attention | None | M6 SB J16 | M6 Southbound J16 | 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);