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 council_area = "Sutton Coldfield", month = "2025-12" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
disposal 4
- Education 2
- NFA 2
- Warning Letter 2
- Fixed Penalty 1
reporter_transport_mode 3
- Pedal Bike 3
- Car 2
- Pedestrian 2
offence 3
vehicle_make 1
- Volkswagen · 7 ✖
month 1
- 2025-12 · 7 ✖
council_area 1
- Sutton Coldfield · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3884 | op-snap---monthly-publication-december-2025.pdf | 12 | 2025-12 | Pedal Bike | Volkswagen | Golf | Red | Driving without Due Care and Attention | None | Thornhill Road | Thornhill Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5690586 | -1.8794686 | ||
| 3964 | op-snap---monthly-publication-december-2025.pdf | 92 | 2025-12 | Pedestrian | Volkswagen | s60 | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | hill villiage road | Hill Village Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5959906 | -1.8345802 | ||
| 4515 | op-snap---monthly-publication-december-2025.pdf | 643 | 2025-12 | Pedestrian | Volkswagen | polo | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | crawford road | Crawford Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | 52.5405474 | -1.8016499 | ||
| 4751 | op-snap---monthly-publication-december-2025.pdf | 879 | 2025-12 | Car | Volkswagen | Polo | Black | Driving without Due Care and Attention | None | Jockey Road, | Jockey Road | Sutton Coldfield | Sutton Coldfield | NFA | No VRM | 52.5535276 | -1.8302584 | ||
| 4789 | op-snap---monthly-publication-december-2025.pdf | 917 | 2025-12 | Pedal Bike | Volkswagen | Tiguan | Green | Driving without Due Care and Attention | None | Walkmley Road | Walkmley Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | ||||
| 5114 | op-snap---monthly-publication-december-2025.pdf | 1242 | 2025-12 | Pedal Bike | Volkswagen | Transporter | Blue | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Lower Queen Street | Lower Queen Street | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5603978 | -1.8227403 | ||
| 5163 | op-snap---monthly-publication-december-2025.pdf | 1291 | 2025-12 | Car | Volkswagen | Golf | Black | Driving without Due Care and Attention | None | Aldridge Road | Aldridge Road | Sutton Coldfield | Sutton Coldfield | NFA | No Offence |
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);