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'}
8 rows where month = "2025-08" and vehicle_make = "Yamaha" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, council_area_raw, nfa_rationale
offence 5
- Contravening a Red Traffic Light 2
- Driving without Due Care and Attention 2
- Misc - Non Traffic Offences 2
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 1
council_area 4
- Birmingham 4
- Dudley 2
- Coventry 1
- Sandwell 1
reporter_transport_mode 3
- Pedestrian 5
- Car 2
- Other 1
disposal 3
- Fixed Penalty 4
- NFA 3
- Warning Letter 1
vehicle_make 1
- Yamaha · 8 ✖
month 1
- 2025-08 · 8 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2503 | op-snap---monthly-publication-august-2025.pdf | 478 | 2025-08 | Car | Yamaha | SC125 | Black | Contravening a Red Traffic Light | None | Tessall Lane / Bristol Road, Northfild | Tessall Lane / Bristol Road, Northfild | Birmingham | Birmingham | NFA | No VRM | 52.4045186 | -1.9891793 | ||
| 2620 | op-snap---monthly-publication-august-2025.pdf | 595 | 2025-08 | Pedestrian | Yamaha | 125 | Blue | Misc - Non Traffic Offences | None | Skipworth Road | Skipworth Road | Coventry | Coventry | NFA | No Offence | 52.3980123 | -1.438048 | ||
| 2624 | op-snap---monthly-publication-august-2025.pdf | 599 | 2025-08 | Pedestrian | Yamaha | NMAX | Black | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment | None | Corporation Street | Corporation Street | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4895456 | -1.8900666 | ||
| 2776 | op-snap---monthly-publication-august-2025.pdf | 751 | 2025-08 | Pedestrian | Yamaha | 125cc | Black | Contravening a Red Traffic Light | No Insurance | Hagley Road, Quinton | Hagley Road, Quinton | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4633457 | -2.0003455 | ||
| 3057 | op-snap---monthly-publication-august-2025.pdf | 1032 | 2025-08 | Other | Yamaha | GPD125 | Red | Driving without Due Care and Attention | None | MerryHill Car Park | Merry Hill Car Park | Dudley | Dudley | Fixed Penalty | N/A | ||||
| 3169 | op-snap---monthly-publication-august-2025.pdf | 1144 | 2025-08 | Car | Yamaha | GPD 125 | Blue | Driving without Due Care and Attention | None | Wake Green Road | Wake Green Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4437078 | -1.8783408 | ||
| 3808 | op-snap---monthly-publication-august-2025.pdf | 1783 | 2025-08 | Pedestrian | Yamaha | GPD-125 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dudley Road | Dudley Road | Sandwell | Sandwell | Warning Letter | N/A | 52.4877352 | -1.9494469 | ||
| 3842 | op-snap---monthly-publication-august-2025.pdf | 1817 | 2025-08 | Pedestrian | Yamaha | 4X4 | Blue | Misc - Non Traffic Offences | None | Brierley Hill Road | Brierley Hill Road | Dudley | Dudley | NFA | No Offence | 52.4811151 | -2.1456435 |
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);