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'}
10 rows where council_area = "Sandwell", offence = "Driving without Reasonable Consideration" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, nfa_rationale
disposal 4
- NFA 6
- Education 2
- Court 1
- Warning Letter 1
reporter_transport_mode 2
- Car 7
- Pedal Bike 3
vehicle_make 1
- BMW · 10 ✖
offence 1
- Driving without Reasonable Consideration · 10 ✖
council_area 1
- Sandwell · 10 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 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 | ||||
| 15704 | op-snap---monthly-publication-june-2025.pdf | 1633 | 2025-06 | Car | BMW | 1 series | Grey | Driving without Reasonable Consideration | None | A41 | A41 | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 18803 | op-snap---monthly-publication-may-2025.pdf | 165 | 2025-05 | Car | BMW | X1 | Black | Driving without Reasonable Consideration | None | M5 | M5 | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 19454 | op-snap---monthly-publication-may-2025.pdf | 816 | 2025-05 | Car | BMW | 116I | Green | Driving without Reasonable Consideration | None | Tollhouse Way | Tollhouse Way | Sandwell | Sandwell | NFA | Outside of 14 DAYS Late Submission | 52.5003461 | -1.9782389 | ||
| 334 | op-snap---monthly-publication-april-2025.pdf | 333 | 2025-04 | Pedal Bike | BMW | X6 | White | Driving without Reasonable Consideration | None | South Road, Stourbridge | South Road, Stourbridge | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 795 | op-snap---monthly-publication-april-2025.pdf | 794 | 2025-04 | Car | BMW | M135 | Grey | Driving without Reasonable Consideration | None | Black Country Route | Black Country Route | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 1493 | op-snap---monthly-publication-april-2025.pdf | 1492 | 2025-04 | Car | BMW | NP | White | Driving without Reasonable Consideration | None | A457 Rolfe street junction , Smethwick | Rolfe street junction , Smethwick | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 1636 | op-snap---monthly-publication-april-2025.pdf | 1635 | 2025-04 | Car | BMW | NP | Blue | Driving without Reasonable Consideration | None | Black country new road ( A41 ) | Black country new road ( A41 ) | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5501534 | -2.0296946 | ||
| 5209 | op-snap---monthly-publication-february-2025.pdf | 26 | 2025-02 | Pedal Bike | BMW | 3351 | Blue | Driving without Reasonable Consideration | No Insurance | Forge Lane | Forge Lane | Sandwell | Sandwell | Court | N/A | Yes - Via Email | 52.5355846 | -1.9687064 | |
| 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 |
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);