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 = "NFA", offence = "Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger" and reporter_transport_mode = "Car" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_colour, council_area_raw, nfa_rationale

vehicle_make 9

  • BMW 1
  • Fiat 1
  • Isuzu 1
  • Mercedes-Benz 1
  • Mitsubishi 1
  • Renault 1
  • Seat 1
  • Toyota 1
  • Vauxhall 1

month 8

  • 2025-07 2
  • 2026-02 2
  • 2025-01 1
  • 2025-03 1
  • 2025-05 1
  • 2025-10 1
  • 2025-11 1
  • 2025-12 1

council_area 6

  • Out of Force Area 4
  • Birmingham 2
  • Coventry 1
  • Out Of Force Area 1
  • Solihull 1
  • Wolverhampton 1

reporter_transport_mode 1

  • Car · 10 ✖

offence 1

  • Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger · 10 ✖

disposal 1

  • NFA · 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
7423 op-snap---monthly-publication-february-2026.pdf   170 2026-02 Car BMW 3 series Green Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Springfield Lane / Greenfield Lane Springfield Lane / Greenfield Lane Wolverhampton Wolverhampton NFA No VRM   52.6345604 -2.1196834
7691 op-snap---monthly-publication-february-2026.pdf   438 2026-02 Car Toyota   Grey Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None M40 M40 Out of Force Area Out of Force Area NFA Out of Force      
3872 op-snap---monthly-publication-december-2025.pdf   0 2025-12 Car Mitsubishi   Silver Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None A366 A366 Out of Force Area Out of Force Area NFA Out of Force      
21390 op-snap---monthly-publication-november-2025.pdf   932 2025-11 Car Renault   Blue Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None A442 A442 Out of Force Area Out of Force Area NFA Out of Force      
23069 op-snap---monthly-publication-october-2025.pdf   1019 2025-10 Car Mercedes-Benz   Blue Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None M6 M6 Coventry Coventry NFA No Independent Evidence Available      
13109 op-snap---monthly-publication-july-2025.pdf   1161 2025-07 Car Seat ibiza Grey Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Gravelly Hill Gravelly Hill Birmingham Birmingham NFA No Independent Evidence Available   52.5153884 -1.8527437
13145 op-snap---monthly-publication-july-2025.pdf   1197 2025-07 Car Fiat Ducato White Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Lodge Lane , Solihull Lodge Lane , Solihull Solihull Solihull NFA Outside of 14 Days NIP   52.4482243 -1.629543
20384 op-snap---monthly-publication-may-2025.pdf   1746 2025-05 Car       Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Fort Parkway Fort Parkway Birmingham Birmingham NFA No VRM   52.50787 -1.8195713
16930 op-snap---monthly-publication-march-2025.pdf   687 2025-03 Car Vauxhall Movano White Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None A520 Weston Road Meir Stoke on Trent Weston Road Meir Stoke on Trent Out of Force Area Out of Force Area NFA Out of Force Yes - Via Email    
10411 op-snap---monthly-publication-january-2025.pdf   1519 2025-01 Car Isuzu D-Max Black Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Cawston Cawston Out of Force Area Out Of Force Area NFA Out of Force Yes - Via Email    

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