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'}
11 rows where council_area = "Coventry", offence = "Driving without Due Care and Attention" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, nfa_rationale
disposal 3
- Education 4
- NFA 4
- Warning Letter 3
reporter_transport_mode 2
- Car 8
- Pedal Bike 3
vehicle_make 1
- Hyundai · 11 ✖
offence 1
- Driving without Due Care and Attention · 11 ✖
council_area 1
- Coventry · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7603 | op-snap---monthly-publication-february-2026.pdf | 350 | 2026-02 | Car | Hyundai | 130 | Blue | Driving without Due Care and Attention | None | A46 Coventry | Coventry | Coventry | Coventry | Education | N/A | 52.400739 | -1.5135474 | ||
| 8050 | op-snap---monthly-publication-february-2026.pdf | 797 | 2026-02 | Pedal Bike | Hyundai | i30 | Grey | Driving without Due Care and Attention | None | Broad Lane near Coral Close | Broad Lane near Coral Close | Coventry | Coventry | Education | N/A | 52.4144409 | -1.5990259 | ||
| 10985 | op-snap---monthly-publication-january-2026.pdf | 446 | 2026-01 | Car | Hyundai | i40 | Silver | Driving without Due Care and Attention | None | Links Road | Links Road | Coventry | Coventry | Warning Letter | N/A | 52.4310925 | -1.5197728 | ||
| 11530 | op-snap---monthly-publication-january-2026.pdf | 991 | 2026-01 | Car | Hyundai | I30.. | Grey | Driving without Due Care and Attention | None | Fletchamstead Highway | Fletchamstead Highway | Coventry | Coventry | Warning Letter | N/A | 52.396476 | -1.5561348 | ||
| 11696 | op-snap---monthly-publication-january-2026.pdf | 1157 | 2026-01 | Pedal Bike | Hyundai | i10 | Blue | Driving without Due Care and Attention | None | Albany Road | Albany Road | Coventry | Coventry | Education | N/A | 52.4006218 | -1.5284125 | ||
| 4948 | op-snap---monthly-publication-december-2025.pdf | 1076 | 2025-12 | Car | Hyundai | I10 | White | Driving without Due Care and Attention | None | Croft Road Ringway | Croft Road Ringway | Coventry | Coventry | NFA | Outside of 14 DAYS Late Submission | ||||
| 22678 | op-snap---monthly-publication-october-2025.pdf | 628 | 2025-10 | Car | Hyundai | Kona | Blue | Driving without Due Care and Attention | None | Stonebridge Island | Stonebridge Island | Coventry | Coventry | NFA | No Offence | 52.4459998 | -1.6949291 | ||
| 2317 | op-snap---monthly-publication-august-2025.pdf | 292 | 2025-08 | Car | Hyundai | Red | Driving without Due Care and Attention | None | Foleshill Road | Foleshill Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.4274335 | -1.5002381 | |||
| 12136 | op-snap---monthly-publication-july-2025.pdf | 188 | 2025-07 | Car | Hyundai | Kona | Black | Driving without Due Care and Attention | None | A45 | A45 | Coventry | Coventry | Education | N/A | ||||
| 182 | op-snap---monthly-publication-april-2025.pdf | 181 | 2025-04 | Car | Hyundai | IX35 | White | Driving without Due Care and Attention | None | Kenilworth Road | Kenilworth Road | Coventry | Coventry | NFA | Outside of 14 Days NIP | 52.3833298 | -1.5379214 | ||
| 18443 | op-snap---monthly-publication-march-2025.pdf | 2200 | 2025-03 | Pedal Bike | Hyundai | i40 | Black | Driving without Due Care and Attention | None | Vecqueray street at Far Gosford Street | Vecqueray street at Far Gosford Street | Coventry | Coventry | Warning Letter | Outside of 14 DAYS Late Submission | Yes - Via Email | 52.4066697 | -1.4969077 |
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);