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-03", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Hyundai" 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, latitude, longitude
reporter_transport_mode 3
- Car 3
- Pedal Bike 2
- Pedestrian 2
disposal 3
- NFA 3
- Fixed Penalty 2
- Warning Letter 2
council_area 3
vehicle_make 1
- Hyundai · 7 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 7 ✖
month 1
- 2025-03 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16388 | op-snap---monthly-publication-march-2025.pdf | 145 | 2025-03 | Pedestrian | Hyundai | I10 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Showell Green Lane | Showell Green Lane | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4474637 | -1.8691688 | |
| 16490 | op-snap---monthly-publication-march-2025.pdf | 247 | 2025-03 | Car | Hyundai | Tucson | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | Use vehicle on a road without valid test certificate | Columbia Close | Columbia Close | Birmingham | Birmingham | NFA | No VRM | Yes - Via Email | 52.4632515 | -1.9032924 | |
| 16536 | op-snap---monthly-publication-march-2025.pdf | 293 | 2025-03 | Pedal Bike | Hyundai | I10 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bradford Street | Bradford Street | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4708802 | -1.8792135 | |
| 16843 | op-snap---monthly-publication-march-2025.pdf | 600 | 2025-03 | Pedestrian | Hyundai | i40 | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Parkes Street, Smethwick | Parkes Street, Smethwick | Sandwell | Sandwell | NFA | No VRM | Yes - Via Email | 52.4892987 | -1.97475 | |
| 16997 | op-snap---monthly-publication-march-2025.pdf | 754 | 2025-03 | Car | Hyundai | IX35 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bradshaw Road | Bradshaw Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | ||||
| 17154 | op-snap---monthly-publication-march-2025.pdf | 911 | 2025-03 | Pedal Bike | Hyundai | I10 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bradford Street | Bradford Street | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4708802 | -1.8792135 | |
| 17428 | op-snap---monthly-publication-march-2025.pdf | 1185 | 2025-03 | Car | Hyundai | I20 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Lower Queen Street | Lower Queen Street | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | Yes - Via Email | 52.5603978 | -1.8227403 |
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);