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", month = "2025-08" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 7
- Driving without Due Care and Attention 4
- Cause vehicle to be left in a dangerous position 2
- Contravening a Red Traffic Light 1
- Drive on hard shoulder 1
- Driving without Reasonable Consideration 1
- Prohibited vehicle in offside lane of motorway 1
- Use a motor vehicle / trailer in a condition likely to cause danger of injury 1
disposal 4
- Warning Letter 6
- Education 3
- Court 1
- NFA 1
reporter_transport_mode 2
- Car 9
- Pedestrian 2
vehicle_make 1
- Ford · 11 ✖
month 1
- 2025-08 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2185 | op-snap---monthly-publication-august-2025.pdf | 160 | 2025-08 | Car | Ford | Puma | White | Driving without Due Care and Attention | None | A41 | A41 | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 2189 | op-snap---monthly-publication-august-2025.pdf | 164 | 2025-08 | Car | Ford | fiesta | Black | Driving without Reasonable Consideration | None | Fenton Street | Fenton Street | Sandwell | Sandwell | Education | N/A | 52.5004036 | -1.9790049 | ||
| 2271 | op-snap---monthly-publication-august-2025.pdf | 246 | 2025-08 | Car | Ford | C Max | Black | Drive on hard shoulder | None | M5 | M5 | Sandwell | Sandwell | Court | N/A | ||||
| 2278 | op-snap---monthly-publication-august-2025.pdf | 253 | 2025-08 | Car | Ford | B Max | Silver | Contravening a Red Traffic Light | None | Birchley Island | Birchley Island | Sandwell | Sandwell | Education | N/A | 52.4926604 | -2.0216743 | ||
| 2337 | op-snap---monthly-publication-august-2025.pdf | 312 | 2025-08 | Car | Ford | Focus | White | Driving without Due Care and Attention | None | Station Road | Station Road | Sandwell | Sandwell | NFA | No Offence | 52.4774652 | -2.0337514 | ||
| 2775 | op-snap---monthly-publication-august-2025.pdf | 750 | 2025-08 | Car | Ford | Fiesta | Red | Driving without Due Care and Attention | None | Stanhope Road | Stanhope Road | Sandwell | Sandwell | Education | N/A | 52.4817557 | -1.9769853 | ||
| 3211 | op-snap---monthly-publication-august-2025.pdf | 1186 | 2025-08 | Car | Ford | Transit | Silver | Driving without Due Care and Attention | None | Gospel End Road | Gospel End Road | Sandwell | Sandwell | Warning Letter | N/A | 52.5493259 | -2.0471207 | ||
| 3388 | op-snap---monthly-publication-august-2025.pdf | 1363 | 2025-08 | Car | Ford | Transit | Silver | Prohibited vehicle in offside lane of motorway | None | M5 Southbound Jct 1 to Jct 2 | M5 Southbound Junction 1 to Junction 2 | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 3629 | op-snap---monthly-publication-august-2025.pdf | 1604 | 2025-08 | Pedestrian | Ford | Transit | Black | Cause vehicle to be left in a dangerous position | None | Hall Green Rd | Hall Green Road | Sandwell | Sandwell | Warning Letter | N/A | 52.5457385 | -1.9935809 | ||
| 3722 | op-snap---monthly-publication-august-2025.pdf | 1697 | 2025-08 | Pedestrian | Ford | KA | White | Cause vehicle to be left in a dangerous position | None | Bertram Road | Bertram Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4984114 | -1.981609 | ||
| 3748 | op-snap---monthly-publication-august-2025.pdf | 1723 | 2025-08 | Car | Ford | Focus | Blue | Use a motor vehicle / trailer in a condition likely to cause danger of injury | None | M5 near junction 1 | M5 near junction 1 | Sandwell | Sandwell | Warning Letter | N/A |
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);