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 disposal = "Fixed Penalty", month = "2025-01" 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, offence_location, council_area_raw, latitude, longitude

offence 5

  • Contravening a Red Traffic Light 2
  • Using a Mobile Phone Whilst Driving 2
  • Cause vehicle to be left in a dangerous position 1
  • Stop a vehicle within pelican pedestrian crossing limits 1
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1

reporter_transport_mode 3

  • Car 3
  • Pedestrian 3
  • Pedal Bike 1

council_area 3

  • Birmingham 4
  • Sutton Coldfield 2
  • Coventry 1

vehicle_make 1

  • Volvo · 7 ✖

month 1

  • 2025-01 · 7 ✖

disposal 1

  • Fixed Penalty · 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
9583 op-snap---monthly-publication-january-2025.pdf   691 2025-01 Pedestrian Volvo V60 Black Cause vehicle to be left in a dangerous position No Insurance GLENVILLE DRIVE Glenville Drive Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.5265939 -1.8509884
9642 op-snap---monthly-publication-january-2025.pdf   750 2025-01 Pedal Bike Volvo V60 Blue Stop a vehicle within pelican pedestrian crossing limits None Far Gosford Street Far Gosford Street Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4071231 -1.4985178
9754 op-snap---monthly-publication-january-2025.pdf   862 2025-01 Car Volvo V70 Blue Contravening a Red Traffic Light Use vehicle on a road without valid test c eArLtCifEicSaTtEeR ROAD e Ar Lt Cif Eic Sa Tt Ee R ROAD Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
9845 op-snap---monthly-publication-january-2025.pdf   953 2025-01 Car Volvo X60 White Contravening a Red Traffic Light None HAGLEY ROAD Hagley Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.471632 -1.9456776
10185 op-snap---monthly-publication-january-2025.pdf   1293 2025-01 Pedestrian Volvo XC90 Blue Using a Mobile Phone Whilst Driving None Clifton Road Clifton Road Sutton Coldfield Sutton Coldfield Fixed Penalty N/A Yes - Via Email 52.5609895 -1.8319819
10199 op-snap---monthly-publication-january-2025.pdf   1307 2025-01 Pedestrian Volvo S60 Grey Using a Mobile Phone Whilst Driving None Hagley Road Hagley Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.471632 -1.9456776
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);