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

14 rows where disposal = "Warning Letter", reporter_transport_mode = "Car" and vehicle_make = "Tesla" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence, council_area_raw

offence 8

  • Driving without Due Care and Attention 4
  • Cause unnecessary obstruction by motor vehicle 3
  • Cause vehicle to be left in a dangerous position 2
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Contravening a Red Traffic Light 1
  • Driving without Reasonable Consideration 1
  • Fail to display front VRM plate 1
  • Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD 1

month 8

  • 2025-09 4
  • 2025-08 3
  • 2025-07 2
  • 2025-01 1
  • 2025-05 1
  • 2025-06 1
  • 2025-10 1
  • 2026-02 1

council_area 4

  • Birmingham 10
  • Walsall 2
  • Coventry 1
  • Solihull 1

vehicle_make 1

  • Tesla · 14 ✖

reporter_transport_mode 1

  • Car · 14 ✖

disposal 1

  • Warning Letter · 14 ✖
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
8752 op-snap---monthly-publication-february-2026.pdf   1499 2026-02 Car Tesla Model 3 White Driving without Due Care and Attention None Cresswell Crescent Cresswell Crescent Walsall Walsall Warning Letter N/A   52.6264494 -2.0202765
23567 op-snap---monthly-publication-october-2025.pdf   1517 2025-10 Car Tesla Model Y White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Sparkhill Sparkhill Birmingham Birmingham Warning Letter N/A   52.4533095 -1.8675068
23786 op-snap---monthly-publication-september-2025.pdf   5 2025-09 Car Tesla Model 3 Grey Driving without Due Care and Attention None Coventry Road, Small Heath Coventry Road, Small Heath Birmingham Birmingham Warning Letter N/A   52.4650893 -1.8425008
25172 op-snap---monthly-publication-september-2025.pdf   1391 2025-09 Car Tesla Model Y White Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Kinetyon Green Road Kinetyon Green Road Birmingham Birmingham Warning Letter N/A      
25281 op-snap---monthly-publication-september-2025.pdf   1500 2025-09 Car Tesla model 3 White Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Berwood Road Berwood Road Birmingham Birmingham Warning Letter N/A   52.5342947 -1.8155375
25325 op-snap---monthly-publication-september-2025.pdf   1544 2025-09 Car Tesla model 3 Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Stratford road Stratford road Birmingham Birmingham Warning Letter N/A   52.4203897 -1.8338574
2088 op-snap---monthly-publication-august-2025.pdf   63 2025-08 Car Tesla Model 3 White Driving without Due Care and Attention None Butts Road Butts Road Coventry Coventry Warning Letter N/A   52.4073149 -1.5250454
2329 op-snap---monthly-publication-august-2025.pdf   304 2025-08 Car Tesla Model 3 Grey Contravening a Red Traffic Light None Leighswood Road Leighswood Road Walsall Walsall Warning Letter N/A   52.6071662 -1.9231466
3397 op-snap---monthly-publication-august-2025.pdf   1372 2025-08 Car Tesla Model Y White Fail to display front VRM plate VRM fails to conform to Regulations Swan Island Swan Island Birmingham Birmingham Warning Letter N/A   52.4616042 -1.8154705
13351 op-snap---monthly-publication-july-2025.pdf   1403 2025-07 Car Tesla Model Y White Cause vehicle to be left in a dangerous position None Monastery Drive Monastery Drive Solihull Solihull Warning Letter N/A   52.4247635 -1.8069503
13685 op-snap---monthly-publication-july-2025.pdf   1737 2025-07 Car Tesla Model 3 Red Driving without Due Care and Attention None Birmingham road Birmingham road Birmingham Birmingham Warning Letter N/A   52.5505398 -1.8252993
15121 op-snap---monthly-publication-june-2025.pdf   1050 2025-06 Car Tesla Model Y White Driving without Reasonable Consideration None M6 Jn5 M6 Jn5 Birmingham Birmingham Warning Letter N/A      
20189 op-snap---monthly-publication-may-2025.pdf   1551 2025-05 Car Tesla Model Y White Cause vehicle to be left in a dangerous position None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Warning Letter N/A   52.4929304 -1.8229092
9004 op-snap---monthly-publication-january-2025.pdf   112 2025-01 Car Tesla THREE Silver Motor vehicle fail to comply with a non endorsable traffic sign - detected by means other than ACD None Island Road Island Road Birmingham Birmingham Warning Letter N/A Yes - Via Email 52.5095686 -1.9544485

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