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 council_area = "Coventry", disposal = "Education" and vehicle_make = "Skoda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence
offence 4
reporter_transport_mode 2
- Car 6
- Pedal Bike 4
vehicle_make 1
- Skoda · 10 ✖
disposal 1
- Education · 10 ✖
council_area 1
- Coventry · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4620 | op-snap---monthly-publication-december-2025.pdf | 748 | 2025-12 | Pedal Bike | Skoda | Fabia | grey | Driving without Due Care and Attention | None | Far Gosford Street | Far Gosford Street | Coventry | Coventry | Education | N/A | 52.4071231 | -1.4985178 | ||
| 21820 | op-snap---monthly-publication-november-2025.pdf | 1362 | 2025-11 | Car | Skoda | Superb | White | Driving without Due Care and Attention | None | Hinkley Road, Coventry | Hinkley Road, Coventry | Coventry | Coventry | Education | N/A | ||||
| 22468 | op-snap---monthly-publication-october-2025.pdf | 418 | 2025-10 | Car | Skoda | Octavia | Black | Contravening a Red Traffic Light | None | Allard Way | Allard Way | Coventry | Coventry | Education | N/A | 52.3955174 | -1.4685442 | ||
| 24472 | op-snap---monthly-publication-september-2025.pdf | 691 | 2025-09 | Pedal Bike | Skoda | Fabia | Silver | Driving without Due Care and Attention | None | Allesley Old Road | Allesley Old Road | Coventry | Coventry | Education | N/A | 52.4103629 | -1.5441218 | ||
| 24524 | op-snap---monthly-publication-september-2025.pdf | 743 | 2025-09 | Car | Skoda | kamiq | grey | Stop a vehicle within pelican pedestrian crossing l | imits None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Education | N/A | 52.4221152 | -1.4959475 | ||
| 14401 | op-snap---monthly-publication-june-2025.pdf | 330 | 2025-06 | Car | Skoda | Enyaq | Black | Driving without Due Care and Attention | None | A444 Coventry | Coventry | Coventry | Coventry | Education | N/A | 52.400739 | -1.5135474 | ||
| 18935 | op-snap---monthly-publication-may-2025.pdf | 297 | 2025-05 | Car | Skoda | Citigo | Green | Driving without Due Care and Attention | None | Stonebridge Highway Coventry | Stonebridge Highway Coventry | Coventry | Coventry | Education | N/A | 52.3782187 | -1.478696 | ||
| 16251 | op-snap---monthly-publication-march-2025.pdf | 8 | 2025-03 | Pedal Bike | Skoda | Kodiaq | Grey | Contravening a Red Traffic Light | None | Barker Butts Lane | Barker Butts Lane | Coventry | Coventry | Education | N/A | Yes - Via Email | |||
| 6495 | op-snap---monthly-publication-february-2025.pdf | 1312 | 2025-02 | Car | Skoda | Suberb | White | Driving without Due Care and Attention | None | Holyhead Road | Holyhead Road | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.418488 | -1.5472387 | |
| 6631 | op-snap---monthly-publication-february-2025.pdf | 1448 | 2025-02 | Pedal Bike | Skoda | Superb | Silver | Driving without Reasonable Consideration | None | A429 Kenilworth Road | Kenilworth Road | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.3833298 | -1.5379214 |
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);