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 disposal = "Warning Letter", month = "2025-12" and offence = "Stop a vehicle within pelican pedestrian crossing limits" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
reporter_transport_mode 2
- Car 6
- Pedestrian 2
council_area 2
offence 1
- Stop a vehicle within pelican pedestrian crossing limits · 8 ✖
month 1
- 2025-12 · 8 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4517 | op-snap---monthly-publication-december-2025.pdf | 645 | 2025-12 | Pedestrian | Renault | traffic | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | regent road | Regent Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5077359 | -1.9452509 | ||
| 4615 | op-snap---monthly-publication-december-2025.pdf | 743 | 2025-12 | Car | Skoda | kamiq | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 4616 | op-snap---monthly-publication-december-2025.pdf | 744 | 2025-12 | Car | Toyota | prius | Black | Stop a vehicle within pelican pedestrian crossing limits | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 4617 | op-snap---monthly-publication-december-2025.pdf | 745 | 2025-12 | Car | Kia | carens | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 5085 | op-snap---monthly-publication-december-2025.pdf | 1213 | 2025-12 | Pedestrian | Toyota | Prius | Silver | Stop a vehicle within pelican pedestrian crossing limits | None | Watford Road | Watford Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4182952 | -1.9316395 | ||
| 5089 | op-snap---monthly-publication-december-2025.pdf | 1217 | 2025-12 | Car | Peugeot | 3008 | White | Stop a vehicle within pelican pedestrian crossing limits | None | Wattville Road | Wattville Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5063926 | -1.9548648 | ||
| 5116 | op-snap---monthly-publication-december-2025.pdf | 1244 | 2025-12 | Car | BMW | 3 SERIES | Black | Stop a vehicle within pelican pedestrian crossing limits | None | Waterloo Road | Waterloo Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5960155 | -2.1295068 | ||
| 5174 | op-snap---monthly-publication-december-2025.pdf | 1302 | 2025-12 | Car | Audi | Q3 | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | High St Tettenhall | High Street Tettenhall | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5980906 | -2.168057 |
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);