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

9 rows where council_area = "Out of Force Area", disposal = "NFA" and vehicle_make = "Mazda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, second_offence

month 4

  • 2025-09 5
  • 2025-10 2
  • 2025-05 1
  • 2026-02 1

offence 3

  • Driving without Due Care and Attention 7
  • Contravening a Red Traffic Light 1
  • Motor vehicle fail to comply with solid white line road markings 1

reporter_transport_mode 2

  • Car 7
  • Pedal Bike 2

vehicle_make 1

  • Mazda · 9 ✖

disposal 1

  • NFA · 9 ✖

council_area 1

  • Out of Force Area · 9 ✖
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
8270 op-snap---monthly-publication-february-2026.pdf   1017 2026-02 Pedal Bike Mazda CX5 Black Driving without Due Care and Attention None Off force Off force Out of Force Area Out of Force Area NFA Out of Force      
22711 op-snap---monthly-publication-october-2025.pdf   661 2025-10 Car Mazda 2 Blue Driving without Due Care and Attention None A518 Newport to Humbers Newport to Humbers Out of Force Area Out of Force Area NFA Out of Force      
23038 op-snap---monthly-publication-october-2025.pdf   988 2025-10 Car Mazda 3 White Contravening a Red Traffic Light None Bromsgrove Road Bromsgrove Road Out of Force Area Out of Force Area NFA Out of Force   52.4473174 -2.0452886
24196 op-snap---monthly-publication-september-2025.pdf   415 2025-09 Car Mazda A-Class Silver Driving without Due Care and Attention No Insurance Brighton Brighton Out of Force Area Out of Force Area NFA Out of Force   52.4543156 -1.8840717
24477 op-snap---monthly-publication-september-2025.pdf   696 2025-09 Car Mazda 2 Black Driving without Due Care and Attention None Talavera Way Talavera Way Out of Force Area Out of Force Area NFA Out of Force      
24684 op-snap---monthly-publication-september-2025.pdf   903 2025-09 Car Mazda model 2 Blue Driving without Due Care and Attention VRM fails to conform to Regulations A5 near Shrewsbury A5 near Shrewsbury Out of Force Area Out of Force Area NFA Out of Force      
24897 op-snap---monthly-publication-september-2025.pdf   1116 2025-09 Car Mazda 6 Black Driving without Due Care and Attention None Easingwood Golf Course, A14, York Easingwood Golf Course, A14, York Out of Force Area Out of Force Area NFA Out of Force      
24898 op-snap---monthly-publication-september-2025.pdf   1117 2025-09 Car Mazda 6 Black Driving without Due Care and Attention None A19 Thirsk Thirsk Out of Force Area Out of Force Area NFA Out of Force      
19662 op-snap---monthly-publication-may-2025.pdf   1024 2025-05 Pedal Bike Mazda MX5 Red Motor vehicle fail to comply with solid white line road markings None Webury Road Webury Road Out of Force Area Out of Force Area NFA Out of Force      

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