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 = "Sandwell", month = "2025-07" and offence = "Using a Mobile Phone Whilst Driving" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
vehicle_make 5
- Nissan 2
- Audi 1
- Ford 1
- Kia 1
- Mercedes-Benz 1
disposal 3
- Fixed Penalty 3
- NFA 3
- Warning Letter 1
offence 1
- Using a Mobile Phone Whilst Driving · 7 ✖
month 1
- 2025-07 · 7 ✖
council_area 1
- Sandwell · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12399 | op-snap---monthly-publication-july-2025.pdf | 451 | 2025-07 | Car | Kia | EV3 | Black | Using a Mobile Phone Whilst Driving | None | M6 NB J8 | M6 Northbound J8 | Sandwell | Sandwell | Fixed Penalty | N/A | 52.6760749 | -2.0862582 | ||
| 12647 | op-snap---monthly-publication-july-2025.pdf | 699 | 2025-07 | Car | Mercedes-Benz | 220.. | Silver | Using a Mobile Phone Whilst Driving | None | Barclay Road | Barclay Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.4722765 | -1.9787531 | ||
| 12713 | op-snap---monthly-publication-july-2025.pdf | 765 | 2025-07 | Car | Ford | Focus | Black | Using a Mobile Phone Whilst Driving | Driving without Due Care and | AWttoeondtisoentton | AWttoeondtisoentton | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 12726 | op-snap---monthly-publication-july-2025.pdf | 778 | 2025-07 | Car | Nissan | Juke | Red | Using a Mobile Phone Whilst Driving | None | All Saints Way | All Saints Way | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5344405 | -1.985568 | ||
| 12801 | op-snap---monthly-publication-july-2025.pdf | 853 | 2025-07 | Car | Nissan | Juke | Black | Using a Mobile Phone Whilst Driving | None | New Swan Lane | New Swan Lane | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5293372 | -2.0107584 | ||
| 12921 | op-snap---monthly-publication-july-2025.pdf | 973 | 2025-07 | Van | Audi | TT | Silver | Using a Mobile Phone Whilst Driving | None | M5 North Towards Junction 6 | M5 North Towards Junction 6 | Sandwell | Sandwell | Fixed Penalty | N/A | ||||
| 12928 | op-snap---monthly-publication-july-2025.pdf | 980 | 2025-07 | Car | Black | Using a Mobile Phone Whilst Driving | None | Halesowen Road | Halesowen Road | Sandwell | Sandwell | NFA | No VRM | 52.4727241 | -2.0645309 |
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);