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 month = "2025-05", offence = "Driving without Reasonable Consideration" and vehicle_make = "Mercedes-Benz" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 6
- Birmingham 4
- Solihull 2
- Dudley 1
- Out of Force Area 1
- Sandwell 1
- Wolverhampton 1
disposal 3
- Education 4
- NFA 4
- Warning Letter 2
reporter_transport_mode 2
- Pedal Bike 7
- Car 3
vehicle_make 1
- Mercedes-Benz · 10 ✖
offence 1
- Driving without Reasonable Consideration · 10 ✖
month 1
- 2025-05 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18757 | op-snap---monthly-publication-may-2025.pdf | 119 | 2025-05 | Pedal Bike | Mercedes-Benz | E 220 | Black | Driving without Reasonable Consideration | None | Quinton Road West | Quinton Road West | Birmingham | Birmingham | Education | N/A | 52.457704 | -2.0022002 | ||
| 18818 | op-snap---monthly-publication-may-2025.pdf | 180 | 2025-05 | Car | Mercedes-Benz | A180 | Black | Driving without Reasonable Consideration | None | Alcester Road South | Alcester Road South | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4170522 | -1.8906187 | ||
| 18828 | op-snap---monthly-publication-may-2025.pdf | 190 | 2025-05 | Pedal Bike | Mercedes-Benz | E400. | White | Driving without Reasonable Consideration | None | The Radleys | The Radleys | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4698717 | -1.7649619 | ||
| 18888 | op-snap---monthly-publication-may-2025.pdf | 250 | 2025-05 | Pedal Bike | Mercedes-Benz | A class | Black | Driving without Reasonable Consideration | None | Cromer Road | Cromer Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4549149 | -1.8880392 | ||
| 18922 | op-snap---monthly-publication-may-2025.pdf | 284 | 2025-05 | Pedal Bike | Mercedes-Benz | C220 | Black | Driving without Reasonable Consideration | None | Hampton Lane | Hampton Lane | Solihull | Solihull | Education | N/A | 52.4190728 | -1.7449943 | ||
| 18937 | op-snap---monthly-publication-may-2025.pdf | 299 | 2025-05 | Pedal Bike | Mercedes-Benz | C220 | White | Driving without Reasonable Consideration | None | Waterfall Lane | Waterfall Lane | Dudley | Dudley | Warning Letter | N/A | ||||
| 19326 | op-snap---monthly-publication-may-2025.pdf | 688 | 2025-05 | Pedal Bike | Mercedes-Benz | GLE | Grey | Driving without Reasonable Consideration | None | Hampton Road | Hampton Road | Solihull | Solihull | Education | N/A | 52.3985342 | -1.7240581 | ||
| 19524 | op-snap---monthly-publication-may-2025.pdf | 886 | 2025-05 | Pedal Bike | Mercedes-Benz | CLA 220 | Grey | Driving without Reasonable Consideration | None | A458 Bridgnorth | Bridgnorth | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 19629 | op-snap---monthly-publication-may-2025.pdf | 991 | 2025-05 | Car | Mercedes-Benz | BENZ | Grey | Driving without Reasonable Consideration | None | OLDBURY INTERCHANGE | Oldbury Interchange | Sandwell | Sandwell | Education | N/A | 52.5032925 | -2.0167285 | ||
| 19646 | op-snap---monthly-publication-may-2025.pdf | 1008 | 2025-05 | Car | Mercedes-Benz | C class | White | Driving without Reasonable Consideration | None | Little Merry Hill | Little Merry Hill | Wolverhampton | Wolverhampton | 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);