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-05" and offence = "Dangerous Driving" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, second_offence, council_area_raw
council_area 5
- Birmingham 5
- Sandwell 2
- Dudley 1
- Out of Force Area 1
- Walsall 1
reporter_transport_mode 1
- Car 10
offence 1
- Dangerous Driving · 10 ✖
month 1
- 2025-05 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20194 | op-snap---monthly-publication-may-2025.pdf | 1556 | 2025-05 | Car | Mini | Cooper | Grey | Dangerous Driving | none | A45 Coventry Road | Coventry Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4726661 | -1.8769032 | ||
| 20196 | op-snap---monthly-publication-may-2025.pdf | 1558 | 2025-05 | Car | Ford | Ranger | White | Dangerous Driving | none | Worcester Street | Worcester Street | Dudley | Dudley | Warning Letter | N/A | 52.4507058 | -2.1503743 | ||
| 20255 | op-snap---monthly-publication-may-2025.pdf | 1617 | 2025-05 | Car | BMW | 520D | Grey | Dangerous Driving | None | Lewisham Road | Lewisham Road | Sandwell | Sandwell | Warning Letter | N/A | 52.5007274 | -1.9661248 | ||
| 20256 | op-snap---monthly-publication-may-2025.pdf | 1618 | 2025-05 | Car | BMW | M140 | Blue | Dangerous Driving | None | Fort Parkway | Fort Parkway | Birmingham | Birmingham | Warning Letter | N/A | 52.50787 | -1.8195713 | ||
| 20269 | op-snap---monthly-publication-may-2025.pdf | 1631 | 2025-05 | Car | Seat | Ibiza | White | Dangerous Driving | None | Market Place, Tipton | Market Place, Tipton | Sandwell | Sandwell | Warning Letter | N/A | 52.5303627 | -2.0353018 | ||
| 20350 | op-snap---monthly-publication-may-2025.pdf | 1712 | 2025-05 | Car | BMW | 118 | White | Dangerous Driving | None | Parkfield Drive | Parkfield Drive | Birmingham | Birmingham | Warning Letter | N/A | 52.5086984 | -1.777555 | ||
| 20365 | op-snap---monthly-publication-may-2025.pdf | 1727 | 2025-05 | Car | Mazda | 6 | Blue | Dangerous Driving | None | Dayus Square | Dayus Square | Birmingham | Birmingham | Warning Letter | N/A | 52.4846586 | -1.9140974 | ||
| 20376 | op-snap---monthly-publication-may-2025.pdf | 1738 | 2025-05 | Car | Scania | Tractor Unit | White | Dangerous Driving | none | M6 Northbound | M6 Northbound | Walsall | Walsall | Warning Letter | N/A | ||||
| 20406 | op-snap---monthly-publication-may-2025.pdf | 1768 | 2025-05 | Car | Volkswagen | Golf | Black | Dangerous Driving | None | Streetsbrook Road | Streetsbrook Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4223176 | -1.8253145 | ||
| 20422 | op-snap---monthly-publication-may-2025.pdf | 1784 | 2025-05 | Car | BMW | 3 series | Black | Dangerous Driving | None | Worcester Bypass | Worcester Bypass | Out of Force Area | Out of Force Area | 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);