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", reporter_transport_mode = "Pedestrian" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 7
- Birmingham 4
- Sandwell 2
- Coventry 1
- Dudley 1
- Solihull 1
- Walsall 1
- Wolverhampton 1
offence 4
disposal 3
- Warning Letter 9
- Education 1
- NFA 1
vehicle_make 1
- Hyundai · 11 ✖
reporter_transport_mode 1
- Pedestrian · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 12150 | op-snap---monthly-publication-july-2025.pdf | 202 | 2025-07 | Pedestrian | Hyundai | Santa Fe | Black | Contravening a Red Traffic Light | None | McDonalds, Walsall | Mc Donalds, Walsall | Walsall | Walsall | NFA | Outside of 14 Days NIP | ||||
| 12516 | op-snap---monthly-publication-july-2025.pdf | 568 | 2025-07 | Pedestrian | Hyundai | i10 | Blue | Contravening a Red Traffic Light | None | A452 at NEC | A452 at NEC | Solihull | Solihull | Education | N/A | 52.3686316 | -1.6251483 | ||
| 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 | ||||
| 13364 | op-snap---monthly-publication-july-2025.pdf | 1416 | 2025-07 | Pedestrian | Hyundai | Tucson | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Acocks Green | Acocks Green | Birmingham | Birmingham | Warning Letter | N/A | 52.449547 | -1.8192198 | ||
| 13417 | op-snap---monthly-publication-july-2025.pdf | 1469 | 2025-07 | Pedestrian | Hyundai | Ionic | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Barnsley Road | Barnsley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4743497 | -1.965737 | ||
| 13443 | op-snap---monthly-publication-july-2025.pdf | 1495 | 2025-07 | Pedestrian | Hyundai | I20 | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dewsbury Avenue | Dewsbury Avenue | Coventry | Coventry | Warning Letter | N/A | 52.3848122 | -1.5204351 | ||
| 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 | ||
| 13681 | op-snap---monthly-publication-july-2025.pdf | 1733 | 2025-07 | Pedestrian | Hyundai | Kona | Grey | Driving without Due Care and Attention | None | Norwood Road | Norwood Road | Dudley | Dudley | Warning Letter | N/A | 52.4831397 | -2.1309273 | ||
| 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);