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'}
9 rows where month = "2026-02", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 4
- Coventry 3
- Sandwell 3
- Birmingham 2
- Solihull 1
reporter_transport_mode 2
- Pedal Bike 6
- Car 3
disposal 2
- Fixed Penalty 5
- NFA 4
vehicle_make 1
- Audi · 9 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 9 ✖
month 1
- 2026-02 · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7401 | op-snap---monthly-publication-february-2026.pdf | 148 | 2026-02 | Pedal Bike | Audi | Q3 | Grey | Using a Mobile Phone Whilst Driving | None | Homer Road | Homer Road | Solihull | Solihull | NFA | No Independent Evidence Available | 52.4103123 | -1.7790808 | ||
| 7524 | op-snap---monthly-publication-february-2026.pdf | 271 | 2026-02 | Car | Audi | A4 | Black | Using a Mobile Phone Whilst Driving | None | Tesco Petrol Station, Stone Cross | Tesco Petrol Station, Stone Cross | Sandwell | Sandwell | NFA | No Independent Evidence Available | ||||
| 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 | ||
| 7868 | op-snap---monthly-publication-february-2026.pdf | 615 | 2026-02 | Pedal Bike | Audi | Q4 | Grey | Using a Mobile Phone Whilst Driving | None | Augustus Road | Augustus Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4695793 | -1.9378608 | ||
| 8437 | op-snap---monthly-publication-february-2026.pdf | 1184 | 2026-02 | Car | Audi | A7 | Silver | Using a Mobile Phone Whilst Driving | None | Oliver Way | Oliver Way | Coventry | Coventry | Fixed Penalty | N/A | ||||
| 8492 | op-snap---monthly-publication-february-2026.pdf | 1239 | 2026-02 | Car | Audi | A3 | grey | Using a Mobile Phone Whilst Driving | None | Station Road, Balsall Common | Station Road, Balsall Common | Coventry | Coventry | Fixed Penalty | N/A | ||||
| 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 | ||
| 8813 | op-snap---monthly-publication-february-2026.pdf | 1560 | 2026-02 | Pedal Bike | Audi | A4 | Grey | Using a Mobile Phone Whilst Driving | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Fixed Penalty | N/A | 52.4221152 | -1.4959475 | ||
| 8856 | op-snap---monthly-publication-february-2026.pdf | 1603 | 2026-02 | Pedal Bike | Audi | A5 | Black | Using a Mobile Phone Whilst Driving | None | shenley hill | Shenley Hill | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4267534 | -1.9790765 |
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);