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'}
7 rows where month = "2025-10", offence = "Driving without Reasonable Consideration" and reporter_transport_mode = "Pedal Bike" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, council_area_raw, nfa_rationale
vehicle_make 5
- Audi 2
- Vauxhall 2
- Citroen 1
- Mercedes-Benz 1
- Volkswagen 1
council_area 5
- Birmingham 2
- Coventry 2
- Dudley 1
- Out of Force Area 1
- Solihull 1
reporter_transport_mode 1
- Pedal Bike · 7 ✖
offence 1
- Driving without Reasonable Consideration · 7 ✖
month 1
- 2025-10 · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22065 | op-snap---monthly-publication-october-2025.pdf | 15 | 2025-10 | Pedal Bike | Audi | Black | Driving without Reasonable Consideration | None | Castle Road | Castle Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4358056 | -1.9593904 | |||
| 22095 | op-snap---monthly-publication-october-2025.pdf | 45 | 2025-10 | Pedal Bike | Volkswagen | ID | Yellow | Driving without Reasonable Consideration | None | Weoley Park | Weoley Park | Birmingham | Birmingham | NFA | No Offence | 52.4353726 | -1.9460178 | ||
| 22111 | op-snap---monthly-publication-october-2025.pdf | 61 | 2025-10 | Pedal Bike | Citroen | Silver | Driving without Reasonable Consideration | None | Earlsdon Ave | Earlsdon Ave | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4047134 | -1.5351834 | |||
| 22190 | op-snap---monthly-publication-october-2025.pdf | 140 | 2025-10 | Pedal Bike | Mercedes-Benz | White | Driving without Reasonable Consideration | None | Cornets End Lane | Cornets End Lane | Solihull | Solihull | NFA | Outside of 14 Days NIP | 52.4269547 | -1.6668911 | |||
| 22193 | op-snap---monthly-publication-october-2025.pdf | 143 | 2025-10 | Pedal Bike | Audi | A3 | Grey | Driving without Reasonable Consideration | None | Broad Lane | Broad Lane | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4074716 | -1.5620671 | ||
| 22624 | op-snap---monthly-publication-october-2025.pdf | 574 | 2025-10 | Pedal Bike | Vauxhall | Crossland | White | Driving without Reasonable Consideration | None | Hagley Road Halesowen | Hagley Road Halesowen | Dudley | Dudley | Education | N/A | 52.4476209 | -2.051289 | ||
| 22926 | op-snap---monthly-publication-october-2025.pdf | 876 | 2025-10 | Pedal Bike | Vauxhall | Insigia | Silver | Driving without Reasonable Consideration | None | Bristol Road South | Bristol Road South | Birmingham | Birmingham | Education | N/A | 52.4119174 | -1.9735247 |
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);