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'}
13 rows where disposal = "Warning Letter", month = "2025-04" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
offence 5
council_area 5
- Birmingham 8
- Coventry 2
- Dudley 1
- Sandwell 1
- Sutton Coldfield 1
reporter_transport_mode 3
- Car 6
- Pedal Bike 4
- Pedestrian 3
vehicle_make 1
- Audi · 13 ✖
month 1
- 2025-04 · 13 ✖
disposal 1
- Warning Letter · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 43 | op-snap---monthly-publication-april-2025.pdf | 42 | 2025-04 | Car | Audi | A3 | Black | Driving without Due Care and Attention | None | M5 SB J1-2 | M5 Southbound J1-2 | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 112 | op-snap---monthly-publication-april-2025.pdf | 111 | 2025-04 | Car | Audi | A1 | Silver | Driving without Due Care and Attention | None | Stourbridge Road | Stourbridge Road | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 117 | op-snap---monthly-publication-april-2025.pdf | 116 | 2025-04 | Pedal Bike | Audi | A4 | Grey | Driving without Reasonable Consideration | None | Henley Road | Henley Road | Coventry | Coventry | Warning Letter | N/A | 52.4307281 | -1.462755 | ||
| 139 | op-snap---monthly-publication-april-2025.pdf | 138 | 2025-04 | Car | Audi | A3 | Black | Driving without Due Care and Attention | None | M6 J6 | M6 J6 | Birmingham | Birmingham | Warning Letter | N/A | 52.676119 | -2.0858425 | ||
| 208 | op-snap---monthly-publication-april-2025.pdf | 207 | 2025-04 | Pedestrian | Audi | A3 | Blue | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Moor Green Lane | Moor Green Lane | Sutton Coldfield | Sutton Coldfield | Warning Letter | N/A | ||||
| 212 | op-snap---monthly-publication-april-2025.pdf | 211 | 2025-04 | Pedestrian | Audi | R8 | Grey | Waiting on a road in a prohibited area | None | Kings Heath High Street | Kings Heath High Street | Birmingham | Birmingham | Warning Letter | N/A | 52.4391028 | -1.893289 | ||
| 254 | op-snap---monthly-publication-april-2025.pdf | 253 | 2025-04 | Pedal Bike | Audi | A3 | Black | Driving without Reasonable Consideration | None | High St | High Street | Birmingham | Birmingham | Warning Letter | N/A | 52.5254588 | -1.8373064 | ||
| 629 | op-snap---monthly-publication-april-2025.pdf | 628 | 2025-04 | Car | Audi | A3 | Black | Driving without Reasonable Consideration | None | Castle Gate | Castle Gate | Dudley | Dudley | Warning Letter | N/A | 52.5133667 | -2.0803464 | ||
| 646 | op-snap---monthly-publication-april-2025.pdf | 645 | 2025-04 | Car | Audi | S5 | Blue | Driving without Reasonable Consideration | None | Hockley Flyover | Hockley Flyover | Birmingham | Birmingham | Warning Letter | N/A | 52.4972422 | -1.9176353 | ||
| 663 | op-snap---monthly-publication-april-2025.pdf | 662 | 2025-04 | Car | Audi | A4.. | Black | Driving without Reasonable Consideration | None | 6 Ways roundabout Lozells | 6 Ways roundabout Lozells | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 677 | op-snap---monthly-publication-april-2025.pdf | 676 | 2025-04 | Pedestrian | Audi | Q5 | Grey | Driving without Reasonable Consideration | None | Frankley Lane | Frankley Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4244805 | -1.9946147 | ||
| 699 | op-snap---monthly-publication-april-2025.pdf | 698 | 2025-04 | Pedal Bike | Audi | Q2 | Black | Contravening a Red Traffic Light | None | Horton Square | Horton Square | Birmingham | Birmingham | Warning Letter | N/A | 52.4649176 | -1.8918971 | ||
| 737 | op-snap---monthly-publication-april-2025.pdf | 736 | 2025-04 | Pedal Bike | Audi | A5 | Blue | Driving without Reasonable Consideration | None | Winding House Lane | Winding House Lane | Coventry | Coventry | Warning Letter | N/A | 52.4490457 | -1.5001195 |
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);