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 month = "2025-09" and reporter_transport_mode = "Motorbike" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, council_area_raw, nfa_rationale
council_area 6
- Birmingham 4
- Coventry 2
- Dudley 1
- Out of Force Area 1
- Solihull 1
- Walsall 1
disposal 5
- NFA 3
- Warning Letter 3
- Education 2
- Fixed Penalty 1
- RTC - Actioned 1
offence 4
reporter_transport_mode 1
- Motorbike · 10 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 24031 | op-snap---monthly-publication-september-2025.pdf | 250 | 2025-09 | Motorbike | Ford | Fiesta | Silver | Driving without Due Care and Attention | None | Old Snow Hill | Old Snow Hill | Birmingham | Birmingham | RTC - Actioned | N/A | 52.4858844 | -1.9003652 | ||
| 24051 | op-snap---monthly-publication-september-2025.pdf | 270 | 2025-09 | Motorbike | Ford | Transit | White | Using a Mobile Phone Whilst Driving | None | Mucklow Hill | Mucklow Hill | Birmingham | Birmingham | Fixed Penalty | N/A | ||||
| 24099 | op-snap---monthly-publication-september-2025.pdf | 318 | 2025-09 | Motorbike | Mercedes-Benz | EQA250 | Grey | Using a Mobile Phone Whilst Driving | None | Chawn Park Drive | Chawn Park Drive | Dudley | Dudley | Warning Letter | N/A | 52.4453636 | -2.1319058 | ||
| 24222 | op-snap---monthly-publication-september-2025.pdf | 441 | 2025-09 | Motorbike | Chevrolet | Jeep Compass | Grey | Driving without Due Care and Attention | None | Roundabout, Allard Way / London Road / Humber Rd | Roundabout, Allard Way / London Road / Humber Road | Coventry | Coventry | Education | N/A | ||||
| 24352 | op-snap---monthly-publication-september-2025.pdf | 571 | 2025-09 | Motorbike | Husqvarna | White | Driving without Due Care and Attention | None | Clap Gate Lane | Clap Gate Lane | Birmingham | Birmingham | NFA | Outside of 14 DAYS Late Submission | |||||
| 24358 | op-snap---monthly-publication-september-2025.pdf | 577 | 2025-09 | Motorbike | Mercedes-Benz | Black | Contravening a Red Traffic Light | None | Park Lane | Park Lane | Walsall | Walsall | Education | N/A | 52.5703934 | -2.0184 | |||
| 24360 | op-snap---monthly-publication-september-2025.pdf | 579 | 2025-09 | Motorbike | Ford | Puma | Blue | Contravening a Red Traffic Light | None | Hinckley, Warwickshire | Hinckley, Warwickshire | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.435502 | -1.4327166 | ||
| 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 | ||||
| 24943 | op-snap---monthly-publication-september-2025.pdf | 1162 | 2025-09 | Motorbike | Citroen | DS3 | Red | Contravening a Red Traffic Light | None | Allard Way | Allard Way | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3955174 | -1.4685442 | ||
| 25510 | op-snap---monthly-publication-september-2025.pdf | 1729 | 2025-09 | Motorbike | Yamaha | Grey | Driving without Reasonable Consideration | None | Queensway Tunnel | Queensway Tunnel | Birmingham | Birmingham | 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);