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-11", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Citroen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
offence 4
disposal 4
- Fixed Penalty 3
- Warning Letter 2
- Education 1
- NFA 1
council_area 2
- Birmingham 4
- Coventry 3
vehicle_make 1
- Citroen · 7 ✖
reporter_transport_mode 1
- Pedal Bike · 7 ✖
month 1
- 2025-11 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20609 | op-snap---monthly-publication-november-2025.pdf | 151 | 2025-11 | Pedal Bike | Citroen | Berlingo | Silver | Driving without Due Care and Attention | None | Solihull Lane | Solihull Lane | Birmingham | Birmingham | Education | N/A | 52.4230862 | -1.8347873 | ||
| 20821 | op-snap---monthly-publication-november-2025.pdf | 363 | 2025-11 | Pedal Bike | Citroen | C3 | Black | Using a Mobile Phone Whilst Driving | None | Bristol Street | Bristol Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4691145 | -1.9003257 | ||
| 20842 | op-snap---monthly-publication-november-2025.pdf | 384 | 2025-11 | Pedal Bike | Citroen | c5 | Black | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | vecqueray | Vecqueray | Coventry | Coventry | Warning Letter | N/A | 52.4066697 | -1.4969077 | ||
| 21506 | op-snap---monthly-publication-november-2025.pdf | 1048 | 2025-11 | Pedal Bike | Citroen | Relay | White | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 21663 | op-snap---monthly-publication-november-2025.pdf | 1205 | 2025-11 | Pedal Bike | Citroen | C3 | White | Using a Mobile Phone Whilst Driving | None | Walsgrave Road | Walsgrave Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4096725 | -1.487901 | ||
| 21731 | op-snap---monthly-publication-november-2025.pdf | 1273 | 2025-11 | Pedal Bike | Citroen | c3 | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | bradford road | Bradford Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.5024148 | -1.7961753 | ||
| 22001 | op-snap---monthly-publication-november-2025.pdf | 1543 | 2025-11 | Pedal Bike | Citroen | Relay | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bradford Street | Bradford Street | Birmingham | Birmingham | Warning Letter | N/A | 52.4708802 | -1.8792135 |
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);