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 = "Education", month = "2025-09" and vehicle_make = "Peugeot" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw
council_area 5
- Birmingham 3
- Dudley 2
- Wolverhampton 2
- Sandwell 1
- Solihull 1
offence 3
reporter_transport_mode 2
- Pedal Bike 5
- Car 4
vehicle_make 1
- Peugeot · 9 ✖
month 1
- 2025-09 · 9 ✖
disposal 1
- Education · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23855 | op-snap---monthly-publication-september-2025.pdf | 74 | 2025-09 | Pedal Bike | Peugeot | 107 | Silver | Driving without Due Care and Attention | None | Wolverhampton Rd , jn with Dimmock Street | Wolverhampton Road , jn with Dimmock Street | Wolverhampton | Wolverhampton | Education | N/A | ||||
| 23961 | op-snap---monthly-publication-september-2025.pdf | 180 | 2025-09 | Pedal Bike | Peugeot | Partner | White | Driving without Reasonable Consideration | None | Merritts Hill | Merritts Hill | Birmingham | Birmingham | Education | N/A | 52.424853 | -1.9814275 | ||
| 24006 | op-snap---monthly-publication-september-2025.pdf | 225 | 2025-09 | Car | Peugeot | 308 | Grey | Contravening a Red Traffic Light | None | Northfield Road | Northfield Road | Birmingham | Birmingham | Education | N/A | 52.4167654 | -1.9411244 | ||
| 24114 | op-snap---monthly-publication-september-2025.pdf | 333 | 2025-09 | Pedal Bike | Peugeot | Partner | Grey | Driving without Due Care and Attention | None | Tipton Road | Tipton Road | Dudley | Dudley | Education | N/A | 52.5198386 | -2.0740876 | ||
| 24229 | op-snap---monthly-publication-september-2025.pdf | 448 | 2025-09 | Car | Peugeot | Partner | White | Contravening a Red Traffic Light | None | High Street / A491, Audnam, Stourbridge | High Street / A491, Audnam, Stourbridge | Dudley | Dudley | Education | N/A | 52.4722518 | -2.1552954 | ||
| 24439 | op-snap---monthly-publication-september-2025.pdf | 658 | 2025-09 | Car | Peugeot | 107 | Red | Contravening a Red Traffic Light | None | Bristol Street | Bristol Street | Birmingham | Birmingham | Education | N/A | 52.4691145 | -1.9003257 | ||
| 24609 | op-snap---monthly-publication-september-2025.pdf | 828 | 2025-09 | Pedal Bike | Peugeot | Boxer van | White | Driving without Due Care and Attention | None | Newton Road | Newton Road | Sandwell | Sandwell | Education | N/A | 52.5428224 | -1.9569444 | ||
| 24696 | op-snap---monthly-publication-september-2025.pdf | 915 | 2025-09 | Pedal Bike | Peugeot | 208.. | Red | Driving without Reasonable Consideration | None | Tanworth Lane | Tanworth Lane | Solihull | Solihull | Education | N/A | 52.4014694 | -1.8220541 | ||
| 24896 | op-snap---monthly-publication-september-2025.pdf | 1115 | 2025-09 | Car | Peugeot | Expert | Red | Contravening a Red Traffic Light | None | Willenhall Road | Willenhall Road | Wolverhampton | Wolverhampton | Education | N/A | 52.5836778 | -2.0894997 |
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);