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'}
13 rows where month = "2025-06", offence = "Driving without Reasonable Consideration" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
disposal 5
- Warning Letter 5
- NFA 4
- Education 2
- Court 1
- Fixed Penalty 1
council_area 5
- Birmingham 8
- Sandwell 2
- Coventry 1
- Out of Force Area 1
- Solihull 1
reporter_transport_mode 3
- Car 11
- Pedal Bike 1
- Van 1
vehicle_make 1
- BMW · 13 ✖
offence 1
- Driving without Reasonable Consideration · 13 ✖
month 1
- 2025-06 · 13 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14130 | op-snap---monthly-publication-june-2025.pdf | 59 | 2025-06 | Car | BMW | 3 series | Grey | Driving without Reasonable Consideration | None | Pershore Road | Pershore Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4308271 | -1.920078 | ||
| 14249 | op-snap---monthly-publication-june-2025.pdf | 178 | 2025-06 | Car | BMW | 1 series | White | Driving without Reasonable Consideration | None | Leamington Spa | Leamington Spa | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 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 | ||||
| 14330 | op-snap---monthly-publication-june-2025.pdf | 259 | 2025-06 | Car | BMW | 3 series | Grey | Driving without Reasonable Consideration | No vehicle excise licence | New John Street West | New John Street West | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4944784 | -1.9122329 | ||
| 14418 | op-snap---monthly-publication-june-2025.pdf | 347 | 2025-06 | Car | BMW | 218I | Black | Driving without Reasonable Consideration | None | Kenpas Highway | Kenpas Highway | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 14441 | op-snap---monthly-publication-june-2025.pdf | 370 | 2025-06 | Pedal Bike | BMW | 3 SERIES | Blue | Driving without Reasonable Consideration | None | LICHFIELD ROAD | Lichfield Road | Birmingham | Birmingham | Education | N/A | 52.5012458 | -1.8780942 | ||
| 14794 | op-snap---monthly-publication-june-2025.pdf | 723 | 2025-06 | Car | BMW | 535D | Grey | Driving without Reasonable Consideration | None | Marshlake Road | Marshlake Road | Solihull | Solihull | Warning Letter | N/A | ||||
| 14865 | op-snap---monthly-publication-june-2025.pdf | 794 | 2025-06 | Car | BMW | M3 | White | Driving without Reasonable Consideration | None | Holly Road | Holly Road | Birmingham | Birmingham | Warning Letter | N/A | 52.473564 | -1.94941 | ||
| 15101 | op-snap---monthly-publication-june-2025.pdf | 1030 | 2025-06 | Van | BMW | 140i | blue | Driving without Reasonable Consideration | None | Holbrook Lane | Holbrook Lane | Coventry | Coventry | Warning Letter | N/A | 52.436155 | -1.5064002 | ||
| 15507 | op-snap---monthly-publication-june-2025.pdf | 1436 | 2025-06 | Car | BMW | 320D | Grey | Driving without Reasonable Consideration | None | Hamstead Road | Hamstead Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.505832 | -1.92002 | ||
| 15649 | op-snap---monthly-publication-june-2025.pdf | 1578 | 2025-06 | Car | BMW | 1 series | Grey | Driving without Reasonable Consideration | None | A435 HGigh Street, Kings Heath | A435 HGigh Street, Kings Heath | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 15672 | op-snap---monthly-publication-june-2025.pdf | 1601 | 2025-06 | Car | BMW | 320 | Blue | Driving without Reasonable Consideration | No Insurance | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Court | N/A | 52.4929304 | -1.8229092 | ||
| 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 |
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);