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-03", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
reporter_transport_mode 3
- Car 4
- Pedestrian 4
- Pedal Bike 1
disposal 3
- Fixed Penalty 4
- Warning Letter 4
- NFA 1
council_area 3
- Birmingham 6
- Wolverhampton 2
- Coventry 1
vehicle_make 1
- Land Rover · 9 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 9 ✖
month 1
- 2025-03 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16538 | op-snap---monthly-publication-march-2025.pdf | 295 | 2025-03 | Pedestrian | Land Rover | Evoque | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Wavers Marston | Wavers Marston | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | |||
| 16782 | op-snap---monthly-publication-march-2025.pdf | 539 | 2025-03 | Pedestrian | Land Rover | Range Rover | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Tenbury Road | Tenbury Road | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.4264041 | -1.8966768 | |
| 17286 | op-snap---monthly-publication-march-2025.pdf | 1043 | 2025-03 | Pedestrian | Land Rover | Evoque | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Long Lake Av | Long Lake Avenue | Wolverhampton | Wolverhampton | Fixed Penalty | N/A | Yes - Via Email | 52.5914157 | -2.1849138 | |
| 17640 | op-snap---monthly-publication-march-2025.pdf | 1397 | 2025-03 | Pedestrian | Land Rover | HSE | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Rotton Park Road | Rotton Park Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4851072 | -1.9468115 | |
| 17680 | op-snap---monthly-publication-march-2025.pdf | 1437 | 2025-03 | Car | Land Rover | Defender | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | High Street Tettenhall | High Street Tettenhall | Wolverhampton | Wolverhampton | NFA | No Offence | Yes - Via Email | 52.5980906 | -2.168057 | |
| 18075 | op-snap---monthly-publication-march-2025.pdf | 1832 | 2025-03 | Car | Land Rover | Discovery | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Rockingham Gardens | Rockingham Gardens | Birmingham | Birmingham | Fixed Penalty | N/A | Yes - Via Email | 52.5690681 | -1.8271174 | |
| 18082 | op-snap---monthly-publication-march-2025.pdf | 1839 | 2025-03 | Pedal Bike | Land Rover | Range Rover | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Union Street Coventry | Union Street Coventry | Coventry | Coventry | Warning Letter | N/A | Yes - Via Email | 52.405218 | -1.5109433 | |
| 18257 | op-snap---monthly-publication-march-2025.pdf | 2014 | 2025-03 | Car | Land Rover | Velar | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bearwood Road | Bearwood Road | Birmingham | Birmingham | Warning Letter | N/A | Yes - Via Email | 52.4762784 | -1.9678366 | |
| 18546 | op-snap---monthly-publication-march-2025.pdf | 2303 | 2025-03 | Car | Land Rover | Sport | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Soho Road | Soho Road | Birmingham | Birmingham | Warning Letter | Outside of 14 Days NIP | Yes - Via Email | 52.502568 | -1.9305447 |
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);