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'}
6 rows where offence = "Motor vehicle fail to accord precedence at a pelic" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, council_area_raw, nfa_rationale
disposal 3
- Fixed Penalty 2
- NFA 2
- Warning Letter 2
reporter_transport_mode 2
- Car 3
- Pedestrian 3
council_area 2
- Birmingham 5
- Coventry 1
offence 1
- Motor vehicle fail to accord precedence at a pelic · 6 ✖
month 1
- 2025-09 6
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23821 | op-snap---monthly-publication-september-2025.pdf | 40 | 2025-09 | Pedestrian | BMW | 4 series | White | Motor vehicle fail to accord precedence at a pelic | an crossing None | Edgbaston Road | Edgbaston Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4552785 | -1.906384 | ||
| 23899 | op-snap---monthly-publication-september-2025.pdf | 118 | 2025-09 | Pedestrian | Hyundai | Ioniq | blue | Motor vehicle fail to accord precedence at a pelic | an crossing None | Kenpas Highway | Kenpas Highway | Coventry | Coventry | NFA | No Independent Evidence Available | 52.3833661 | -1.5265665 | ||
| 24150 | op-snap---monthly-publication-september-2025.pdf | 369 | 2025-09 | Pedestrian | Fiat | Ducato | White | Motor vehicle fail to accord precedence at a pelic | an crossing None | Highgate Street | Highgate Street | Birmingham | Birmingham | Warning Letter | N/A | 52.4651149 | -1.889718 | ||
| 24407 | op-snap---monthly-publication-september-2025.pdf | 626 | 2025-09 | Car | Motor vehicle fail to accord precedence at a pelic | an crossing None | Hamstead Hill Road | Hamstead Hill Road | Birmingham | Birmingham | NFA | Not in Public Interest | 52.5309945 | -1.9288687 | |||||
| 24631 | op-snap---monthly-publication-september-2025.pdf | 850 | 2025-09 | Car | Toyota | Yaris | Grey | Motor vehicle fail to accord precedence at a pelic | an crossing None | Witton Road | Witton Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.513336 | -1.8833226 | ||
| 24877 | op-snap---monthly-publication-september-2025.pdf | 1096 | 2025-09 | Car | Vauxhall | Corsa | Orange | Motor vehicle fail to accord precedence at a pelic | an crossing None | Green Lane | Green Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4618966 | -1.9955421 |
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);