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'}
11 rows where council_area = "Sandwell", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
disposal 4
- Fixed Penalty 6
- Warning Letter 3
- Education 1
- NFA 1
reporter_transport_mode 2
- Pedestrian 9
- Car 2
vehicle_make 1
- Audi · 11 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 11 ✖
council_area 1
- Sandwell · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23391 | op-snap---monthly-publication-october-2025.pdf | 1341 | 2025-10 | Pedestrian | Audi | A1 | Black | Cause vehicle to be left in a dangerous position | None | Abbey Road | Abbey Road | Sandwell | Sandwell | Warning Letter | N/A | 52.47753 | -1.9774758 | ||
| 3387 | op-snap---monthly-publication-august-2025.pdf | 1362 | 2025-08 | Pedestrian | Audi | A1 | Grey | Cause vehicle to be left in a dangerous position | None | Hagley Road | Hagley Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4724482 | -1.9678186 | ||
| 13326 | op-snap---monthly-publication-july-2025.pdf | 1378 | 2025-07 | Pedestrian | Audi | A4 | Silver | Cause vehicle to be left in a dangerous position | None | Dudley Road | Dudley Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4877352 | -1.9494469 | ||
| 14644 | op-snap---monthly-publication-june-2025.pdf | 573 | 2025-06 | Pedestrian | Audi | Q5 | White | Cause vehicle to be left in a dangerous position | None | Castle Road East | Castle Road East | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4687472 | -1.9893922 | ||
| 19135 | op-snap---monthly-publication-may-2025.pdf | 497 | 2025-05 | Car | Audi | A3 | Black | Cause vehicle to be left in a dangerous position | none | WATVILLE ROAD | Watville Road | Sandwell | Sandwell | Fixed Penalty | N/A | ||||
| 18156 | op-snap---monthly-publication-march-2025.pdf | 1913 | 2025-03 | Pedestrian | Audi | A1 | Red | Cause vehicle to be left in a dangerous position | None | Clent Road | Clent Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4725947 | -1.9952306 | |
| 7118 | op-snap---monthly-publication-february-2025.pdf | 1935 | 2025-02 | Pedestrian | Audi | A6 | Grey | Cause vehicle to be left in a dangerous position | None | Clent Road | Clent Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4725947 | -1.9952306 | |
| 9529 | op-snap---monthly-publication-january-2025.pdf | 637 | 2025-01 | Car | Audi | A5 | White | Cause vehicle to be left in a dangerous position | None | Wolverley Crescent, Oldbury | Wolverley Crescent, Oldbury | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4919463 | -2.0292691 | |
| 9901 | op-snap---monthly-publication-january-2025.pdf | 1009 | 2025-01 | Pedestrian | Audi | A4 | Grey | Cause vehicle to be left in a dangerous position | None | Clent Road | Clent Road | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.4725947 | -1.9952306 | |
| 9904 | op-snap---monthly-publication-january-2025.pdf | 1012 | 2025-01 | Pedestrian | Audi | Q5 | Black | Cause vehicle to be left in a dangerous position | None | Castle Road East | Castle Road East | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4687472 | -1.9893922 | |
| 9908 | op-snap---monthly-publication-january-2025.pdf | 1016 | 2025-01 | Pedestrian | Audi | A4 | White | Cause vehicle to be left in a dangerous position | None | Castle Road East | Castle Road East | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4687472 | -1.9893922 |
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);