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 reporter_transport_mode = "Motorbike" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Birmingham 3
- Dudley 2
- Out of Force Area 2
- Solihull 2
- Sandwell 1
disposal 3
- NFA 5
- Warning Letter 4
- Fixed Penalty 1
vehicle_make 1
- BMW · 10 ✖
reporter_transport_mode 1
- Motorbike · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8268 | op-snap---monthly-publication-february-2026.pdf | 1015 | 2026-02 | Motorbike | BMW | 320d | Black | Driving without Due Care and Attention | None | M3/M25 | M3/M25 | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 20760 | op-snap---monthly-publication-november-2025.pdf | 302 | 2025-11 | Motorbike | BMW | 320D | Grey | Using a Mobile Phone Whilst Driving | None | Lordswood Road | Lordswood Road | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4591339 | -1.9601054 | ||
| 22175 | op-snap---monthly-publication-october-2025.pdf | 125 | 2025-10 | Motorbike | BMW | 330d | White | Driving without Due Care and Attention | None | A46 Evesham | Evesham | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3837388 | -1.5529669 | ||
| 24474 | op-snap---monthly-publication-september-2025.pdf | 693 | 2025-09 | Motorbike | BMW | X3 | Black | Driving without Due Care and Attention | None | Sharespeare Drive | Sharespeare Drive | Solihull | Solihull | Warning Letter | N/A | ||||
| 2529 | op-snap---monthly-publication-august-2025.pdf | 504 | 2025-08 | Motorbike | BMW | X5 | Blue | Driving without Due Care and Attention | None | Holbeach Road | Holbeach Road | Dudley | Dudley | Warning Letter | N/A | ||||
| 2428 | op-snap---monthly-publication-august-2025.pdf | 403 | 2025-08 | Motorbike | BMW | 5 series | White | Driving without Due Care and Attention | None | Alcester Road / Salisbury Road | Alcester Road / Salisbury Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4467548 | -1.8880528 | ||
| 12644 | op-snap---monthly-publication-july-2025.pdf | 696 | 2025-07 | Motorbike | BMW | 118M | Blue | Driving without Due Care and Attention | None | Salisbury Road, Moseley | Salisbury Road, Moseley | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4490203 | -1.8955977 | ||
| 18689 | op-snap---monthly-publication-may-2025.pdf | 51 | 2025-05 | Motorbike | BMW | 320d | Blue | Driving without Due Care and Attention | None | M5 NB 2-1 | M5 Northbound 2-1 | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | ||||
| 789 | op-snap---monthly-publication-april-2025.pdf | 788 | 2025-04 | Motorbike | BMW | 840D | Black | Using a Mobile Phone Whilst Driving | None | Mount Pleasant | Mount Pleasant | Dudley | Dudley | Fixed Penalty | N/A | 52.4734063 | -2.1135639 | ||
| 18618 | op-snap---monthly-publication-march-2025.pdf | 2375 | 2025-03 | Motorbike | BMW | 320 D.. | Black | Driving without Due Care and Attention | None | Olton Road | Olton Road | Solihull | Solihull | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.4193964 | -1.8252207 |
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);