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'}
8 rows where disposal = "NFA", month = "2026-01" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
offence 4
council_area 4
reporter_transport_mode 2
- Car 6
- Pedestrian 2
vehicle_make 1
- Seat · 8 ✖
month 1
- 2026-01 · 8 ✖
disposal 1
- NFA · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10622 | op-snap---monthly-publication-january-2026.pdf | 83 | 2026-01 | Pedestrian | Seat | leon | Grey | Misc - Non Traffic Offences | None | woodstock road | Woodstock Road | Birmingham | Birmingham | NFA | No Offence | 52.4486205 | -1.8740822 | ||
| 10721 | op-snap---monthly-publication-january-2026.pdf | 182 | 2026-01 | Car | Seat | Leon | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Zoar Street | Zoar Street | Wolverhampton | Wolverhampton | NFA | No Offence | 52.5807478 | -2.1383109 | ||
| 11389 | op-snap---monthly-publication-january-2026.pdf | 850 | 2026-01 | Car | Seat | Cupra | Black | Driving without Due Care and Attention | None | Worcester | Worcester | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3101165 | -2.0442678 | ||
| 11585 | op-snap---monthly-publication-january-2026.pdf | 1046 | 2026-01 | Car | Seat | Altea | Silver | Driving without Due Care and Attention | None | Wainbody Avenue | Wainbody Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3849692 | -1.5311416 | ||
| 11632 | op-snap---monthly-publication-january-2026.pdf | 1093 | 2026-01 | Pedestrian | Seat | Arona | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dewsbury Avenue | Dewsbury Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3848122 | -1.5204351 | ||
| 11658 | op-snap---monthly-publication-january-2026.pdf | 1119 | 2026-01 | Car | Seat | Ibiza | White | Driving without Due Care and Attention | None | Landor Street | Landor Street | Birmingham | Birmingham | NFA | No VRM | 52.4822898 | -1.8707686 | ||
| 11732 | op-snap---monthly-publication-january-2026.pdf | 1193 | 2026-01 | Car | Seat | . | Green | Using a Mobile Phone Whilst Driving | None | Stratford Upon Avon | Stratford Upon Avon | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3499075 | -1.7812051 | ||
| 11946 | op-snap---monthly-publication-january-2026.pdf | 1407 | 2026-01 | Car | Seat | leon | White | Misc - Non Traffic Offences | None | out of force | Out Of Force | Out of Force Area | Out of Force Area | NFA | Misc Inc Crimes |
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);