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 disposal = "NFA", reporter_transport_mode = "Car" and vehicle_make = "Dacia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
offence 4
council_area 4
- Out of Force Area 7
- Birmingham 2
- Coventry 1
- Sandwell 1
vehicle_make 1
- Dacia · 11 ✖
reporter_transport_mode 1
- Car · 11 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7995 | op-snap---monthly-publication-february-2026.pdf | 742 | 2026-02 | Car | Dacia | Sandero | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hawthorne Lane | Hawthorne Lane | Coventry | Coventry | NFA | No Independent Evidence Available | ||||
| 8777 | op-snap---monthly-publication-february-2026.pdf | 1524 | 2026-02 | Car | Dacia | Spring | Orange | Driving without Due Care and Attention | None | Stourbridge Road, Kidderminster. West Mercia | Stourbridge Road, Kidderminster. West Mercia | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 21054 | op-snap---monthly-publication-november-2025.pdf | 596 | 2025-11 | Car | Dacia | Duster | Grey | Driving without Due Care and Attention | None | Ironbridge Road | Ironbridge Road | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24665 | op-snap---monthly-publication-september-2025.pdf | 884 | 2025-09 | Car | Dacia | Sandero | Blue | Contravening a Red Traffic Light | None | Cole Hall Lane | Cole Hall Lane | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4877244 | -1.787883 | ||
| 24734 | op-snap---monthly-publication-september-2025.pdf | 953 | 2025-09 | Car | Dacia | Spring | Green | Driving without Due Care and Attention | None | Longden Road | Longden Road | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 2134 | op-snap---monthly-publication-august-2025.pdf | 109 | 2025-08 | Car | Dacia | Stepway | Grey | Driving without Due Care and Attention | None | Daventry Road | Daventry Road | Out of Force Are | Out of Force Area | NFA | Out of Force | ||||
| 15138 | op-snap---monthly-publication-june-2025.pdf | 1067 | 2025-06 | Car | Dacia | Brown | Driving without Due Care and Attention | None | Roway Lane | Roway Lane | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5112108 | -2.0241948 | |||
| 15983 | op-snap---monthly-publication-june-2025.pdf | 1912 | 2025-06 | Car | Dacia | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Longmore St | Longmore Street | Birmingham | Birmingham | NFA | Not in Public Interest | 52.464484 | -1.8923374 | |||
| 19639 | op-snap---monthly-publication-may-2025.pdf | 1001 | 2025-05 | Car | Dacia | Duster | Blue | Driving without Reasonable Consideration | None | Worcester | Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3101165 | -2.0442678 | ||
| 18222 | op-snap---monthly-publication-march-2025.pdf | 1979 | 2025-03 | Car | Dacia | Grey | Driving without Reasonable Consideration | None | Tolladine Road Worcester | Tolladine Road Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | ||||
| 6979 | op-snap---monthly-publication-february-2025.pdf | 1796 | 2025-02 | Car | Dacia | Duster | Grey | Driving without Due Care and Attention | None | A346 Swindon | Swindon | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | 52.480676 | -1.9595336 |
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);