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 month = "2025-10", reporter_transport_mode = "Pedal Bike" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Birmingham 5
- Sandwell 1
- Solihull 1
- Sutton Coldfield 1
- Wolverhampton 1
disposal 4
- Education 4
- NFA 2
- Warning Letter 2
- Court 1
offence 3
vehicle_make 1
- Hyundai · 9 ✖
reporter_transport_mode 1
- Pedal Bike · 9 ✖
month 1
- 2025-10 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22086 | op-snap---monthly-publication-october-2025.pdf | 36 | 2025-10 | Pedal Bike | Hyundai | Ioniq | Grey | Driving a vehicle wholly or partly on a footpath | None | Cannock Road | Cannock Road | Wolverhampton | Wolverhampton | Warning Letter | N/A | 52.6083917 | -2.1033365 | ||
| 22295 | op-snap---monthly-publication-october-2025.pdf | 245 | 2025-10 | Pedal Bike | Hyundai | I20 | Black | Driving without Due Care and Attention | None | Brookvale Road | Brookvale Road | Birmingham | Birmingham | NFA | No VRM | 52.5219365 | -1.8755325 | ||
| 22345 | op-snap---monthly-publication-october-2025.pdf | 295 | 2025-10 | Pedal Bike | Hyundai | Ioniq | White | Driving without Due Care and Attention | None | Chester Road | Chester Road | Sutton Coldfield | Sutton Coldfield | NFA | No Offence | 52.5359496 | -1.8324115 | ||
| 22701 | op-snap---monthly-publication-october-2025.pdf | 651 | 2025-10 | Pedal Bike | Hyundai | i20 | Grey | Driving without Due Care and Attention | None | Shard End Crescent | Shard End Crescent | Birmingham | Birmingham | Court | N/A | 52.4927744 | -1.7781391 | ||
| 22902 | op-snap---monthly-publication-october-2025.pdf | 852 | 2025-10 | Pedal Bike | Hyundai | I20.. | Black | Contravening a Red Traffic Light | None | Bristol Road A34 | Bristol Road A34 | Birmingham | Birmingham | Education | N/A | 52.4485462 | -1.9216965 | ||
| 22944 | op-snap---monthly-publication-october-2025.pdf | 894 | 2025-10 | Pedal Bike | Hyundai | I10 | White | Driving without Due Care and Attention | None | Walsall Road | Walsall Road | Sandwell | Sandwell | Education | N/A | 52.5439824 | -1.9306805 | ||
| 23042 | op-snap---monthly-publication-october-2025.pdf | 992 | 2025-10 | Pedal Bike | Hyundai | IX20 | White | Driving without Due Care and Attention | None | Austin Way | Austin Way | Birmingham | Birmingham | Education | N/A | 52.3938378 | -1.9883434 | ||
| 23064 | op-snap---monthly-publication-october-2025.pdf | 1014 | 2025-10 | Pedal Bike | Hyundai | Tucson | Black | Driving without Due Care and Attention | None | Rumbush Lane | Rumbush Lane | Solihull | Solihull | Education | N/A | 52.3807937 | -1.8418159 | ||
| 23550 | op-snap---monthly-publication-october-2025.pdf | 1500 | 2025-10 | Pedal Bike | Hyundai | IX35 | White | Driving without Due Care and Attention | None | Yatesbury Avenue | Yatesbury Avenue | Birmingham | Birmingham | Warning Letter | N/A | 52.5215304 | -1.7881304 |
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);