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

11 rows where month = "2025-02", offence = "Using a Mobile Phone Whilst Driving" and vehicle_make = "Vauxhall" 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

disposal 4

  • Fixed Penalty 8
  • Court 1
  • Education 1
  • Warning Letter 1

council_area 4

  • Birmingham 6
  • Coventry 2
  • Sutton Coldfield 2
  • Sandwell 1

reporter_transport_mode 3

  • Pedal Bike 5
  • Pedestrian 4
  • Car 2

vehicle_make 1

  • Vauxhall · 11 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 11 ✖

month 1

  • 2025-02 · 11 ✖
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
5437 op-snap---monthly-publication-february-2025.pdf   254 2025-02 Pedal Bike Vauxhall Corsa White Using a Mobile Phone Whilst Driving None Aston Webb Boulevard Aston Webb Boulevard Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4468506 -1.9395619
5472 op-snap---monthly-publication-february-2025.pdf   289 2025-02 Pedal Bike Vauxhall Combo White Using a Mobile Phone Whilst Driving No vehicle excise licence Camp Lane Camp Lane Birmingham Birmingham Court N/A Yes - Via Email 52.5144871 -1.9539012
5535 op-snap---monthly-publication-february-2025.pdf   352 2025-02 Pedal Bike Vauxhall Adam White Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4695793 -1.9378608
5573 op-snap---monthly-publication-february-2025.pdf   390 2025-02 Pedestrian Vauxhall Vivaro White Using a Mobile Phone Whilst Driving None Hagley Road Hagley Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.471632 -1.9456776
5626 op-snap---monthly-publication-february-2025.pdf   443 2025-02 Car Vauxhall Astra Grey Using a Mobile Phone Whilst Driving None Bristol Road South Bristol Road South Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4119174 -1.9735247
5877 op-snap---monthly-publication-february-2025.pdf   694 2025-02 Pedestrian Vauxhall AstrA Red Using a Mobile Phone Whilst Driving None Clifton Road Clifton Road Sutton Coldfield Sutton Coldfield Warning Letter N/A Yes - Via Email 52.5609895 -1.8319819
5888 op-snap---monthly-publication-february-2025.pdf   705 2025-02 Pedal Bike Vauxhall Vivaro Grey Using a Mobile Phone Whilst Driving None Woodway Lane Woodway Lane Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4275505 -1.4448681
5942 op-snap---monthly-publication-february-2025.pdf   759 2025-02 Pedal Bike Vauxhall MERIVA Blue Using a Mobile Phone Whilst Driving None GORDON ROAD Gordon Road Birmingham Birmingham Education N/A Yes - Via Email 52.4615944 -1.9476861
6232 op-snap---monthly-publication-february-2025.pdf   1049 2025-02 Pedestrian Vauxhall CORSA Black 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
7006 op-snap---monthly-publication-february-2025.pdf   1823 2025-02 Car Vauxhall Vivaro Silver Using a Mobile Phone Whilst Driving None Kingswinford Road Kingswinford Road Sandwell Sandwell Fixed Penalty N/A Yes - Via Email    
7121 op-snap---monthly-publication-february-2025.pdf   1938 2025-02 Pedestrian Vauxhall Astra Black Using a Mobile Phone Whilst Driving None Stoney Stanton Road Stoney Stanton Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4221152 -1.4959475

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