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 = "2025-02" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour
offence 7
- Driving without Due Care and Attention 2
- Driving without Reasonable Consideration 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Cause vehicle to be left in a dangerous position 1
- Dangerous Driving 1
- Misc - Non Traffic Offences 1
- Prohibited vehicle in offside lane of motorway 1
reporter_transport_mode 3
- Car 7
- Pedal Bike 1
- Pedestrian 1
vehicle_make 1
- Mercedes-Benz · 9 ✖
month 1
- 2025-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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5220 | op-snap---monthly-publication-february-2025.pdf | 37 | 2025-02 | Car | Mercedes-Benz | S 350 DL AMG | Blue | Driving without Due Care and Attention | None | M42 J11 to J10, TAMWORTH | M42 J11 to J10, TAMWORTH | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 5386 | op-snap---monthly-publication-february-2025.pdf | 203 | 2025-02 | Car | Mercedes-Benz | Sprinter | White | Dangerous Driving | None | M25 J16 | M25 J16 | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 5617 | op-snap---monthly-publication-february-2025.pdf | 434 | 2025-02 | Car | Mercedes-Benz | Sprinter | White | Driving without Due Care and Attention | None | M42 WB J2 | M42 Wb J2 | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.4945433 | -2.0190848 | |
| 5621 | op-snap---monthly-publication-february-2025.pdf | 438 | 2025-02 | Pedestrian | Mercedes-Benz | CLA 200 | Black | Cause vehicle to be left in a dangerous position | None | Wadborough Road, Worcester | Wadborough Road, Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 5735 | op-snap---monthly-publication-february-2025.pdf | 552 | 2025-02 | Car | Mercedes-Benz | GLE | Black | Misc - Non Traffic Offences | None | Stourbridge Road DY34LB | Stourbridge Road DY34LB | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.4951909 | -2.1134611 | |
| 5986 | op-snap---monthly-publication-february-2025.pdf | 803 | 2025-02 | Pedal Bike | Mercedes-Benz | C-class | Silver | Driving without Reasonable Consideration | None | Kidderminster | Kidderminster | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.4331313 | -2.1702262 | |
| 6775 | op-snap---monthly-publication-february-2025.pdf | 1592 | 2025-02 | Car | Mercedes-Benz | Grey | Prohibited vehicle in offside lane of motorway | None | M5 j5 to 6 Off Force | M5 j5 to 6 Off Force | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | ||||
| 7185 | op-snap---monthly-publication-february-2025.pdf | 2002 | 2025-02 | Car | Mercedes-Benz | Sprinter | White | Driving without Reasonable Consideration | None | Bromsgrove Road, Romsley | Bromsgrove Road, Romsley | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 7229 | op-snap---monthly-publication-february-2025.pdf | 2046 | 2025-02 | Car | Mercedes-Benz | C220 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Park Road | Park Road | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.4992101 | -1.9308647 |
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);