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 offence = "Misc - Non Traffic Offences" and vehicle_make = "Porsche" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw, nfa_rationale
council_area 5
- Birmingham 4
- Solihull 2
- Halesowen 1
- Sandwell 1
- Walsall 1
reporter_transport_mode 2
- Car 6
- Pedestrian 3
disposal 2
- NFA 7
- Warning Letter 2
vehicle_make 1
- Porsche · 9 ✖
offence 1
- Misc - Non Traffic Offences · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 4947 | op-snap---monthly-publication-december-2025.pdf | 1075 | 2025-12 | Car | Porsche | Cayenne | Silver | Misc - Non Traffic Offences | None | A4040 | A4040 | Sandwell | Sandwell | Warning Letter | N/A | ||||
| 4951 | op-snap---monthly-publication-december-2025.pdf | 1079 | 2025-12 | Car | Porsche | taycan | Blue | Misc - Non Traffic Offences | None | broadway west | Broadway West | Walsall | Walsall | NFA | Misc Inc Crimes | 52.5698309 | -1.9942176 | ||
| 4960 | op-snap---monthly-publication-december-2025.pdf | 1088 | 2025-12 | Car | Porsche | Cayenne | Silver | Misc - Non Traffic Offences | None | Island Road | Island Road | Birmingham | Birmingham | Warning Letter | N/A | 52.5095686 | -1.9544485 | ||
| 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 | ||
| 2846 | op-snap---monthly-publication-august-2025.pdf | 821 | 2025-08 | Car | Porsche | Panamera | White | Misc - Non Traffic Offences | None | Queensway | Queensway | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4856447 | -1.8972389 | ||
| 662 | op-snap---monthly-publication-april-2025.pdf | 661 | 2025-04 | Pedestrian | Porsche | 911 | Grey | Misc - Non Traffic Offences | None | Not known | Solihull | Solihull | NFA | Not in Public Interest | |||||
| 1462 | op-snap---monthly-publication-april-2025.pdf | 1461 | 2025-04 | Car | Porsche | Cayenne | Blue | Misc - Non Traffic Offences | None | ALDI , Halesowen | ALDI , Halesowen | Halesowen | Halesowen | NFA | Outside of 14 Days NIP | 52.4527476 | -2.0480811 | ||
| 5251 | op-snap---monthly-publication-february-2025.pdf | 68 | 2025-02 | Pedestrian | Porsche | 911 Turbo | Grey | Misc - Non Traffic Offences | None | Alcester Road | Alcester Road | Birmingham | Birmingham | NFA | No Offence | Yes - Via Email | 52.4470686 | -1.8880749 | |
| 5990 | op-snap---monthly-publication-february-2025.pdf | 807 | 2025-02 | Pedestrian | Porsche | Cayenne | White | Misc - Non Traffic Offences | None | Woodville Road, Kings Heath | Woodville Road, Kings Heath | Birmingham | Birmingham | NFA | No Offence | Yes - Via Email | 52.435547 | -1.8899031 |
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);