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", disposal = "Education" and offence = "Driving without Reasonable Consideration" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour
reporter_transport_mode 2
- Car 9
- Pedal Bike 3
offence 1
- Driving without Reasonable Consideration · 12 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4039 | op-snap---monthly-publication-december-2025.pdf | 167 | 2025-12 | Car | Ford | Fiesta | White | Driving without Reasonable Consideration | None | Black Country New Road | Black Country New Road | Sandwell | Sandwell | Education | N/A | 52.5527191 | -2.0312967 | ||
| 24629 | op-snap---monthly-publication-september-2025.pdf | 848 | 2025-09 | Car | Mercedes-Benz | GLC220 | White | Driving without Reasonable Consideration | None | High Street | High Street | Sandwell | Sandwell | Education | N/A | 52.5128738 | -1.9842054 | ||
| 2189 | op-snap---monthly-publication-august-2025.pdf | 164 | 2025-08 | Car | Ford | fiesta | Black | Driving without Reasonable Consideration | None | Fenton Street | Fenton Street | Sandwell | Sandwell | Education | N/A | 52.5004036 | -1.9790049 | ||
| 3058 | op-snap---monthly-publication-august-2025.pdf | 1033 | 2025-08 | Car | Seat | Alhambra | Silver | Driving without Reasonable Consideration | None | High Bullen Roundabout | High Bullen Roundabout | Sandwell | Sandwell | Education | N/A | 52.5539516 | -2.0223468 | ||
| 12395 | op-snap---monthly-publication-july-2025.pdf | 447 | 2025-07 | Car | Seat | Arona | Blue | Driving without Reasonable Consideration | None | M5 Junction 1 | M5 Junction 1 | Sandwell | Sandwell | Education | N/A | ||||
| 14270 | op-snap---monthly-publication-june-2025.pdf | 199 | 2025-06 | Car | BMW | 3 Series | Red | Driving without Reasonable Consideration | None | Horsely Fields | Horsely Fields | Sandwell | Sandwell | Education | N/A | ||||
| 19629 | op-snap---monthly-publication-may-2025.pdf | 991 | 2025-05 | Car | Mercedes-Benz | BENZ | Grey | Driving without Reasonable Consideration | None | OLDBURY INTERCHANGE | Oldbury Interchange | Sandwell | Sandwell | Education | N/A | 52.5032925 | -2.0167285 | ||
| 55 | op-snap---monthly-publication-april-2025.pdf | 54 | 2025-04 | Pedal Bike | Peugeot | 207 | Red | Driving without Reasonable Consideration | None | Sandon Road | Sandon Road | Sandwell | Sandwell | Education | N/A | 52.4763582 | -1.9676181 | ||
| 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 | |
| 5851 | op-snap---monthly-publication-february-2025.pdf | 668 | 2025-02 | Pedal Bike | BMW | 435 | Blue | Driving without Reasonable Consideration | None | A41 The Expressway | The Expressway | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5138709 | -1.9785481 | |
| 6382 | op-snap---monthly-publication-february-2025.pdf | 1199 | 2025-02 | Pedal Bike | Audi | A6 | Black | Driving without Reasonable Consideration | None | All Saints Way | All Saints Way | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.5344405 | -1.985568 | |
| 6773 | op-snap---monthly-publication-february-2025.pdf | 1590 | 2025-02 | Car | Mercedes-Benz | GL320 | Black | Driving without Reasonable Consideration | None | M6 Northbound Junction 10 | M6 Northbound Junction 10 | Sandwell | Sandwell | Education | N/A | Yes - Via Email | 52.676119 | -2.0858425 |
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);