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 month = "2025-09", offence = "Driving without Due Care and Attention" 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
council_area 7
- Birmingham 3
- Out of Force Area 3
- Coventry 1
- Solihull 1
- Sutton Coldfield 1
- Walsall 1
- Wolverhampton 1
disposal 4
- NFA 7
- Education 2
- RTC - Actioned 1
- Warning Letter 1
reporter_transport_mode 3
- Car 8
- Pedal Bike 2
- Pedestrian 1
vehicle_make 1
- Honda · 11 ✖
offence 1
- Driving without Due Care and Attention · 11 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 24310 | op-snap---monthly-publication-september-2025.pdf | 529 | 2025-09 | Car | Honda | Civic | Grey | Driving without Due Care and Attention | None | Sutherland Avenue | Sutherland Avenue | Wolverhampton | Wolverhampton | RTC - Actioned | N/A | 52.5778489 | -2.1025249 | ||
| 24402 | op-snap---monthly-publication-september-2025.pdf | 621 | 2025-09 | Car | Honda | civic | Black | Driving without Due Care and Attention | None | Bickenhill Lane | Bickenhill Lane | Birmingham | Birmingham | Education | N/A | ||||
| 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 | ||
| 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 | ||
| 24788 | op-snap---monthly-publication-september-2025.pdf | 1007 | 2025-09 | Pedal Bike | Honda | Civic | Silver | Driving without Due Care and Attention | None | Mere Green Road | Mere Green Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5874888 | -1.8297106 | ||
| 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 | ||||
| 25245 | op-snap---monthly-publication-september-2025.pdf | 1464 | 2025-09 | Pedestrian | Honda | CBF | Red | Driving without Due Care and Attention | None | Wood Common Grange | Wood Common Grange | Walsall | Walsall | Warning Letter | N/A | 52.6319931 | -1.9785842 | ||
| 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 |
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);