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

15 rows where disposal = "Education", month = "2025-12" and vehicle_make = "Ford" 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, latitude, longitude

council_area 7

  • Birmingham 5
  • Coventry 4
  • Sandwell 2
  • Dudley 1
  • Eb Ivrmaleingham 1
  • Walsall 1
  • Wolverhampton 1

offence 5

  • Driving without Due Care and Attention 8
  • Contravening a Red Traffic Light 4
  • Cause vehicle to be left in a dangerous position 1
  • Driving without Reasonable Consideration 1
  • Stop a vehicle within pelican pedestrian crossing limits 1

reporter_transport_mode 2

  • Car 12
  • Pedal Bike 3

vehicle_make 1

  • Ford · 15 ✖

month 1

  • 2025-12 · 15 ✖

disposal 1

  • Education · 15 ✖
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
3991 op-snap---monthly-publication-december-2025.pdf   119 2025-12 Car Ford Transit White Contravening a Red Traffic Light None Factory Road Factory Road Dudley Dudley Education N/A   52.5324055 -2.0739923
4017 op-snap---monthly-publication-december-2025.pdf   145 2025-12 Pedal Bike Ford Transit Grey Driving without Due Care and Attention None Westward Way Westward Way Coventry Coventry Education N/A      
4020 op-snap---monthly-publication-december-2025.pdf   148 2025-12 Pedal Bike Ford Transit Grey Driving without Due Care and Attention None Northfield Road Northfield Road Birmingham Birmingham Education N/A   52.4167654 -1.9411244
4039 op-snap---monthly-publication-december-2025.pdf   167 2025-12 Car Ford Fiesta White Driving without Reasonable Consideration None Black Country New Road Black Country New Road Sandwell Sandwell Education N/A   52.5527191 -2.0312967
4122 op-snap---monthly-publication-december-2025.pdf   250 2025-12 Car Ford Focus Silver Contravening a Red Traffic Light None Chester Road, Spitfire Island, Castl Chester Road, Spitfire Island, Castl eB iVrmaleingham Eb Ivrmaleingham Education N/A      
4538 op-snap---monthly-publication-december-2025.pdf   666 2025-12 Car Ford Transit Grey Driving without Due Care and Attention None A444 A444 Coventry Coventry Education N/A      
4570 op-snap---monthly-publication-december-2025.pdf   698 2025-12 Car Ford Focus Black Driving without Due Care and Attention None Clifford Bridge Road to Ansty Road Clifford Bridge Road to Ansty Road Coventry Coventry Education N/A      
4579 op-snap---monthly-publication-december-2025.pdf   707 2025-12 Pedal Bike Ford Fiesta Blue Driving without Due Care and Attention None Chester Road Chester Road Birmingham Birmingham Education N/A   52.5359496 -1.8324115
4641 op-snap---monthly-publication-december-2025.pdf   769 2025-12 Car Ford Focus Silver Driving without Due Care and Attention None Harborne lane Harborne lane Birmingham Birmingham Education N/A   52.4468464 -1.9454816
4667 op-snap---monthly-publication-december-2025.pdf   795 2025-12 Car Ford eco sport Grey Contravening a Red Traffic Light None Wednesbury J9 Roundabout Wednesbury J9 Roundabout Sandwell Sandwell Education N/A      
4676 op-snap---monthly-publication-december-2025.pdf   804 2025-12 Car Ford Focus Blue Contravening a Red Traffic Light None West Boulevard West Boulevard Birmingham Birmingham Education N/A   52.4484674 -1.9780395
4701 op-snap---monthly-publication-december-2025.pdf   829 2025-12 Car Ford Transit Blue Stop a vehicle within pelican pedestrian crossing limits None far gosford street Far Gosford Street Coventry Coventry Education N/A   52.4071231 -1.4985178
5101 op-snap---monthly-publication-december-2025.pdf   1229 2025-12 Car Ford Puma Silver Driving without Due Care and Attention None Chester Road Chester Road Birmingham Birmingham Education N/A   52.5359496 -1.8324115
5142 op-snap---monthly-publication-december-2025.pdf   1270 2025-12 Car Ford Focus Black Driving without Due Care and Attention None St Johns Road Street Johns Road Walsall Walsall Education N/A   52.5774583 -2.0018611
5175 op-snap---monthly-publication-december-2025.pdf   1303 2025-12 Car Ford FOCUS Black Cause vehicle to be left in a dangerous position None High St Tettenhall High Street Tettenhall Wolverhampton Wolverhampton Education N/A   52.5980906 -2.168057

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