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 disposal = "NFA", month = "2025-06" 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 6
- Driving without Due Care and Attention 3
- Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
- Contravening a Red Traffic Light 2
- Cause vehicle to be left in a dangerous position 1
- Drive a vehicle other than on the carriageway of a motorway 1
- Driving without Reasonable Consideration 1
council_area 4
- Birmingham 6
- Sandwell 2
- Out of Force Area 1
- Solihull 1
reporter_transport_mode 3
- Car 6
- Pedal Bike 2
- Pedestrian 2
vehicle_make 1
- Porsche · 10 ✖
month 1
- 2025-06 · 10 ✖
disposal 1
- NFA · 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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 14178 | op-snap---monthly-publication-june-2025.pdf | 107 | 2025-06 | Pedal Bike | Porsche | 911 | Blue | Driving without Reasonable Consideration | None | Highlands Road | Highlands Road | Birmingham | Birmingham | NFA | No Offence | ||||
| 14368 | op-snap---monthly-publication-june-2025.pdf | 297 | 2025-06 | Car | Porsche | Macan | Black | Driving without Due Care and Attention | None | Chester Road | Chester Road | Birmingham | Birmingham | NFA | Outside of 14 Days NIP | 52.5359496 | -1.8324115 | ||
| 14381 | op-snap---monthly-publication-june-2025.pdf | 310 | 2025-06 | Car | Porsche | Grey | Driving without Due Care and Attention | None | Highfield Road towards Hagley Road | Highfield Road towards Hagley Road | Birmingham | Birmingham | NFA | No Offence | |||||
| 14396 | op-snap---monthly-publication-june-2025.pdf | 325 | 2025-06 | Car | Porsche | Red | Contravening a Red Traffic Light | None | Belchers Lane | Belchers Lane | Birmingham | Birmingham | NFA | No Independent Evidence Available | 52.4800061 | -1.833007 | |||
| 14649 | op-snap---monthly-publication-june-2025.pdf | 578 | 2025-06 | Pedestrian | Porsche | Panamera | White | Cause vehicle to be left in a dangerous position | None | Castle Road East | Castle Road East | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4687472 | -1.9893922 | ||
| 14682 | op-snap---monthly-publication-june-2025.pdf | 611 | 2025-06 | Car | Porsche | Macan | Grey | Drive a vehicle other than on the carriageway of a motorway | None | M42 | M42 | Solihull | Solihull | NFA | Not in Public Interest | ||||
| 15047 | op-snap---monthly-publication-june-2025.pdf | 976 | 2025-06 | Car | Porsche | 918 | Blue | Driving without Due Care and Attention | None | B4393 | B4393 | Out of Force Area | Out of Force Area | NFA | Out of Force | 52.3994858 | -1.4923603 | ||
| 15245 | op-snap---monthly-publication-june-2025.pdf | 1174 | 2025-06 | Car | Porsche | BOXTER | White | Contravening a Red Traffic Light | None | FOX OAK STREET | Fox Oak Street | Sandwell | Sandwell | NFA | Outside of 14 Days NIP | 52.4735484 | -2.0819586 | ||
| 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 |
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);