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 council_area = "Coventry", month = "2025-12" and offence = "Cause vehicle to be left in a dangerous position" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
reporter_transport_mode 3
- Pedestrian 6
- Car 1
- Other 1
disposal 3
- NFA 3
- Warning Letter 3
- Education 2
offence 1
- Cause vehicle to be left in a dangerous position · 8 ✖
month 1
- 2025-12 · 8 ✖
council_area 1
- Coventry · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3966 | op-snap---monthly-publication-december-2025.pdf | 94 | 2025-12 | Pedestrian | BMW | 118D | Blue | Cause vehicle to be left in a dangerous position | None | charter avenue | Charter Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3928409 | -1.5888076 | ||
| 3967 | op-snap---monthly-publication-december-2025.pdf | 95 | 2025-12 | Pedestrian | Peugeot | 308 | Silver | Cause vehicle to be left in a dangerous position | None | charter avenue | Charter Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3928409 | -1.5888076 | ||
| 3968 | op-snap---monthly-publication-december-2025.pdf | 96 | 2025-12 | Other | Ford | puma | Silver | Cause vehicle to be left in a dangerous position | None | glenville drive | Glenville Drive | Coventry | Coventry | Warning Letter | N/A | ||||
| 4595 | op-snap---monthly-publication-december-2025.pdf | 723 | 2025-12 | Pedestrian | Citroen | c4 | Black | Cause vehicle to be left in a dangerous position | None | halford lane | Halford Lane | Coventry | Coventry | NFA | Misc Inc Crimes | 52.4398231 | -1.526811 | ||
| 4935 | op-snap---monthly-publication-december-2025.pdf | 1063 | 2025-12 | Pedestrian | Daf | trucks | White | Cause vehicle to be left in a dangerous position | None | earlsdon avenue | Earlsdon Avenue | Coventry | Coventry | Warning Letter | N/A | 52.4047134 | -1.5351834 | ||
| 5038 | op-snap---monthly-publication-december-2025.pdf | 1166 | 2025-12 | Pedestrian | Ford | transit | White | Cause vehicle to be left in a dangerous position | None | lentons lane | Lentons Lane | Coventry | Coventry | Warning Letter | N/A | 52.4503238 | -1.4546397 | ||
| 5136 | op-snap---monthly-publication-december-2025.pdf | 1264 | 2025-12 | Pedestrian | Volkswagen | Crafter | White | Cause vehicle to be left in a dangerous position | None | Lentons Lane | Lentons Lane | Coventry | Coventry | Education | N/A | 52.4503238 | -1.4546397 | ||
| 5173 | op-snap---monthly-publication-december-2025.pdf | 1301 | 2025-12 | Car | Seat | Leon | Grey | Cause vehicle to be left in a dangerous position | None | Stoney Stanton Rd | Stoney Stanton Road | Coventry | Coventry | Education | N/A | 52.4221152 | -1.4959475 |
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);