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'}
7 rows where month = "2025-08", offence = "Driving without Reasonable Consideration" and vehicle_make = "Volkswagen" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
reporter_transport_mode 4
- Car 3
- Pedal Bike 2
- Other 1
- Pedestrian 1
disposal 3
- Warning Letter 3
- Education 2
- NFA 2
council_area 3
- Birmingham 4
- Coventry 2
- Dudley 1
vehicle_make 1
- Volkswagen · 7 ✖
offence 1
- Driving without Reasonable Consideration · 7 ✖
month 1
- 2025-08 · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2091 | op-snap---monthly-publication-august-2025.pdf | 66 | 2025-08 | Pedestrian | Volkswagen | T Roc | White | Driving without Reasonable Consideration | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Education | N/A | 52.4308271 | -1.920078 | ||
| 2203 | op-snap---monthly-publication-august-2025.pdf | 178 | 2025-08 | Pedal Bike | Volkswagen | ID | Grey | Driving without Reasonable Consideration | None | St James Lane | Street James Lane | Coventry | Coventry | Education | N/A | ||||
| 2303 | op-snap---monthly-publication-august-2025.pdf | 278 | 2025-08 | Pedal Bike | Volkswagen | UP | White | Driving without Reasonable Consideration | None | Yardley Wood Road | Yardley Wood Road | Birmingham | Birmingham | NFA | No Offence | 52.4103191 | -1.8670224 | ||
| 2388 | op-snap---monthly-publication-august-2025.pdf | 363 | 2025-08 | Car | Volkswagen | Golf | Grey | Driving without Reasonable Consideration | None | Heybarnes Road | Heybarnes Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4677423 | -1.8351236 | ||
| 2584 | op-snap---monthly-publication-august-2025.pdf | 559 | 2025-08 | Other | Volkswagen | Polo | Black | Driving without Reasonable Consideration | None | Waterfront car park | Waterfront car park | Dudley | Dudley | Warning Letter | N/A | ||||
| 2710 | op-snap---monthly-publication-august-2025.pdf | 685 | 2025-08 | Car | Volkswagen | Golf | Grey | Driving without Reasonable Consideration | None | Jimmy Hill WAY | Jimmy Hill WAY | Coventry | Coventry | Warning Letter | N/A | 52.4214017 | -1.4870278 | ||
| 2919 | op-snap---monthly-publication-august-2025.pdf | 894 | 2025-08 | Car | Volkswagen | Touran | Black | Driving without Reasonable Consideration | None | Battery Way | Battery Way | Birmingham | Birmingham | Warning Letter | N/A | 52.4493988 | -1.8476406 |
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);