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 = "NFA" and month = "2025-02" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, nfa_rationale
offence 6
- Driving without Due Care and Attention 4
- Misc - Non Traffic Offences 2
- Contravening a Red Traffic Light 1
- Driving a vehicle wholly or partly on a footpath 1
- Driving without Reasonable Consideration 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
reporter_transport_mode 3
- Car 7
- Pedal Bike 2
- Pedestrian 1
month 1
- 2025-02 · 10 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5428 | op-snap---monthly-publication-february-2025.pdf | 245 | 2025-02 | Car | Citroen | DS3 | Purple | Contravening a Red Traffic Light | None | MOSELEY AVENUE | Moseley Avenue | Coventry | Coventry | NFA | No Independent Evidence Available | Yes - Via Email | 52.417344 | -1.5264979 | |
| 5757 | op-snap---monthly-publication-february-2025.pdf | 574 | 2025-02 | Car | Ford | Focus | Grey | Driving without Due Care and Attention | None | A444 Coventry | Coventry | Coventry | Coventry | NFA | No VRM | Yes - Via Email | 52.400739 | -1.5135474 | |
| 5787 | op-snap---monthly-publication-february-2025.pdf | 604 | 2025-02 | Car | BMW | 3series | Grey | Driving without Reasonable Consideration | None | Walsgrove Road, Coventry | Walsgrove Road, Coventry | Coventry | Coventry | NFA | No VRM | Yes - Via Email | |||
| 5862 | op-snap---monthly-publication-february-2025.pdf | 679 | 2025-02 | Pedal Bike | Mercedes-Benz | Van | White | Driving without Due Care and Attention | None | Charter Avenue, Coventry | Charter Avenue, Coventry | Coventry | Coventry | NFA | No VRM | Yes - Via Email | 52.3931842 | -1.578222 | |
| 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 | |
| 6389 | op-snap---monthly-publication-february-2025.pdf | 1206 | 2025-02 | Car | Peugeot | 308 | Black | Driving without Due Care and Attention | None | unkown | Unkown | Coventry | Coventry | NFA | Not in Public Interest | Yes - Via Email | |||
| 6535 | op-snap---monthly-publication-february-2025.pdf | 1352 | 2025-02 | Pedal Bike | Daf | Iveco HGV | White | Misc - Non Traffic Offences | None | Coundon Wedge Drive | Coundon Wedge Drive | Coventry | Coventry | NFA | No Offence | Yes - Via Email | 52.4385402 | -1.5483746 | |
| 6783 | op-snap---monthly-publication-february-2025.pdf | 1600 | 2025-02 | Pedestrian | Volvo | XC40 | Blue | Driving a vehicle wholly or partly on a footpath | None | Swift Road | Swift Road | Coventry | Coventry | NFA | No VRM | Yes - Via Email | 52.4023797 | -1.50522 | |
| 6998 | op-snap---monthly-publication-february-2025.pdf | 1815 | 2025-02 | Car | Peugeot | 2008 | White | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Denbigh Road Coventry | Denbigh Road Coventry | Coventry | Coventry | NFA | No Independent Evidence Available | Yes - Via Email | 52.4215096 | -1.5390965 | |
| 7250 | op-snap---monthly-publication-february-2025.pdf | 2067 | 2025-02 | Car | TRACTOR | White | Misc - Non Traffic Offences | No Insurance | ACACIA AVENUE | Acacia Avenue | Coventry | Coventry | NFA | No Offence | Yes - Via Email | 52.4027223 | -1.4985037 |
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);