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 = "Court", reporter_transport_mode = "Pedal Bike" and vehicle_make = "BMW" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, offence_location_raw, offence_location, council_area_raw, latitude, longitude
council_area 4
- Birmingham 6
- Coventry 2
- Sandwell 2
- Dudley 1
offence 3
vehicle_make 1
- BMW · 11 ✖
reporter_transport_mode 1
- Pedal Bike · 11 ✖
disposal 1
- Court · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8700 | op-snap---monthly-publication-february-2026.pdf | 1447 | 2026-02 | Pedal Bike | BMW | 1 Series | Blue | Driving without Due Care and Attention | None | Dads Lane | Dads Lane | Birmingham | Birmingham | Court | N/A | 52.4375913 | -1.9068522 | ||
| 20703 | op-snap---monthly-publication-november-2025.pdf | 245 | 2025-11 | Pedal Bike | BMW | 330E | Black | Driving without Due Care and Attention | Drive otherwise than in accordance with a licence | Foleshill Road | Foleshill Road | Coventry | Coventry | Court | N/A | 52.4274335 | -1.5002381 | ||
| 22400 | op-snap---monthly-publication-october-2025.pdf | 350 | 2025-10 | Pedal Bike | BMW | 335I | Black | Using a Mobile Phone Whilst Driving | None | Harbourne Road | Harborne Road | Birmingham | Birmingham | Court | N/A | 52.4718503 | -1.9195423 | ||
| 12049 | op-snap---monthly-publication-july-2025.pdf | 101 | 2025-07 | Pedal Bike | BMW | 320d | Black | Driving without Due Care and Attention | None | Kingsbury Road | Kingsbury Road | Birmingham | Birmingham | Court | N/A | 52.5292752 | -1.7618805 | ||
| 12458 | op-snap---monthly-publication-july-2025.pdf | 510 | 2025-07 | Pedal Bike | BMW | 330e | Black | Using a Mobile Phone Whilst Driving | Driving without Due Care and | AStttoennetiyo nStanton Road | AStttoennetiyo n Stanton Road | Coventry | Coventry | Court | N/A | ||||
| 14194 | op-snap---monthly-publication-june-2025.pdf | 123 | 2025-06 | Pedal Bike | BMW | 320d | White | Driving without Due Care and Attention | None | The Broadway | The Broadway | Dudley | Dudley | Court | N/A | 52.515445 | -2.0885791 | ||
| 14277 | op-snap---monthly-publication-june-2025.pdf | 206 | 2025-06 | Pedal Bike | BMW | X3 | Blue | Driving without Due Care and Attention | No Insurance | Woden Road South | Woden Road South | Sandwell | Sandwell | Court | N/A | 52.546752 | -2.0155769 | ||
| 19211 | op-snap---monthly-publication-may-2025.pdf | 573 | 2025-05 | Pedal Bike | BMW | 5 series | Blue | Driving without Due Care and Attention | No Insurance | Hagley Road | Hagley Road | Birmingham | Birmingham | Court | N/A | 52.471632 | -1.9456776 | ||
| 5209 | op-snap---monthly-publication-february-2025.pdf | 26 | 2025-02 | Pedal Bike | BMW | 3351 | Blue | Driving without Reasonable Consideration | No Insurance | Forge Lane | Forge Lane | Sandwell | Sandwell | Court | N/A | Yes - Via Email | 52.5355846 | -1.9687064 | |
| 7033 | op-snap---monthly-publication-february-2025.pdf | 1850 | 2025-02 | Pedal Bike | BMW | 118 | White | Driving without Due Care and Attention | None | Dads Lane | Dads Lane | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4375913 | -1.9068522 | |
| 9175 | op-snap---monthly-publication-january-2025.pdf | 283 | 2025-01 | Pedal Bike | BMW | M2 | Black | Using a Mobile Phone Whilst Driving | None | Bristol Road, Edgbaston | Bristol Road, Edgbaston | Birmingham | Birmingham | Court | N/A | Yes - Via Email | 52.4561817 | -1.9097774 |
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);