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" and disposal = "RTC - Actioned" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8030 | op-snap---monthly-publication-february-2026.pdf | 777 | 2026-02 | Car | Ford | Kuga | White | Misc - Non Traffic Offences | None | Sir henry Parkes Road | Sir henry Parkes Road | Coventry | Coventry | RTC - Actioned | N/A | 52.3900568 | -1.5550766 | ||
| 8410 | op-snap---monthly-publication-february-2026.pdf | 1157 | 2026-02 | Car | Seat | Leon | White | Driving without Due Care and Attention | None | Rowleys Green Roundabout at Jummy Hill Way | Rowleys Green Roundabout at Jummy Hill Way | Coventry | Coventry | RTC - Actioned | N/A | 52.4486967 | -1.4991069 | ||
| 8806 | op-snap---monthly-publication-february-2026.pdf | 1553 | 2026-02 | Car | Skoda | Kodiaq | Black | Misc - Non Traffic Offences | None | Freehold Street | Freehold Street | Coventry | Coventry | RTC - Actioned | N/A | 52.4164191 | -1.4928534 | ||
| 21105 | op-snap---monthly-publication-november-2025.pdf | 647 | 2025-11 | Car | Scania | White | Misc - Non Traffic Offences | None | Tollbar Way, Coventry | Tollbar Way, Coventry | Coventry | Coventry | RTC - Actioned | N/A | |||||
| 21637 | op-snap---monthly-publication-november-2025.pdf | 1179 | 2025-11 | Other | Kia | Stonic | White | Misc - Non Traffic Offences | Fail to stop, Fail to report | Fairfax Street | Fairfax Street | Coventry | Coventry | RTC - Actioned | N/A | 52.4097547 | -1.5065519 | ||
| 14406 | op-snap---monthly-publication-june-2025.pdf | 335 | 2025-06 | Car | BMW | 540i | Black | Driving without Due Care and Attention | None | Jimmy Hill Way | Jimmy Hill Way | Coventry | Coventry | RTC - Actioned | N/A | 52.4214017 | -1.4870278 | ||
| 15056 | op-snap---monthly-publication-june-2025.pdf | 985 | 2025-06 | Car | Peugeot | Grey | Driving without Due Care and Attention | None | Swallow Road | Swallow Road | Coventry | Coventry | RTC - Actioned | N/A | 52.4369925 | -1.510331 | |||
| 16030 | op-snap---monthly-publication-june-2025.pdf | 1959 | 2025-06 | Car | Volkswagen | Golf | Silver | Driving without Due Care and Attention | None | Oslo Gardens | Oslo Gardens | Coventry | Coventry | RTC - Actioned | N/A | 52.4261555 | -1.4377624 | ||
| 16887 | op-snap---monthly-publication-march-2025.pdf | 644 | 2025-03 | Car | Ford | Kuga | Black | Driving without Due Care and Attention | None | Walsgrave Road | Walsgrave Road | Coventry | Coventry | RTC - Actioned | N/A | Yes - Via Email | 52.4096725 | -1.487901 | |
| 17562 | op-snap---monthly-publication-march-2025.pdf | 1319 | 2025-03 | Car | Volkswagen | Golf | White | Driving without Due Care and Attention | None | Coventry Road | Coventry Road | Coventry | Coventry | RTC - Actioned | N/A | Yes - Via Email | 52.4111289 | -1.5094345 | |
| 9182 | op-snap---monthly-publication-january-2025.pdf | 290 | 2025-01 | Car | Peugeot | 107 | Black | Driving without Due Care and Attention | None | Lillington Road | Lillington Road | Coventry | Coventry | RTC - Actioned | N/A | Yes - Via Email | 52.4383714 | -1.4621918 | |
| 9477 | op-snap---monthly-publication-january-2025.pdf | 585 | 2025-01 | Car | Driving without Due Care and Attention | None | Near Coventry Hospital | Near Coventry Hospital | Coventry | Coventry | RTC - Actioned | N/A | Yes - Via Email |
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);