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'}
5 rows where month = "2025-03", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Renault" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
reporter_transport_mode 3
- Car 2
- Pedal Bike 2
- Pedestrian 1
disposal 2
- Fixed Penalty 4
- NFA 1
council_area 2
- Birmingham 4
- Solihull 1
vehicle_make 1
- Renault · 5 ✖
offence 1
- Using a Mobile Phone Whilst Driving · 5 ✖
month 1
- 2025-03 · 5 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16373 | op-snap---monthly-publication-march-2025.pdf | 130 | 2025-03 | Pedal Bike | Renault | Megane | Blue | Using a Mobile Phone Whilst Driving | None | Valentine Road | Valentine Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4381959 | -1.8907391 | |
| 16525 | op-snap---monthly-publication-march-2025.pdf | 282 | 2025-03 | Pedal Bike | Renault | Arkana | Grey | Using a Mobile Phone Whilst Driving | None | Suffolk Street Queensway | Suffolk Street Queensway | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4760986 | -1.9018641 | |
| 17091 | op-snap---monthly-publication-march-2025.pdf | 848 | 2025-03 | Pedestrian | Renault | Megane | Grey | Using a Mobile Phone Whilst Driving | None | Valentine Road | Valentine Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4381959 | -1.8907391 | |
| 17692 | op-snap---monthly-publication-march-2025.pdf | 1449 | 2025-03 | Car | Renault | clio | Black | Using a Mobile Phone Whilst Driving | None | Homer Road | Homer Road | Solihull | Solihull | NFA | No Offence | Yes - Via Email | 52.4103123 | -1.7790808 | |
| 18279 | op-snap---monthly-publication-march-2025.pdf | 2036 | 2025-03 | Car | Renault | Kangoo | White | Using a Mobile Phone Whilst Driving | None | Main Street at Stratford Road | Main Street at Stratford Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4635217 | -1.8787173 |
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);