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'}
11 rows where disposal = "Education", month = "2025-03" and vehicle_make = "Hyundai" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, offence_location, council_area_raw, latitude, longitude
council_area 5
- Birmingham 7
- Dudley 1
- Sutton Coldfield 1
- Walsall 1
- Wolverhampton 1
reporter_transport_mode 4
- Pedal Bike 7
- Pedestrian 2
- Car 1
- Other 1
offence 4
vehicle_make 1
- Hyundai · 11 ✖
month 1
- 2025-03 · 11 ✖
disposal 1
- Education · 11 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 16353 | op-snap---monthly-publication-march-2025.pdf | 110 | 2025-03 | Other | Hyundai | I10 | Blue | Driving without Due Care and Attention | None | Stone Steet | Stone Steet | Dudley | Dudley | Education | N/A | Yes - Via Email | |||
| 16402 | op-snap---monthly-publication-march-2025.pdf | 159 | 2025-03 | Pedal Bike | Hyundai | I30. | Red | Driving without Reasonable Consideration | None | Bristol Road | Bristol Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4543565 | -1.9114004 | |
| 16831 | op-snap---monthly-publication-march-2025.pdf | 588 | 2025-03 | Pedal Bike | Hyundai | Ioniq | White | Contravening a Red Traffic Light | None | Harborne Road | Harborne Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4718503 | -1.9195423 | |
| 17110 | op-snap---monthly-publication-march-2025.pdf | 867 | 2025-03 | Pedal Bike | Hyundai | Tucson | Red | Driving without Reasonable Consideration | None | A38 Bristol Road | Bristol Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4543565 | -1.9114004 | |
| 17295 | op-snap---monthly-publication-march-2025.pdf | 1052 | 2025-03 | Pedal Bike | Hyundai | TUCSON | Brown | Driving without Reasonable Consideration | None | MERE GREEN ROAD | Mere Green Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.5874888 | -1.8297106 | |
| 17367 | op-snap---monthly-publication-march-2025.pdf | 1124 | 2025-03 | Pedestrian | Hyundai | I20 | White | Contravening a Red Traffic Light | None | A452 | A452 | Birmingham | Birmingham | Education | N/A | Yes - Via Email | |||
| 17402 | op-snap---monthly-publication-march-2025.pdf | 1159 | 2025-03 | Car | Hyundai | i10 | Blue | Contravening a Red Traffic Light | Use vehicle on a road without valid test certificate | Wolverhampton Ring Road | Wolverhampton Ring Road | Wolverhampton | Wolverhampton | Education | N/A | Yes - Via Email | 52.5868722 | -2.1217519 | |
| 17671 | op-snap---monthly-publication-march-2025.pdf | 1428 | 2025-03 | Pedal Bike | Hyundai | IX20 | Silver | Driving without Reasonable Consideration | None | Tennal Road | Tennal Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4578511 | -1.9734988 | |
| 17676 | op-snap---monthly-publication-march-2025.pdf | 1433 | 2025-03 | Pedestrian | Hyundai | Santa Fe | Black | Cause vehicle to be left in a dangerous position | None | Charlotte Road | Charlotte Road | Birmingham | Birmingham | Education | N/A | Yes - Via Email | 52.4237962 | -1.9231952 | |
| 17705 | op-snap---monthly-publication-march-2025.pdf | 1462 | 2025-03 | Pedal Bike | Hyundai | I30 | White | Driving without Reasonable Consideration | No vehicle excise licence | BROWNHILLS ROAD | Brownhills Road | Walsall | Walsall | Education | N/A | Yes - Via Email | 52.6328141 | -1.9272671 | |
| 18446 | op-snap---monthly-publication-march-2025.pdf | 2203 | 2025-03 | Pedal Bike | Hyundai | Tucson | Brown | Driving without Due Care and Attention | None | Lichfield Road | Lichfield Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | Yes - Via Email | 52.5872149 | -1.8300386 |
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);