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 council_area = "Dudley", disposal = "Fixed Penalty" and vehicle_make = "Peugeot" sorted by month descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: source_file, vehicle_model, vehicle_colour, offence_location_raw, offence_location, latitude, longitude

month 6

  • 2025-02 4
  • 2025-03 2
  • 2025-09 2
  • 2026-01 2
  • 2025-10 1
  • 2025-11 1

offence 5

  • Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment 5
  • Using a Mobile Phone Whilst Driving 3
  • Driving without Due Care and Attention 2
  • Contravening a Red Traffic Light 1
  • Driving a vehicle wholly or partly on a footpath 1

reporter_transport_mode 3

  • Car 7
  • Other 4
  • Pedestrian 1

vehicle_make 1

  • Peugeot · 12 ✖

disposal 1

  • Fixed Penalty · 12 ✖

council_area 1

  • Dudley · 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
10755 op-snap---monthly-publication-january-2026.pdf   216 2026-01 Pedestrian Peugeot 3008 Blue Driving a vehicle wholly or partly on a footpath None Bromley Lane Bromley Lane Dudley Dudley Fixed Penalty N/A   52.4893583 -2.1529025
11646 op-snap---monthly-publication-january-2026.pdf   1107 2026-01 Car Peugeot boxer Black Driving without Due Care and Attention None Kidderminster Road Kidderminster Road Dudley Dudley Fixed Penalty N/A   52.5000055 -2.1844503
21269 op-snap---monthly-publication-november-2025.pdf   811 2025-11 Car Peugeot Bipper White Using a Mobile Phone Whilst Driving None Cinder Road Cinder Road Dudley Dudley Fixed Penalty N/A   52.5128626 -2.1348738
22661 op-snap---monthly-publication-october-2025.pdf   611 2025-10 Car Peugeot PM-01 Black Contravening a Red Traffic Light None A459 Bromsgrove Road Bromsgrove Road Dudley Dudley Fixed Penalty N/A   52.4473174 -2.0452886
24088 op-snap---monthly-publication-september-2025.pdf   307 2025-09 Car Peugeot 2008.. Grey Using a Mobile Phone Whilst Driving None Park Road at Parkes Hall Road Park Road at Parkes Hall Road Dudley Dudley Fixed Penalty N/A   52.4566333 -2.1646355
24316 op-snap---monthly-publication-september-2025.pdf   535 2025-09 Car Peugeot 208 White Using a Mobile Phone Whilst Driving None Birmingham new Road Birmingham new Road Dudley Dudley Fixed Penalty N/A   52.5478387 -2.0943116
16344 op-snap---monthly-publication-march-2025.pdf   101 2025-03 Other Peugeot   White 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 Yes - Via Email 52.5112053 -2.0833165
18292 op-snap---monthly-publication-march-2025.pdf   2049 2025-03 Other Peugeot   White 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 Yes - Via Email 52.5112053 -2.0833165
6151 op-snap---monthly-publication-february-2025.pdf   968 2025-02 Car Peugeot 207 Blue 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 Yes - Via Email 52.5112053 -2.0833165
6262 op-snap---monthly-publication-february-2025.pdf   1079 2025-02 Other Peugeot Van White Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tower Street, Dudley Tower Street, Dudley Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5112053 -2.0833165
6441 op-snap---monthly-publication-february-2025.pdf   1258 2025-02 Car Peugeot Partner White Driving without Due Care and Attention None Hall Street Dudley Hall Street Dudley Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5110684 -2.0950312
6510 op-snap---monthly-publication-february-2025.pdf   1327 2025-02 Other Peugeot 207 Silver Motor vehicle fail to comply with endorsable section 36 traffic sign -other than manned or automatic equipment None Tower Street Dudley Tower Street Dudley Dudley Dudley Fixed Penalty N/A Yes - Via Email 52.5112053 -2.0833165

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