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'}
10 rows where offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
disposal 2
council_area 2
- Birmingham 8
- Coventry 2
vehicle_make 1
- Peugeot · 10 ✖
reporter_transport_mode 1
- Pedal Bike · 10 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7396 | op-snap---monthly-publication-february-2026.pdf | 143 | 2026-02 | Pedal Bike | Peugeot | 3008 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Lustone Road | Lustone Road | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 8789 | op-snap---monthly-publication-february-2026.pdf | 1536 | 2026-02 | Pedal Bike | Peugeot | 207 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | bristol road | Bristol Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4543565 | -1.9114004 | ||
| 5090 | op-snap---monthly-publication-december-2025.pdf | 1218 | 2025-12 | Pedal Bike | Peugeot | 3008 | grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Ludstone Road | Ludstone Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4400405 | -1.9758361 | ||
| 21029 | op-snap---monthly-publication-november-2025.pdf | 571 | 2025-11 | Pedal Bike | Peugeot | 308 | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Foleshill Road | Foleshill Road | Coventry | Coventry | Warning Letter | N/A | 52.4274335 | -1.5002381 | ||
| 22105 | op-snap---monthly-publication-october-2025.pdf | 55 | 2025-10 | Pedal Bike | Peugeot | Partner | 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 | ||
| 23161 | op-snap---monthly-publication-october-2025.pdf | 1111 | 2025-10 | Pedal Bike | Peugeot | Partner | 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 | ||
| 23165 | op-snap---monthly-publication-october-2025.pdf | 1115 | 2025-10 | Pedal Bike | Peugeot | 2008 | Grey | 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 | ||
| 328 | op-snap---monthly-publication-april-2025.pdf | 327 | 2025-04 | Pedal Bike | Peugeot | 3008.. | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Westhill Road | Westhill Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4225058 | -1.5356916 | ||
| 17612 | op-snap---monthly-publication-march-2025.pdf | 1369 | 2025-03 | Pedal Bike | Peugeot | 208 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | CLISSOLD ROAD | Clissold Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 9381 | op-snap---monthly-publication-january-2025.pdf | 489 | 2025-01 | Pedal Bike | Peugeot | 207 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Breedon Road | Breedon Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4191978 | -1.9251219 |
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);