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 offence = "VRM fails to conform to Regulations", reporter_transport_mode = "Car" and vehicle_make = "Volkswagen" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location, council_area_raw, nfa_rationale, latitude, longitude

month 7

  • 2025-02 5
  • 2025-01 2
  • 2025-03 2
  • 2025-09 2
  • 2025-07 1
  • 2026-01 1
  • 2026-02 1

council_area 6

  • Solihull 6
  • Birmingham 3
  • Dudley 2
  • Out of Force Area 1
  • Sandwell 1
  • Walsall 1

disposal 3

  • Fixed Penalty 6
  • Warning Letter 6
  • NFA 2

vehicle_make 1

  • Volkswagen · 14 ✖

reporter_transport_mode 1

  • Car · 14 ✖

offence 1

  • VRM fails to conform to Regulations · 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
8786 op-snap---monthly-publication-february-2026.pdf   1533 2026-02 Car Volkswagen Transporter White VRM fails to conform to Regulations None Huntingtree Road Huntingtree Road Dudley Dudley Fixed Penalty N/A   52.4484682 -2.0689885
11094 op-snap---monthly-publication-january-2026.pdf   555 2026-01 Car Volkswagen Polo White VRM fails to conform to Regulations None Birmingham New Road Birmingham New Road Sandwell Sandwell Warning Letter N/A   52.5151598 -2.064717
25264 op-snap---monthly-publication-september-2025.pdf   1483 2025-09 Car Volkswagen Polo White VRM fails to conform to Regulations None Wollescote Road Wollescote Road Dudley Dudley Warning Letter N/A   52.4471527 -2.1236271
25502 op-snap---monthly-publication-september-2025.pdf   1721 2025-09 Car Volkswagen Golf Black VRM fails to conform to Regulations None Church Road, Moseley Church Road, Moseley Birmingham Birmingham NFA No Independent Evidence Available   52.4494933 -1.8812882
13690 op-snap---monthly-publication-july-2025.pdf   1742 2025-07 Car Volkswagen golf Black VRM fails to conform to Regulations None Hay Mills Hay Mills Birmingham Birmingham Warning Letter N/A   52.4602874 -1.8356071
16444 op-snap---monthly-publication-march-2025.pdf   201 2025-03 Car Volkswagen Polo Black VRM fails to conform to Regulations None Chester Road Chester Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5359496 -1.8324115
18617 op-snap---monthly-publication-march-2025.pdf   2374 2025-03 Car Volkswagen Golf Blue VRM fails to conform to Regulations None Broadway west Broadway west Walsall Walsall Warning Letter N/A Yes - Via Email 52.5698309 -1.9942176
5199 op-snap---monthly-publication-february-2025.pdf   16 2025-02 Car Volkswagen Golf Blue VRM fails to conform to Regulations None Blossomfield Road Blossomfield Road Solihull Solihull Warning Letter N/A Yes - Via Email 52.4144779 -1.7848758
5205 op-snap---monthly-publication-february-2025.pdf   22 2025-02 Car Volkswagen Troc Grey VRM fails to conform to Regulations None Streetsbrook Rd Streetsbrook Road Solihull Solihull Warning Letter N/A Yes - Via Email 52.4223176 -1.8253145
5637 op-snap---monthly-publication-february-2025.pdf   454 2025-02 Car Volkswagen Golf White VRM fails to conform to Regulations None Stratford Road, Shirley Stratford Road, Shirley Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4191731 -1.8324357
6212 op-snap---monthly-publication-february-2025.pdf   1029 2025-02 Car Volkswagen Scirocco Green VRM fails to conform to Regulations None Crabbs Cross [A441] Crabbs Cross [A441] Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
6699 op-snap---monthly-publication-february-2025.pdf   1516 2025-02 Car Volkswagen Golf Black VRM fails to conform to Regulations None Streetsbrook Road Streetsbrook Road Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4223176 -1.8253145
9568 op-snap---monthly-publication-january-2025.pdf   676 2025-01 Car Volkswagen Golf White VRM fails to conform to Regulations None Streetsbrook Road, Solihull Streetsbrook Road, Solihull Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4223176 -1.8253145
10125 op-snap---monthly-publication-january-2025.pdf   1233 2025-01 Car Volkswagen Golf Silver VRM fails to conform to Regulations None Stratford Road Stratford Road Solihull Solihull Fixed Penalty N/A Yes - Via Email 52.4191184 -1.8326637

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