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 disposal = "Warning Letter", month = "2025-11" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
offence 4
reporter_transport_mode 3
- Pedestrian 7
- Car 3
- Pedal Bike 1
council_area 3
- Birmingham 8
- Dudley 2
- Sandwell 1
vehicle_make 1
- Hyundai · 11 ✖
month 1
- 2025-11 · 11 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20896 | op-snap---monthly-publication-november-2025.pdf | 438 | 2025-11 | Pedestrian | Hyundai | I20 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | St Bernards Road | Street Bernards Road | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 20948 | op-snap---monthly-publication-november-2025.pdf | 490 | 2025-11 | Pedal Bike | Hyundai | I20 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | St Bernards Rd | Street Bernards Road | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 20990 | op-snap---monthly-publication-november-2025.pdf | 532 | 2025-11 | Pedestrian | Hyundai | iconiq | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | stratford road | Stratford Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4203897 | -1.8338574 | ||
| 21103 | op-snap---monthly-publication-november-2025.pdf | 645 | 2025-11 | Pedestrian | Hyundai | Bayon | Green | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Kingstanding Road | Kingstanding Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5521118 | -1.8845138 | ||
| 21118 | op-snap---monthly-publication-november-2025.pdf | 660 | 2025-11 | Pedestrian | Hyundai | I30 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dudley Road | Dudley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4865107 | -1.9386263 | ||
| 21252 | op-snap---monthly-publication-november-2025.pdf | 794 | 2025-11 | Car | Hyundai | i10 | Blue | Contravening a Red Traffic Light | None | Nelson Street, West Bromwich | Nelson Street, West Bromwich | Sandwell | Sandwell | Warning Letter | N/A | 52.5264068 | -1.994278 | ||
| 21264 | op-snap---monthly-publication-november-2025.pdf | 806 | 2025-11 | Pedestrian | Hyundai | I20 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dudley Road | Dudley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4865107 | -1.9386263 | ||
| 21319 | op-snap---monthly-publication-november-2025.pdf | 861 | 2025-11 | Car | Hyundai | bayon | Grey | Cause vehicle to be left in a dangerous position | None | startford road | Stratford Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4203897 | -1.8338574 | ||
| 21332 | op-snap---monthly-publication-november-2025.pdf | 874 | 2025-11 | Pedestrian | Hyundai | i10 | Grey | Cause vehicle to be left in a dangerous position | None | high street quarry bank | High Street Quarry Bank | Dudley | Dudley | Warning Letter | N/A | 52.4583107 | -2.1169703 | ||
| 21345 | op-snap---monthly-publication-november-2025.pdf | 887 | 2025-11 | Pedestrian | Hyundai | Ix20 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Chester Road | Chester Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5359496 | -1.8324115 | ||
| 21519 | op-snap---monthly-publication-november-2025.pdf | 1061 | 2025-11 | Car | Hyundai | I10 | Silver | Driving without Due Care and Attention | None | Westland Gardens | Westland Gardens | Dudley | Dudley | Warning Letter | N/A | 52.4638535 | -2.1506664 |
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);