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", offence = "Driving without Due Care and Attention" and vehicle_make = "Mg" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, council_area_raw

month 7

  • 2025-08 3
  • 2025-01 2
  • 2025-07 2
  • 2025-09 2
  • 2025-02 1
  • 2025-11 1
  • 2026-02 1

council_area 6

  • Birmingham 6
  • Sandwell 2
  • Coventry 1
  • Dudley 1
  • Walsall 1
  • Wolverhampton 1

reporter_transport_mode 3

  • Car 7
  • Pedestrian 3
  • Pedal Bike 2

vehicle_make 1

  • Mg · 12 ✖

offence 1

  • Driving without Due Care and Attention · 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
8007 op-snap---monthly-publication-february-2026.pdf   754 2026-02 Car Mg HS Trophy White Driving without Due Care and Attention None Stafford Road Stafford Road Wolverhampton Wolverhampton Education N/A   52.6291998 -2.126312
20769 op-snap---monthly-publication-november-2025.pdf   311 2025-11 Car Mg HS Black Driving without Due Care and Attention None Six Ways Island, Erdington Six Ways Island, Erdington Birmingham Birmingham Education N/A      
24050 op-snap---monthly-publication-september-2025.pdf   269 2025-09 Car Mg ZS Grey Driving without Due Care and Attention None Broadway Road Broadway Road Walsall Walsall Education N/A   52.5740759 -1.9628886
24646 op-snap---monthly-publication-september-2025.pdf   865 2025-09 Pedal Bike Mg ZS Black Driving without Due Care and Attention None Walsall Road Walsall Road Sandwell Sandwell Education N/A   52.5439824 -1.9306805
2394 op-snap---monthly-publication-august-2025.pdf   369 2025-08 Car Mg   White Driving without Due Care and Attention None A4040 A4040 Birmingham Birmingham Education N/A      
2687 op-snap---monthly-publication-august-2025.pdf   662 2025-08 Car Mg GS White Driving without Due Care and Attention None Icknield Street Icknield Street Birmingham Birmingham Education N/A   52.5709191 -1.8759339
3112 op-snap---monthly-publication-august-2025.pdf   1087 2025-08 Car Mg ZS Silver Driving without Due Care and Attention None Alcester Road Alcester Road Birmingham Birmingham Education N/A   52.4470686 -1.8880749
12525 op-snap---monthly-publication-july-2025.pdf   577 2025-07 Pedal Bike Mg 3 Silver Driving without Due Care and Attention None Hagley Road West Hagley Road West Sandwell Sandwell Education N/A   52.4634145 -1.9969046
12636 op-snap---monthly-publication-july-2025.pdf   688 2025-07 Pedestrian Mg 3... White Driving without Due Care and Attention None Chester Road Chester Road Birmingham Birmingham Education N/A   52.5359496 -1.8324115
5587 op-snap---monthly-publication-february-2025.pdf   404 2025-02 Pedestrian Mg HS Trophy White Driving without Due Care and Attention None Shetland Close Shetland Close Coventry Coventry Education N/A Yes - Via Email 52.4156476 -1.5736772
9140 op-snap---monthly-publication-january-2025.pdf   248 2025-01 Pedestrian Mg ZS White Driving without Due Care and Attention None Regent Street Regent Street Birmingham Birmingham Education N/A Yes - Via Email 52.4291721 -1.9250565
9998 op-snap---monthly-publication-january-2025.pdf   1106 2025-01 Car Mg 3 White Driving without Due Care and Attention None Camp Hill Camp Hill Dudley Dudley Education N/A Yes - Via Email 52.475022 -2.1566273

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