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'}
12 rows where disposal = "Warning Letter", month = "2026-02" and vehicle_make = "Seat" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
reporter_transport_mode 4
- Car 5
- Pedal Bike 5
- Other 1
- Pedestrian 1
offence 3
council_area 3
- Birmingham 9
- Coventry 2
- Dudley 1
vehicle_make 1
- Seat · 12 ✖
month 1
- 2026-02 · 12 ✖
disposal 1
- Warning Letter · 12 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7346 | op-snap---monthly-publication-february-2026.pdf | 93 | 2026-02 | Car | Seat | Ibiza | Grey | Driving without Due Care and Attention | None | witton road | Witton Road | Birmingham | Birmingham | Warning Letter | N/A | 52.513336 | -1.8833226 | ||
| 7382 | op-snap---monthly-publication-february-2026.pdf | 129 | 2026-02 | Pedal Bike | Seat | Arona | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Lordswood Road | Lordswood Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4591339 | -1.9601054 | ||
| 7545 | op-snap---monthly-publication-february-2026.pdf | 292 | 2026-02 | Pedal Bike | Seat | Leon | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Bradford Street | Bradford Street | Birmingham | Birmingham | Warning Letter | N/A | 52.4708802 | -1.8792135 | ||
| 7553 | op-snap---monthly-publication-february-2026.pdf | 300 | 2026-02 | Pedal Bike | Seat | Leon | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Braford Street | Braford Street | Birmingham | Birmingham | Warning Letter | N/A | ||||
| 7702 | op-snap---monthly-publication-february-2026.pdf | 449 | 2026-02 | Car | Seat | Alhambra | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Cambridge Crescent | Cambridge Crescent | Birmingham | Birmingham | Warning Letter | N/A | 52.4652475 | -1.9056734 | ||
| 7712 | op-snap---monthly-publication-february-2026.pdf | 459 | 2026-02 | Pedestrian | Seat | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Kings Heath | Kings Heath | Birmingham | Birmingham | Warning Letter | N/A | 52.4388601 | -1.8936667 | |||
| 7779 | op-snap---monthly-publication-february-2026.pdf | 526 | 2026-02 | Car | Seat | Ibiza | Red | Driving without Due Care and Attention | None | Curzon Circle | Curzon Circle | Birmingham | Birmingham | Warning Letter | N/A | 52.4834655 | -1.8801763 | ||
| 7857 | op-snap---monthly-publication-february-2026.pdf | 604 | 2026-02 | Pedal Bike | Seat | Ibiza | Grey | Driving without Due Care and Attention | None | Allesley Old Road | Allesley Old Road | Coventry | Coventry | Warning Letter | N/A | 52.4103629 | -1.5441218 | ||
| 8394 | op-snap---monthly-publication-february-2026.pdf | 1141 | 2026-02 | Car | Seat | Ibiza | Black | Driving without Due Care and Attention | None | Vicarage Road | Vicarage Road | Birmingham | Birmingham | Warning Letter | N/A | 52.470423 | -1.9304786 | ||
| 8484 | op-snap---monthly-publication-february-2026.pdf | 1231 | 2026-02 | Other | Seat | Ibiza | White | Driving without Due Care and Attention | None | Waterfront Main Car Park | Waterfront Main Car Park | Dudley | Dudley | Warning Letter | N/A | ||||
| 8727 | op-snap---monthly-publication-february-2026.pdf | 1474 | 2026-02 | Car | Seat | ateca | Blue | Stop a vehicle within pelican pedestrian crossing limits | None | lozells road | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 | ||
| 8871 | op-snap---monthly-publication-february-2026.pdf | 1618 | 2026-02 | Pedal Bike | Seat | altea | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | gordon road | Gordon Road | Coventry | Coventry | 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);