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", offence = "Using a Mobile Phone Whilst Driving" and reporter_transport_mode = "Pedal Bike" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
vehicle_make 5
- Audi 2
- Volkswagen 2
- BMW 1
- Iveco 1
- Toyota 1
disposal 2
- Fixed Penalty 5
- NFA 2
reporter_transport_mode 1
- Pedal Bike · 7 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7694 | op-snap---monthly-publication-february-2026.pdf | 441 | 2026-02 | Pedal Bike | Audi | A5 | Black | Using a Mobile Phone Whilst Driving | None | Park Lane | Park Lane | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5687807 | -2.0165653 | ||
| 8507 | op-snap---monthly-publication-february-2026.pdf | 1254 | 2026-02 | Pedal Bike | Audi | TT | Black | Using a Mobile Phone Whilst Driving | None | Sandon Road | Sandon Road | Sandwell | Sandwell | Fixed Penalty | N/A | 52.4763582 | -1.9676181 | ||
| 18979 | op-snap---monthly-publication-may-2025.pdf | 341 | 2025-05 | Pedal Bike | Volkswagen | Passat | Grey | Using a Mobile Phone Whilst Driving | None | Myvod Road | Myvod Road | Sandwell | Sandwell | Fixed Penalty | N/A | 52.562989 | -2.0085973 | ||
| 19625 | op-snap---monthly-publication-may-2025.pdf | 987 | 2025-05 | Pedal Bike | Volkswagen | Golf | Black | Using a Mobile Phone Whilst Driving | None | Bearwood Road | Bearwood Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.4725977 | -1.9684448 | ||
| 471 | op-snap---monthly-publication-april-2025.pdf | 470 | 2025-04 | Pedal Bike | Iveco | Truck | White | Using a Mobile Phone Whilst Driving | None | Tipton Road, Oldbury | Tipton Road, Oldbury | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5324526 | -2.0453612 | ||
| 17235 | op-snap---monthly-publication-march-2025.pdf | 992 | 2025-03 | Pedal Bike | BMW | M3 | Orange | Using a Mobile Phone Whilst Driving | None | Bearwood Road | Bearwood Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4725977 | -1.9684448 | |
| 17777 | op-snap---monthly-publication-march-2025.pdf | 1534 | 2025-03 | Pedal Bike | Toyota | Prius | Blue | Using a Mobile Phone Whilst Driving | None | Smithmoor Crescent | Smithmoor Crescent | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.5425057 | -1.9749202 |
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);