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'}
9 rows where month = "2025-10", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Toyota" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
reporter_transport_mode 3
- Car 5
- Pedestrian 3
- Pedal Bike 1
council_area 3
- Birmingham 7
- Coventry 1
- Halesowen 1
disposal 2
- Warning Letter 8
- NFA 1
vehicle_make 1
- Toyota · 9 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 9 ✖
month 1
- 2025-10 · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23301 | op-snap---monthly-publication-october-2025.pdf | 1251 | 2025-10 | Car | Toyota | Yaris | Grey | Cause vehicle to be left in a dangerous position | None | Oldknow Road | Oldknow Road | Halesowen | Halesowen | Warning Letter | N/A | 52.4634582 | -1.8486913 | ||
| 23361 | op-snap---monthly-publication-october-2025.pdf | 1311 | 2025-10 | Car | Toyota | yaris | Silver | Cause vehicle to be left in a dangerous position | None | kings heath | Kings Heath | Birmingham | Birmingham | NFA | Misc Inc Crimes | 52.4388601 | -1.8936667 | ||
| 23509 | op-snap---monthly-publication-october-2025.pdf | 1459 | 2025-10 | Pedestrian | Toyota | Corolla | Grey | Cause vehicle to be left in a dangerous position | None | Law Cliff Road | Law Cliff Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5333535 | -1.9189815 | ||
| 23514 | op-snap---monthly-publication-october-2025.pdf | 1464 | 2025-10 | Car | Toyota | Prius | Silver | Cause vehicle to be left in a dangerous position | None | Lozells Road | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 23517 | op-snap---monthly-publication-october-2025.pdf | 1467 | 2025-10 | Pedestrian | Toyota | yaris | Red | Cause vehicle to be left in a dangerous position | None | York Road | York Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5231321 | -1.8415573 | ||
| 23518 | op-snap---monthly-publication-october-2025.pdf | 1468 | 2025-10 | Pedestrian | Toyota | Prius | Red | Cause vehicle to be left in a dangerous position | None | York Road | York Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5231321 | -1.8415573 | ||
| 23521 | op-snap---monthly-publication-october-2025.pdf | 1471 | 2025-10 | Pedal Bike | Toyota | prius | Silver | Cause vehicle to be left in a dangerous position | None | toney stanton road | Toney Stanton Road | Coventry | Coventry | Warning Letter | N/A | ||||
| 23527 | op-snap---monthly-publication-october-2025.pdf | 1477 | 2025-10 | Car | Toyota | auris | Silver | Cause vehicle to be left in a dangerous position | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 23760 | op-snap---monthly-publication-october-2025.pdf | 1710 | 2025-10 | Car | Toyota | mpv | White | Cause vehicle to be left in a dangerous position | None | victoria road | Victoria Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5615573 | -1.820549 |
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);