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'}
10 rows where offence = "Stop a vehicle on pedestrian crossing", reporter_transport_mode = "Pedestrian" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
disposal 4
- Education 4
- Fixed Penalty 3
- Warning Letter 2
- NFA 1
council_area 3
- Birmingham 8
- Sandwell 1
- Wolverhampton 1
vehicle_make 1
- Toyota · 10 ✖
reporter_transport_mode 1
- Pedestrian · 10 ✖
offence 1
- Stop a vehicle on pedestrian crossing · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8130 | op-snap---monthly-publication-february-2026.pdf | 877 | 2026-02 | Pedestrian | Toyota | Estima | Black | Stop a vehicle on pedestrian crossing | None | Booths Farm Road | Booths Farm Road | Birmingham | Birmingham | Education | N/A | 52.541377 | -1.9175615 | ||
| 10716 | op-snap---monthly-publication-january-2026.pdf | 177 | 2026-01 | Pedestrian | Toyota | Prius | Silver | Stop a vehicle on pedestrian crossing | None | Regent Road | Regent Road | Sandwell | Sandwell | Warning Letter | N/A | 52.5106406 | -2.0559963 | ||
| 23276 | op-snap---monthly-publication-october-2025.pdf | 1226 | 2025-10 | Pedestrian | Toyota | corolla | Black | Stop a vehicle on pedestrian crossing | None | high street, tettenhall | High Street, Tettenhall | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5980906 | -2.168057 | ||
| 15927 | op-snap---monthly-publication-june-2025.pdf | 1856 | 2025-06 | Pedestrian | Toyota | Prius | White | Stop a vehicle on pedestrian crossing | None | Dudley Road | Dudley Road | Birmingham | Birmingham | Education | N/A | 52.4865107 | -1.9386263 | ||
| 19137 | op-snap---monthly-publication-may-2025.pdf | 499 | 2025-05 | Pedestrian | Toyota | COROLLA | Black | Stop a vehicle on pedestrian crossing | none | SHAFTMOOR LANE | Shaftmoor Lane | Birmingham | Birmingham | Education | N/A | 52.4418944 | -1.8407335 | ||
| 19217 | op-snap---monthly-publication-may-2025.pdf | 579 | 2025-05 | Pedestrian | Toyota | Corolla | White | Stop a vehicle on pedestrian crossing | None | Bordsley Green | Bordsley Green | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 732 | op-snap---monthly-publication-april-2025.pdf | 731 | 2025-04 | Pedestrian | Toyota | Aygo | Black | Stop a vehicle on pedestrian crossing | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4470686 | -1.8880749 | ||
| 1931 | op-snap---monthly-publication-april-2025.pdf | 1930 | 2025-04 | Pedestrian | Toyota | Verso | Silver | 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 | ||
| 17605 | op-snap---monthly-publication-march-2025.pdf | 1362 | 2025-03 | Pedestrian | Toyota | Avensis | Blue | Stop a vehicle on pedestrian crossing | None | Garrets Green Lane | Garrets Green Lane | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4657981 | -1.7964101 | |
| 6257 | op-snap---monthly-publication-february-2025.pdf | 1074 | 2025-02 | Pedestrian | Toyota | Corolla | White | Stop a vehicle on pedestrian crossing | None | Dudley Road Birmingham A457 | Dudley Road Birmingham A457 | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4864458 | -1.9414973 |
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);