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", month = "2025-08" and vehicle_make = "Skoda" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

reporter_transport_mode 4

  • Car 7
  • Horse Rider 1
  • Lorry 1
  • Other 1

offence 4

  • Driving without Due Care and Attention 7
  • Contravening a Red Traffic Light 1
  • Misc - Non Traffic Offences 1
  • Using a Mobile Phone Whilst Driving 1

council_area 4

  • Birmingham 4
  • Out of Force Area 4
  • Sutton Coldfield 1
  • Walsall 1

vehicle_make 1

  • Skoda · 10 ✖

month 1

  • 2025-08 · 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
2095 op-snap---monthly-publication-august-2025.pdf   70 2025-08 Car Skoda Rapid Grey Driving without Due Care and Attention None Alcester Road Alcester Road Birmingham Birmingham NFA No Independent Evidence Available   52.4470686 -1.8880749
2375 op-snap---monthly-publication-august-2025.pdf   350 2025-08 Car Skoda Octavia Grey Driving without Due Care and Attention None Blake Street Blake Street Sutton Coldfield Sutton Coldfield NFA Outside of 14 Days NIP   52.6043776 -1.8446597
2465 op-snap---monthly-publication-august-2025.pdf   440 2025-08 Car Skoda Octivia Blue Misc - Non Traffic Offences None Icknied Street Icknied Street Birmingham Birmingham NFA No Offence      
2543 op-snap---monthly-publication-august-2025.pdf   518 2025-08 Car Skoda Octavia Black Contravening a Red Traffic Light None Bordesley Green East Bordesley Green East Birmingham Birmingham NFA No Independent Evidence Available   52.4802441 -1.8327073
2711 op-snap---monthly-publication-august-2025.pdf   686 2025-08 Car Skoda Octivia Black Driving without Due Care and Attention None Towcester Road Towcester Road Out of Force Are Out of Force Area NFA Out of Force      
2811 op-snap---monthly-publication-august-2025.pdf   786 2025-08 Car Skoda Octaivia White Driving without Due Care and Attention None Bordesley Green East Bordesley Green East Birmingham Birmingham NFA Outside of 14 DAYS Late Submission   52.4802441 -1.8327073
2990 op-snap---monthly-publication-august-2025.pdf   965 2025-08 Lorry Skoda   Green Driving without Due Care and Attention None M6 J10 M6 J10 Walsall Walsall NFA No VRM   52.676119 -2.0858425
3072 op-snap---monthly-publication-august-2025.pdf   1047 2025-08 Horse Rider Skoda Octavia Grey Driving without Due Care and Attention None Treflach Road, Oswestry Treflach Road, Oswestry Out of Force Are Out of Force Area NFA Out of Force      
3111 op-snap---monthly-publication-august-2025.pdf   1086 2025-08 Car Skoda Elroq Grey Driving without Due Care and Attention None Clay Cross (Chesterfield) Clay Cross (Chesterfield) Out of Force Are Out of Force Area NFA Out of Force      
3210 op-snap---monthly-publication-august-2025.pdf   1185 2025-08 Other Skoda NK Silver Using a Mobile Phone Whilst Driving None Graham Street Edinburgh Graham Street Edinburgh Out of Force Are 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);