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

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

  • Coventry 6
  • Birmingham 4
  • Abyirmingham 1
  • Dudley 1
  • Solihull 1

reporter_transport_mode 3

  • Pedal Bike 9
  • Car 2
  • Pedestrian 2

disposal 2

  • Fixed Penalty 12
  • Court 1

vehicle_make 1

  • Toyota · 13 ✖

offence 1

  • Using a Mobile Phone Whilst Driving · 13 ✖

month 1

  • 2025-02 · 13 ✖
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
5339 op-snap---monthly-publication-february-2025.pdf   156 2025-02 Pedal Bike Toyota Estima 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
5631 op-snap---monthly-publication-february-2025.pdf   448 2025-02 Pedal Bike Toyota Proace White Using a Mobile Phone Whilst Driving None High Street, Harborne High Street, Harborne Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4612733 -1.9430543
5887 op-snap---monthly-publication-february-2025.pdf   704 2025-02 Pedal Bike Toyota Corolla Silver Using a Mobile Phone Whilst Driving None Woodway Lane Woodway Lane Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4275505 -1.4448681
5897 op-snap---monthly-publication-february-2025.pdf   714 2025-02 Pedal Bike Toyota YARIS Silver Using a Mobile Phone Whilst Driving None WOODWAY LANE Woodway Lane Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4275505 -1.4448681
5949 op-snap---monthly-publication-february-2025.pdf   766 2025-02 Car Toyota Hilux Grey Using a Mobile Phone Whilst Driving None Stourbridge Road, Dudley Stourbridge Road, Dudley Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5052291 -2.0972973
6022 op-snap---monthly-publication-february-2025.pdf   839 2025-02 Pedal Bike Toyota Prius Silver Using a Mobile Phone Whilst Driving None Far Gosford Street, Far Gosford Street Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4071231 -1.4985178
6024 op-snap---monthly-publication-february-2025.pdf   841 2025-02 Pedestrian Toyota Corolla Black Using a Mobile Phone Whilst Driving None B19 Towards Alum Rock Road Towards Alum Rock Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email    
6067 op-snap---monthly-publication-february-2025.pdf   884 2025-02 Pedal Bike Toyota Yaris Black Using a Mobile Phone Whilst Driving None Clifford Bridge Road Clifford Bridge Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4134557 -1.4442138
6068 op-snap---monthly-publication-february-2025.pdf   885 2025-02 Pedal Bike Toyota Prius Silver Using a Mobile Phone Whilst Driving None Clifford Bridge Road Clifford Bridge Road Coventry Coventry Fixed Penalty N/A Yes - Via Email 52.4134557 -1.4442138
6470 op-snap---monthly-publication-february-2025.pdf   1287 2025-02 Pedestrian Toyota Corolla White Using a Mobile Phone Whilst Driving None Ladywood Middleway Ladywood Middleway Birmingham Birmingham Court N/A Yes - Via Email 52.473883 -1.9198244
6627 op-snap---monthly-publication-february-2025.pdf   1444 2025-02 Pedal Bike Toyota C-HR White Using a Mobile Phone Whilst Driving None A4400 Great Charles Street Queensw Great Charles Street Queensw aByirmingham Abyirmingham Fixed Penalty N/A Yes - Via Email    
7039 op-snap---monthly-publication-february-2025.pdf   1856 2025-02 Pedal Bike Toyota Aygo Red Using a Mobile Phone Whilst Driving None Augustus Road Augustus Road Birmingham Birmingham Fixed Penalty N/A Yes - Via Email 52.4695793 -1.9378608
7203 op-snap---monthly-publication-february-2025.pdf   2020 2025-02 Car Toyota Prius White Using a Mobile Phone Whilst Driving None M42m near jn3A M42m near jn3A Solihull Solihull Fixed Penalty 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);