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'}
11 rows where council_area = "Out of Force Area", month = "2025-12" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour
offence 4
vehicle_make 1
- Mercedes-Benz · 11 ✖
month 1
- 2025-12 · 11 ✖
disposal 1
- NFA 11
council_area 1
- Out of Force Area · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4066 | op-snap---monthly-publication-december-2025.pdf | 194 | 2025-12 | Car | Mercedes-Benz | E220 | black | Driving without Due Care and Attention | None | Warwick Bypass | Warwick Bypass | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4020704 | -1.7491448 | ||
| 4085 | op-snap---monthly-publication-december-2025.pdf | 213 | 2025-12 | Car | Mercedes-Benz | Black | Driving without Due Care and Attention | None | M25 | M25 | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 4390 | op-snap---monthly-publication-december-2025.pdf | 518 | 2025-12 | car | Mercedes-Benz | Black | Contravening a Red Traffic Light | None | Manchester | Manchester | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4908553 | -1.8943638 | |||
| 4461 | op-snap---monthly-publication-december-2025.pdf | 589 | 2025-12 | Car | Mercedes-Benz | White | Misc - Non Traffic Offences | None | OOF- Shrewsbury | OOF- Shrewsbury | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 4863 | op-snap---monthly-publication-december-2025.pdf | 991 | 2025-12 | Car | Mercedes-Benz | Silver | Driving without Due Care and Attention | None | Out of force | Out of force | Out of Force Area | Out of Force Area | NFA | Out of Force | |||||
| 4897 | op-snap---monthly-publication-december-2025.pdf | 1025 | 2025-12 | Car | Mercedes-Benz | V-class | Silver | Driving without Due Care and Attention | None | Pye Green Road, Cannock | Pye Green Road, Cannock | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 4917 | op-snap---monthly-publication-december-2025.pdf | 1045 | 2025-12 | Car | Mercedes-Benz | Sprinter | White | Using a Mobile Phone Whilst Driving | None | M1 NB J10, Luton | M1 Northbound J10, Luton | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 4923 | op-snap---monthly-publication-december-2025.pdf | 1051 | 2025-12 | Car | Mercedes-Benz | GLE | Grey | Driving without Due Care and Attention | None | M49 jn18A | M49 jn18A | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 4928 | op-snap---monthly-publication-december-2025.pdf | 1056 | 2025-12 | Car | Mercedes-Benz | Splinter | White | Using a Mobile Phone Whilst Driving | None | M1 J10 | M1 J10 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 5056 | op-snap---monthly-publication-december-2025.pdf | 1184 | 2025-12 | Car | Mercedes-Benz | Sprinter | White | Using a Mobile Phone Whilst Driving | None | Arbury Road | Arbury Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3979577 | -1.8129541 | ||
| 5107 | op-snap---monthly-publication-december-2025.pdf | 1235 | 2025-12 | Car | Mercedes-Benz | C Class | White | Misc - Non Traffic Offences | None | Warwick | Warwick | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3813073 | -1.5639569 |
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);