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 = "2025-12" and vehicle_make = "Skoda" 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 5
council_area 4
reporter_transport_mode 3
- Car 7
- Pedal Bike 1
- Pedestrian 1
vehicle_make 1
- Skoda · 9 ✖
month 1
- 2025-12 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4233 | op-snap---monthly-publication-december-2025.pdf | 361 | 2025-12 | Pedestrian | Skoda | Kodiaq | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Retford Grove | Retford Grove | Birmingham | Birmingham | Warning Letter | N/A | 52.4591192 | -1.8229566 | ||
| 4264 | op-snap---monthly-publication-december-2025.pdf | 392 | 2025-12 | Car | Skoda | Octavia | White | Driving without Due Care and Attention | None | Arden Oak Road | Arden Oak Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4533929 | -1.7703309 | ||
| 4420 | op-snap---monthly-publication-december-2025.pdf | 548 | 2025-12 | Car | Skoda | Kodiaq | Gold | 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 | ||||
| 4541 | op-snap---monthly-publication-december-2025.pdf | 669 | 2025-12 | Car | Skoda | Octavia | Silver | Cause vehicle to be left in a dangerous position | None | Near junction Hurstcroft Rd and R | Near junction Hurstcroft Road and R | uBdirymaridn gGhraomve | Ubdirymaridn Gghraomve | Warning Letter | N/A | ||||
| 4615 | op-snap---monthly-publication-december-2025.pdf | 743 | 2025-12 | Car | Skoda | kamiq | Grey | Stop a vehicle within pelican pedestrian crossing limits | None | washwood heath road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 4618 | op-snap---monthly-publication-december-2025.pdf | 746 | 2025-12 | Pedal Bike | Skoda | Karoq | Blue | Contravening a Red Traffic Light | None | Gibbins Road, Selly Oak | Gibbins Road, Selly Oak | Birmingham | Birmingham | Warning Letter | N/A | 52.4390303 | -1.9512931 | ||
| 4712 | op-snap---monthly-publication-december-2025.pdf | 840 | 2025-12 | Car | Skoda | Superb | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 4744 | op-snap---monthly-publication-december-2025.pdf | 872 | 2025-12 | Car | Skoda | Octavia | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 5117 | op-snap---monthly-publication-december-2025.pdf | 1245 | 2025-12 | Car | Skoda | Enyaq | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Waterloo Road | Waterloo Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.5960155 | -2.1295068 |
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);