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 disposal = "Warning Letter", offence = "Stop a vehicle on pedestrian crossing" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
council_area 4
- Birmingham 5
- Coventry 3
- Sandwell 1
- Wolverhampton 1
reporter_transport_mode 3
- Car 5
- Pedal Bike 3
- Pedestrian 2
vehicle_make 1
- Toyota · 10 ✖
offence 1
- Stop a vehicle on pedestrian crossing · 10 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8602 | op-snap---monthly-publication-february-2026.pdf | 1349 | 2026-02 | Car | Toyota | prius | Silver | Stop a vehicle on pedestrian crossing | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 8605 | op-snap---monthly-publication-february-2026.pdf | 1352 | 2026-02 | Car | Toyota | Auris | Grey | Stop a vehicle on pedestrian crossing | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 8606 | op-snap---monthly-publication-february-2026.pdf | 1353 | 2026-02 | Car | Toyota | Auris | White | Stop a vehicle on pedestrian crossing | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 8888 | op-snap---monthly-publication-february-2026.pdf | 1635 | 2026-02 | Pedal Bike | Toyota | prius | Grey | Stop a vehicle on pedestrian crossing | None | stoney stanton road | Stoney Stanton Road | Coventry | Coventry | Warning Letter | N/A | 52.4221152 | -1.4959475 | ||
| 8889 | op-snap---monthly-publication-february-2026.pdf | 1636 | 2026-02 | Pedal Bike | Toyota | prius | White | Stop a vehicle on pedestrian crossing | None | stoney stanton road | Stoney Stanton Road | Coventry | Coventry | Warning Letter | N/A | 52.4221152 | -1.4959475 | ||
| 10716 | op-snap---monthly-publication-january-2026.pdf | 177 | 2026-01 | Pedestrian | Toyota | Prius | Silver | Stop a vehicle on pedestrian crossing | None | Regent Road | Regent Road | Sandwell | Sandwell | Warning Letter | N/A | 52.5106406 | -2.0559963 | ||
| 21165 | op-snap---monthly-publication-november-2025.pdf | 707 | 2025-11 | Pedal Bike | Toyota | C-HR | Grey | Stop a vehicle on pedestrian crossing | None | Stoney Stanton Road | Stoney Stanton Road | Coventry | Coventry | Warning Letter | N/A | 52.4221152 | -1.4959475 | ||
| 21207 | op-snap---monthly-publication-november-2025.pdf | 749 | 2025-11 | Car | Toyota | Yaris | Silver | Stop a vehicle on pedestrian crossing | None | Witton Road | Witton Road | Birmingham | Birmingham | Warning Letter | N/A | 52.513336 | -1.8833226 | ||
| 23276 | op-snap---monthly-publication-october-2025.pdf | 1226 | 2025-10 | Pedestrian | Toyota | corolla | Black | Stop a vehicle on pedestrian crossing | None | high street, tettenhall | High Street, Tettenhall | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5980906 | -2.168057 | ||
| 18348 | op-snap---monthly-publication-march-2025.pdf | 2105 | 2025-03 | Car | Toyota | Yaris | Red | Stop a vehicle on pedestrian crossing | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4929304 | -1.8229092 |
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);