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

10 rows where disposal = "Warning Letter", month = "2025-05" and vehicle_make = "Honda" 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

reporter_transport_mode 4

  • Car 5
  • Other 2
  • Pedestrian 2
  • Pedal Bike 1

offence 4

  • Driving without Due Care and Attention 5
  • Using a Mobile Phone Whilst Driving 3
  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen 1
  • No Insurance 1

council_area 4

  • Birmingham 6
  • Dudley 2
  • Coventry 1
  • Walsall 1

vehicle_make 1

  • Honda · 10 ✖

month 1

  • 2025-05 · 10 ✖

disposal 1

  • Warning Letter · 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
19053 op-snap---monthly-publication-may-2025.pdf   415 2025-05 Other Honda NSC White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipmen Nt one Tower Street Tower Street Dudley Dudley Warning Letter N/A   52.5112053 -2.0833165
20127 op-snap---monthly-publication-may-2025.pdf   1489 2025-05 Pedestrian Honda Jazz Black Driving without Due Care and Attention None Lower Queen Street Lower Queen Street Birmingham Birmingham Warning Letter N/A   52.5603978 -1.8227403
20129 op-snap---monthly-publication-may-2025.pdf   1491 2025-05 Car Honda Jazz Black Driving without Due Care and Attention None Kennilworth Road Kennilworth Road Coventry Coventry Warning Letter N/A      
20134 op-snap---monthly-publication-may-2025.pdf   1496 2025-05 Pedestrian Honda Jazz Silver Using a Mobile Phone Whilst Driving None Radleys, Sheldon Radleys, Sheldon Birmingham Birmingham Warning Letter N/A   52.4674612 -1.773053
20141 op-snap---monthly-publication-may-2025.pdf   1503 2025-05 Car Honda FRV Grey Using a Mobile Phone Whilst Driving No Insurance A38(M) A38(M) Birmingham Birmingham Warning Letter N/A   52.4946291 -1.8874209
20168 op-snap---monthly-publication-may-2025.pdf   1530 2025-05 Pedal Bike Honda CRV Silver No Insurance None Genners Lane, Bartley Green Genners Lane, Bartley Green Birmingham Birmingham Warning Letter N/A   52.4305961 -1.9896183
20181 op-snap---monthly-publication-may-2025.pdf   1543 2025-05 Car Honda NSC 110-M White Driving without Due Care and Attention None Pope Street Pope Street Birmingham Birmingham Warning Letter N/A   52.4852929 -1.9163779
20270 op-snap---monthly-publication-may-2025.pdf   1632 2025-05 Car Honda Jazz Grey Using a Mobile Phone Whilst Driving none Trouse Lane Trouse Lane Walsall Walsall Warning Letter N/A      
20286 op-snap---monthly-publication-may-2025.pdf   1648 2025-05 Other Honda Civic Black Driving without Due Care and Attention None Stone Street Stone Street Dudley Dudley Warning Letter N/A   52.5104511 -2.0836025
20348 op-snap---monthly-publication-may-2025.pdf   1710 2025-05 Car Honda HR-V Grey Driving without Due Care and Attention None Cotterills Lane Cotterills Lane Birmingham Birmingham Warning Letter N/A   52.4884297 -1.817811

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