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 council_area = "Coventry", disposal = "NFA" and offence = "Stop a vehicle on pedestrian crossing" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
reporter_transport_mode 2
- Pedestrian 5
- Pedal Bike 4
offence 1
- Stop a vehicle on pedestrian crossing · 9 ✖
disposal 1
- NFA · 9 ✖
council_area 1
- Coventry · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7512 | op-snap---monthly-publication-february-2026.pdf | 259 | 2026-02 | Pedestrian | Kia | Niro | White | Stop a vehicle on pedestrian crossing | None | Coventry Road | Coventry Road | Coventry | Coventry | NFA | Not in Public Interest | 52.4111289 | -1.5094345 | ||
| 21173 | op-snap---monthly-publication-november-2025.pdf | 715 | 2025-11 | Pedestrian | Mercedes-Benz | C220 | Black | Stop a vehicle on pedestrian crossing | None | Fenton Road | Fenton Road | Coventry | Coventry | NFA | No Offence | 52.4331816 | -1.5630141 | ||
| 21174 | op-snap---monthly-publication-november-2025.pdf | 716 | 2025-11 | Pedestrian | Seat | Leon | Blue | Stop a vehicle on pedestrian crossing | None | Fenton Road | Fenton Road | Coventry | Coventry | NFA | No Offence | 52.4331816 | -1.5630141 | ||
| 21175 | op-snap---monthly-publication-november-2025.pdf | 717 | 2025-11 | Pedestrian | Honda | Civic | Blue | Stop a vehicle on pedestrian crossing | None | Fenton Road | Fenton Road | Coventry | Coventry | NFA | No Offence | 52.4331816 | -1.5630141 | ||
| 19991 | op-snap---monthly-publication-may-2025.pdf | 1353 | 2025-05 | Pedal Bike | BMW | 520D | Grey | Stop a vehicle on pedestrian crossing | None | Stoney stanton | Stoney stanton | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4196813 | -1.4978941 | ||
| 20093 | op-snap---monthly-publication-may-2025.pdf | 1455 | 2025-05 | Pedal Bike | London taxi TX4 | Black | Stop a vehicle on pedestrian crossing | None | Earlsdon avenue | Earlsdon avenue | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4047134 | -1.5351834 | |||
| 20095 | op-snap---monthly-publication-may-2025.pdf | 1457 | 2025-05 | Pedal Bike | Toyota | Auris | White | Stop a vehicle on pedestrian crossing | None | Earlsdon Street | Earlsdon Street | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3988977 | -1.5323674 | ||
| 1371 | op-snap---monthly-publication-april-2025.pdf | 1370 | 2025-04 | Pedal Bike | Mercedes-Benz | NP | Black | Stop a vehicle on pedestrian crossing | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4221152 | -1.4959475 | ||
| 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 |
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);