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'}
11 rows where disposal = "Fixed Penalty", month = "2025-05" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
reporter_transport_mode 4
- Car 4
- Pedal Bike 4
- Pedestrian 2
- Other 1
council_area 4
- Birmingham 8
- Dudley 1
- Sandwell 1
- Walsall 1
offence 3
vehicle_make 1
- Vauxhall · 11 ✖
month 1
- 2025-05 · 11 ✖
disposal 1
- Fixed Penalty · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18705 | op-snap---monthly-publication-may-2025.pdf | 67 | 2025-05 | Car | Vauxhall | Corsa | Black | Using a Mobile Phone Whilst Driving | None | Lord Street Walsall | Lord Street Walsall | Walsall | Walsall | Fixed Penalty | N/A | 52.5700579 | -1.9889188 | ||
| 18795 | op-snap---monthly-publication-may-2025.pdf | 157 | 2025-05 | Pedal Bike | Vauxhall | Insignia | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bristol Road | Bristol Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4543565 | -1.9114004 | ||
| 18865 | op-snap---monthly-publication-may-2025.pdf | 227 | 2025-05 | Car | Vauxhall | corsa | Black | Using a Mobile Phone Whilst Driving | None | Pound Road | Pound Road | Sandwell | Sandwell | Fixed Penalty | N/A | 52.5541213 | -2.0098297 | ||
| 19002 | op-snap---monthly-publication-may-2025.pdf | 364 | 2025-05 | Pedal Bike | Vauxhall | Zafira | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Canon Hill Road | Canon Hill Road | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 19276 | op-snap---monthly-publication-may-2025.pdf | 638 | 2025-05 | Other | Vauxhall | Vivaro | Silver | Use a vehicle / cycle on a road and contravene a local traffic order other than parking | None | Norwood Road, Dudley | Norwood Road, Dudley | Dudley | Dudley | Fixed Penalty | N/A | 52.4831397 | -2.1309273 | ||
| 19330 | op-snap---monthly-publication-may-2025.pdf | 692 | 2025-05 | Pedal Bike | Vauxhall | Corsa | Black | Using a Mobile Phone Whilst Driving | None | Aston Webb Boulevard | Aston Webb Boulevard | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4468506 | -1.9395619 | ||
| 19443 | op-snap---monthly-publication-may-2025.pdf | 805 | 2025-05 | Pedal Bike | Vauxhall | Adam | Blue | Using a Mobile Phone Whilst Driving | None | Bristol Road | Bristol Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4543565 | -1.9114004 | ||
| 19468 | op-snap---monthly-publication-may-2025.pdf | 830 | 2025-05 | Car | Vauxhall | Zafira | Black | Using a Mobile Phone Whilst Driving | None | Edgbaston Rd | Edgbaston Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4552785 | -1.906384 | ||
| 19540 | op-snap---monthly-publication-may-2025.pdf | 902 | 2025-05 | Car | Vauxhall | Corsa | Red | Using a Mobile Phone Whilst Driving | None | Gravelly Hill N | Gravelly Hill N | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5204663 | -1.8459173 | ||
| 19775 | op-snap---monthly-publication-may-2025.pdf | 1137 | 2025-05 | Pedestrian | Vauxhall | Insignia | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Woodgreen road | Woodgreen road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4637236 | -1.9981359 | ||
| 19860 | op-snap---monthly-publication-may-2025.pdf | 1222 | 2025-05 | Pedestrian | Vauxhall | Vivaro | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4470686 | -1.8880749 |
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);