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'}
9 rows where council_area = "Coventry", month = "2025-01" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 5
disposal 5
- Fixed Penalty 3
- Warning Letter 3
- Education 1
- NFA 1
- RTC - Actioned 1
reporter_transport_mode 3
- Pedal Bike 5
- Car 3
- car 1
vehicle_make 1
- Peugeot · 9 ✖
month 1
- 2025-01 · 9 ✖
council_area 1
- Coventry · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9088 | op-snap---monthly-publication-january-2025.pdf | 196 | 2025-01 | Pedal Bike | Peugeot | 208 | Black | Driving without Due Care and Attention | None | Binley Road | Binley Road | Coventry | Coventry | Education | N/A | Yes - Via Email | 52.4070602 | -1.4732469 | |
| 9172 | op-snap---monthly-publication-january-2025.pdf | 280 | 2025-01 | Car | Peugeot | 208 | Blue | Contravening a Red Traffic Light | None | WALSGRAVE ROAD | Walsgrave Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4096725 | -1.487901 | |
| 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 | |
| 9351 | op-snap---monthly-publication-january-2025.pdf | 459 | 2025-01 | car | Peugeot | EXPERT | White | Contravening a Red Traffic Light | None | FOLESHILL ROAD | Foleshill Road | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4274335 | -1.5002381 | |
| 9605 | op-snap---monthly-publication-january-2025.pdf | 713 | 2025-01 | Pedal Bike | Peugeot | 3008 | Grey | Driving without Reasonable Consideration | None | Beechwood Avenue | Beechwood Avenue | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.3960292 | -1.5340332 | |
| 9609 | op-snap---monthly-publication-january-2025.pdf | 717 | 2025-01 | Pedal Bike | Peugeot | 3008 | Black | No Seat Belt | Motor vehicle fail to comply with a non e | nFdOoLrEsSaHbIlLeL t RraOffAicD sign - detected by means other than ACD | n Fd Oo Lr Es Sa Hb Il Le L t Rra Off Aic D sign - detected by means other than ACD | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | |||
| 9752 | op-snap---monthly-publication-january-2025.pdf | 860 | 2025-01 | Pedal Bike | Peugeot | 3008 | White | Using a Mobile Phone Whilst Driving | None | Coventry Eastern By-Pass | Coventry Eastern By-Pass | Coventry | Coventry | NFA | Out of Force | Yes - Via Email | |||
| 9782 | op-snap---monthly-publication-january-2025.pdf | 890 | 2025-01 | Pedal Bike | Peugeot | Partner | White | Driving without Reasonable Consideration | None | Swancroft Road | Swancroft Road | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.4201997 | -1.4875978 | |
| 10238 | op-snap---monthly-publication-january-2025.pdf | 1346 | 2025-01 | Car | Peugeot | 208 | Silver | Using a Mobile Phone Whilst Driving | None | Southbank Road | Southbank Road | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.4196484 | -1.5378948 |
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);