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 = "Warning Letter", offence = "Cause unnecessary obstruction by motor vehicle" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, latitude, longitude
reporter_transport_mode 3
- Pedestrian 6
- Car 3
- Pedal Bike 1
council_area 3
- Birmingham 8
- Coventry 1
- Sandwell 1
vehicle_make 1
- Land Rover · 10 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle · 10 ✖
month 1
- 2025-09 10
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 25085 | op-snap---monthly-publication-september-2025.pdf | 1304 | 2025-09 | Car | Land Rover | Ranger rover | White | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | lozells road | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 25086 | op-snap---monthly-publication-september-2025.pdf | 1305 | 2025-09 | Car | Land Rover | Range Rover | Blue | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Lozells road | Lozells road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 25152 | op-snap---monthly-publication-september-2025.pdf | 1371 | 2025-09 | Pedestrian | Land Rover | Discovery | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Alexander road | Alexander road | Birmingham | Birmingham | Warning Letter | N/A | 52.4524008 | -1.8262343 | ||
| 25153 | op-snap---monthly-publication-september-2025.pdf | 1372 | 2025-09 | Pedestrian | Land Rover | evoque | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Charingworth road | Charingworth road | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 25209 | op-snap---monthly-publication-september-2025.pdf | 1428 | 2025-09 | Pedestrian | Land Rover | Defender | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Bishopton Close, Coventry | Bishopton Close, Coventry | Coventry | Coventry | Warning Letter | N/A | 52.4096327 | -1.5654023 | ||
| 25249 | op-snap---monthly-publication-september-2025.pdf | 1468 | 2025-09 | Pedestrian | Land Rover | Range Rover | Gold | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Glenville Road | Glenville Road | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 25306 | op-snap---monthly-publication-september-2025.pdf | 1525 | 2025-09 | Car | Land Rover | Discovery | Grey | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Whittington Oval | Whittington Oval | Birmingham | Birmingham | Warning Letter | N/A | 52.4800782 | -1.7942034 | ||
| 25382 | op-snap---monthly-publication-september-2025.pdf | 1601 | 2025-09 | Pedestrian | Land Rover | freelander | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | cotteridge | Cotteridge | Birmingham | Birmingham | Warning Letter | N/A | 52.4162405 | -1.9315079 | ||
| 25398 | op-snap---monthly-publication-september-2025.pdf | 1617 | 2025-09 | Pedestrian | Land Rover | Range Rover | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Pitmaston Rd | Pitmaston Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4254701 | -1.8322218 | ||
| 25495 | op-snap---monthly-publication-september-2025.pdf | 1714 | 2025-09 | Pedal Bike | Land Rover | Range Rover | Blue | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | Crankhall Lane | Crankhall Lane | Sandwell | Sandwell | Warning Letter | N/A | 52.5489715 | -1.9927402 |
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);