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'}
7 rows where disposal = "NFA", offence = "Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area" and vehicle_make = "Porsche" sorted by month descending
This data as json, CSV (advanced)
Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, council_area_raw, nfa_rationale
council_area 4
- Birmingham 4
- Dudley 1
- Out of Force Area 1
- Sandwell 1
reporter_transport_mode 3
- Pedestrian 4
- Car 2
- Pedal Bike 1
vehicle_make 1
- Porsche · 7 ✖
offence 1
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area · 7 ✖
disposal 1
- NFA · 7 ✖
| 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 8405 | op-snap---monthly-publication-february-2026.pdf | 1152 | 2026-02 | Pedestrian | Porsche | Cayenne | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Abbey Road | Abbey Road | Out of Force Area | Out of Force Area | NFA | 52.5162302 | -1.8593733 | |||
| 10698 | op-snap---monthly-publication-january-2026.pdf | 159 | 2026-01 | Car | Porsche | Panamera | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Alcester Road | Alcester Road | Birmingham | Birmingham | NFA | No Offence | 52.4470686 | -1.8880749 | ||
| 11740 | op-snap---monthly-publication-january-2026.pdf | 1201 | 2026-01 | Pedestrian | Porsche | 911 | Silver | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Woodstock Road | Woodstock Road | Birmingham | Birmingham | NFA | No Offence | 52.4486205 | -1.8740822 | ||
| 23693 | op-snap---monthly-publication-october-2025.pdf | 1643 | 2025-10 | Pedestrian | Porsche | Macan | Blue | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Abbey Road | Abbey Road | Sandwell | Sandwell | NFA | Misc Inc Crimes | 52.47753 | -1.9774758 | ||
| 15964 | op-snap---monthly-publication-june-2025.pdf | 1893 | 2025-06 | Pedal Bike | Porsche | 911 Turbo | Grey | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | Carver Street | Carver Street | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.4857687 | -1.915613 | ||
| 16008 | op-snap---monthly-publication-june-2025.pdf | 1937 | 2025-06 | Pedestrian | Porsche | Macan | Red | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | St James Rd | Street James Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | ||||
| 1857 | op-snap---monthly-publication-april-2025.pdf | 1856 | 2025-04 | Car | Porsche | NP | Black | Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area | None | First Avenue , Pensnett trading estate | First Avenue , Pensnett trading estate | Dudley | Dudley | NFA | Outside of 14 Days NIP | 52.5069559 | -2.1481938 |
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);