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 month = "2025-10" and vehicle_make = "Mazda" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale
council_area 6
- Birmingham 6
- Out of Force Area 2
- Coventry 1
- Dudley 1
- Sandwell 1
- Sutton Coldfield 1
disposal 4
- Warning Letter 6
- NFA 3
- Education 2
- Court 1
reporter_transport_mode 3
- Car 5
- Pedestrian 5
- Pedal Bike 2
offence 3
vehicle_make 1
- Mazda · 12 ✖
month 1
- 2025-10 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||
| 22201 | op-snap---monthly-publication-october-2025.pdf | 151 | 2025-10 | Pedestrian | Mazda | 2 | Black | Driving without Due Care and Attention | None | Lower High Street, Stourbridge | Lower High Street, Stourbridge | Dudley | Dudley | Court | N/A | 52.4586871 | -2.1483642 | ||
| 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 | ||
| 22711 | op-snap---monthly-publication-october-2025.pdf | 661 | 2025-10 | Car | Mazda | 2 | Blue | Driving without Due Care and Attention | None | A518 Newport to Humbers | Newport to Humbers | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 22890 | op-snap---monthly-publication-october-2025.pdf | 840 | 2025-10 | Car | Mazda | MX5 | Silver | Driving without Due Care and Attention | None | Quinton Expressway | Quinton Expressway | Birmingham | Birmingham | Warning Letter | N/A | 52.4491086 | -2.0131915 | ||
| 23038 | op-snap---monthly-publication-october-2025.pdf | 988 | 2025-10 | Car | Mazda | 3 | White | Contravening a Red Traffic Light | None | Bromsgrove Road | Bromsgrove Road | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4473174 | -2.0452886 | ||
| 23059 | op-snap---monthly-publication-october-2025.pdf | 1009 | 2025-10 | Car | Mazda | CX5 | Silver | Contravening a Red Traffic Light | None | Old Walsall Road | Old Walsall Road | Birmingham | Birmingham | Education | N/A | 52.5294399 | -1.9282714 | ||
| 23074 | op-snap---monthly-publication-october-2025.pdf | 1024 | 2025-10 | Car | Mazda | MX5 | Silver | Contravening a Red Traffic Light | None | Bristol Street | Bristol Street | Birmingham | Birmingham | Education | N/A | 52.4691145 | -1.9003257 | ||
| 23113 | op-snap---monthly-publication-october-2025.pdf | 1063 | 2025-10 | Pedestrian | Mazda | 3 | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Goldieslie Road | Goldieslie Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5511935 | -1.8298782 | ||
| 23265 | op-snap---monthly-publication-october-2025.pdf | 1215 | 2025-10 | Pedestrian | Mazda | 6 se | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Abbey Road | Abbey Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5162302 | -1.8593733 | ||
| 23403 | op-snap---monthly-publication-october-2025.pdf | 1353 | 2025-10 | Pedestrian | Mazda | 5 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Olton Boulevard East | Olton Boulevard East | Birmingham | Birmingham | Warning Letter | N/A | 52.4421599 | -1.829532 | ||
| 23589 | op-snap---monthly-publication-october-2025.pdf | 1539 | 2025-10 | Pedestrian | Mazda | 3 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Abbey Road | Abbey Road | Sandwell | Sandwell | Warning Letter | N/A | 52.47753 | -1.9774758 |
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);