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", month = "2025-12" and vehicle_make = "Kia" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
offence 5
reporter_transport_mode 3
- Car 5
- Pedal Bike 5
- Pedestrian 1
council_area 3
vehicle_make 1
- Kia · 11 ✖
month 1
- 2025-12 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3910 | op-snap---monthly-publication-december-2025.pdf | 38 | 2025-12 | Pedal Bike | Kia | Blue | Driving without Due Care and Attention | None | Woodville Road | Woodville Road | Birmingham | Birmingham | NFA | No Offence | 52.4616763 | -1.9653016 | |||
| 3994 | op-snap---monthly-publication-december-2025.pdf | 122 | 2025-12 | Pedal Bike | Kia | Sportage | Blue | Driving without Due Care and Attention | None | Cressage | Cressage | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.40435 | -1.9677367 | ||
| 4037 | op-snap---monthly-publication-december-2025.pdf | 165 | 2025-12 | Car | Kia | Niro | Black | Contravening a Red Traffic Light | None | Hagley Road | Hagley Road | Birmingham | Birmingham | NFA | No Offence | 52.471632 | -1.9456776 | ||
| 4213 | op-snap---monthly-publication-december-2025.pdf | 341 | 2025-12 | Pedestrian | Kia | Picanto | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Cranford Street | Cranford Street | Birmingham | Birmingham | NFA | Misc Inc Crimes | ||||
| 4574 | op-snap---monthly-publication-december-2025.pdf | 702 | 2025-12 | Car | Kia | Stinger | Grey | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | High St, Aston | High Street, Aston | Birmingham | Birmingham | NFA | Not in Public Interest | 52.4973154 | -1.8956143 | ||
| 4580 | op-snap---monthly-publication-december-2025.pdf | 708 | 2025-12 | Car | Kia | XCeed | Black | Driving without Due Care and Attention | None | A53 Shrewsbury | Shrewsbury | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.6195535 | -2.0193824 | ||
| 4904 | op-snap---monthly-publication-december-2025.pdf | 1032 | 2025-12 | Car | Kia | Sportage | White | Contravening a Red Traffic Light | None | Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | NFA | No VRM | 52.4214017 | -1.4870278 | ||
| 4956 | op-snap---monthly-publication-december-2025.pdf | 1084 | 2025-12 | Pedal Bike | Kia | picanto | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | bradford street | Bradford Street | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4708802 | -1.8792135 | ||
| 4972 | op-snap---monthly-publication-december-2025.pdf | 1100 | 2025-12 | Pedal Bike | Kia | picanto | White | Misc - Non Traffic Offences | None | bradford street | Bradford Street | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4708802 | -1.8792135 | ||
| 5099 | op-snap---monthly-publication-december-2025.pdf | 1227 | 2025-12 | Pedal Bike | Kia | Picanto | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bradford Street | Bradford Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4708802 | -1.8792135 | ||
| 5137 | op-snap---monthly-publication-december-2025.pdf | 1265 | 2025-12 | Car | Kia | Nero | Black | Driving without Due Care and Attention | None | A444 | A444 | Coventry | Coventry | NFA | Not in Public Interest |
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);