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'}
8 rows where council_area = "Sandwell", month = "2025-04" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 4
reporter_transport_mode 3
- Car 4
- Pedal Bike 3
- Other 1
vehicle_make 1
- BMW · 8 ✖
month 1
- 2025-04 · 8 ✖
council_area 1
- Sandwell · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 52 | op-snap---monthly-publication-april-2025.pdf | 51 | 2025-04 | Car | BMW | X5 | Black | Driving without Due Care and Attention | None | Birmingham Road | Birmingham Road | Sandwell | Sandwell | Education | N/A | 52.5461417 | -1.9334193 | ||
| 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 | ||||
| 566 | op-snap---monthly-publication-april-2025.pdf | 565 | 2025-04 | Pedal Bike | BMW | M5 | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Friar Park Rd | Friar Park Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5538676 | -1.9965667 | |||
| 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 | ||||
| 1319 | op-snap---monthly-publication-april-2025.pdf | 1318 | 2025-04 | Pedal Bike | BMW | 420 | White | Driving without Due Care and Attention | None | 73 Woden road east | 73 Woden road east | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5607273 | -2.0035558 | ||
| 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 | ||
| 1988 | op-snap---monthly-publication-april-2025.pdf | 1987 | 2025-04 | Other | BMW | 3 Series | White | No Seat Belt | None | M5 West Brom | M5 West Brom | Sandwell | Sandwell | NFA | No Independent Evidence Available |
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);