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'}
12 rows where disposal = "NFA", month = "2025-09" and vehicle_make = "Honda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale
offence 6
reporter_transport_mode 4
- Car 9
- Other 1
- Pedal Bike 1
- Pedestrian 1
council_area 4
- Birmingham 5
- Out of Force Area 4
- Coventry 2
- Solihull 1
vehicle_make 1
- Honda · 12 ✖
month 1
- 2025-09 · 12 ✖
disposal 1
- NFA · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24020 | op-snap---monthly-publication-september-2025.pdf | 239 | 2025-09 | Pedal Bike | Honda | Civic | Black | Driving without Due Care and Attention | None | Sampson Road | Sampson Road | Solihull | Solihull | NFA | No Offence | ||||
| 24188 | op-snap---monthly-publication-september-2025.pdf | 407 | 2025-09 | Car | Honda | Jazz | Red | Driving without Due Care and Attention | No Insurance | A45 Coventry Road, Small Heath | Coventry Road, Small Heath | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4650893 | -1.8425008 | ||
| 24286 | op-snap---monthly-publication-september-2025.pdf | 505 | 2025-09 | Car | Honda | Civic | Grey | Using a Mobile Phone Whilst Driving | None | M5 Jct 4 | M5 Junction 4 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24441 | op-snap---monthly-publication-september-2025.pdf | 660 | 2025-09 | Car | Honda | Civic | Silver | Driving without Due Care and Attention | None | Heybarnes Road | Heybarnes Road | Birmingham | Birmingham | NFA | Outside of 14 DAYS Late Submission | 52.4677423 | -1.8351236 | ||
| 24533 | op-snap---monthly-publication-september-2025.pdf | 752 | 2025-09 | Other | Honda | Accord | Silver | No Insurance | No vehicle excise licence | Parkdale Close | Parkdale Close | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.513341 | -1.8406439 | ||
| 24585 | op-snap---monthly-publication-september-2025.pdf | 804 | 2025-09 | Car | Honda | Civic | Black | Driving without Due Care and Attention | None | A5 Watling Street | Watling Street | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.6562907 | -1.9111505 | ||
| 24825 | op-snap---monthly-publication-september-2025.pdf | 1044 | 2025-09 | Car | Honda | Civic | Silver | Driving without Due Care and Attention | None | Eyton Road, Telford | Eyton Road, Telford | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24826 | op-snap---monthly-publication-september-2025.pdf | 1045 | 2025-09 | Car | Honda | Civic | Silver | Driving without Due Care and Attention | None | Eyton Road, Telford | Eyton Road, Telford | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 25319 | op-snap---monthly-publication-september-2025.pdf | 1538 | 2025-09 | Car | Honda | motorcylcel | Red | Driving without Due Care and Attention | None | vanguard way | Vanguard Way | Coventry | Coventry | NFA | Misc Inc Crimes | ||||
| 25584 | op-snap---monthly-publication-september-2025.pdf | 1803 | 2025-09 | Car | Honda | Civic | Blue | Misc - Non Traffic Offences | None | Foleshill Road | Foleshill Road | Coventry | Coventry | NFA | No Offence | 52.4274335 | -1.5002381 | ||
| 25602 | op-snap---monthly-publication-september-2025.pdf | 1821 | 2025-09 | Car | Honda | Blue | DCariuvsee o unn hnaercde ssshaoruyl doebrstruction by motor vehicle | None | M6 | M6 | Birmingham | Birmingham | NFA | No VRM | |||||
| 25604 | op-snap---monthly-publication-september-2025.pdf | 1823 | 2025-09 | Pedestrian | Honda | White | /C atruasiele ur nonuetsciedses aorfy t hoeb sGtrruecattieorn L boyn dmoont oarr evaehicle | None | Woodstock Road | Woodstock Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4486205 | -1.8740822 |
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);