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

12 rows where disposal = "Education", reporter_transport_mode = "Car" and vehicle_make = "Lexus" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_colour, second_offence, council_area_raw

month 8

  • 2025-06 2
  • 2025-08 2
  • 2025-09 2
  • 2026-02 2
  • 2025-03 1
  • 2025-05 1
  • 2025-11 1
  • 2026-01 1

council_area 5

  • Birmingham 6
  • Coventry 2
  • Solihull 2
  • Walsall 1
  • Wolverhampton 1

offence 4

  • Driving without Due Care and Attention 6
  • Contravening a Red Traffic Light 4
  • Drive a vehicle other than on the carriageway of a 1
  • Driving without Reasonable Consideration 1

vehicle_make 1

  • Lexus · 12 ✖

reporter_transport_mode 1

  • Car · 12 ✖

disposal 1

  • Education · 12 ✖
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
7532 op-snap---monthly-publication-february-2026.pdf   279 2026-02 Car Lexus CT200 White Driving without Due Care and Attention None Cross Street South Cross Street South Wolverhampton Wolverhampton Education N/A   52.570955 -2.130838
8247 op-snap---monthly-publication-february-2026.pdf   994 2026-02 Car Lexus RX450H Black Driving without Due Care and Attention No vehicle excise licence Solihull Bypass Solihull Bypass Solihull Solihull Education N/A   52.4207529 -1.7757467
10551 op-snap---monthly-publication-january-2026.pdf   12 2026-01 Car Lexus IS 250 Grey Driving without Due Care and Attention None Coventry Ring Road Coventry Ring Road Coventry Coventry Education N/A      
20608 op-snap---monthly-publication-november-2025.pdf   150 2025-11 Car Lexus IS300 Black Contravening a Red Traffic Light None A4040 A4040 Birmingham Birmingham Education N/A      
24255 op-snap---monthly-publication-september-2025.pdf   474 2025-09 Car Lexus RX400 Blue Driving without Reasonable Consideration None Alum Rock Road Alum Rock Road Birmingham Birmingham Education N/A   52.4883936 -1.8310056
24456 op-snap---monthly-publication-september-2025.pdf   675 2025-09 Car Lexus IS220 Silver Drive a vehicle other than on the carriageway of a motorway None M6 NB J8 M6 Northbound J8 Walsall Walsall Education N/A   52.6760749 -2.0862582
2118 op-snap---monthly-publication-august-2025.pdf   93 2025-08 Car Lexus CT Black Driving without Due Care and Attention None     Coventry Coventry Education N/A      
2680 op-snap---monthly-publication-august-2025.pdf   655 2025-08 Car Lexus NX300H Silver Contravening a Red Traffic Light None Tessall Lane Tessall Lane Birmingham Birmingham Education N/A   52.4045186 -1.9891793
14199 op-snap---monthly-publication-june-2025.pdf   128 2025-06 Car Lexus RZ Black Contravening a Red Traffic Light None Ladywood middleway Ladywood middleway Birmingham Birmingham Education N/A   52.473883 -1.9198244
15021 op-snap---monthly-publication-june-2025.pdf   950 2025-06 Car Lexus 250.. Grey Contravening a Red Traffic Light None Heath Street Heath Street Birmingham Birmingham Education N/A   52.4869563 -1.9351596
19345 op-snap---monthly-publication-may-2025.pdf   707 2025-05 Car Lexus IS Black Driving without Due Care and Attention None Warwick Road Warwick Road Solihull Solihull Education N/A   52.4428606 -1.812114
17062 op-snap---monthly-publication-march-2025.pdf   819 2025-03 Car Lexus   Grey Driving without Due Care and Attention None Montague Sreet Montague Sreet Birmingham Birmingham Education N/A 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);