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-09" and vehicle_make = "Porsche" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale
council_area 6
offence 5
disposal 4
- NFA 5
- Education 2
- Warning Letter 2
- Fixed Penalty 1
reporter_transport_mode 2
- Car 8
- Pedal Bike 2
vehicle_make 1
- Porsche · 10 ✖
month 1
- 2025-09 · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 23904 | op-snap---monthly-publication-september-2025.pdf | 123 | 2025-09 | Pedal Bike | Porsche | Panamera | Black | Using a Mobile Phone Whilst Driving | None | Park Hill Road | Park Hill Road | Birmingham | Birmingham | Fixed Penalty | N/A | 52.4612518 | -1.9515542 | ||
| 23907 | op-snap---monthly-publication-september-2025.pdf | 126 | 2025-09 | Car | Porsche | NP | Silver | Driving without Due Care and Attention | None | Oxhill to Banbury | Oxhill to Banbury | Out of Force Area | Out of Force Area | NFA | Out of Force | ||||
| 24061 | op-snap---monthly-publication-september-2025.pdf | 280 | 2025-09 | Car | Porsche | Cayenne | Black | Driving without Due Care and Attention | None | M6 | M6 | Birmingham | Birmingham | NFA | No Offence | ||||
| 24238 | op-snap---monthly-publication-september-2025.pdf | 457 | 2025-09 | Car | Porsche | Taycan | White | Contravening a Red Traffic Light | None | Lichfield Road | Lichfield Road | Sutton Coldfield | Sutton Coldfield | Education | N/A | 52.5872149 | -1.8300386 | ||
| 24277 | op-snap---monthly-publication-september-2025.pdf | 496 | 2025-09 | Car | Porsche | Macan | White | Driving without Due Care and Attention | None | Gloucester | Gloucester | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.405214 | -1.9708282 | ||
| 24450 | op-snap---monthly-publication-september-2025.pdf | 669 | 2025-09 | Car | Porsche | Macan | Grey | Driving without Due Care and Attention | None | Chester Road | Chester Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5359496 | -1.8324115 | ||
| 24496 | op-snap---monthly-publication-september-2025.pdf | 715 | 2025-09 | Pedal Bike | Porsche | Cayman | White | Driving without Due Care and Attention | None | Great Bridge Road, Bilston | Great Bridge Road, Bilston | Wolverhampton | Wolverhampton | Education | N/A | 52.5602666 | -2.0579414 | ||
| 24907 | op-snap---monthly-publication-september-2025.pdf | 1126 | 2025-09 | Car | Porsche | Macan | Black | Driving without Due Care and Attention | None | J10 M6 | J10 M6 | Walsall | Walsall | NFA | No Offence | 52.5726914 | -2.0123687 | ||
| 25070 | op-snap---monthly-publication-september-2025.pdf | 1289 | 2025-09 | Car | Porsche | panerma | Black | Misc - Non Traffic Offences | None | Lady Byron Lane | Lady Byron Lane | Solihull | Solihull | NFA | Misc Inc Crimes | 52.4026126 | -1.7503668 | ||
| 25388 | op-snap---monthly-publication-september-2025.pdf | 1607 | 2025-09 | Car | Porsche | cayenne | Black | Cause unnecessary obstruction by motor vehicle | / trailer outside of the GNroenateer London area | lozells road | Lozells Road | Birmingham | Birmingham | Warning Letter | N/A | 52.502683 | -1.9033516 |
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);