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 council_area = "Wolverhampton", month = "2025-08" and vehicle_make = "Ford" 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, nfa_rationale, latitude, longitude

offence 8

  • Cause vehicle to be left in a dangerous position 3
  • Driving without Due Care and Attention 3
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 2
  • Contravening a Red Traffic Light 1
  • Driving without Reasonable Consideration 1
  • Misc - Non Traffic Offences 1
  • Stop a vehicle on pedestrian crossing 1
  • Using a Mobile Phone Whilst Driving 1

reporter_transport_mode 3

  • Car 7
  • Pedestrian 5
  • Motorbike 1

disposal 3

  • Warning Letter 6
  • NFA 5
  • Education 2

vehicle_make 1

  • Ford · 13 ✖

month 1

  • 2025-08 · 13 ✖

council_area 1

  • Wolverhampton · 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
2285 op-snap---monthly-publication-august-2025.pdf   260 2025-08 Car Ford Fiesta Red Using a Mobile Phone Whilst Driving None New Cross Avenue New Cross Avenue Wolverhampton Wolverhampton NFA No Offence   52.5968679 -2.0945347
2347 op-snap---monthly-publication-august-2025.pdf   322 2025-08 Car Ford Mondeo Blue Driving without Due Care and Attention None A463 A463 Wolverhampton Wolverhampton Education N/A      
2586 op-snap---monthly-publication-august-2025.pdf   561 2025-08 Car Ford Transit White Driving without Due Care and Attention None Raynor Road Raynor Road Wolverhampton Wolverhampton NFA Not in Public Interest   52.6043868 -2.1046385
2587 op-snap---monthly-publication-august-2025.pdf   562 2025-08 Car Ford Fiesta Grey Driving without Due Care and Attention None Raynor Road Raynor Road Wolverhampton Wolverhampton NFA Not in Public Interest   52.6043868 -2.1046385
2809 op-snap---monthly-publication-august-2025.pdf   784 2025-08 Car Ford Fiesta Black Contravening a Red Traffic Light None Penn Road Island Penn Road Island Wolverhampton Wolverhampton Education N/A   52.5807112 -2.1316397
2894 op-snap---monthly-publication-august-2025.pdf   869 2025-08 Motorbike Ford Focus Blue Driving without Reasonable Consideration None Sir Robert Peel Junction, Bloxwich Sir Robert Peel Junction, Bloxwich Wolverhampton Wolverhampton Warning Letter N/A      
3049 op-snap---monthly-publication-august-2025.pdf   1024 2025-08 Car Ford Transit White Stop a vehicle on pedestrian crossing None High Street High Street Wolverhampton Wolverhampton NFA No VRM   52.5635963 -2.0827567
3269 op-snap---monthly-publication-august-2025.pdf   1244 2025-08 Pedestrian Ford Kuga White Cause vehicle to be left in a dangerous position None Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
3270 op-snap---monthly-publication-august-2025.pdf   1245 2025-08 Pedestrian Ford S-Max Blue Cause vehicle to be left in a dangerous position None Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
3299 op-snap---monthly-publication-august-2025.pdf   1274 2025-08 Pedestrian Ford transit White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Ormes LAne Ormes LAne Wolverhampton Wolverhampton Warning Letter N/A   52.5897993 -2.1774009
3326 op-snap---monthly-publication-august-2025.pdf   1301 2025-08 Pedestrian Ford Fiesta Blue Cause vehicle to be left in a dangerous position None Cannock Road Cannock Road Wolverhampton Wolverhampton Warning Letter N/A   52.6083917 -2.1033365
3346 op-snap---monthly-publication-august-2025.pdf   1321 2025-08 Pedestrian Ford Focus Silver Misc - Non Traffic Offences None Warterloo Road Warterloo Road Wolverhampton Wolverhampton NFA No Independent Evidence Available      
3530 op-snap---monthly-publication-august-2025.pdf   1505 2025-08 Car Ford Transit White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None High Street, Brownhills High Street, Brownhills Wolverhampton Wolverhampton Warning Letter N/A      

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