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'}
8 rows where month = "2025-01", reporter_transport_mode = "Pedestrian" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
offence 5
council_area 4
disposal 3
- Fixed Penalty 5
- Warning Letter 2
- NFA 1
vehicle_make 1
- Hyundai · 8 ✖
reporter_transport_mode 1
- Pedestrian · 8 ✖
month 1
- 2025-01 · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9061 | op-snap---monthly-publication-january-2025.pdf | 169 | 2025-01 | Pedestrian | Hyundai | Unknown | White | Stop a vehicle on pedestrian crossing | None | Hollyfast Road | Hollyfast Road | Coventry | Coventry | NFA | No VRM | Yes - Via Email | 52.4230701 | -1.5346523 | |
| 9424 | op-snap---monthly-publication-january-2025.pdf | 532 | 2025-01 | Pedestrian | Hyundai | I10 | White | Stop a vehicle within pelican pedestrian crossing limits | None | Edward Road | Edward Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4580901 | -1.894458 | |
| 9570 | op-snap---monthly-publication-january-2025.pdf | 678 | 2025-01 | Pedestrian | Hyundai | i30 | Silver | Cause vehicle to be left in a dangerous position | None | Linden Road, Birmingham | Linden Road, Birmingham | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4258092 | -1.9348103 | |
| 9880 | op-snap---monthly-publication-january-2025.pdf | 988 | 2025-01 | Pedestrian | Hyundai | I10 | Grey | Cause vehicle to be left in a dangerous position | None | Glenville Drive | Glenville Drive | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5265939 | -1.8509884 | |
| 9891 | op-snap---monthly-publication-january-2025.pdf | 999 | 2025-01 | Pedestrian | Hyundai | TUCSON | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | LOWER QUEEN STREET | Lower Queen Street | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5603978 | -1.8227403 | |
| 9905 | op-snap---monthly-publication-january-2025.pdf | 1013 | 2025-01 | Pedestrian | Hyundai | IONIQ | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | HIGH STREET | High Street | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.5635963 | -2.0827567 | |
| 10327 | op-snap---monthly-publication-january-2025.pdf | 1435 | 2025-01 | Pedestrian | Hyundai | Tucson | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Worlds End Lane | Worlds End Lane | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4555997 | -1.9882443 | |
| 10413 | op-snap---monthly-publication-january-2025.pdf | 1521 | 2025-01 | Pedestrian | Hyundai | Getz | Silver | No Seat Belt | None | Woodway Lane | Woodway Lane | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.4275505 | -1.4448681 |
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);