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'}
10 rows where disposal = "NFA", month = "2026-01" and vehicle_make = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
offence 5
council_area 4
- Birmingham 5
- Out of Force Area 3
- Dudley 1
- Solihull 1
reporter_transport_mode 3
- Car 7
- Pedestrian 2
- Other 1
vehicle_make 1
- Kia · 10 ✖
month 1
- 2026-01 · 10 ✖
disposal 1
- NFA · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10555 | op-snap---monthly-publication-january-2026.pdf | 16 | 2026-01 | Car | Kia | Sportage | Silver | Contravene Lane Closure Red X | None | M6 | M6 | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 10650 | op-snap---monthly-publication-january-2026.pdf | 111 | 2026-01 | Car | Kia | Sportage | Black | Driving without Due Care and Attention | None | A5 Oswestry | Oswestry | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 10714 | op-snap---monthly-publication-january-2026.pdf | 175 | 2026-01 | Pedestrian | Kia | Niro | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Ellesmere Road | Ellesmere Road | Birmingham | Birmingham | NFA | No Offence | 52.4881533 | -1.8553625 | ||
| 10797 | op-snap---monthly-publication-january-2026.pdf | 258 | 2026-01 | Car | Kia | Picanto | Blue | Driving without Due Care and Attention | None | A380 Malvern Link | Malvern Link | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11030 | op-snap---monthly-publication-january-2026.pdf | 491 | 2026-01 | Car | Kia | Sportage | Black | Driving without Due Care and Attention | None | Hollywell Road | Hollywell Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4594803 | -1.7866201 | ||
| 11313 | op-snap---monthly-publication-january-2026.pdf | 774 | 2026-01 | Car | Kia | Soul | Black | Driving without Due Care and Attention | None | Bills Lane | Bills Lane | Birmingham | Birmingham | NFA | Misc Inc Crimes | ||||
| 11353 | op-snap---monthly-publication-january-2026.pdf | 814 | 2026-01 | Car | Kia | Niro | Grey | Using a Mobile Phone Whilst Driving | None | Enfield, London | Enfield, London | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 11441 | op-snap---monthly-publication-january-2026.pdf | 902 | 2026-01 | Other | Kia | Picanto | Silver | Offence to be added | None | Waterfront Carpark 7 | Waterfront Carpark 7 | Dudley | Dudley | NFA | No Independent Evidence Available | ||||
| 11529 | op-snap---monthly-publication-january-2026.pdf | 990 | 2026-01 | Car | Kia | Sportage | Blue | Driving without Due Care and Attention | None | Solihull Bypass | Solihull Bypass | Solihull | Solihull | NFA | No Offence | 52.4207529 | -1.7757467 | ||
| 11840 | op-snap---monthly-publication-january-2026.pdf | 1301 | 2026-01 | Pedestrian | Kia | Sportage | Black | Driving without Due Care and Attention | No Insurance | Floodgate Street | Floodgate Street | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4752856 | -1.8858047 |
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);