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'}
6 rows where council_area = "Sutton Coldfield", disposal = "Fixed Penalty" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence
offence 5
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Contravening a Red Traffic Light 1
- Driving without Reasonable Consideration 1
- Using a Mobile Phone Whilst Driving 1
reporter_transport_mode 3
- Pedestrian 3
- Car 2
- Pedal Bike 1
vehicle_make 1
- Mercedes-Benz · 6 ✖
disposal 1
- Fixed Penalty · 6 ✖
council_area 1
- Sutton Coldfield · 6 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14273 | op-snap---monthly-publication-june-2025.pdf | 202 | 2025-06 | Pedestrian | Mercedes-Benz | A180. | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | No Insurance | Upper Holland Road | Upper Holland Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.561 | -1.8187105 | ||
| 16275 | op-snap---monthly-publication-march-2025.pdf | 32 | 2025-03 | Car | Mercedes-Benz | X350 | Black | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Chester Road | Chester Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5359496 | -1.8324115 | |
| 17801 | op-snap---monthly-publication-march-2025.pdf | 1558 | 2025-03 | Pedestrian | Mercedes-Benz | C200 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Rockingham Gardens | Rockingham Gardens | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5690681 | -1.8271174 | |
| 5846 | op-snap---monthly-publication-february-2025.pdf | 663 | 2025-02 | Car | Mercedes-Benz | B200 | Silver | Contravening a Red Traffic Light | None | Minworth Island A38 and A4097 | Minworth Island A38 and A4097 | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5316279 | -1.7762358 | |
| 6425 | op-snap---monthly-publication-february-2025.pdf | 1242 | 2025-02 | Pedestrian | Mercedes-Benz | GLE | White | Using a Mobile Phone Whilst Driving | None | Boldmere Road | Boldmere Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.548309 | -1.8411769 | |
| 9056 | op-snap---monthly-publication-january-2025.pdf | 164 | 2025-01 | Pedal Bike | Mercedes-Benz | EQA | White | Driving without Reasonable Consideration | None | Walmley Ash Road | Walmley Ash Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5376726 | -1.7973346 |
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);