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", offence = "Driving without Due Care and Attention" and reporter_transport_mode = "Other" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, offence_location_raw, offence_location, nfa_rationale
vehicle_make 6
- BMW 3
- Volkswagen 2
- Fiat 1
- Ford 1
- Hyundai 1
- Mercedes-Benz 1
disposal 6
- NFA 5
- Education 3
- Court 1
- Other Action Taken 1
- RTC - Actioned 1
- Warning Letter 1
reporter_transport_mode 1
- Other · 12 ✖
offence 1
- Driving without Due Care and Attention · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10776 | op-snap---monthly-publication-january-2026.pdf | 237 | 2026-01 | Other | Driving without Due Care and Attention | None | Broadmoor Road | Broadmoor Road | Sandwell | Sandwell | RTC - Actioned | N/A | |||||||
| 10980 | op-snap---monthly-publication-january-2026.pdf | 441 | 2026-01 | Other | Unknown | Black | Driving without Due Care and Attention | None | Hydes Road | Hydes Road | Sandwell | Sandwell | NFA | No VRM | 52.5538064 | -2.0139199 | |||
| 20813 | op-snap---monthly-publication-november-2025.pdf | 355 | 2025-11 | Other | Fiat | 500 | White | Driving without Due Care and Attention | None | Oldbury Road | Oldbury Road | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.5018196 | -1.9811249 | ||
| 23924 | op-snap---monthly-publication-september-2025.pdf | 143 | 2025-09 | Other | Volkswagen | Sharan | Silver | Driving without Due Care and Attention | None | M5 | M5 | Sandwell | Sandwell | NFA | No Independent Evidence Available | ||||
| 24411 | op-snap---monthly-publication-september-2025.pdf | 630 | 2025-09 | Other | U/K | Driving without Due Care and Attention | None | Corngreaves Academy | Corngreaves Academy | Sandwell | Sandwell | Other Action Taken | N/A | 52.4742911 | -2.0756636 | ||||
| 12496 | op-snap---monthly-publication-july-2025.pdf | 548 | 2025-07 | Other | BMW | M3 | Blue | Driving without Due Care and Attention | None | Main Car Park, Waterfront | Main Car Park, Waterfront | Sandwell | Sandwell | Education | N/A | ||||
| 12498 | op-snap---monthly-publication-july-2025.pdf | 550 | 2025-07 | Other | Hyundai | i20 | Grey | Driving without Due Care and Attention | No Insurance | Main Car Park, Waterfront | Main Car Park, Waterfront | Sandwell | Sandwell | Court | N/A | ||||
| 12521 | op-snap---monthly-publication-july-2025.pdf | 573 | 2025-07 | Other | Volkswagen | Caddy | Silver | Driving without Due Care and Attention | None | Norwood Road | Norwood Road | Sandwell | Sandwell | Education | N/A | 52.4655265 | -2.0494856 | ||
| 14302 | op-snap---monthly-publication-june-2025.pdf | 231 | 2025-06 | Other | Mercedes-Benz | C class | Silver | Driving without Due Care and Attention | None | Castlegate Way car park | Castlegate Way car park | Sandwell | Sandwell | Education | N/A | ||||
| 14723 | op-snap---monthly-publication-june-2025.pdf | 652 | 2025-06 | Other | BMW | M140i | Black | Driving without Due Care and Attention | None | Astbury Avenue | Astbury Avenue | Sandwell | Sandwell | NFA | No Independent Evidence Available | 52.4844701 | -1.9740168 | ||
| 6203 | op-snap---monthly-publication-february-2025.pdf | 1020 | 2025-02 | Other | BMW | Estate | Black | Driving without Due Care and Attention | None | Darbys Hill Road | Darbys Hill Road | Sandwell | Sandwell | NFA | No VRM | Yes - Via Email | 52.5038822 | -2.0549101 | |
| 6999 | op-snap---monthly-publication-february-2025.pdf | 1816 | 2025-02 | Other | Ford | KA | Silver | Driving without Due Care and Attention | None | The Horseshoe | The Horseshoe | Sandwell | Sandwell | Warning Letter | N/A | Yes - Via Email | 52.4789796 | -1.9972108 |
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);