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'}
9 rows where council_area = "Sutton Coldfield", disposal = "Education" and month = "2025-12" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour
offence 4
reporter_transport_mode 3
- Pedal Bike 4
- Car 3
- Pedestrian 2
month 1
- 2025-12 · 9 ✖
disposal 1
- Education · 9 ✖
council_area 1
- Sutton Coldfield · 9 ✖
| 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 | ||
| 4578 | op-snap---monthly-publication-december-2025.pdf | 706 | 2025-12 | Car | Mini | Cooper | Green | Driving without Due Care and Attention | None | Minworth Island | Minworth Island | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5310982 | -1.7747583 | ||
| 4753 | op-snap---monthly-publication-december-2025.pdf | 881 | 2025-12 | Car | Vauxhall | Vivaro | Silver | Contravening a Red Traffic Light | None | Digby Road / Somerville Road | Digby Road / Somerville Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5573003 | -1.8317101 | ||
| 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 | ||||
| 4852 | op-snap---monthly-publication-december-2025.pdf | 980 | 2025-12 | Car | Peugeot | 2008 | White | Driving without Due Care and Attention | None | Webster Way, Walmley | Webster Way, Walmley | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.535716 | -1.7856098 | ||
| 4878 | op-snap---monthly-publication-december-2025.pdf | 1006 | 2025-12 | Pedal Bike | Peugeot | Boxer | White | Driving without Due Care and Attention | None | Melrose Avenue | Melrose Avenue | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5511462 | -1.8479052 | ||
| 4879 | op-snap---monthly-publication-december-2025.pdf | 1007 | 2025-12 | Pedal Bike | Jaguar | Fpace | Black | Driving without Due Care and Attention | None | Cordbridge Road | Cordbridge Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | ||||
| 5120 | op-snap---monthly-publication-december-2025.pdf | 1248 | 2025-12 | Pedestrian | BMW | 118D | Black | Cause vehicle to be left in a dangerous position | None | Lichfield Road | Lichfield Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5872149 | -1.8300386 | ||
| 5145 | op-snap---monthly-publication-december-2025.pdf | 1273 | 2025-12 | Pedestrian | BMW | 320.. | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Birmingham Road | Birmingham Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5361464 | -1.8270283 |
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);