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-05" and vehicle_make = "Porsche" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
offence 5
council_area 5
- Birmingham 4
- Dudley 2
- Coventry 1
- Out of Force Area 1
- Wolverhampton 1
disposal 3
- NFA 4
- Warning Letter 4
- Education 1
reporter_transport_mode 2
- Car 8
- Pedestrian 1
vehicle_make 1
- Porsche · 9 ✖
month 1
- 2025-05 · 9 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 18686 | op-snap---monthly-publication-may-2025.pdf | 48 | 2025-05 | Car | Porsche | Cayenne | Black | Driving without Due Care and Attention | None | Manor Way | Manor Way | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.4493861 | -2.0168307 | ||
| 18854 | op-snap---monthly-publication-may-2025.pdf | 216 | 2025-05 | Car | Porsche | Blue | Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD | None | Alcester Road | Alcester Road | Birmingham | Birmingham | Warning Letter | N/A | 52.4470686 | -1.8880749 | |||
| 19296 | op-snap---monthly-publication-may-2025.pdf | 658 | 2025-05 | Car | Porsche | Cayman | Grey | Driving without Due Care and Attention | None | M1 Lutterworth | M1 Lutterworth | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.4173372 | -1.4677589 | ||
| 19400 | op-snap---monthly-publication-may-2025.pdf | 762 | 2025-05 | Car | Porsche | Macan | Silver | Cause vehicle to be left in a dangerous position | None | Cannon Hill Road | Cannon Hill Road | Birmingham | Birmingham | Education | N/A | 52.4569873 | -1.8971744 | ||
| 19857 | op-snap---monthly-publication-may-2025.pdf | 1219 | 2025-05 | Pedestrian | Porsche | Macan | Grey | Fail to display front VRM plate | None | Regent Place | Regent Place | Birmingham | Birmingham | Warning Letter | N/A | 52.4860376 | -1.9095854 | ||
| 20010 | op-snap---monthly-publication-may-2025.pdf | 1372 | 2025-05 | Car | Porsche | NP | Black | Driving without Reasonable Consideration | None | Newcastle Road towards Nantwich | Newcastle Road towards Nantwich | Dudley | Dudley | NFA | Outside of 14 Days NIP | ||||
| 20309 | op-snap---monthly-publication-may-2025.pdf | 1671 | 2025-05 | Car | Porsche | White | Driving without Due Care and Attention | None | M6 | M6 | Birmingham | Birmingham | NFA | Misc Inc Crimes | |||||
| 20333 | op-snap---monthly-publication-may-2025.pdf | 1695 | 2025-05 | Car | Porsche | Cayenne | Black | Driving without Due Care and Attention | None | A45 | A45 | Coventry | Coventry | Warning Letter | N/A | ||||
| 20444 | op-snap---monthly-publication-may-2025.pdf | 1806 | 2025-05 | Car | Porsche | Macan | White | Driving without Due Care and Attention | None | M6 Northbound | M6 Northbound | 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);