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-02", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Nissan" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale, witness_contacted
council_area 4
- Birmingham 4
- Coventry 2
- 0C1Oventry 1
- Dudley 1
disposal 3
- Fixed Penalty 6
- Court 1
- NFA 1
reporter_transport_mode 2
- Pedal Bike 6
- Car 2
vehicle_make 1
- Nissan · 8 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 8 ✖
month 1
- 2025-02 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5675 | op-snap---monthly-publication-february-2025.pdf | 492 | 2025-02 | Pedal Bike | Nissan | QASHQUI | Blue | Using a Mobile Phone Whilst Driving | NONE | QUEENSBRIDGE ROAD | Queensbridge Road | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4415108 | -1.8971434 | |
| 5868 | op-snap---monthly-publication-february-2025.pdf | 685 | 2025-02 | Pedal Bike | Nissan | Leaf | Grey | Using a Mobile Phone Whilst Driving | No Insurance | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||||
| 5893 | op-snap---monthly-publication-february-2025.pdf | 710 | 2025-02 | Pedal Bike | Nissan | Note | Grey | Using a Mobile Phone Whilst Driving | None | Woodway Lane | Woodway Lane | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4275505 | -1.4448681 | |
| 5956 | op-snap---monthly-publication-february-2025.pdf | 773 | 2025-02 | Pedal Bike | Nissan | Micra | White | Using a Mobile Phone Whilst Driving | None | Woodway Lane, Coventry | Woodway Lane, Coventry | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.425388 | -1.4441933 | |
| 6874 | op-snap---monthly-publication-february-2025.pdf | 1691 | 2025-02 | Car | Nissan | Juke | Blue | Using a Mobile Phone Whilst Driving | None | Broad Lane at Hearsall Common B41 | Broad Lane at Hearsall Common B41 | 0C1oventry | 0C1Oventry | Fixed Penalty | N/A | Yes - Via Email | 52.4135024 | -1.9035202 | |
| 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 | |
| 7053 | op-snap---monthly-publication-february-2025.pdf | 1870 | 2025-02 | Pedal Bike | Nissan | Note | Black | Using a Mobile Phone Whilst Driving | None | Harbourne High Street | Harbourne High Street | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 7132 | op-snap---monthly-publication-february-2025.pdf | 1949 | 2025-02 | Pedal Bike | Nissan | Qashaqai | Grey | Using a Mobile Phone Whilst Driving | None | New Fosse Way | New Fosse Way | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4473373 | -1.9392405 |
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);