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 month = "2025-11" and vehicle_make = "Porsche" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, nfa_rationale
offence 4
disposal 4
- Warning Letter 4
- Fixed Penalty 2
- NFA 2
- Education 1
reporter_transport_mode 3
- Car 3
- Pedal Bike 3
- Pedestrian 3
vehicle_make 1
- Porsche · 9 ✖
month 1
- 2025-11 · 9 ✖
council_area 1
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 20705 | op-snap---monthly-publication-november-2025.pdf | 247 | 2025-11 | Car | Porsche | Taycan | Purple | Driving without Due Care and Attention | None | Queslett Road | Queslett Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5458699 | -1.9304484 | ||
| 20868 | op-snap---monthly-publication-november-2025.pdf | 410 | 2025-11 | Car | Porsche | Panamera | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Washwood Heath Road | Washwood Heath Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4929304 | -1.8229092 | ||
| 21145 | op-snap---monthly-publication-november-2025.pdf | 687 | 2025-11 | Pedestrian | Porsche | Cayenne | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Petersfield Road | Petersfield Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4307 | -1.8494663 | ||
| 21427 | op-snap---monthly-publication-november-2025.pdf | 969 | 2025-11 | Pedestrian | Porsche | Macan | Blue | Cause vehicle to be left in a dangerous position | None | barclary road | Barclay Road | Birmingham | Birmingham | NFA | Misc Inc Crimes | ||||
| 21847 | op-snap---monthly-publication-november-2025.pdf | 1389 | 2025-11 | Pedestrian | Porsche | machan | Black | Cause vehicle to be left in a dangerous position | None | garrets green lane | Garrets Green Lane | Birmingham | Birmingham | Warning Letter | N/A | 52.4657981 | -1.7964101 | ||
| 21859 | op-snap---monthly-publication-november-2025.pdf | 1401 | 2025-11 | Pedal Bike | Porsche | Macan | Grey | Using a Mobile Phone Whilst Driving | None | Augustus Road | Augustus Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4695793 | -1.9378608 | ||
| 21863 | op-snap---monthly-publication-november-2025.pdf | 1405 | 2025-11 | Pedal Bike | Porsche | Macan | Black | Using a Mobile Phone Whilst Driving | None | High Street, Harborne | High Street, Harborne | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4612733 | -1.9430543 | ||
| 21878 | op-snap---monthly-publication-november-2025.pdf | 1420 | 2025-11 | Pedal Bike | Porsche | Cayenne | Grey | Driving without Due Care and Attention | None | Pershore Road | Pershore Road | Birmingham | Birmingham | Education | N/A | 52.4308271 | -1.920078 | ||
| 21916 | op-snap---monthly-publication-november-2025.pdf | 1458 | 2025-11 | Car | Porsche | Cayenne | Grey | Driving without Due Care and Attention | None | Brookvale Road | Brookvale Road | Birmingham | Birmingham | NFA | No Offence | 52.5219365 | -1.8755325 |
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);