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

7 rows where council_area = "Sutton Coldfield", reporter_transport_mode = "Car" and vehicle_make = "Volvo" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence

month 7

  • 2025-01 1
  • 2025-02 1
  • 2025-06 1
  • 2025-07 1
  • 2025-09 1
  • 2025-10 1
  • 2026-01 1

offence 5

  • Contravening a Red Traffic Light 2
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 2
  • Driving without Due Care and Attention 1
  • Driving without Reasonable Consideration 1
  • Misc - Non Traffic Offences 1

disposal 4

  • Education 3
  • Warning Letter 2
  • Court 1
  • Fixed Penalty 1

vehicle_make 1

  • Volvo · 7 ✖

reporter_transport_mode 1

  • Car · 7 ✖

council_area 1

  • Sutton Coldfield · 7 ✖
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
11525 op-snap---monthly-publication-january-2026.pdf   986 2026-01 Car Volvo XC60.. Blue Contravening a Red Traffic Light None A38 Minworth Island Minworth Island Sutton Coldfield Sutton Coldfield Education N/A   52.5310982 -1.7747583
22784 op-snap---monthly-publication-october-2025.pdf   734 2025-10 Car Volvo XC40 White Driving without Due Care and Attention None Aldridge Road Aldridge Road Sutton Coldfield Sutton Coldfield Education N/A      
24505 op-snap---monthly-publication-september-2025.pdf   724 2025-09 Car Volvo XC90 Black Driving without Reasonable Consideration None Webster Way Webster Way Sutton Coldfield Sutton Coldfield Court N/A   52.5445328 -1.7884784
13338 op-snap---monthly-publication-july-2025.pdf   1390 2025-07 Car Volvo XC90 Grey Use a vehicle / cycle on a road and contravene a local traffic order other than parking none Upper Holland Road Upper Holland Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.561 -1.8187105
14168 op-snap---monthly-publication-june-2025.pdf   97 2025-06 Car Volvo XC40 Black Contravening a Red Traffic Light None Holland Road jn with A5127 Holland Road jn with A5127 Sutton Coldfield Sutton Coldfield Education N/A      
5549 op-snap---monthly-publication-february-2025.pdf   366 2025-02 Car Volvo XC40 Black Misc - Non Traffic Offences Littering CARROWAY HEAD Carroway Head Sutton Coldfield Sutton Coldfield Warning Letter N/A Yes - Via Email    
10339 op-snap---monthly-publication-january-2025.pdf   1447 2025-01 Car Volvo XC60 Black Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Lower Queen Street Lower Queen Street Sutton Coldfield Sutton Coldfield Fixed Penalty N/A Yes - Via Email 52.5603978 -1.8227403

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