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'}
8 rows where council_area = "Sandwell", month = "2025-11" and vehicle_make = "Ford" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, nfa_rationale
offence 6
- Driving without Due Care and Attention 3
- Cause vehicle to be left in a dangerous position 1
- Contravening a Red Traffic Light 1
- Misc - Non Traffic Offences 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
- Using a Mobile Phone Whilst Driving 1
disposal 3
- NFA 4
- Education 2
- Warning Letter 2
reporter_transport_mode 2
- Car 6
- Pedestrian 2
vehicle_make 1
- Ford · 8 ✖
month 1
- 2025-11 · 8 ✖
council_area 1
- Sandwell · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20678 | op-snap---monthly-publication-november-2025.pdf | 220 | 2025-11 | Car | Ford | Focus | Black | Using a Mobile Phone Whilst Driving | None | Bramah Way Tipton | Bramah Way Tipton | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5315656 | -2.0388495 | ||
| 20720 | op-snap---monthly-publication-november-2025.pdf | 262 | 2025-11 | Car | Ford | Focus | Red | Driving without Due Care and Attention | No vehicle excise licence | Corngreaves Road | Corngreaves Road | Sandwell | Sandwell | Education | N/A | 52.4686695 | -2.0776976 | ||
| 20953 | op-snap---monthly-publication-november-2025.pdf | 495 | 2025-11 | Car | Ford | Focus | Grey | Driving without Due Care and Attention | None | Malin Streett | Malin Streett | Sandwell | Sandwell | NFA | No Independent Evidence Available | ||||
| 21404 | op-snap---monthly-publication-november-2025.pdf | 946 | 2025-11 | Car | Ford | Fiesta | White | Contravening a Red Traffic Light | None | Manor Road, Smethwick | Manor Road, Smethwick | Sandwell | Sandwell | Education | N/A | 52.4884746 | -1.9800128 | ||
| 21541 | op-snap---monthly-publication-november-2025.pdf | 1083 | 2025-11 | Pedestrian | Ford | focus | Grey | Cause vehicle to be left in a dangerous position | None | apsley road | Apsley Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4651624 | -2.0105642 | ||
| 21650 | op-snap---monthly-publication-november-2025.pdf | 1192 | 2025-11 | Pedestrian | Ford | focus | White | Misc - Non Traffic Offences | None | abbey road | Abbey Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.47753 | -1.9774758 | ||
| 21902 | op-snap---monthly-publication-november-2025.pdf | 1444 | 2025-11 | Car | Ford | Focus | Grey | Driving without Due Care and Attention | None | A41 | A41 | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 22041 | op-snap---monthly-publication-november-2025.pdf | 1583 | 2025-11 | Car | Ford | transit | White | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Mckean Road | Mckean Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5083763 | -2.0116485 |
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);