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'}
12 rows where council_area = "Out of Force Area", month = "2025-06" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence
offence 4
vehicle_make 1
- BMW · 12 ✖
month 1
- 2025-06 · 12 ✖
disposal 1
- NFA 12
council_area 1
- Out of Force Area · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14101 | op-snap---monthly-publication-june-2025.pdf | 30 | 2025-06 | Car | BMW | M3 | Blue | Using a Mobile Phone Whilst Driving | None | M6 somewhere | M6 somewhere | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 14249 | op-snap---monthly-publication-june-2025.pdf | 178 | 2025-06 | Car | BMW | 1 series | White | Driving without Reasonable Consideration | None | Leamington Spa | Leamington Spa | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 14311 | op-snap---monthly-publication-june-2025.pdf | 240 | 2025-06 | Car | BMW | 5 series | Silver | Contravening a Red Traffic Light | None | Burton on Trent | Burton on Trent | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 14471 | op-snap---monthly-publication-june-2025.pdf | 400 | 2025-06 | Car | BMW | 3 series | Black | Driving without Due Care and Attention | None | M5 Junction 4 North | M5 Junction 4 North | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 14501 | op-snap---monthly-publication-june-2025.pdf | 430 | 2025-06 | Car | BMW | 320.. | Grey | Driving without Due Care and Attention | None | A460 at Mill Lane (Staffs?) | A460 at Mill Lane (Staffs?) | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 14894 | op-snap---monthly-publication-june-2025.pdf | 823 | 2025-06 | Car | BMW | 330d | Black | Contravening a Red Traffic Light | None | Much Wenlock Road | Much Wenlock Road | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 15076 | op-snap---monthly-publication-june-2025.pdf | 1005 | 2025-06 | Car | BMW | 1 SERIES | White | Driving without Due Care and Attention | None | WARWICKSHIRE JUMC 1 M6 | Warwickshire Jumc 1 M6 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 15111 | op-snap---monthly-publication-june-2025.pdf | 1040 | 2025-06 | Car | BMW | 3 series | White | Driving without Due Care and Attention | None | A460 Cannock Staffordshire | Cannock Staffordshire | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 15140 | op-snap---monthly-publication-june-2025.pdf | 1069 | 2025-06 | Car | BMW | 520 | Black | Driving without Due Care and Attention | None | M5 J4-3 NB | M5 J4-3 Northbound | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 15288 | op-snap---monthly-publication-june-2025.pdf | 1217 | 2025-06 | Car | BMW | 730 | Black | Driving without Due Care and Attention | None | Pickard Way | Pickard Way | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 15646 | op-snap---monthly-publication-june-2025.pdf | 1575 | 2025-06 | Car | BMW | 520D | Gold | Driving without Due Care and Attention | None | A5 | A5 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 15755 | op-snap---monthly-publication-june-2025.pdf | 1684 | 2025-06 | car | BMW | 330 | Black | Driving without Due Care and Attention | No Insurance | A465 Wales | Wales | 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);