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 = "Other Action Taken" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, nfa_rationale, latitude, longitude
offence 6
- Cause unnecessary obstruction by motor vehicle 3
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
- Misc - Non Traffic Offences 2
- Contravening a Red Traffic Light 1
- Driving without Due Care and Attention 1
- Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen 1
council_area 6
reporter_transport_mode 4
- Pedestrian 4
- Pedal Bike 3
- Car 2
- Other 1
vehicle_make 1
- Peugeot · 10 ✖
disposal 1
- Other Action Taken · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 10715 | op-snap---monthly-publication-january-2026.pdf | 176 | 2026-01 | Pedestrian | Peugeot | 107.. | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Dudley Street | Dudley Street | Metropolitan Borough of Walsall | Walsall | Other Action Taken | N/A | 52.5813674 | -1.9810905 | ||
| 11631 | op-snap---monthly-publication-january-2026.pdf | 1092 | 2026-01 | Other | Peugeot | 206 CC | Silver | Misc - Non Traffic Offences | None | NA | Na | Dudley | Dudley | Other Action Taken | N/A | 52.5110832 | -2.0816813 | ||
| 24981 | op-snap---monthly-publication-september-2025.pdf | 1200 | 2025-09 | Pedal Bike | Peugeot | Boxer | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Other Action Taken | N/A | 52.6083917 | -2.1033365 | ||
| 24982 | op-snap---monthly-publication-september-2025.pdf | 1201 | 2025-09 | Pedal Bike | Peugeot | Partner | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Other Action Taken | N/A | 52.6083917 | -2.1033365 | ||
| 25030 | op-snap---monthly-publication-september-2025.pdf | 1249 | 2025-09 | Pedal Bike | Peugeot | 208 allure | Pink | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Other Action Taken | N/A | 52.6083917 | -2.1033365 | ||
| 12281 | op-snap---monthly-publication-july-2025.pdf | 333 | 2025-07 | Car | Peugeot | Partner | White | Misc - Non Traffic Offences | None | Coventry Road | Coventry Road | Solihull | Solihull | Other Action Taken | N/A | 52.4505232 | -1.7606378 | ||
| 14758 | op-snap---monthly-publication-june-2025.pdf | 687 | 2025-06 | Pedestrian | Peugeot | 308... | White | Driving without Due Care and Attention | None | Woely Park Road | Woely Park Road | Birmingham | Birmingham | Other Action Taken | N/A | ||||
| 18860 | op-snap---monthly-publication-may-2025.pdf | 222 | 2025-05 | Pedestrian | Peugeot | 108 | Red | Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen | Nt one | Acces Road between Metchley Lane | Acces Road between Metchley Lane | Banirdm tinhgeh QaEm Hospital | Banirdm Tinhgeh Qaem Hospital | Other Action Taken | nN/A | ||||
| 48 | op-snap---monthly-publication-april-2025.pdf | 47 | 2025-04 | Car | Peugeot | 206 | Blue | Contravening a Red Traffic Light | None | Walters Road | Walters Road | Walsall | Walsall | Other Action Taken | N/A | ||||
| 10385 | op-snap---monthly-publication-january-2025.pdf | 1493 | 2025-01 | Pedestrian | Peugeot | 5008 | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Alcester Road / Woodbridge Road | Alcester Road / Woodbridge Road | Birmingham | Birmingham | Other Action Taken | eNn/A | Yes - Via Email | 52.4467548 | -1.8880528 |
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);