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 offence = "Motor vehicle fail to accord precedence at a pelican crossing" and vehicle_make = "Toyota" 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 6
- Coventry 2
- Sandwell 1
- Solihull 1
- Wolverhampton 1
disposal 4
- Fixed Penalty 5
- NFA 3
- Education 2
- Warning Letter 1
reporter_transport_mode 3
- Car 9
- Other 1
- Pedestrian 1
vehicle_make 1
- Toyota · 11 ✖
offence 1
- Motor vehicle fail to accord precedence at a pelican crossing · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 5125 | op-snap---monthly-publication-december-2025.pdf | 1253 | 2025-12 | Car | Toyota | Prius | Black | Motor vehicle fail to accord precedence at a pelican crossing | None | Bearwood Road | Bearwood Road | Sandwell | Sandwell | Education | N/A | 52.4725977 | -1.9684448 | ||
| 20816 | op-snap---monthly-publication-november-2025.pdf | 358 | 2025-11 | Car | Toyota | Grey | Motor vehicle fail to accord precedence at a pelican crossing | None | A4040 Church Lane | Church Lane | Birmingham | Birmingham | NFA | Not in Public Interest | 52.5030217 | -1.8764632 | |||
| 21812 | op-snap---monthly-publication-november-2025.pdf | 1354 | 2025-11 | Car | Toyota | Prius | Silver | Motor vehicle fail to accord precedence at a pelican crossing | None | Eaton Road | Eaton Road | Coventry | Coventry | NFA | No Offence | 52.4024496 | -1.515209 | ||
| 22068 | op-snap---monthly-publication-october-2025.pdf | 18 | 2025-10 | Car | Toyota | Silver | Motor vehicle fail to accord precedence at a pelican crossing | None | Clevedon Road | Clevedon Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4618531 | -1.894645 | |||
| 22294 | op-snap---monthly-publication-october-2025.pdf | 244 | 2025-10 | Car | Toyota | Yaris | Black | Motor vehicle fail to accord precedence at a pelican crossing | None | Coleshill Road | Coleshill Road | Birmingham | Birmingham | Education | N/A | 52.4967329 | -1.8097462 | ||
| 22924 | op-snap---monthly-publication-october-2025.pdf | 874 | 2025-10 | Car | Toyota | Avensis | Black | Motor vehicle fail to accord precedence at a pelican crossing | None | Kitts Green Road | Kitts Green Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4815372 | -1.7766518 | ||
| 23077 | op-snap---monthly-publication-october-2025.pdf | 1027 | 2025-10 | Car | Toyota | Yaris | Silver | Motor vehicle fail to accord precedence at a pelican crossing | None | Boldmere Road | Boldmere Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.548309 | -1.8411769 | ||
| 15728 | op-snap---monthly-publication-june-2025.pdf | 1657 | 2025-06 | Car | Toyota | Avensis | Black | Motor vehicle fail to accord precedence at a pelican crossing | None | Balsall Street East | Balsall Street East | Solihull | Solihull | Fixed Penalty | N/A | 52.3854087 | -1.6550831 | ||
| 19740 | op-snap---monthly-publication-may-2025.pdf | 1102 | 2025-05 | Other | Toyota | MPV | Black | Motor vehicle fail to accord precedence at a pelican crossing | None | Willenhall Road | Willenhall Road | Wolverhampton | Wolverhampton | NFA | No Independent Evidence Available | 52.5836778 | -2.0894997 | ||
| 17045 | op-snap---monthly-publication-march-2025.pdf | 802 | 2025-03 | Car | Toyota | Prius | Gold | Motor vehicle fail to accord precedence at a pelican crossing | None | Tile Hill Lane | Tile Hill Lane | Coventry | Coventry | Fixed Penalty | N/A | Yes - Via Email | 52.4041117 | -1.5595662 | |
| 9578 | op-snap---monthly-publication-january-2025.pdf | 686 | 2025-01 | Pedestrian | Toyota | YARIS | Silver | Motor vehicle fail to accord precedence at a pelican crossing | None | COURT OAK ROAD | Court Oak Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4604383 | -1.9760104 |
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);