home / opsnap

reports

Each row is one public submission to Operation Snap. Includes the offence, vehicle details, location, and outcome.

Disposal outcomes: Education (driver awareness course), Warning Letter, Fixed Penalty (fine), Court (prosecution), NFA (no further action).

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'}

15 rows where disposal = "Court", month = "2025-03" and vehicle_make = "BMW" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw

offence 6

  • Driving without Due Care and Attention 9
  • Contravening a Red Traffic Light 2
  • Cause vehicle to be left in a dangerous position 1
  • Dangerous Driving 1
  • Driving without Reasonable Consideration 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

council_area 6

  • Birmingham 8
  • Dudley 2
  • Sandwell 2
  • Coventry 1
  • Walsall 1
  • Wolverhampton 1

reporter_transport_mode 3

  • Car 12
  • Other 2
  • Pedestrian 1

vehicle_make 1

  • BMW · 15 ✖

month 1

  • 2025-03 · 15 ✖

disposal 1

  • Court · 15 ✖
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
16268 op-snap---monthly-publication-march-2025.pdf   25 2025-03 Car BMW 2 series White Contravening a Red Traffic Light Use vehicle on a road without valid test certificate Hagley Road Hagley Road Birmingham Birmingham Court N/A Yes - Via Email 52.471632 -1.9456776
16575 op-snap---monthly-publication-march-2025.pdf   332 2025-03 Car BMW 318 Black Driving without Due Care and Attention Use vehicle on a road without valid test certificate A45 Coventry Road Coventry Road Birmingham Birmingham Court N/A Yes - Via Email 52.4726661 -1.8769032
16615 op-snap---monthly-publication-march-2025.pdf   372 2025-03 Other BMW 118 White Driving without Due Care and Attention None Waterfront Car Park Waterfront Car Park Dudley Dudley Court N/A Yes - Via Email    
16873 op-snap---monthly-publication-march-2025.pdf   630 2025-03 Car BMW 2 series Grey Driving without Due Care and Attention No Insurance M5 Southbound approaching Jn1 M5 Southbound approaching Jn1 Sandwell Sandwell Court N/A Yes - Via Email    
16984 op-snap---monthly-publication-march-2025.pdf   741 2025-03 Car BMW X3 Grey Contravening a Red Traffic Light No Insurance Brooklands Road Brooklands Road Birmingham Birmingham Court N/A Yes - Via Email 52.4368229 -1.8413396
17178 op-snap---monthly-publication-march-2025.pdf   935 2025-03 Car BMW X3 Grey Driving without Reasonable Consideration Use vehicle on a road without valid test certificate Priory Road Priory Road Birmingham Birmingham Court N/A Yes - Via Email 52.4132696 -1.8555008
17233 op-snap---monthly-publication-march-2025.pdf   990 2025-03 Car BMW 320D Silver Driving without Due Care and Attention No Insurance New Road New Road Wolverhampton Wolverhampton Court N/A Yes - Via Email 52.6152417 -2.0962392
17258 op-snap---monthly-publication-march-2025.pdf   1015 2025-03 Pedestrian BMW 218D White Stop a vehicle within pelican pedestrian crossing limits Use vehicle on a road without valid test certificate Dudley Road Dudley Road Birmingham Birmingham Court N/A Yes - Via Email 52.4865107 -1.9386263
17582 op-snap---monthly-publication-march-2025.pdf   1339 2025-03 Car BMW 3 series White Driving without Due Care and Attention None Holyhead Road Holyhead Road Coventry Coventry Court N/A Yes - Via Email 52.418488 -1.5472387
17627 op-snap---monthly-publication-march-2025.pdf   1384 2025-03 Car BMW 3 SERIES Black Driving without Due Care and Attention No Insurance M42 NORTH M42 North Birmingham Birmingham Court N/A Yes - Via Email 52.5151103 -1.8501538
17770 op-snap---monthly-publication-march-2025.pdf   1527 2025-03 Other BMW M235i Black Driving without Due Care and Attention None Waterfront Way Waterfront Way Dudley Dudley Court N/A Yes - Via Email 52.4879006 -2.1188734
17982 op-snap---monthly-publication-march-2025.pdf   1739 2025-03 Car BMW 320.. Silver Cause vehicle to be left in a dangerous position No Insurance Cornwall Avenue Cornwall Avenue Sandwell Sandwell Court N/A Yes - Via Email 52.4701815 -2.0015031
18051 op-snap---monthly-publication-march-2025.pdf   1808 2025-03 Car BMW 635.. White Driving without Due Care and Attention No Insurance Tessall Lane Tessall Lane Birmingham Birmingham Court N/A Yes - Via Email 52.4045186 -1.9891793
18246 op-snap---monthly-publication-march-2025.pdf   2003 2025-03 Car BMW 320d Grey Driving without Due Care and Attention None Cardigan Street Cardigan Street Birmingham Birmingham Court N/A Yes - Via Email 52.4849063 -1.8846609
18416 op-snap---monthly-publication-march-2025.pdf   2173 2025-03 Car BMW 320D Blue Dangerous Driving Use vehicle on a road without valid test certificate CHESTER ROAD Chester Road Walsall Walsall Court N/A Yes - Via Email 52.5692139 -1.8799672

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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);