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

12 rows where month = "2025-09", reporter_transport_mode = "Pedestrian" and vehicle_make = "Land Rover" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: vehicle_model, vehicle_colour, second_offence, council_area_raw, nfa_rationale

offence 6

  • Cause unnecessary obstruction by motor vehicle 6
  • Using a Mobile Phone Whilst Driving 2
  • /C atruasiele ur nonuetsciedses aorfy t hoeb sGtrruecattieorn L boyn dmoont oarr evaehicle 1
  • CCaauussee uunnnneecceessssaarryy oobbssttrruuccttiioonn bbyy mmoottoorr vveehhiiccllee 1
  • Cause vehicle to be left in a dangerous position 1
  • Motor vehicle fail to comply with a non endorsab 1

council_area 4

  • Birmingham 9
  • Coventry 1
  • Solihull 1
  • Walsall 1

disposal 3

  • Warning Letter 10
  • Fixed Penalty 1
  • NFA 1

vehicle_make 1

  • Land Rover · 12 ✖

reporter_transport_mode 1

  • Pedestrian · 12 ✖

month 1

  • 2025-09 · 12 ✖
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
24576 op-snap---monthly-publication-september-2025.pdf   795 2025-09 Pedestrian Land Rover   Black Using a Mobile Phone Whilst Driving None Walsall Road Walsall Road Walsall Walsall NFA No VRM   52.6166864 -1.9660822
24733 op-snap---monthly-publication-september-2025.pdf   952 2025-09 Pedestrian Land Rover Sport Grey Using a Mobile Phone Whilst Driving None Widney Lane Widney Lane Solihull Solihull Fixed Penalty N/A   52.3975737 -1.7857722
25152 op-snap---monthly-publication-september-2025.pdf   1371 2025-09 Pedestrian Land Rover Discovery Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Alexander road Alexander road Birmingham Birmingham Warning Letter N/A   52.4524008 -1.8262343
25153 op-snap---monthly-publication-september-2025.pdf   1372 2025-09 Pedestrian Land Rover evoque Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Charingworth road Charingworth road Birmingham Birmingham Warning Letter N/A      
25209 op-snap---monthly-publication-september-2025.pdf   1428 2025-09 Pedestrian Land Rover Defender Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Bishopton Close, Coventry Bishopton Close, Coventry Coventry Coventry Warning Letter N/A   52.4096327 -1.5654023
25249 op-snap---monthly-publication-september-2025.pdf   1468 2025-09 Pedestrian Land Rover Range Rover Gold Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Glenville Road Glenville Road Birmingham Birmingham Warning Letter N/A      
25382 op-snap---monthly-publication-september-2025.pdf   1601 2025-09 Pedestrian Land Rover freelander Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area cotteridge Cotteridge Birmingham Birmingham Warning Letter N/A   52.4162405 -1.9315079
25398 op-snap---monthly-publication-september-2025.pdf   1617 2025-09 Pedestrian Land Rover Range Rover Black Cause unnecessary obstruction by motor vehicle / trailer outside of the GNroenateer London area Pitmaston Rd Pitmaston Road Birmingham Birmingham Warning Letter N/A   52.4254701 -1.8322218
25513 op-snap---monthly-publication-september-2025.pdf   1732 2025-09 Pedestrian Land Rover   Blue /C atruasiele ur nonuetsciedses aorfy t hoeb sGtrruecattieorn L boyn dmoont oarr evaehicle None Apsley Road Apsley Road Birmingham Birmingham Warning Letter N/A   52.4633793 -1.9102892
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      
25534 op-snap---monthly-publication-september-2025.pdf   1753 2025-09 Pedestrian Land Rover disco Black Cause vehicle to be left in a dangerous position None poplar road Poplar Road Birmingham Birmingham Warning Letter N/A   52.436035 -1.891685
25545 op-snap---monthly-publication-september-2025.pdf   1764 2025-09 Pedestrian Land Rover range rover Silver CCaauussee uunnnneecceessssaarryy oobbssttrruuccttiioonn bbyy mmoottoorr vveehhiiccllee / trailer outside of the GNroenateer London area St Marys Road Street Marys Road Birmingham Birmingham 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);