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 month = "2025-06", offence = "Stop a vehicle within pelican pedestrian crossing limits" and reporter_transport_mode = "Pedal Bike" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
vehicle_make 8
- Mercedes-Benz 2
- Peugeot 2
- Ford 1
- Hyundai 1
- Renault 1
- Toyota 1
- Vauxhall 1
- Volkswagen 1
council_area 3
- Birmingham 8
- Coventry 1
- Wolverhampton 1
reporter_transport_mode 1
- Pedal Bike · 10 ✖
offence 1
- Stop a vehicle within pelican pedestrian crossing limits · 10 ✖
month 1
- 2025-06 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14606 | op-snap---monthly-publication-june-2025.pdf | 535 | 2025-06 | Pedal Bike | Toyota | Prius | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | Far Gosford Street | Far Gosford Street | Coventry | Coventry | Education | N/A | 52.4071231 | -1.4985178 | ||
| 15335 | op-snap---monthly-publication-june-2025.pdf | 1264 | 2025-06 | Pedal Bike | Mercedes-Benz | sprinter | Green | Stop a vehicle within pelican pedestrian crossing limits | None | Kingstanding Road | Kingstanding Road | Birmingham | Birmingham | Education | N/A | 52.5521118 | -1.8845138 | ||
| 15336 | op-snap---monthly-publication-june-2025.pdf | 1265 | 2025-06 | Pedal Bike | Renault | clio | White | Stop a vehicle within pelican pedestrian crossing limits | None | Rough Road | Rough Road | Birmingham | Birmingham | Education | N/A | 52.5539433 | -1.8804348 | ||
| 15392 | op-snap---monthly-publication-june-2025.pdf | 1321 | 2025-06 | Pedal Bike | Ford | Transit | White | Stop a vehicle within pelican pedestrian crossing limits | None | Harding Street | Harding Street | Wolverhampton | Wolverhampton | Education | N/A | ||||
| 15786 | op-snap---monthly-publication-june-2025.pdf | 1715 | 2025-06 | Pedal Bike | Volkswagen | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Pershore Road | Pershore Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4308271 | -1.920078 | |||
| 15787 | op-snap---monthly-publication-june-2025.pdf | 1716 | 2025-06 | Pedal Bike | Hyundai | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Education | N/A | 52.4308271 | -1.920078 | |||
| 15788 | op-snap---monthly-publication-june-2025.pdf | 1717 | 2025-06 | Pedal Bike | Peugeot | White | Stop a vehicle within pelican pedestrian crossing limits | None | Pershore Road | Pershore Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4308271 | -1.920078 | |||
| 15789 | op-snap---monthly-publication-june-2025.pdf | 1718 | 2025-06 | Pedal Bike | Vauxhall | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | Pershore Road | Pershore Road | Birmingham | Birmingham | NFA | No VRM | 52.4308271 | -1.920078 | |||
| 15790 | op-snap---monthly-publication-june-2025.pdf | 1719 | 2025-06 | Pedal Bike | Mercedes-Benz | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | Pershore Road | Pershore Road | Birmingham | Birmingham | NFA | No VRM | 52.4308271 | -1.920078 | |||
| 15977 | op-snap---monthly-publication-june-2025.pdf | 1906 | 2025-06 | Pedal Bike | Peugeot | Yaris | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | Sycamore Road | Sycamore Road | Birmingham | Birmingham | Education | N/A | 52.5398019 | -1.8455792 |
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);