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'}
10 rows where council_area = "Sutton Coldfield", month = "2025-02" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 8
- Using a Mobile Phone Whilst Driving 3
- Cause vehicle to be left in a dangerous position 1
- Contravening a Red Traffic Light 1
- Driving without Due Care and Attention 1
- Driving without Reasonable Consideration 1
- Fail to display front VRM plate 1
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1
- Stop a vehicle within pelican pedestrian crossing limits 1
disposal 4
- Fixed Penalty 7
- Education 1
- NFA 1
- Warning Letter 1
reporter_transport_mode 3
- Pedestrian 5
- Car 4
- Pedal Bike 1
vehicle_make 1
- Ford · 10 ✖
month 1
- 2025-02 · 10 ✖
council_area 1
- Sutton Coldfield · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5340 | op-snap---monthly-publication-february-2025.pdf | 157 | 2025-02 | Pedal Bike | Ford | Transit | White | Driving without Reasonable Consideration | VRM fails to conform to Regulations | Park Road | Park Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5648824 | -1.8293486 | |
| 5527 | op-snap---monthly-publication-february-2025.pdf | 344 | 2025-02 | Pedestrian | Ford | Focus | Blue | Cause vehicle to be left in a dangerous position | None | Birmingham Road, Sutton Coldfield | Birmingham Road, Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5432869 | -1.8249079 | |
| 5623 | op-snap---monthly-publication-february-2025.pdf | 440 | 2025-02 | Pedestrian | Ford | Fiesta | Silver | Using a Mobile Phone Whilst Driving | None | Clifton Road | Clifton Road | Sutton Coldfield | Sutton Coldfield | NFA | No Independent Evidence Available | Yes - Via Email | 52.5609895 | -1.8319819 | |
| 5661 | op-snap---monthly-publication-february-2025.pdf | 478 | 2025-02 | Car | Ford | focus | Red | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Lower Queen Street | Lower Queen Street | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5603978 | -1.8227403 | |
| 6233 | op-snap---monthly-publication-february-2025.pdf | 1050 | 2025-02 | Pedestrian | Ford | KUGA | Black | Using a Mobile Phone Whilst Driving | None | CLIFTON ROAD | Clifton Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5609895 | -1.8319819 | |
| 6394 | op-snap---monthly-publication-february-2025.pdf | 1211 | 2025-02 | Pedestrian | Ford | FIESTA | Silver | Using a Mobile Phone Whilst Driving | None | CLIFTON ROAD | Clifton Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5609895 | -1.8319819 | |
| 6397 | op-snap---monthly-publication-february-2025.pdf | 1214 | 2025-02 | Car | Ford | C-Max | Silver | Contravening a Red Traffic Light | None | Boldmere Road, jn Jockey Road | Boldmere Road, jn Jockey Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | Yes - Via Email | |||
| 6426 | op-snap---monthly-publication-february-2025.pdf | 1243 | 2025-02 | Pedestrian | Ford | GT | Red | Fail to display front VRM plate | None | Boldmere Road | Boldmere Road | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | Yes - Via Email | 52.548309 | -1.8411769 | |
| 6962 | op-snap---monthly-publication-february-2025.pdf | 1779 | 2025-02 | Car | Ford | Fiesta | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Victoria Road, | Victoria Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5615573 | -1.820549 | |
| 6968 | op-snap---monthly-publication-february-2025.pdf | 1785 | 2025-02 | Car | Ford | Transit | Silver | Driving without Due Care and Attention | None | Kingsbury Road, Sutton Coldfield | Kingsbury Road, Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5311069 | -1.7539854 |
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);