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'}
9 rows where council_area = "Sandwell", disposal = "Court" and month = "2025-06" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence
reporter_transport_mode 2
- Car 6
- Pedal Bike 3
offence 1
month 1
- 2025-06 · 9 ✖
disposal 1
- Court · 9 ✖
council_area 1
- Sandwell · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14277 | op-snap---monthly-publication-june-2025.pdf | 206 | 2025-06 | Pedal Bike | BMW | X3 | Blue | Driving without Due Care and Attention | No Insurance | Woden Road South | Woden Road South | Sandwell | Sandwell | Court | N/A | 52.546752 | -2.0155769 | ||
| 14415 | op-snap---monthly-publication-june-2025.pdf | 344 | 2025-06 | Car | Toyota | MR2 | Silver | Driving without Due Care and Attention | None | Downing Street Smethwick | Downing Street Smethwick | Sandwell | Sandwell | Court | N/A | 52.5015329 | -1.9556094 | ||
| 14511 | op-snap---monthly-publication-june-2025.pdf | 440 | 2025-06 | Car | Vauxhall | Zafira | White | Driving without Due Care and Attention | None | Wolverhampton Road | Wolverhampton Road | Sandwell | Sandwell | Court | N/A | 52.4702299 | -1.9948976 | ||
| 14707 | op-snap---monthly-publication-june-2025.pdf | 636 | 2025-06 | Pedal Bike | Volkswagen | Golf | Silver | Driving without Due Care and Attention | No Insurance | Park Lane West | Park Lane West | Sandwell | Sandwell | Court | N/A | 52.5227061 | -2.0617482 | ||
| 14937 | op-snap---monthly-publication-june-2025.pdf | 866 | 2025-06 | Pedal Bike | Ford | fiesta | Blue | Driving without Due Care and Attention | None | A4037 Tipton | Tipton | Sandwell | Sandwell | Court | N/A | 52.5290396 | -2.0693747 | ||
| 15240 | op-snap---monthly-publication-june-2025.pdf | 1169 | 2025-06 | Car | Volkswagen | Grey | Driving without Due Care and Attention | None | WOOD GREEN ROAD | Wood Green Road | Sandwell | Sandwell | Court | N/A | 52.5628617 | -2.0055157 | |||
| 15244 | op-snap---monthly-publication-june-2025.pdf | 1173 | 2025-06 | Car | BMW | 4 series | Grey | Driving without Due Care and Attention | None | Cradley Heath | Cradley Heath | Sandwell | Sandwell | Court | N/A | 52.4694427 | -2.0907047 | ||
| 15495 | op-snap---monthly-publication-june-2025.pdf | 1424 | 2025-06 | Car | Volkswagen | Golf | Grey | Driving without Due Care and Attention | None | Dudley Road, Halesowen | Dudley Road, Halesowen | Sandwell | Sandwell | Court | N/A | ||||
| 15584 | op-snap---monthly-publication-june-2025.pdf | 1513 | 2025-06 | Car | Citroen | DS3 | Blue | Driving without Due Care and Attention | None | Wolverhampton Street | Wolverhampton Street | Sandwell | Sandwell | Court | 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);