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 disposal = "Warning Letter", month = "2026-02" and vehicle_make = "Land Rover" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw
offence 6
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
- Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 2
- VRM fails to conform to Regulations 2
- Cause vehicle to be left in a dangerous position 1
- Contravening a Red Traffic Light 1
- Driving without Due Care and Attention 1
council_area 3
- Birmingham 7
- Coventry 1
- Sandwell 1
reporter_transport_mode 2
- Car 7
- Pedestrian 2
vehicle_make 1
- Land Rover · 9 ✖
month 1
- 2026-02 · 9 ✖
disposal 1
- Warning Letter · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7331 | op-snap---monthly-publication-february-2026.pdf | 78 | 2026-02 | Car | Land Rover | Discovery | White | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Burnaby Road | Burnaby Road | Coventry | Coventry | Warning Letter | N/A | 52.4352 | -1.5194238 | ||
| 7392 | op-snap---monthly-publication-february-2026.pdf | 139 | 2026-02 | Car | Land Rover | Range Rover | Silver | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Darwin Street | Darwin Street | Birmingham | Birmingham | Warning Letter | N/A | 52.468128 | -1.8848315 | ||
| 7417 | op-snap---monthly-publication-february-2026.pdf | 164 | 2026-02 | Car | Land Rover | Range Rover | Brown | VRM fails to conform to Regulations | No Insurance | Bristol Road South | Bristol Road South | Birmingham | Birmingham | Warning Letter | N/A | 52.4119174 | -1.9735247 | ||
| 7780 | op-snap---monthly-publication-february-2026.pdf | 527 | 2026-02 | Pedestrian | Land Rover | Range Rover | White | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Berwood Road | Berwood Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5342947 | -1.8155375 | ||
| 7815 | op-snap---monthly-publication-february-2026.pdf | 562 | 2026-02 | Car | Land Rover | Evoque | White | Driving without Due Care and Attention | None | Yardley Road | Yardley Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4613544 | -1.8160137 | ||
| 8420 | op-snap---monthly-publication-february-2026.pdf | 1167 | 2026-02 | Car | Land Rover | Sport | Black | VRM fails to conform to Regulations | None | Harborne Lane Island | Harborne Lane Island | Birmingham | Birmingham | Warning Letter | N/A | 52.4439777 | -1.9418736 | ||
| 8562 | op-snap---monthly-publication-february-2026.pdf | 1309 | 2026-02 | Car | Land Rover | Freelander | Grey | Contravening a Red Traffic Light | None | Northfield Road | Northfield Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4167654 | -1.9411244 | ||
| 8852 | op-snap---monthly-publication-february-2026.pdf | 1599 | 2026-02 | Car | Land Rover | defender | Black | Cause vehicle to be left in a dangerous position | none | high street, kingswinford | High Street, Kingswinford | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 8876 | op-snap---monthly-publication-february-2026.pdf | 1623 | 2026-02 | Pedestrian | Land Rover | Range Rover | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | rotten park road | Rotten Park Road | Birmingham | Birmingham | Warning Letter | N/A |
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);