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 = "Warning Letter", month = "2025-09" and offence = "Motor vehicle fail to comply with a non endorsab" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_colour, offence_location_raw, offence_location, council_area_raw, latitude, longitude

vehicle_make 7

  • Ford 3
  • Land Rover 2
  • Mercedes-Benz 1
  • Nissan 1
  • Peugeot 1
  • Seat 1
  • Vauxhall 1

council_area 4

  • Birmingham 5
  • Sutton Coldfield 2
  • Wolverhampton 2
  • Coventry 1

reporter_transport_mode 3

  • Pedestrian 6
  • Car 3
  • Pedal Bike 1

offence 1

  • Motor vehicle fail to comply with a non endorsab · 10 ✖

month 1

  • 2025-09 · 10 ✖

disposal 1

  • Warning Letter · 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
24082 op-snap---monthly-publication-september-2025.pdf   301 2025-09 Car Ford Transit White Motor vehicle fail to comply with a non endorsab le traffic sign - detectedN boyn meeans other than ACD A45 A45 Birmingham Birmingham Warning Letter N/A      
24382 op-snap---monthly-publication-september-2025.pdf   601 2025-09 Pedestrian Ford Puma Grey Motor vehicle fail to comply with a non endorsab le traffic sign - detectedN boyn meeans other than ACD Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
24383 op-snap---monthly-publication-september-2025.pdf   602 2025-09 Pedestrian Peugeot 3008 Black Motor vehicle fail to comply with a non endorsab le traffic sign - detectedN boyn meeans other than ACD Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
25439 op-snap---monthly-publication-september-2025.pdf   1658 2025-09 Car Nissan micra Grey Motor vehicle fail to comply with a non endorsab le traffic sign - detectedN boyn meeans other than ACD stoney stanton road Stoney Stanton Road Coventry Coventry Warning Letter N/A   52.4221152 -1.4959475
25474 op-snap---monthly-publication-september-2025.pdf   1693 2025-09 Car Seat altea Blue Motor vehicle fail to comply with a non endorsab le traffic sign - detectedN boyn meeans other than ACD high street High Street Birmingham Birmingham Warning Letter N/A   52.5254588 -1.8373064
25483 op-snap---monthly-publication-september-2025.pdf   1702 2025-09 Pedestrian Vauxhall corsa Grey Motor vehicle fail to comply with a non endorsab le traffic sign - detectedN boyn meeans other than ACD Queen elizabeth hospital Queen elizabeth hospital Birmingham Birmingham Warning Letter N/A   52.4517147 -1.9423655
25522 op-snap---monthly-publication-september-2025.pdf   1741 2025-09 Pedal Bike Land Rover discovery Grey Motor vehicle fail to comply with a non endorsab le traffic sign - detectedN boyn meeans other than ACD hill street Hill Street Birmingham Birmingham Warning Letter N/A   52.4777765 -1.901321
25532 op-snap---monthly-publication-september-2025.pdf   1751 2025-09 Pedestrian Land Rover range rover Grey Motor vehicle fail to comply with a non endorsab le traffic sign - detectedN boyn meeans other than ACD newhall hill road Newhall Hill Road Birmingham Birmingham Warning Letter N/A      
25566 op-snap---monthly-publication-september-2025.pdf   1785 2025-09 Pedestrian Mercedes-Benz a200 White Motor vehicle fail to comply with a non endorsab le traffic sign - detectedN boyn meeans other than ACD berwood road Berwood Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5342947 -1.8155375
25567 op-snap---monthly-publication-september-2025.pdf   1786 2025-09 Pedestrian Ford ecosport White Motor vehicle fail to comply with a non endorsab le traffic sign - detectedN boyn meeans other than ACD berwood road Berwood Road Sutton Coldfield Sutton Coldfield Warning Letter N/A   52.5342947 -1.8155375

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