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'}
12 rows where council_area = "Coventry", offence = "Driving without Due Care and Attention" and vehicle_make = "Skoda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
disposal 3
- Education 6
- NFA 4
- Warning Letter 2
reporter_transport_mode 2
- Car 9
- Pedal Bike 3
vehicle_make 1
- Skoda · 12 ✖
offence 1
- Driving without Due Care and Attention · 12 ✖
council_area 1
- Coventry · 12 ✖
| 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 | ||
| 21235 | op-snap---monthly-publication-november-2025.pdf | 777 | 2025-11 | Car | Skoda | Octavia | Beige | Driving without Due Care and Attention | None | London Road | London Road | Coventry | Coventry | Warning Letter | N/A | 52.3916468 | -1.4925995 | ||
| 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 | ||||
| 22122 | op-snap---monthly-publication-october-2025.pdf | 72 | 2025-10 | Pedal Bike | Skoda | Octavia | Silver | Driving without Due Care and Attention | None | Hurst Road | Hurst Road | Coventry | Coventry | NFA | No Offence | 52.4496884 | -1.4816181 | ||
| 22403 | op-snap---monthly-publication-october-2025.pdf | 353 | 2025-10 | Car | Skoda | Kodiaq | Grey | Driving without Due Care and Attention | None | Eastern Green Road | Eastern Green Road | Coventry | Coventry | NFA | No Independent Evidence Available | 52.4131188 | -1.5784769 | ||
| 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 | ||
| 12505 | op-snap---monthly-publication-july-2025.pdf | 557 | 2025-07 | Car | Skoda | Citigo | Red | Driving without Due Care and Attention | None | Stivichall Roundabout | Stivichall Roundabout | Coventry | Coventry | Warning Letter | N/A | 52.3776818 | -1.4982138 | ||
| 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 | ||
| 18830 | op-snap---monthly-publication-may-2025.pdf | 192 | 2025-05 | Car | Skoda | Octivia | Grey | Driving without Due Care and Attention | None | Ansty Road | Ansty Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4205675 | -1.4520187 | ||
| 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 | ||
| 6085 | op-snap---monthly-publication-february-2025.pdf | 902 | 2025-02 | Car | Skoda | Octavia | Black | Driving without Due Care and Attention | None | Lythalls Lane | Lythalls Lane | Coventry | Coventry | NFA | No VRM | Yes - Via Email | 52.4414384 | -1.4964531 | |
| 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 |
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);