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

8 rows where disposal = "Education", month = "2025-04" and vehicle_make = "Peugeot" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, council_area_raw

offence 5

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

council_area 5

  • Birmingham 4
  • Coventry 1
  • Dudley 1
  • Sandwell 1
  • Walsall 1

reporter_transport_mode 3

  • Car 4
  • Pedal Bike 2
  • Pedestrian 2

vehicle_make 1

  • Peugeot · 8 ✖

month 1

  • 2025-04 · 8 ✖

disposal 1

  • Education · 8 ✖
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
55 op-snap---monthly-publication-april-2025.pdf   54 2025-04 Pedal Bike Peugeot 207 Red Driving without Reasonable Consideration None Sandon Road Sandon Road Sandwell Sandwell Education N/A   52.4763582 -1.9676181
81 op-snap---monthly-publication-april-2025.pdf   80 2025-04 Pedal Bike Peugeot EXPERT Black Stop a vehicle within pelican pedestrian crossing limits None STONEY STANTON ROAD Stoney Stanton Road Coventry Coventry Education N/A   52.4221152 -1.4959475
275 op-snap---monthly-publication-april-2025.pdf   274 2025-04 Car Peugeot 2008.. Grey Stop a vehicle within pelican pedestrian crossing limits None Ladypool Road Ladypool Road Birmingham Birmingham Education N/A   52.4520441 -1.8787544
352 op-snap---monthly-publication-april-2025.pdf   351 2025-04 Car Peugeot 3008 White Contravening a Red Traffic Light None Wednesbury Interchange Wednesbury Interchange Walsall Walsall Education N/A   52.5667977 -2.0037424
668 op-snap---monthly-publication-april-2025.pdf   667 2025-04 Pedestrian Peugeot 208.. Grey Stop a vehicle within pelican pedestrian crossing limits None Halesowen Road, Old Hill Cradley Heath Halesowen Road, Old Hill Cradley Heath Dudley Dudley Education N/A   52.4641171 -2.0557973
679 op-snap---monthly-publication-april-2025.pdf   678 2025-04 Pedestrian Peugeot Van White Stop a vehicle within pelican pedestrian crossing limits None Poplar Road, Kings Heath Poplar Road, Kings Heath Birmingham Birmingham Education N/A   52.436035 -1.891685
742 op-snap---monthly-publication-april-2025.pdf   741 2025-04 Car Peugeot Boxer Red Cause vehicle to be left in a dangerous position None Wake Green Road Wake Green Road Birmingham Birmingham Education N/A   52.4437078 -1.8783408
1322 op-snap---monthly-publication-april-2025.pdf   1321 2025-04 Car Peugeot NP Blue Stop a vehicle on pedestrian crossing None Washwood Heath Road Washwood Heath Road Birmingham Birmingham Education N/A   52.4929304 -1.8229092

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