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 month = "2025-07", offence = "Cause vehicle to be left in a dangerous position" and vehicle_make = "Hyundai" 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 4
- Pedestrian 5
- Car 4
- Other 1
- Pedal Bike 1
council_area 4
- Birmingham 7
- Sandwell 2
- Dudley 1
- Wolverhampton 1
disposal 2
- Warning Letter 9
- NFA 2
vehicle_make 1
- Hyundai · 11 ✖
offence 1
- Cause vehicle to be left in a dangerous position · 11 ✖
month 1
- 2025-07 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12075 | op-snap---monthly-publication-july-2025.pdf | 127 | 2025-07 | Other | Hyundai | Tucson | White | Cause vehicle to be left in a dangerous position | None | Institute Road | Institute Road | Birmingham | Birmingham | NFA | No Offence | 52.4334781 | -1.8892337 | ||
| 12859 | op-snap---monthly-publication-july-2025.pdf | 911 | 2025-07 | Car | Hyundai | i30 | Blue | Cause vehicle to be left in a dangerous position | None | Witton Road , Birmingham | Witton Road , Birmingham | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.513336 | -1.8833226 | ||
| 13305 | op-snap---monthly-publication-july-2025.pdf | 1357 | 2025-07 | Pedestrian | Hyundai | Santa Fe | Black | Cause vehicle to be left in a dangerous position | None | Hagley Road South | Hagley Road South | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 13581 | op-snap---monthly-publication-july-2025.pdf | 1633 | 2025-07 | Pedestrian | Hyundai | i20 | Silver | Cause vehicle to be left in a dangerous position | None | Elms Close | Elms Close | Birmingham | Birmingham | Warning Letter | N/A | 52.3985603 | -1.9561282 | ||
| 13587 | op-snap---monthly-publication-july-2025.pdf | 1639 | 2025-07 | Car | Hyundai | I20 | Silver | Cause vehicle to be left in a dangerous position | None | Elms Close | Elms Close | Birmingham | Birmingham | Warning Letter | N/A | 52.3985603 | -1.9561282 | ||
| 13631 | op-snap---monthly-publication-july-2025.pdf | 1683 | 2025-07 | Pedal Bike | Hyundai | i20 | Red | Cause vehicle to be left in a dangerous position | None | Oak Road | Oak Road | Dudley | Dudley | Warning Letter | N/A | 52.5208353 | -2.0860104 | ||
| 13729 | op-snap---monthly-publication-july-2025.pdf | 1781 | 2025-07 | Car | Hyundai | i30 | Grey | 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 | ||
| 13877 | op-snap---monthly-publication-july-2025.pdf | 1929 | 2025-07 | Car | Hyundai | Tucson | Black | Cause vehicle to be left in a dangerous position | None | Yardley Road | Yardley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4613544 | -1.8160137 | ||
| 13884 | op-snap---monthly-publication-july-2025.pdf | 1936 | 2025-07 | Pedestrian | Hyundai | I800 | Silver | Cause vehicle to be left in a dangerous position | None | Whitehall Road | Whitehall Road | Sandwell | Sandwell | Warning Letter | N/A | 52.5286523 | -2.0311349 | ||
| 13954 | op-snap---monthly-publication-july-2025.pdf | 2006 | 2025-07 | Pedestrian | Hyundai | Tucson | Grey | Cause vehicle to be left in a dangerous position | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6083917 | -2.1033365 | ||
| 14052 | op-snap---monthly-publication-july-2025.pdf | 2104 | 2025-07 | Pedestrian | Hyundai | i10 | Blue | Cause vehicle to be left in a dangerous position | None | Port Hope Road, Sparkbrook | Port Hope Road, Sparkbrook | Birmingham | Birmingham | Warning Letter | N/A | 52.4661986 | -1.8764709 |
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);