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 offence = "Stop a vehicle on pedestrian crossing", reporter_transport_mode = "Pedestrian" and vehicle_make = "Vauxhall" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
disposal 4
- Fixed Penalty 4
- Education 2
- Warning Letter 2
- NFA 1
council_area 2
- Birmingham 7
- Coventry 2
vehicle_make 1
- Vauxhall · 9 ✖
reporter_transport_mode 1
- Pedestrian · 9 ✖
offence 1
- Stop a vehicle on pedestrian crossing · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11458 | op-snap---monthly-publication-january-2026.pdf | 919 | 2026-01 | Pedestrian | Vauxhall | Mokka | Red | Stop a vehicle on pedestrian crossing | None | Bourneville Lane | Bourneville Lane | Birmingham | Birmingham | Education | N/A | ||||
| 5111 | op-snap---monthly-publication-december-2025.pdf | 1239 | 2025-12 | Pedestrian | Vauxhall | Astra | Black | Stop a vehicle on pedestrian crossing | None | Timberley Lane | Timberley Lane | Birmingham | Birmingham | Education | N/A | 52.4982049 | -1.7736502 | ||
| 21172 | op-snap---monthly-publication-november-2025.pdf | 714 | 2025-11 | Pedestrian | Vauxhall | Vivaro | White | Stop a vehicle on pedestrian crossing | None | Radford Road | Radford Road | Coventry | Coventry | Warning Letter | N/A | 52.4235908 | -1.5226276 | ||
| 23375 | op-snap---monthly-publication-october-2025.pdf | 1325 | 2025-10 | Pedestrian | Vauxhall | Corsa | Red | Stop a vehicle on pedestrian crossing | None | Green Lane | Green Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4618966 | -1.9955421 | ||
| 14995 | op-snap---monthly-publication-june-2025.pdf | 924 | 2025-06 | Pedestrian | Vauxhall | Vivaro | White | Stop a vehicle on pedestrian crossing | None | Wake Green Road | Wake Green Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4437078 | -1.8783408 | ||
| 1928 | op-snap---monthly-publication-april-2025.pdf | 1927 | 2025-04 | Pedestrian | Vauxhall | Van | White | Stop a vehicle on pedestrian crossing | None | Kingstanding road B4138 | Kingstanding road B4138 | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5551037 | -1.8834687 | ||
| 5336 | op-snap---monthly-publication-february-2025.pdf | 153 | 2025-02 | Pedestrian | Vauxhall | Corsa | Black | Stop a vehicle on pedestrian crossing | None | Poplar Rd Kings Heath | Poplar Road Kings Heath | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.436035 | -1.891685 | |
| 9082 | op-snap---monthly-publication-january-2025.pdf | 190 | 2025-01 | Pedestrian | Vauxhall | Zafira | Black | Stop a vehicle on pedestrian crossing | None | St Marys Row | Street Marys Row | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 9783 | op-snap---monthly-publication-january-2025.pdf | 891 | 2025-01 | Pedestrian | Vauxhall | Astra | Grey | Stop a vehicle on pedestrian crossing | None | Earlsdon Street | Earlsdon Street | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.3988977 | -1.5323674 |
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);