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", month = "2025-12" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude
offence 4
council_area 4
reporter_transport_mode 3
- Pedestrian 5
- Car 4
- Pedal Bike 1
vehicle_make 1
- Land Rover · 10 ✖
month 1
- 2025-12 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 3933 | op-snap---monthly-publication-december-2025.pdf | 61 | 2025-12 | Pedestrian | Land Rover | Blue | Cause vehicle to be left in a dangerous position | None | Withymoor Road | Withymoor Road | Dudley | Dudley | Warning Letter | N/A | 52.4871674 | -2.0702998 | |||
| 3952 | op-snap---monthly-publication-december-2025.pdf | 80 | 2025-12 | Pedestrian | Land Rover | Defender | Blue | Cause vehicle to be left in a dangerous position | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | ||
| 4011 | op-snap---monthly-publication-december-2025.pdf | 139 | 2025-12 | Pedal Bike | Land Rover | Velar | Black | Driving without Due Care and Attention | None | High Street, Deritend | High Street, Deritend | Birmingham | Birmingham | Warning Letter | N/A | 52.4746492 | -1.8839977 | ||
| 4207 | op-snap---monthly-publication-december-2025.pdf | 335 | 2025-12 | Pedestrian | Land Rover | Range Rover | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Grove Road | Grove Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4453942 | -1.8644982 | ||
| 4220 | op-snap---monthly-publication-december-2025.pdf | 348 | 2025-12 | Pedestrian | Land Rover | Sport | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Glenville drive | Glenville drive | Birmingham | Birmingham | Warning Letter | N/A | 52.5265939 | -1.8509884 | ||
| 4231 | op-snap---monthly-publication-december-2025.pdf | 359 | 2025-12 | Pedestrian | Land Rover | Defender | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Gayfield Avenue | Gayfield Avenue | Dudley | Dudley | Warning Letter | N/A | 52.4693896 | -2.1251602 | ||
| 4383 | op-snap---monthly-publication-december-2025.pdf | 511 | 2025-12 | Car | Land Rover | Range Rover | Black | Driving without Due Care and Attention | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4308271 | -1.920078 | ||
| 4421 | op-snap---monthly-publication-december-2025.pdf | 549 | 2025-12 | Car | Land Rover | Evoque Dynamics | Black | Cause vehicle to be left in a dangerous position | None | Opposite Withymoor School Gayfi | Opposite Withymoor School Gayfi | eDldu dAlveey Brierley Hill | Edldu Dalveey Brierley Hill | Warning Letter | N/A | ||||
| 4582 | op-snap---monthly-publication-december-2025.pdf | 710 | 2025-12 | Car | Land Rover | Evoque | Black | Contravening a Red Traffic Light | None | West Bromwich Interchange | West Bromwich Interchange | Sandwell | Sandwell | Warning Letter | N/A | 52.5109262 | -1.9753718 | ||
| 4952 | op-snap---monthly-publication-december-2025.pdf | 1080 | 2025-12 | Car | Land Rover | range rover | Black | Cause vehicle to be left in a dangerous position | None | Dawson Road | Dawson Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5048623 | -1.9349662 |
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);