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 offence = "Driving without Due Care and Attention", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Mazda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
disposal 4
- NFA 5
- Warning Letter 3
- Education 2
- Fixed Penalty 2
council_area 4
vehicle_make 1
- Mazda · 12 ✖
reporter_transport_mode 1
- Pedal Bike · 12 ✖
offence 1
- Driving without Due Care and Attention · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8270 | op-snap---monthly-publication-february-2026.pdf | 1017 | 2026-02 | Pedal Bike | Mazda | CX5 | Black | Driving without Due Care and Attention | None | Off force | Off force | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 4725 | op-snap---monthly-publication-december-2025.pdf | 853 | 2025-12 | Pedal Bike | Mazda | CX3 | Silver | Driving without Due Care and Attention | None | Tile Hill Lane, Tile Hill, Coventry | Tile Hill Lane, Tile Hill, Coventry | Coventry | Coventry | Education | N/A | 52.4019676 | -1.5834005 | ||
| 4727 | op-snap---monthly-publication-december-2025.pdf | 855 | 2025-12 | Pedal Bike | Mazda | CX3 | Silver | Driving without Due Care and Attention | None | Broad Lane | Broad Lane | Coventry | Coventry | Warning Letter | N/A | 52.4074716 | -1.5620671 | ||
| 20784 | op-snap---monthly-publication-november-2025.pdf | 326 | 2025-11 | Pedal Bike | Mazda | 6 SE | Silver | Driving without Due Care and Attention | None | Black Haynes Road | Black Haynes Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4260755 | -1.9679443 | ||
| 22157 | op-snap---monthly-publication-october-2025.pdf | 107 | 2025-10 | Pedal Bike | Mazda | 3 | Black | Driving without Due Care and Attention | None | Lichfield Road | Lichfield Road | Sutton Coldfield | Sutton Coldfield | NFA | No Offence | 52.5872149 | -1.8300386 | ||
| 22699 | op-snap---monthly-publication-october-2025.pdf | 649 | 2025-10 | Pedal Bike | Mazda | 3 | Silver | Driving without Due Care and Attention | None | Allesley Old Road | Allesley Old Road | Coventry | Coventry | Warning Letter | N/A | 52.4103629 | -1.5441218 | ||
| 24475 | op-snap---monthly-publication-september-2025.pdf | 694 | 2025-09 | Pedal Bike | Mazda | 3 | Red | Driving without Due Care and Attention | None | The Firs | The Firs | Coventry | Coventry | Education | N/A | 52.3965706 | -1.523038 | ||
| 12422 | op-snap---monthly-publication-july-2025.pdf | 474 | 2025-07 | Pedal Bike | Mazda | 6... | Red | Driving without Due Care and Attention | None | Melrose Avenue | Melrose Avenue | Sutton Coldfield | Sutton Coldfield | NFA | No Offence | 52.5511462 | -1.8479052 | ||
| 15621 | op-snap---monthly-publication-june-2025.pdf | 1550 | 2025-06 | Pedal Bike | Mazda | 3 | Blue | Driving without Due Care and Attention | None | War Lane | War Lane | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4569552 | -1.9616483 | ||
| 20059 | op-snap---monthly-publication-may-2025.pdf | 1421 | 2025-05 | Pedal Bike | Mazda | np | Blue | Driving without Due Care and Attention | None | junction with B4135 , heath street | junction with B4135 , heath street | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 5470 | op-snap---monthly-publication-february-2025.pdf | 287 | 2025-02 | Pedal Bike | Mazda | CX5 | Grey | Driving without Due Care and Attention | None | Swarthmore Road | Swarthmore Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4299657 | -1.9599121 | |
| 7130 | op-snap---monthly-publication-february-2025.pdf | 1947 | 2025-02 | Pedal Bike | Mazda | CX-5 | White | Driving without Due Care and Attention | None | Allesley Old Road, Coventry | Allesley Old Road, Coventry | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4153857 | -1.5506736 |
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);