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'}
12 rows where council_area = "Sandwell", month = "2025-01" and offence = "Driving without Due Care and Attention" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, nfa_rationale
vehicle_make 8
- BMW 3
- Mercedes-Benz 3
- Audi 1
- Ford 1
- Land Rover 1
- Renault 1
- Seat 1
- Volkswagen 1
disposal 5
- Fixed Penalty 5
- Education 2
- NFA 2
- Warning Letter 2
- Court 1
reporter_transport_mode 1
- Car 12
offence 1
- Driving without Due Care and Attention · 12 ✖
month 1
- 2025-01 · 12 ✖
council_area 1
- Sandwell · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8976 | op-snap---monthly-publication-january-2025.pdf | 84 | 2025-01 | Car | Renault | Clio | Blue | Driving without Due Care and Attention | None | Alma Street | Alma Street | Sandwell | Sandwell | Warning Letter | N/A | Yes - Via Email | 52.5546385 | -2.0062935 | |
| 9036 | op-snap---monthly-publication-january-2025.pdf | 144 | 2025-01 | Car | Mercedes-Benz | Sprinter | White | Driving without Due Care and Attention | None | All Saints Way | All Saints Way | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.5344405 | -1.985568 | |
| 9109 | op-snap---monthly-publication-january-2025.pdf | 217 | 2025-01 | Car | Volkswagen | Golf | Black | Driving without Due Care and Attention | None | Causeway Green Road | Causeway Green Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4831146 | -2.0169818 | |
| 9473 | op-snap---monthly-publication-january-2025.pdf | 581 | 2025-01 | Car | Seat | IBIZA | White | Driving without Due Care and Attention | Contravening a Red Traffic Light | CAKEMORE ROAD. ROWLEY REGIS | Cakemore Road. Rowley Regis | Sandwell | Sandwell | Court | N/A | Yes - Via Email | |||
| 9505 | op-snap---monthly-publication-january-2025.pdf | 613 | 2025-01 | Car | Mercedes-Benz | E CLASS | Black | Driving without Due Care and Attention | None | FACTOR ROAD | Factor Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | |||
| 9852 | op-snap---monthly-publication-january-2025.pdf | 960 | 2025-01 | Car | Ford | FOCUS | White | Driving without Due Care and Attention | None | FOXOAK STREET | Foxoak Street | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | |||
| 10053 | op-snap---monthly-publication-january-2025.pdf | 1161 | 2025-01 | Car | Land Rover | Grey | Driving without Due Care and Attention | None | High Field Road | High Field Road | Sandwell | Sandwell | NFA | No VRM | Yes - Via Email | ||||
| 10127 | op-snap---monthly-publication-january-2025.pdf | 1235 | 2025-01 | Car | BMW | Black | Driving without Due Care and Attention | None | M5 SB J2 | M5 Southbound J2 | Sandwell | Sandwell | NFA | No VRM | Yes - Via Email | 52.4945433 | -2.0190848 | ||
| 10167 | op-snap---monthly-publication-january-2025.pdf | 1275 | 2025-01 | Car | BMW | 116 | Brown | Driving without Due Care and Attention | None | WOLVERHAMPTON ROAD | Wolverhampton Road | Sandwell | Sandwell | Fixed Penalty | N/A | Yes - Via Email | 52.4702299 | -1.9948976 | |
| 10195 | op-snap---monthly-publication-january-2025.pdf | 1303 | 2025-01 | Car | Mercedes-Benz | C220 | Silver | Driving without Due Care and Attention | None | BLACK COUNTRY NEW ROAD | Black Country New Road | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5527191 | -2.0312967 | |
| 10290 | op-snap---monthly-publication-january-2025.pdf | 1398 | 2025-01 | Car | Audi | A3 | GREEN | Driving without Due Care and Attention | None | WATVILLE ROAD | Watville Road | Sandwell | Sandwell | Education | N/A | Yes - Via Email | |||
| 10529 | op-snap---monthly-publication-january-2025.pdf | 1637 | 2025-01 | Car | BMW | 318Ci | Silver | Driving without Due Care and Attention | None | M5 SB J1 | M5 Southbound J1 | Sandwell | Sandwell | Warning Letter | N/A | Yes - Via Email |
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);