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 disposal = "Fixed Penalty", offence = "VRM fails to conform to Regulations" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw
council_area 4
- Solihull 4
- Birmingham 3
- Sutton Coldfield 1
- Walsall 1
reporter_transport_mode 2
- Car 8
- Pedestrian 1
vehicle_make 1
- BMW · 9 ✖
offence 1
- VRM fails to conform to Regulations · 9 ✖
disposal 1
- Fixed Penalty · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 11772 | op-snap---monthly-publication-january-2026.pdf | 1233 | 2026-01 | Car | BMW | 420 D | Black | VRM fails to conform to Regulations | None | Wallows Lane | Wallows Lane | Metropolitan Borough of Walsall | Walsall | Fixed Penalty | N/A | 52.5699435 | -2.0008354 | ||
| 366 | op-snap---monthly-publication-april-2025.pdf | 365 | 2025-04 | Car | BMW | 6 SERIES | Grey | VRM fails to conform to Regulations | None | WHEELWRIGHT ROAD | Wheelwright Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.5094106 | -1.8373043 | ||
| 16625 | op-snap---monthly-publication-march-2025.pdf | 382 | 2025-03 | Car | BMW | 320D | Grey | VRM fails to conform to Regulations | No Insurance | A4040 | A4040 | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 5185 | op-snap---monthly-publication-february-2025.pdf | 2 | 2025-02 | Car | BMW | 518d | Black | VRM fails to conform to Regulations | None | Sharmans Cross Rd | Sharmans Cross Road | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.4167172 | -1.7990388 | |
| 5622 | op-snap---monthly-publication-february-2025.pdf | 439 | 2025-02 | Pedestrian | BMW | X4 | Black | VRM fails to conform to Regulations | None | Rockingham Gardens | Rockingham Gardens | Sutton Coldfield | Sutton Coldfield | Fixed Penalty | N/A | Yes - Via Email | 52.5690681 | -1.8271174 | |
| 6353 | op-snap---monthly-publication-february-2025.pdf | 1170 | 2025-02 | Car | BMW | 320d | Blue | VRM fails to conform to Regulations | None | Conway Road, Solihull | Conway Road, Solihull | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.4009841 | -1.8113001 | |
| 9561 | op-snap---monthly-publication-january-2025.pdf | 669 | 2025-01 | Car | BMW | X6 | Black | VRM fails to conform to Regulations | None | Streetsbrook Road | Streetsbrook Road | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.4223176 | -1.8253145 | |
| 9733 | op-snap---monthly-publication-january-2025.pdf | 841 | 2025-01 | Car | BMW | 320 | Blue | VRM fails to conform to Regulations | None | Stratford Road | Stratford Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4203897 | -1.8338574 | |
| 10124 | op-snap---monthly-publication-january-2025.pdf | 1232 | 2025-01 | Car | BMW | 320d | Black | VRM fails to conform to Regulations | None | Solihull Road | Solihull Road | Solihull | Solihull | Fixed Penalty | N/A | Yes - Via Email | 52.4114159 | -1.8197732 |
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);