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 month = "2025-03", offence = "Cause vehicle to be left in a dangerous position" 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, offence_location_raw, offence_location, council_area_raw, latitude, longitude

council_area 4

  • Birmingham 11
  • Coventry 2
  • Dudley 1
  • Sandwell 1

disposal 3

  • Fixed Penalty 10
  • Education 4
  • Court 1

reporter_transport_mode 2

  • Pedestrian 14
  • Car 1

vehicle_make 1

  • BMW · 15 ✖

offence 1

  • Cause vehicle to be left in a dangerous position · 15 ✖

month 1

  • 2025-03 · 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
16281 op-snap---monthly-publication-march-2025.pdf   38 2025-03 Pedestrian BMW 320D Brown Cause vehicle to be left in a dangerous position None Coat of Arms Bridge Road Coat of Arms Bridge Road Coventry Coventry Education N/A Yes - Via Email 52.3887077 -1.5308677
16443 op-snap---monthly-publication-march-2025.pdf   200 2025-03 Pedestrian BMW 520 Silver Cause vehicle to be left in a dangerous position None Foster Road Foster Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.42785 -1.5190909
16510 op-snap---monthly-publication-march-2025.pdf   267 2025-03 Pedestrian BMW X5 Gold Cause vehicle to be left in a dangerous position None Spring Road Spring Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.444262 -1.8362585
16721 op-snap---monthly-publication-march-2025.pdf   478 2025-03 Pedestrian BMW 320 Estae Grey Cause vehicle to be left in a dangerous position None Mossfield Road, Kings Heath Mossfield Road, Kings Heath Birmingham Birmingham Education N/A Yes - Via Email 52.4305104 -1.8890824
17213 op-snap---monthly-publication-march-2025.pdf   970 2025-03 Pedestrian BMW 520D Black Cause vehicle to be left in a dangerous position None Fern Road Fern Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5215217 -1.8359393
17247 op-snap---monthly-publication-march-2025.pdf   1004 2025-03 Pedestrian BMW 318 White Cause vehicle to be left in a dangerous position None Chiswell Road Chiswell Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4878246 -1.9421047
17256 op-snap---monthly-publication-march-2025.pdf   1013 2025-03 Pedestrian BMW 730D White Cause vehicle to be left in a dangerous position None Dudley Road Dudley Road Birmingham Birmingham Education N/A Yes - Via Email 52.4865107 -1.9386263
17262 op-snap---monthly-publication-march-2025.pdf   1019 2025-03 Pedestrian BMW 116D Grey Cause vehicle to be left in a dangerous position None Dudley Road Dudley Road Birmingham Birmingham Education N/A Yes - Via Email 52.4865107 -1.9386263
17334 op-snap---monthly-publication-march-2025.pdf   1091 2025-03 Pedestrian BMW 320 D Blue Cause vehicle to be left in a dangerous position None Rotten Park Road Rotten Park Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
17420 op-snap---monthly-publication-march-2025.pdf   1177 2025-03 Pedestrian BMW 335D Black Cause vehicle to be left in a dangerous position None Highfield Road Highfield Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4216321 -1.855984
17930 op-snap---monthly-publication-march-2025.pdf   1687 2025-03 Pedestrian BMW 420.. White Cause vehicle to be left in a dangerous position None Oakwood Road Oakwood Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4458966 -1.8658543
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
18061 op-snap---monthly-publication-march-2025.pdf   1818 2025-03 Pedestrian BMW X3... Grey Cause vehicle to be left in a dangerous position None Highbridge Road Highbridge Road Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.485907 -2.0953009
18198 op-snap---monthly-publication-march-2025.pdf   1955 2025-03 Pedestrian BMW X5 Grey Cause vehicle to be left in a dangerous position None Rotten Park Road Rotten Park Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
18362 op-snap---monthly-publication-march-2025.pdf   2119 2025-03 Pedestrian BMW 520D Silver Cause vehicle to be left in a dangerous position None ALCESTER ROAD Alcester Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4470686 -1.8880749

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