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 disposal = "Warning Letter", offence = "Driving without Due Care and Attention" and vehicle_make = "Yamaha" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_colour, second_offence, offence_location, council_area_raw, nfa_rationale, latitude, longitude
reporter_transport_mode 3
- Car 8
- Other 2
- Pedestrian 1
council_area 3
vehicle_make 1
- Yamaha · 11 ✖
offence 1
- Driving without Due Care and Attention · 11 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8446 | op-snap---monthly-publication-february-2026.pdf | 1193 | 2026-02 | Other | Yamaha | FZS 600 | Blue | Driving without Due Care and Attention | None | Waterfront Car Park | Waterfront Car Park | Dudley | Dudley | Warning Letter | N/A | ||||
| 10587 | op-snap---monthly-publication-january-2026.pdf | 48 | 2026-01 | Pedestrian | Yamaha | gpd125 | Grey | Driving without Due Care and Attention | None | bishopsgate street | Bishopsgate Street | Birmingham | Birmingham | Warning Letter | N/A | 52.473986 | -1.9147087 | ||
| 20802 | op-snap---monthly-publication-november-2025.pdf | 344 | 2025-11 | Car | Yamaha | GPD125 | Red | Driving without Due Care and Attention | None | Durham Road | Durham Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4535652 | -1.8699279 | ||
| 21434 | op-snap---monthly-publication-november-2025.pdf | 976 | 2025-11 | Car | Yamaha | 125 | Black | Driving without Due Care and Attention | None | Walsall Road | Walsall Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5919543 | -1.8517118 | ||
| 24839 | op-snap---monthly-publication-september-2025.pdf | 1058 | 2025-09 | Other | Yamaha | Aprilia 125 | Black | Driving without Due Care and Attention | None | Waterfront Main Car Park | Waterfront Main Car Park | Dudley | Dudley | Warning Letter | N/A | ||||
| 25170 | op-snap---monthly-publication-september-2025.pdf | 1389 | 2025-09 | Car | Yamaha | YZF 125 | White | Driving without Due Care and Attention | None | Cleethorpes Pavillion | Cleethorpes Pavillion | Out of Force Area | Out of Force Area | Warning Letter | N/A | ||||
| 20401 | op-snap---monthly-publication-may-2025.pdf | 1763 | 2025-05 | Car | Yamaha | Red | Driving without Due Care and Attention | None | Trinity Way, Stratford | Trinity Way, Stratford | Out of Force Area | Out of Force Area | Warning Letter | N/A | |||||
| 16624 | op-snap---monthly-publication-march-2025.pdf | 381 | 2025-03 | Car | Yamaha | R6 | Blue | Driving without Due Care and Attention | None | High Street | High Street | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.5254588 | -1.8373064 | |
| 18611 | op-snap---monthly-publication-march-2025.pdf | 2368 | 2025-03 | Car | Yamaha | MT10 | Grey | Driving without Due Care and Attention | No Insurance | CHESTER ROAD | Chester Road | Birmingham | Birmingham | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.5359496 | -1.8324115 | |
| 6508 | op-snap---monthly-publication-february-2025.pdf | 1325 | 2025-02 | Car | Yamaha | Kawasaki | Blue | Driving without Due Care and Attention | None | Chester Road | Chester Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.5359496 | -1.8324115 | |
| 9408 | op-snap---monthly-publication-january-2025.pdf | 516 | 2025-01 | Car | Yamaha | YS 125 | Red | Driving without Due Care and Attention | None | High Street, Kingswinford | High Street, Kingswinford | Dudley | Dudley | Warning Letter | Outside of 14 DAYS Late Submission | Yes - Via Email | 52.4975687 | -2.1672039 |
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);