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

10 rows where disposal = "Education", month = "2025-04" 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

  • Birmingham 5
  • Coventry 2
  • Sandwell 1
  • Solihull 1
  • Wolverhampton 1

offence 4

  • Stop a vehicle within pelican pedestrian crossing limits 4
  • Stop a vehicle on pedestrian crossing 3
  • Contravening a Red Traffic Light 2
  • Drive a vehicle other than on the carriageway of a motorway 1

reporter_transport_mode 3

  • Car 7
  • Pedestrian 2
  • Pedal Bike 1

vehicle_make 1

  • Toyota · 10 ✖

month 1

  • 2025-04 · 10 ✖

disposal 1

  • Education · 10 ✖
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
36 op-snap---monthly-publication-april-2025.pdf   35 2025-04 Car Toyota Yaris White Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
82 op-snap---monthly-publication-april-2025.pdf   81 2025-04 Pedal Bike Toyota RAV 4 Black Stop a vehicle on pedestrian crossing None STONEY STANTON ROAD Stoney Stanton Road Coventry Coventry Education N/A   52.4221152 -1.4959475
97 op-snap---monthly-publication-april-2025.pdf   96 2025-04 Car Toyota Yaris Silver Contravening a Red Traffic Light None Bromford Lane Bromford Lane Birmingham Birmingham Education N/A   52.5083238 -1.8332287
164 op-snap---monthly-publication-april-2025.pdf   163 2025-04 Car Toyota Aygo Silver Drive a vehicle other than on the carriageway of a motorway None M5 M5 Sandwell Sandwell Education N/A      
203 op-snap---monthly-publication-april-2025.pdf   202 2025-04 Car Toyota   Grey Stop a vehicle within pelican pedestrian crossing limits None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
750 op-snap---monthly-publication-april-2025.pdf   749 2025-04 Car Toyota yaris Red Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092
760 op-snap---monthly-publication-april-2025.pdf   759 2025-04 Car Toyota Yaris Black Stop a vehicle on pedestrian crossing None High High Wolverhampton Wolverhampton Education N/A   52.5879884 -2.120242
771 op-snap---monthly-publication-april-2025.pdf   770 2025-04 Pedestrian Toyota Corolla Silver Contravening a Red Traffic Light None Greyfriars Road Greyfriars Road Coventry Coventry Education N/A   52.4052565 -1.515244
781 op-snap---monthly-publication-april-2025.pdf   780 2025-04 Pedestrian Toyota Estima Grey Stop a vehicle within pelican pedestrian crossing limits None Dudley Road Dudley Road Birmingham Birmingham Education N/A   52.4865107 -1.9386263
828 op-snap---monthly-publication-april-2025.pdf   827 2025-04 Car Toyota Estima Silver Stop a vehicle within pelican pedestrian crossing limits None Blythe Gate Blythe Gate Solihull Solihull Education N/A   52.3761526 -1.7928087

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