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

11 rows where disposal = "Fixed Penalty", month = "2025-06" and reporter_transport_mode = "Other" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

vehicle_make 7

  • Renault 3
  • Jaguar 2
  • Mercedes-Benz 2
  • Audi 1
  • BMW 1
  • Citroen 1
  • Vauxhall 1

offence 6

  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 6
  • Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area 1
  • Drive / stop / cause to remain at rest a motor vehicle drawing a trailer in offside lane of a motorway 1
  • Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger 1
  • Use vehicle on a road without valid test certificate 1
  • Using a Mobile Phone Whilst Driving 1

council_area 2

  • Dudley 6
  • Birmingham 5

reporter_transport_mode 1

  • Other · 11 ✖

month 1

  • 2025-06 · 11 ✖

disposal 1

  • Fixed Penalty · 11 ✖
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
14180 op-snap---monthly-publication-june-2025.pdf   109 2025-06 Other Renault Megane Black Use vehicle on a road without valid test certificate None Spouthouse Lane Spouthouse Lane Birmingham Birmingham Fixed Penalty N/A   52.5390972 -1.9319478
14234 op-snap---monthly-publication-june-2025.pdf   163 2025-06 Other BMW 530 White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A   52.4831397 -2.1309273
14235 op-snap---monthly-publication-june-2025.pdf   164 2025-06 Other Audi Q7 Grey Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Norwood Road Norwood Road Dudley Dudley Fixed Penalty N/A   52.4831397 -2.1309273
14505 op-snap---monthly-publication-june-2025.pdf   434 2025-06 Other Renault Truck White Drive / stop / cause to remain at rest a motor vehicle drawing a trailer in offside lane of a motorway None M42 N towards J 6 M42 N towards J 6 Birmingham Birmingham Fixed Penalty N/A      
14831 op-snap---monthly-publication-june-2025.pdf   760 2025-06 Other Renault Traffic White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment none Noorwood Road Noorwood Road Dudley Dudley Fixed Penalty N/A      
14853 op-snap---monthly-publication-june-2025.pdf   782 2025-06 Other Citroen C1 Red Using a Mobile Phone Whilst Driving None Coventry Road Coventry Road Birmingham Birmingham Fixed Penalty N/A   52.4726661 -1.8769032
15191 op-snap---monthly-publication-june-2025.pdf   1120 2025-06 Other Mercedes-Benz c220 Grey Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tower Street Tower Street Dudley Dudley Fixed Penalty N/A   52.5112053 -2.0833165
15229 op-snap---monthly-publication-june-2025.pdf   1158 2025-06 Other Jaguar XE Red Use on a road a motor vehicle / trailer in such a condition it caused / was likley to cause danger None Springfield Crescent Springfield Crescent Birmingham Birmingham Fixed Penalty N/A   52.557106 -1.7918522
15591 op-snap---monthly-publication-june-2025.pdf   1520 2025-06 Other Vauxhall Zafira Silver Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Noorwood Road Noorwood Road Dudley Dudley Fixed Penalty N/A      
15702 op-snap---monthly-publication-june-2025.pdf   1631 2025-06 Other Mercedes-Benz A200 Black Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tower Street Tower Street Dudley Dudley Fixed Penalty N/A   52.5112053 -2.0833165
15820 op-snap---monthly-publication-june-2025.pdf   1749 2025-06 Other Jaguar XF Black Cause unnecessary obstruction by motor vehicle / trailer outside of the Greater London area None     Birmingham Birmingham Fixed Penalty 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);