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 disposal = "NFA", month = "2025-02" and offence = "Using a Mobile Phone Whilst Driving" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, council_area_raw, nfa_rationale, witness_contacted, latitude, longitude
vehicle_make 6
- Ford 2
- Mercedes-Benz 2
- Alfa Romeo 1
- Daf 1
- Nissan 1
- Volkswagen 1
council_area 5
reporter_transport_mode 3
- Car 5
- Pedestrian 3
- Bus 1
offence 1
- Using a Mobile Phone Whilst Driving · 9 ✖
month 1
- 2025-02 · 9 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5623 | op-snap---monthly-publication-february-2025.pdf | 440 | 2025-02 | Pedestrian | Ford | Fiesta | Silver | Using a Mobile Phone Whilst Driving | None | Clifton Road | Clifton Road | Sutton Coldfield | Sutton Coldfield | NFA | No Independent Evidence Available | Yes - Via Email | 52.5609895 | -1.8319819 | |
| 6228 | op-snap---monthly-publication-february-2025.pdf | 1045 | 2025-02 | Pedestrian | Mercedes-Benz | E-class | Blue | Using a Mobile Phone Whilst Driving | None | Clifton Road, Sutton Coldfield | Clifton Road, Sutton Coldfield | Sutton Coldfield | Sutton Coldfield | NFA | No Independent Evidence Available | Yes - Via Email | 52.5636072 | -1.8297629 | |
| 6417 | op-snap---monthly-publication-february-2025.pdf | 1234 | 2025-02 | Pedestrian | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | A47 Earl Shilton | Earl Shilton | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 6440 | op-snap---monthly-publication-february-2025.pdf | 1257 | 2025-02 | Car | Volkswagen | Arteon | Grey | Using a Mobile Phone Whilst Driving | None | M40 | M40 | Out of Force Area | Out of Force Area | NFA | Out of Force | Yes - Via Email | |||
| 6483 | op-snap---monthly-publication-february-2025.pdf | 1300 | 2025-02 | Bus | Mercedes-Benz | C | Black | Using a Mobile Phone Whilst Driving | None | Formans Road | Formans Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | Yes - Via Email | 52.4482024 | -1.8507493 | |
| 6509 | op-snap---monthly-publication-february-2025.pdf | 1326 | 2025-02 | Car | Using a Mobile Phone Whilst Driving | None | HIGH STREET | High Street | Dudley | Dudley | NFA | No Independent Evidence Available | Yes - Via Email | 52.4779764 | -2.1598371 | ||||
| 6961 | op-snap---monthly-publication-february-2025.pdf | 1778 | 2025-02 | Car | Nissan | Juke | Blue | Using a Mobile Phone Whilst Driving | None | High Street Wordsley | High Street Wordsley | Dudley | Dudley | NFA | No Independent Evidence Available | No - No Contact Details | 52.4812047 | -2.1617164 | |
| 7104 | op-snap---monthly-publication-february-2025.pdf | 1921 | 2025-02 | Car | Daf | Yellow | Using a Mobile Phone Whilst Driving | None | Park Road | Park Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | Yes - Via Email | 52.4731892 | -1.976166 | ||
| 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 |
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);