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'}
12 rows where disposal = "Education", month = "2025-05" and offence = "Driving without Reasonable Consideration" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_colour, council_area_raw
vehicle_make 9
- Mercedes-Benz 4
- Citroen 1
- Ford 1
- Mini 1
- Nissan 1
- Renault 1
- Skoda 1
- Toyota 1
- Volkswagen 1
council_area 6
reporter_transport_mode 3
- Pedal Bike 8
- Car 3
- car 1
offence 1
- Driving without Reasonable Consideration · 12 ✖
month 1
- 2025-05 · 12 ✖
disposal 1
- Education · 12 ✖
| 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 | ||
| 18760 | op-snap---monthly-publication-may-2025.pdf | 122 | 2025-05 | Pedal Bike | Renault | TRAFIC | White | Driving without Reasonable Consideration | None | RICHMOND ROAD | Richmond Road | Solihull | Solihull | Education | N/A | 52.4430188 | -1.8022218 | ||
| 18868 | op-snap---monthly-publication-may-2025.pdf | 230 | 2025-05 | Pedal Bike | Volkswagen | Tiguan | Grey | Driving without Reasonable Consideration | None | Allesley Road | Allesley Road | Coventry | Coventry | Education | N/A | 52.412663 | -1.5443742 | ||
| 18892 | op-snap---monthly-publication-may-2025.pdf | 254 | 2025-05 | Pedal Bike | Mini | Cooper | Red | Driving without Reasonable Consideration | None | Tanners Lane | Tanners Lane | Coventry | Coventry | Education | N/A | 52.4007746 | -1.5997847 | ||
| 18919 | op-snap---monthly-publication-may-2025.pdf | 281 | 2025-05 | Car | Skoda | Karooq | Blue | Driving without Reasonable Consideration | None | A438 between Tarrington and Trump | A438 between Tarrington and Trump | tOount corfo sFsorrocaed As.rea | Toount Corfo Sfsorrocaed As.Rea | Education | N/A | ||||
| 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 | ||
| 18953 | op-snap---monthly-publication-may-2025.pdf | 315 | 2025-05 | Pedal Bike | Citroen | C4 | Red | Driving without Reasonable Consideration | None | Manor WaY | Manor Wa Y | Halesowen | Halesowen | Education | N/A | ||||
| 19015 | op-snap---monthly-publication-may-2025.pdf | 377 | 2025-05 | car | Ford | Focus | Blue | Driving without Reasonable Consideration | None | St. Bernards Road | Street. Bernards Road | Solihull | Solihull | Education | 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 | ||
| 19530 | op-snap---monthly-publication-may-2025.pdf | 892 | 2025-05 | Car | Toyota | Aygo | White | Driving without Reasonable Consideration | None | A435 Alcester Road South, Maypole | Alcester Road South, Maypole | Birmingham | Birmingham | Education | N/A | ||||
| 19610 | op-snap---monthly-publication-may-2025.pdf | 972 | 2025-05 | Pedal Bike | Nissan | QASHQUI | Black | Driving without Reasonable Consideration | None | FIVE WAYS ISLAND | Five Ways Island | Birmingham | Birmingham | Education | N/A | ||||
| 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 |
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);