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'}
11 rows where council_area = "Sandwell", month = "2025-06" and vehicle_make = "Audi" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, nfa_rationale, latitude, longitude
offence 6
reporter_transport_mode 4
- Car 5
- Pedestrian 4
- Lorry 1
- Pedal Bike 1
disposal 4
- Warning Letter 4
- Education 3
- NFA 3
- Fixed Penalty 1
vehicle_make 1
- Audi · 11 ✖
month 1
- 2025-06 · 11 ✖
council_area 1
- Sandwell · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14495 | op-snap---monthly-publication-june-2025.pdf | 424 | 2025-06 | Lorry | Audi | Q3 | White | Misc - Non Traffic Offences | None | Black Country Route | Black Country Route | Sandwell | Sandwell | NFA | Misc Inc Crimes | ||||
| 14564 | op-snap---monthly-publication-june-2025.pdf | 493 | 2025-06 | Car | Audi | Q3.. | Grey | VRM fails to conform to Regulations | None | Trouse Lane | Trouse Lane | Sandwell | Sandwell | Warning Letter | N/A | 52.5550262 | -2.0231711 | ||
| 14644 | op-snap---monthly-publication-june-2025.pdf | 573 | 2025-06 | Pedestrian | Audi | Q5 | White | Cause vehicle to be left in a dangerous position | None | Castle Road East | Castle Road East | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4687472 | -1.9893922 | ||
| 14708 | op-snap---monthly-publication-june-2025.pdf | 637 | 2025-06 | Pedal Bike | Audi | Q3.. | Black | Driving without Due Care and Attention | None | Bloomfield Road | Bloomfield Road | Sandwell | Sandwell | Education | N/A | 52.5377733 | -2.0733724 | ||
| 14854 | op-snap---monthly-publication-june-2025.pdf | 783 | 2025-06 | Car | Audi | S4 | Blue | Driving without Due Care and Attention | None | Birmingham Road | Birmingham Road | Sandwell | Sandwell | Education | N/A | 52.5461417 | -1.9334193 | ||
| 15106 | op-snap---monthly-publication-june-2025.pdf | 1035 | 2025-06 | Car | Audi | Q2 | Silver | Driving without Due Care and Attention | None | WEST BROMWICH ROAD | West Bromwich Road | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.5186777 | -1.9998654 | ||
| 15498 | op-snap---monthly-publication-june-2025.pdf | 1427 | 2025-06 | Car | Audi | A3 | Red | Contravening a Red Traffic Light | None | Cronehills Linkway | Cronehills Linkway | Sandwell | Sandwell | Education | N/A | 52.5216057 | -1.9934283 | ||
| 15614 | op-snap---monthly-publication-june-2025.pdf | 1543 | 2025-06 | Car | Audi | S3 | Black | Contravening a Red Traffic Light | None | Long Lane | Long Lane | Sandwell | Sandwell | Fixed Penalty | N/A | 52.4748171 | -2.0377939 | ||
| 15898 | op-snap---monthly-publication-june-2025.pdf | 1827 | 2025-06 | Pedestrian | Audi | A5 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Abbey Road, Bearwood | Abbey Road, Bearwood | Sandwell | Sandwell | Warning Letter | N/A | 52.47753 | -1.9774758 | ||
| 15899 | op-snap---monthly-publication-june-2025.pdf | 1828 | 2025-06 | Pedestrian | Audi | A3 | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Abbey Road, Bearwood | Abbey Road, Bearwood | Sandwell | Sandwell | Warning Letter | N/A | 52.47753 | -1.9774758 | ||
| 15900 | op-snap---monthly-publication-june-2025.pdf | 1829 | 2025-06 | Pedestrian | Audi | A4 | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bearwood Road | Bearwood Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4725977 | -1.9684448 |
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);