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'}
8 rows where month = "2025-08", 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: vehicle_colour, council_area_raw, nfa_rationale
council_area 3
- Birmingham 5
- Coventry 2
- Dudley 1
disposal 2
- Fixed Penalty 5
- NFA 3
reporter_transport_mode 1
- Pedal Bike · 8 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 8 ✖
month 1
- 2025-08 · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2053 | op-snap---monthly-publication-august-2025.pdf | 28 | 2025-08 | Pedal Bike | Audi | S3 | Black | Using a Mobile Phone Whilst Driving | None | Swaswell St | Swaswell Street | Coventry | Coventry | Fixed Penalty | N/A | ||||
| 2090 | op-snap---monthly-publication-august-2025.pdf | 65 | 2025-08 | Pedal Bike | Renault | Kadjar | Red | Using a Mobile Phone Whilst Driving | None | Lickey Road | Lickey Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.3868298 | -2.0003781 | ||
| 2140 | op-snap---monthly-publication-august-2025.pdf | 115 | 2025-08 | Pedal Bike | Toyota | Vision | Black | Using a Mobile Phone Whilst Driving | None | Bristol Road | Bristol Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4543565 | -1.9114004 | ||
| 2313 | op-snap---monthly-publication-august-2025.pdf | 288 | 2025-08 | Pedal Bike | Hyundai | I10 | Grey | Using a Mobile Phone Whilst Driving | None | Catesby Road | Catesby Road | Coventry | Coventry | NFA | No Offence | 52.4346221 | -1.5163727 | ||
| 2487 | op-snap---monthly-publication-august-2025.pdf | 462 | 2025-08 | Pedal Bike | Ford | Fiesta | Silver | Using a Mobile Phone Whilst Driving | None | Essex Street | Essex Street | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4733232 | -1.8977941 | ||
| 2906 | op-snap---monthly-publication-august-2025.pdf | 881 | 2025-08 | Pedal Bike | Mercedes-Benz | C180 | Silver | Using a Mobile Phone Whilst Driving | None | The Portway | The Portway | Dudley | Dudley | NFA | No Independent Evidence Available | 52.4932127 | -2.1597352 | ||
| 3118 | op-snap---monthly-publication-august-2025.pdf | 1093 | 2025-08 | Pedal Bike | Toyota | Auris | Grey | Using a Mobile Phone Whilst Driving | None | Northfield Road | Northfield Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4167654 | -1.9411244 | ||
| 3119 | op-snap---monthly-publication-august-2025.pdf | 1094 | 2025-08 | Pedal Bike | Nissan | Note | Grey | Using a Mobile Phone Whilst Driving | None | Gibbins Road | Gibbins Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4390303 | -1.9512931 |
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);