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-03" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence
offence 6
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 3
- Cause vehicle to be left in a dangerous position 2
- Contravening a Red Traffic Light 2
- Driving without Due Care and Attention 2
- Driving without Reasonable Consideration 1
- Stop a vehicle on pedestrian crossing 1
disposal 4
- Fixed Penalty 6
- Education 3
- Court 1
- Warning Letter 1
reporter_transport_mode 3
- Car 5
- Pedestrian 5
- Pedal Bike 1
vehicle_make 1
- Ford · 11 ✖
month 1
- 2025-03 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16302 | op-snap---monthly-publication-march-2025.pdf | 59 | 2025-03 | Pedestrian | Ford | Focus | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Hillfields Smethwick | Hillfields Smethwick | Sandwell | Sandwell | Warning Letter | N/A | Yes - Via Email | |||
| 16426 | op-snap---monthly-publication-march-2025.pdf | 183 | 2025-03 | Pedestrian | Ford | Focus | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Addenbrooke Road, Smethwick | Addenbrooke Road, Smethwick | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4841474 | -1.976878 | |
| 16712 | op-snap---monthly-publication-march-2025.pdf | 469 | 2025-03 | Pedestrian | Ford | Mondeo | White | Cause vehicle to be left in a dangerous position | None | Clent Road on corner of Wheatley Road | Clent Road on corner of Wheatley Road | Sandwell | Sandwell | Education | N/A | Yes - Via Email | |||
| 16779 | op-snap---monthly-publication-march-2025.pdf | 536 | 2025-03 | Car | Ford | Transit | White | Driving without Reasonable Consideration | None | Birchley Island | Birchley Island | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.4926604 | -2.0216743 | |
| 16820 | op-snap---monthly-publication-march-2025.pdf | 577 | 2025-03 | Car | Ford | Fiesta | Grey | Driving without Due Care and Attention | None | M5 South junction 1 to junction 2 | M5 South junction 1 to junction 2 | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | |||
| 16854 | op-snap---monthly-publication-march-2025.pdf | 611 | 2025-03 | Pedestrian | Ford | Fiesta | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bearwood Road | Bearwood Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4725977 | -1.9684448 | |
| 16922 | op-snap---monthly-publication-march-2025.pdf | 679 | 2025-03 | Pedestrian | Ford | Focus | Blue | Cause vehicle to be left in a dangerous position | None | St Albans Road | Street Albans Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | |||
| 17540 | op-snap---monthly-publication-march-2025.pdf | 1297 | 2025-03 | Pedal Bike | Ford | Ranger | White | Stop a vehicle on pedestrian crossing | None | Crankhall Lane | Crankhall Lane | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.5489715 | -1.9927402 | |
| 17636 | op-snap---monthly-publication-march-2025.pdf | 1393 | 2025-03 | Car | Ford | Fiesta | White | Contravening a Red Traffic Light | None | Newton Road | Newton Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.5428224 | -1.9569444 | |
| 17728 | op-snap---monthly-publication-march-2025.pdf | 1485 | 2025-03 | Car | Ford | FOCUS | Grey | Contravening a Red Traffic Light | No Insurance | SOHO ROAD | Soho Road | Sandwell | Sandwell | Court | N/A | Yes - Via Email | 52.495265 | -1.9483614 | |
| 18111 | op-snap---monthly-publication-march-2025.pdf | 1868 | 2025-03 | Car | Ford | Ranger | Black | Driving without Due Care and Attention | None | Telford Way | Telford Way | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5041001 | -1.9769903 |
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);