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

14 rows where month = "2025-11", reporter_transport_mode = "Pedestrian" and vehicle_make = "Renault" 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, nfa_rationale, latitude, longitude

offence 5

  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 6
  • Cause vehicle to be left in a dangerous position 3
  • Misc - Non Traffic Offences 3
  • Use a vehicle / cycle on a road and contravene a local traffic order other than parking 1
  • Using a Mobile Phone Whilst Driving 1

council_area 4

  • Birmingham 8
  • Coventry 3
  • Dudley 2
  • Solihull 1

disposal 3

  • Warning Letter 8
  • NFA 5
  • Fixed Penalty 1

vehicle_make 1

  • Renault · 14 ✖

reporter_transport_mode 1

  • Pedestrian · 14 ✖

month 1

  • 2025-11 · 14 ✖
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
20618 op-snap---monthly-publication-november-2025.pdf   160 2025-11 Pedestrian Renault Megane Grey Using a Mobile Phone Whilst Driving None Chester Road Chester Road Birmingham Birmingham Fixed Penalty N/A   52.5359496 -1.8324115
20974 op-snap---monthly-publication-november-2025.pdf   516 2025-11 Pedestrian Renault scenic Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Knowle Knowle Solihull Solihull Warning Letter N/A   52.3932659 -1.738959
21136 op-snap---monthly-publication-november-2025.pdf   678 2025-11 Pedestrian Renault Clio Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Kingstanding Road Kingstanding Road Birmingham Birmingham NFA Misc Inc Crimes   52.5521118 -1.8845138
21166 op-snap---monthly-publication-november-2025.pdf   708 2025-11 Pedestrian Renault Megane Grey Use a vehicle / cycle on a road and contravene a local traffic order other than parking None Fenton Road Fenton Road Coventry Coventry NFA No Offence   52.4331816 -1.5630141
21211 op-snap---monthly-publication-november-2025.pdf   753 2025-11 Pedestrian Renault Master White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None Wentworth Road Wentworth Road Birmingham Birmingham Warning Letter N/A   52.5773229 -1.8324449
21279 op-snap---monthly-publication-november-2025.pdf   821 2025-11 Pedestrian Renault clio Red Misc - Non Traffic Offences None fenton raod Fenton Raod Coventry Coventry NFA Misc Inc Crimes      
21284 op-snap---monthly-publication-november-2025.pdf   826 2025-11 Pedestrian Renault master White Cause vehicle to be left in a dangerous position None wentworth road Wentworth Road Birmingham Birmingham Warning Letter N/A   52.5773229 -1.8324449
21358 op-snap---monthly-publication-november-2025.pdf   900 2025-11 Pedestrian Renault megane blue Cause vehicle to be left in a dangerous position None the oval The Oval Birmingham Birmingham Warning Letter N/A   52.4577754 -1.8692099
21536 op-snap---monthly-publication-november-2025.pdf   1078 2025-11 Pedestrian Renault traffic White Cause vehicle to be left in a dangerous position None startford road Stratford Road Birmingham Birmingham Warning Letter N/A   52.4203897 -1.8338574
21730 op-snap---monthly-publication-november-2025.pdf   1272 2025-11 Pedestrian Renault clio Blue Misc - Non Traffic Offences None fenton road Fenton Road Birmingham Birmingham NFA Misc Inc Crimes   52.4552786 -1.824914
21746 op-snap---monthly-publication-november-2025.pdf   1288 2025-11 Pedestrian Renault traffic Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None lawrense lane Lawrense Lane Dudley Dudley Warning Letter N/A      
21747 op-snap---monthly-publication-november-2025.pdf   1289 2025-11 Pedestrian Renault traffic White Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None ash street Ash Street Dudley Dudley Warning Letter N/A   52.6194553 -1.9924281
21784 op-snap---monthly-publication-november-2025.pdf   1326 2025-11 Pedestrian Renault clio Blue Misc - Non Traffic Offences None fenton road Fenton Road Coventry Coventry NFA Misc Inc Crimes   52.4331816 -1.5630141
21941 op-snap---monthly-publication-november-2025.pdf   1483 2025-11 Pedestrian Renault megane Grey Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None castle bromwhich Castle Bromwhich 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);