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", offence = "Using a Mobile Phone Whilst Driving" and reporter_transport_mode = "Car" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 7
- Vauxhall 3
- BMW 2
- Alfa Romeo 1
- Audi 1
- Ford 1
- Mercedes-Benz 1
- Seat 1
disposal 3
- Fixed Penalty 6
- NFA 3
- Education 1
reporter_transport_mode 1
- Car · 10 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4739 | op-snap---monthly-publication-december-2025.pdf | 867 | 2025-12 | Car | Vauxhall | Vivaro | White | Using a Mobile Phone Whilst Driving | None | Penns Lane | Penns Lane | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5356148 | -1.8191361 | ||
| 4841 | op-snap---monthly-publication-december-2025.pdf | 969 | 2025-12 | Car | BMW | 116.. | Grey | Using a Mobile Phone Whilst Driving | No vehicle excise licence | Chester Road | Chester Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5359496 | -1.8324115 | ||
| 2823 | op-snap---monthly-publication-august-2025.pdf | 798 | 2025-08 | Car | Vauxhall | astra | Silver | Using a Mobile Phone Whilst Driving | None | Anchorage Road | Anchorage Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5699381 | -1.8249539 | ||
| 3148 | op-snap---monthly-publication-august-2025.pdf | 1123 | 2025-08 | Car | Mercedes-Benz | sprinter | White | Using a Mobile Phone Whilst Driving | None | Weeford Road | Weeford Road | Sutton Coldfield | Sutton Coldfield | NFA | No Independent Evidence Available | 52.581737 | -1.8069637 | ||
| 12526 | op-snap---monthly-publication-july-2025.pdf | 578 | 2025-07 | Car | Audi | Q8 | Black | Using a Mobile Phone Whilst Driving | None | Green Lanes Sutton Coldfield | Green Lanes Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5432983 | -1.8280167 | ||
| 14824 | op-snap---monthly-publication-june-2025.pdf | 753 | 2025-06 | Car | Seat | Ateca | Grey | Using a Mobile Phone Whilst Driving | None | Chester Road | Chester Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | 52.5359496 | -1.8324115 | ||
| 19676 | op-snap---monthly-publication-may-2025.pdf | 1038 | 2025-05 | Car | Ford | Fiesta | Silver | Using a Mobile Phone Whilst Driving | None | Princess Anne Retail Park | Princess Anne Retail Park | Sutton Coldfield | Sutton Coldfield | NFA | No Independent Evidence Available | ||||
| 7173 | op-snap---monthly-publication-february-2025.pdf | 1990 | 2025-02 | Car | Alfa Romeo | Red | Using a Mobile Phone Whilst Driving | None | Clifton Road Sutton Coldfield | Clifton Road Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | NFA | No VRM | Yes - Via Email | 52.5636072 | -1.8297629 | ||
| 9302 | op-snap---monthly-publication-january-2025.pdf | 410 | 2025-01 | Car | BMW | 120 | Grey | 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 | |
| 9514 | op-snap---monthly-publication-january-2025.pdf | 622 | 2025-01 | Car | Vauxhall | ZAFIRA | Black | Using a Mobile Phone Whilst Driving | None | ALDRIDGE ROAD | Aldridge Road | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email |
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);